@import url(http://fonts.googleapis.com/css?family=Raleway:400,100,300,600,700);
@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,300,700,600);

/*=========================
	Global.
=========================*/

/* Reset */
html, body, section{
	padding:0;
	margin:0;
}

h1, h2, h3, h4, p, li, ul{
	padding: 0;
	margin: 0;
	font-family: 'Raleway', sans-serif;
}

h1{
	padding:20px;
}

h2{
	font-size: 19pt;
	font-weight: 300;
	text-indent: 20px;
}

p{	
	padding:0.5em;
	line-height: 26pt;
	font-size: 18pt;
	margin-left: 20px;
}

section{
	width: 100%;
	z-index: 100;
}

.centered{
	text-align: center;
}

.inner{
	width: 80%;
	margin: 0 auto;
	padding: 100px;
}

.vert-centered{
	padding-top:30vh;
	text-align: center;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 50%;
    height: 30%;
    margin: auto;
}

button{
	outline: none;
	width:175px;
	height:50px;
	background: none;
	text-align: center;
	border-radius: 5px;
	border:2px solid #f44f6f;
	color:#f44f6f;
	font-size: 10pt;
	text-transform: uppercase;
	letter-spacing: 0.3em;
	line-height: 0;
	padding: 0;
	margin: 50px;
	--webkit-transition: 0.4s all ;
	-o-transition: 0.4s all ;
	transition: 0.4s all ;
}
button:hover{
	background:#f44f6f;
	border-radius: 15px;
	color:#333;
	--webkit-transition: 0.4s all ;
	-o-transition: 0.4s all ;
	transition: 0.4s all ;
	cursor: pointer;
}

/*=========================
	Home.
=========================*/

#home{
	background: url(../img/home.jpg) no-repeat center center; 
  	-webkit-background-size: cover;
  	-moz-background-size: cover;
  	-o-background-size: cover;
  	background-size: cover;
  	width:100%;
  	height:100vh;
}

#home h1, #home h2, #home h3, #home p{
	color: white;
}

#home h1{
	font-size: 128pt;
}

header{
	display: none;
    position: fixed;
    top: 0;
    width: 100%;
    height: 60px;
    z-index: 1;
    overflow: hidden;
    background: #333;
    opacity: 0.9;
}

header ul{
	width:60%;
	margin:0 auto;
	text-align: center;
	color:#f3f3f3;
}

header ul li{
	height:60px;
	line-height: 60px;
	margin-left: 2%;
	margin-right: 2%;
	display: inline-block;
	font-size: 16px;
	color: #f44f6f;
}

.logo{
	float: left;
	height: 40px;
	width: auto;
	margin: 10px;

}

.logo-big{
	width:75%;
	margin:0 auto;
}

.less-hd{
	padding:0.5em;
	line-height: 26pt;
	letter-spacing: 15px;
	text-transform:uppercase;
	font-weight: 100;
	color: #f44f6f;
	font-family: 'Raleway', sans-serif;

}

/*=========================
	References.
=========================*/

#references{
	background: #333;
	z-index: 0;
	min-height: 50vh;
	color:#f3f3f3;
}

#references h1, #references h2, #references h3, #references p{
	color: #f3f3f3;
}

a{
	color:#f3f3f3;
	text-decoration: underline;
}

a:hover{
	color:#f44f6f;
}


/*=========================
	About.
=========================*/

#about{
	background: white;
	z-index: 0;
}

#about li{
	padding:4px;
	font-size: 18pt;
	text-indent: 20px;
}

#about h1, #about h2, #about h3, #about p{
	color: #333;
}

a{
	color:#333;
	text-decoration: underline;
}

a:hover{
	color:#f44f6f;
}

/*=========================
	Gallery.
=========================*/

#gallery{
	background: #b6435a;
	z-index: 0;
}

#gallery h1, #gallery h2, #gallery h3, #gallery p{
	color: white;
}

.example-image{
	padding:20px;
	opacity: 0.8;
	-webkit-transition: all 0.4s ease-in-out;
  	-moz-transition: all 0.4s ease-in-out;
  	-o-transition: all 0.4s ease-in-out;
  	transition: all 0.4s ease-in-out;
}

.example-image:hover{
	opacity: 1.0;
	-webkit-transition: all 0.4s ease-in-out;
  	-moz-transition: all 0.4s ease-in-out;
  	-o-transition: all 0.4s ease-in-out;
  	transition: all 0.4s ease-in-out;
}

#gallery img{
	width:200px;
	height:auto;
}

a{
	color:white;
	text-decoration: underline;
}

a:hover{
	color:#f44f6f;
}

/*=========================
	Contact.
=========================*/

#contact{
	background: #333;
	z-index: 0;
}

#contact h1, #contact h2, #contact h3, #contact p{
	color: white;
}

.social i{
	display: inline-block;
	margin:30px;
	color:#f3f3f3;
}

.social i:hover{
	display: inline-block;
	margin:30px;
	color:#f44f6f;
}

.mag{
	color:#f44f6f;
}



