
/*= GENERAL STYLING
--------------------------------------------------------*/
@import url(https://fonts.googleapis.com/css?family=Lato:300,400,700,900);


body{
	margin: 0;
	padding: 0;
	width:auto;
}


h1 {
	font-family: "Lato", sans-serif;
	font-weight: 300;
	font-size: 40px;
	margin: 0;
	padding: 0;
}

h2 {
	font-family: "Lato", sans-serif;
	font-weight: 300;
	font-size: 30px;
	margin-top: 5px;
	margin-right: 0;
	margin-left: 0;
	margin-bottom: 15px;
	padding: 0;
}

h3 {
	font-family: "Lato", sans-serif;
	font-weight: 300;
	font-size: 20px;
	margin-top: 5px;
	margin-right: 0;
	margin-left: 0;
	margin-bottom: 25px;
	padding: 0;
	z-index: 1;
	position: relative;
}


p
{
	font-family: 'Lato', sans-serif;
	font-weight: 300;
	text-align: left;
	font-size: 16px;
	line-height: 26px;
	margin-bottom:15px;
}




.logo
{
	padding-left:50px;
	padding-top:50px;
	
}
.center { margin: 0 auto; }
.content{
	margin: 0 auto;
	width: 100%;
}
.content_centered
{
	margin: 0 auto;
	width: 100%;
	text-align: center;
	position:absolute;
	top:50%;
}


/* some image zoom effect for css 
*/

.img-zoom {
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
}

.transition {
    -webkit-transform: scale(1.5); 
    -moz-transform: scale(1.5);
    -o-transform: scale(1.5);
    transform: scale(1.5);
}

.desktop_note {
  	position:absolute;
	left:65%;
	top:80%;
  }

/*= HEADER & NAVIGATION
--------------------------------------------------------*/

#header { 
	width: 100%; 
	background: url('../img/header-bg.png'); 
	height: 80px; 	
	position: fixed;
	margin-top: 30px;
}


#formore a {
	color: #fff;
	text-decoration: none;
	font-size: 20px;
	font-family: "Lato";
	font-weight: bold;
}
#formore a:hover {
	text-decoration: underline;
}

#resume a {
	color: #fff;
	font-size: 30px;
	font-family: "Lato";
	font-weight: bold;
	opacity: 1;
	text-decoration: none;
	
}
#resume a:hover {
	text-decoration: underline;
}


.quotes_container {
	width: 920px;
	margin: 0 auto;
	position:relative;

}



/*= SLIDES STYLING
--------------------------------------------------------*/

.slide1{

	height:100vh;
	width:100%;
	color: #fff;

}

.slide2{
	background-color: #fff;
	color: #333333;
	height: auto;
	margin: 0 auto;
	overflow: hidden;
	padding: 50px 0;
	

}

.slide{
	height: auto;
	margin: 0 auto;
	padding: 100px 0 100px 0;
	color: #fff;


}


}
.slide3{
	height: auto;
	margin: 0 auto;
	padding: 200px 0 200px 0;
	color: #fff;

}



/* FOOTER */
#f {
	padding-top: 20px;
	padding-bottom: 20px;
	background-color: #22A7F0;
}

#f i {
	margin-right: 30px;
	font-size: 35px;
}

#f a {
	color: white;
}



/*others*/

#mobile_note {
	text-align: left;	
	background-color:#22A7F0;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left:20px;
}



/*media queries for computer screens*/
@media screen 
  and (min-device-width: 1200px)  {

  #mobile_note {
	  display:none;	
  }


}
