
/*= GENERAL STYLING
--------------------------------------------------------*/
@import url('https://fonts.googleapis.com/css?family=Salsa|Ubuntu:300');


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

}


h1 {
	font-family: "Courier New",'Ubuntu', sans-serif;
	font-weight: 300;
	font-size: 35px;
	margin: 0;
	padding: 0;
}

h2 {
	font-family: "Courier New","Ubuntu", 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: "Ubuntu", 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:  'Ubuntu', sans-serif;
	text-align: left;
	font-size: 15px;
	line-height: 25px;
	margin-bottom:15px;
}

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

}


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

#spinner {
	width: 100vw;
	height: 100vh;
	background: rgba(0,0,0,0.6);
	position:fixed;
	z-index: 9999;
}

#spinner img {
	width: 30px;
	height: 30px;
	margin-top: 50vh;
	margin-left: 50vw;
	transform: translate(-50%);
}

#menu-button-container {
	position: fixed;
	font-family: "Ubuntu", sans-serif;
    font-weight: 300;
	font-size: 15px;
	color: #fff;
	height: 40px;
	width: 45px;
	background: rgba(0,0,0,0.6);
	border-radius: 0 20px 20px 0;
	top: 25px;
	left: 250px;
	opacity: 0;
	z-index: 9998;
}
#menu-button-container img {
	width: 30px;
	height: 30px;
	margin: 5px 10px;
	cursor: pointer;
	-moz-transition: transform .2s;
  	-webkit-transition: transform .2s;
  	transition: transform .2s;
}
.flip{
	transform: rotate(180deg);
}

#myNavbar {
	font-family: "Ubuntu", sans-serif;
    font-weight: 300;
    font-size: 15px;
	position: fixed;
	background: rgba(0,0,0,0.6);
	padding-top: 5px;
	width: 250px;
	height: 100vh;
	left:0;
	top: 0;
	z-index: 9998;
	opacity:0;
	-moz-transition: transform 200ms;
  	-webkit-transition: transform 200ms;
  	transition: transform 200ms;
}
#myNavbar a {
	color: #fff;
}
#myNavbar ul {
	list-style: none;
	text-align: right;
	padding: 0 35px;
	top: 50vh;
	transform: translateY(-50%);
}

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

}

.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:75%;
}

/** 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: "Ubuntu";
	font-weight: bold;
}
#formore a:hover {
	text-decoration: underline;
}

#resume a {
	color: #fff;
	font-size: 30px;
	font-family: "Ubuntu";
	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;
	cursor: pointer;
}



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

.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 {
    overflow: auto;
    width: 85%;
    max-height: 85%;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
    position: relative;
    text-align: center;

}

#select-panel {
	height: 100%;
    width: 100%;
    background: rgba(0,0,0,.8);
    position: absolute;
    top: 0;
    left: 0;

}

#gallery-viewport {
	text-align: center;
}

.arrow {
	height: 70vh;
    width: 40px;
    display: inline-block;
    vertical-align: top;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 50%;
    cursor: pointer;
}

/*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:relative;
        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;
	}

}
