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


body{
	margin: 0;
	padding: 0;
	width:100%;

}


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: 25px;
	margin-bottom:15px;
}

.logo {
    padding-left:50px;
    padding-top:50px;

}


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

nav {
    font-family: "Lato", sans-serif;
    font-weight: 300;
    font-size: 15px;
    margin-top: 5px;
    margin-right: 0;
    margin-left: 0;
    margin-bottom: 25px;

}
.navbar {
    background: url("../img/header-bg.png") repeat;

}



.center { margin: 0 auto; }
.content{
	margin: 0 auto;
	width: 100%;
}
.content_centered
{
	margin: 0 auto;
	width: 100%;
	text-align: center;
	position:relative;
	top:50%;
	transform: translateY(-50%);
}
.quotes_container {
	width: 90%;
	margin: 0 auto;
	position:relative;

}

.introduction {
    width:90%;
    float:left;
    min-width: 350px;
}

/** skills blocks
*/
.block {
	display: inline-block;
	width:400px;
	padding:10px 20px;
    vertical-align: top;
}
.skillblock {
	margin: auto;
	display: block;

}
.skills {
	display:inline-block;
	position:relative;
	opacity:0;

}

/* some image zoom effect for css
*/

.img-zoom {
	width:50px;
	height:31px;
    -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:75%;
    top:90%;
}

/** some gallery style
*/
.gallery {
	border-radius: 50%;
	width: 120px;
	height: 120px;
	background-repeat: no-repeat;
	background-position: 50%;
	background-size: cover;
	vertical-align: top;
	display:inline-block;
}
.hover_appear {
	padding:5px 10px;
	display: none;
	position: relative;
	top: 50%;
    left:-50%;
    width: 200%;
	background-color: grey;
	opacity:0.9;
	z-index: 1;
}


#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;
}


.thumb {
	width: 80px;
	height: 80px;
	background-repeat: no-repeat;
	background-position: 50%;
	background-size: contain;
	vertical-align: top;
	display:inline-block;
}



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

.section {
	height: 100vh;
	width: 100vw;
	color: #fff;
	overflow: hidden;

}

.section-img {
	background-size: cover;
	background-position: center;
	transform: translate3d(0px, 0%, 0px);
	height: 100%;
	width: 100%;
}

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

}

.section-auto-height {
	height: auto;
	margin: 0 auto;
	padding: 100px 0 100px 0;
	color: #fff;
	overflow: hidden;

}

.section-content {
    width: 80%;
    margin: 0 auto;
}


.slide1{

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

}

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


}

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


}


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

}



/* FOOTER */
#f {
	padding-top: 15px;
	padding-bottom: 15px;
    background-color: #4d4d4d;
}

#f i {
    margin-left: 15px;
	margin-right: 15px;
	font-size: 25px;
}

#f a {
	color: white;
}



/*others*/

/* gallery styling*/

#images-bar {
	height: 80px;
	display: inline-block;
	width: 60%;
	white-space: nowrap;
	overflow-y: hidden;
	overflow-x: hidden;
}

.arrow {
	height: 80px;
	width: 40px;
	display: inline-block;
	vertical-align: top;
	background-size: contain;
}

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

    body {
        width:100%;
    }
    .quotes_container {
        width: 80%;
        margin: 0 auto;
        position:relative;

    }
    .content{
        margin: 0 auto;
        width: 100%;
    }
    .content_centered
    {
        margin: 0 auto;
        width: 100%;
        text-align: center;
        position:absolute;
        top:50%;
    }
    .introduction {
        width:auto;
		max-width: 600px;
    }
    .desktop_note {
        position:fixed;
        left:75%;
        top:40%;
    }
	.img-zoom {
		width: 100px;
		height: 63px;
	}
	.gallery {
		width: 240px;
		height: 240px;
	}
	.hover_appear {
		top: 70%;
	}
	.skillblock {
		margin: auto;
		display: block;
		width: 640px;
		height: 480px;
	}

}
