/**
  Theme Name: Tina Resume
  Version: 1
  Author: Wang
  Tags: super simple, clean, one columns, blank-slate
  Description: A theme created to learn the basic of WordPress themes
*/


body{ background-color: #ccc;}
/*Typography================*/
h1,h2,h3,h4,h5{
	font-family: 'Lato', sans-serif;
	font-weight: 300;
}
h1{
	font-size: 60px;
}
p{
	font-family: 'Raleway', sans-serif;
	font-weight:300;
}
h4 {
	line-height: 30px;
}
h3{
	line-height: 50px;
}
.galanothin{
	font-family: 'GalanoGrotesque-Thin', sans-serif;
}
.text-center{
	text-align: center;
}
.text-right{
	text-align: right;
}
.text-left{
	text-align: left;
}
.color-white{
	color: #fff;
}
.color-black{
	color: #000;
}
.black-bg{
	background-color: #000;
}
.white-bg{
	background-color: #fff;
}
.grey-bg{
	background-color: #171717;
}
.color-grey{
	color: #bbb;
}
.trans-black{
	background: rgba(0, 0, 0, 0.75);
}
.color-sigblue{
	color: #00a6bb;
}
.bg-sigblue{
	background-color: #00a6bb;
}
.center{
	display: block;
	margin: 0px auto;
}
.section-spacer{
	height: 100px;
}
/*Navbar ===================*/
.navbar li a{
	color: #fff;
}
.navbar{
	height: 75px;
}
.navbar li a{
	height: 75px;
	width: 75px;
	vertical-align: middle;
	display: table-cell;
}
.top-nav-spacer{
	height: 40px;
}
.navbar-toggle{
	margin-top: 20px;
}
/*About Section======================*/
.bg-image{
	-webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    height: 525px;
    background-attachment: fixed;
    overflow: hidden;
}
.border-tb{
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
}
.about-me{
	padding: 30px;
}
.logo{
	height: 115px;
	width: 115px;
	margin: 0px auto;
	display: block;
	text-align: center;
	margin-top: 100px;
	-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	-o-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;

}
#sticky.stick {
    position: fixed;
    top: -100px;
    left: 46.4%;
    z-index: 10000;
}

.about-me-text{
	font-size: 15px;
}
.lh-resume h3{
	line-height: 10px;
}
.resume-section a:hover{
	text-decoration: none;
}
.resume-section a h3:hover{
	color: #00a6bb;
}
.resume-section a h3{
	-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	-o-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
}
/*Projects Section=======================*/

div.caption{
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 50;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, .5);
	  -webkit-transition: all .5s ease-in-out;
	  -moz-transition: all .5s ease-in-out;
	  -o-transition: all .5s ease-in-out;
	  transition: all .5s ease-in-out;
}
div.caption:hover {
	background: rgba(0, 0, 0, .75);
	cursor: crosshair;
}
div.caption:hover h2{
	color: #00a6bb;
}
div.caption h2{
	-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	-o-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
}
ul.sidebar li{
	display: block;
	margin: 0px auto;
	float: left;
	margin-left: 30px;
	margin-top: 20px;
	margin-bottom: 20px;
}
button.filter{
	background-color: transparent;
	color: #fff;
	border: 2px solid #fff;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	-o-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
}
button.filter-active{
	color: #00a6bb;
	border: 2px solid #00a6bb;
}
button{
	outline: none;
}
/*Education===============================*/
h3.date-input{
	line-height: -100px;
}
/*Why Me==================================*/
.whyme-sections{
	border: 1px solid #ccc;
	-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	-o-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;

}
.whyme-sections p{
	-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	-o-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
}
.whyme-sections:hover{
	background-color:#ccc;
}
.whyme-sections:hover p{
	color: #fff; 
}
/*CV Section==============================*/
.lh-10{
	line-height: 1px;
}

/*Contact Form Section====================*/
.contact-form{

}
textarea,
input{
	background-color: #bbb;
	border: 0px solid transparent;
}
label{
	color: #fff;
	font-family: 'GalanoGrotesque-Thin';
}
.gform_button{
	background-color: #00a6bb;
	color: #fff;
	width: 100px;
	height: 35px;
	font-family: 'GalanoGrotesque-Thin';
	-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	-o-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
}
.gform_button:hover{
	background-color: #fff;
	color: #00a6bb;
}
/*Media Queries ==========================*/
@media(max-width:767px){
	body{
		background-color:#000;
	}
	.top-nav-spacer{
		height: 25px;
	}
	.navbar li:hover{
		background-color: #fff;
	}
	.navbar li a{
		width: 50%;
		float: left;
		display: block;
		text-align: center;
		background-color: #222;
	}
	.navbar li a{
		width: 50%;
		float: left;
		display: block;
		text-align: center;
		background-color: #222;
		vertical-align: middle;
		height: 50px;
	}
	.navbar li a:hover{
		background-color: #fff;
		color: #000;
	}
	div.dropdown button{
		display: block;
		margin: 0px auto;
		width: 100%;
		margin-bottom: 10px;
	}
	div.dropdown ul {
		width: 100%;
	}
	.about-me{
		margin-top: 00px;
	}
	.logo{
		margin-top: 50px;
	}


}
@media(min-width:768px){
	body{
		background-color:green;
	}
}
@media(min-width:992px){
	body{
		background-color:blue;
	}
}
@media(min-width:1200px){
	body{
		background-color:#000;
	}
	.center.navbar .nav,
	.center.navbar .nav > li {
	    float:none;
	    display:inline-block;
	    *display:inline; /* ie7 fix */
	    *zoom:1; /* hasLayout ie7 trigger */
	    vertical-align: top;
	}
	.navbar.center {
	    text-align:center;
	}
}
