body {
margin: 0px;
border: 0px;
width: 100%;
background-color: #f2f2f3;
}


H1 {
	font-size: 80px;
	color: white;
	background-color: #242424;
	padding: 15px 0 0 30px;
	border-bottom: 0px;
	margin-bottom: 0px;
	margin-top: 0px;
	left: 25px;
}

H2 {
	text-align: center; 
	font-weight: 200; 
	font-size: 50px;
	color: #3e3e3e;
}

H3 {
	font-size: 310%;
	font-family: Georgia, times, times new roman, serif;
	font-weight: 200;
	color: #3e3e3e;
}

H4 {
	font-size: 35px;
	margin-top: 60px;
	margin-bottom: 5px;
	color: #525252;
	font-family: 'Hind Siliguri', sans-serif;
	font-weight: 150;
}

p {
	font-size: 25px;
	font-family: Source Sans Pro;
	line-height: 1.8;
	overflow: hidden;
	padding-top: 5px;
	text-align: justify;
	padding-right: 30px;
	margin-right: 0;
	color: #211d1c;
	font-weight: 400;
	-webkit-font-smoothing: antialiased;
	word-wrap: break-word;
}

ol, ul {
	font-size: 22px;
	line-height: 1.8;
}


hr {
	color: white;
}

.link {
	font-size: 45px;
	color: #6e7b14;
	font-weight: 900;
}

a:link, a:visited {
	text-decoration: none;
}

.image-in-text {
	position: relative;
	float: right;
	margin-left: 24px;
	margin-top: 4px;
	vertical-align:middle;
}

.line {
	display: block;
	color: white;
	line-height: 2px;
	width: 300px;
 	display: block;
	margin-bottom: 0.5em;
	margin-left: auto;
	margin-right: auto;
	border-style: inset;
	border-width: 1px;
	position: absolute;
	top: 80%;
	left: 50%;
	transform: translate(-50%, -50%);
} 

.main-text {
	padding-left: 60px;
}

.middle-text {
	background-color: #e8e8e8;
	padding: 10px 0 10px 60px;
}

.quote {
	font-size: 22px;
	font-style: italic;
}

.quote2 {
	font-size: 20px;
	font-style: italic;
	font-weight: 900;
	color: #000;
}

.thin {
	font-size: 50px;
	font-family: 'Open Sans Condensed', sans-serif;
	font-weight: 100;
	color: #3d3d3e;
	padding: 25px 50px 25px 10px;
	text-align: left;
}

.bold {
	font-weight: bold;
}

.heading {
	font-size: 50px;
	color: #242424;
	text-align: left;
}

.sig-font {
font-family: 'The Nautigal', cursive;
font-size: 50px;
font-weight: 500;
}

.footer {
	background-color: #333;
	color: white;
	text-align: center;
	font-size: 15px;
	padding: 15px;
	margin-bottom: 0;
	font-style: italic;
}

.topnav {
  overflow: hidden;
  background-color: #333;
  border: 0px;
  margin: 0px;
  padding-left: 50px;
}

.topnav a {
  float: left;
  color: #f2f2f2;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 17px;
  font-family: Source Sans pro;
  -webkit-font-smoothing: antialiased;
}

.topnav a:hover {
  background-color: #858585;
  color: black;

}

.topnav a.active {
  background-color: #424242;
  color: white;
}

.logo {
    width: 96%;
}


/*slidshow*/

.slideshow-container {
  position: relative;
  margin: auto;
  text-align: center;
}

/* Next & previous buttons */
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -22px;
  color: white;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

.prev {
	left: 0;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover, .next:hover {
  background-color: rgba(0,0,0,0.8);
}

/* Caption text */
.text {
	font-size: 60px;
	color: white;
	text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
	font-weight: 750;
	letter-spacing: 4px;
	line-height: 1.5;
  position: absolute;
  width: 90%;
  text-align: center;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-family: 'bakbak one', cursive;
  font-family: 'Fira Sans', sans-serif;
}


/* The dots/bullets/indicators */
.dot {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.active, .dot:hover {
  background-color: #717171;
}

/* Fading animation */
.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 3s;
  animation-name: fade;
  animation-duration: 3s;
}

@-webkit-keyframes fade {
  from {opacity: .6} 
  to {opacity: 1}
}

@keyframes fade {
  from {opacity: .6} 
  to {opacity: 1}
}

/* On smaller screens, decrease text size */
@media only screen and (max-width: 300px) {
  .prev, .next,.text {font-size: 11px}
}

@media only screen and (max-width: 1200px) {
	.text {
		font-size: 40px;
	}
}

@media only screen and (max-width: 700px) {
	.text {
		font-size: 20px;
	}
}



/* socials*/


#topbar {
	height:auto;
	positon: inherit;
	display: table;
	float: none;
	margin: 5px 10px 5px 10px;
}

topbar-inner {
	padding:0 5px;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
}


.socials {
	float: left;
	margin-right: 5px;
	top: 0px;
	background-color: #242424;
	border-radius: 5px;
}

.socials a {
	display: block;
	float: left;
	line-height: 0 !important;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

.socials a:hover{
border: 0;
opacity: .5;
}

.socials img {
	width: 26px;
	height: 26px;
	padding: 2px;
}
