@charset "UTF-8";
/* CSS Document */

a:link { color: #B8B8B8; text-decoration:none; }
a:visited { color: #B8B8B8; text-decoration:none; }
a:hover { color: #FFFFFF; text-decoration:none; }
a:active { color:#FFFFFF; text-decoration:none; }

html{
	font-size:62.5%;
	height:100%;
}

body{
	font-size:16px;
	font-size:1.6rem;
	height:100%;
}

.cd-fixed-bg {     
min-height: 100%;    
background-size: cover;
background-attachment:scroll; 
background-repeat: no-repeat;     
background-position: center center;
 } 
 																
 .cd-fixed-bg.cd-bg-1 {   
background-image: url(../img/main.png); 
}

.cd-scrolling-bg {     
min-height: 100%; 
} 

/*----------------------------------------------------
 main
 ----------------------------------------------------*/
 
#main{
	height:100%;
	}

/*----------------------------------------------------
 works
 ----------------------------------------------------*/
 
#works{
	width:100%;
	margin-bottom:3%;
}

.title{
	font-size:3rem;
	text-align:center;
	font-family: 'Alegreya Sans', sans-serif;
	margin:2% 0 0 0;
}

.works{
	width:100%;
	margin:0;
	padding:0 0 0 0;
	display:block;
}

.box{
	width:90%;
	text-align:center;
	margin:0 auto;
	padding:3% 0;
}

.box p{
	font-size:1.6rem;
	text-align:center;
	font-family: 'Alegreya Sans', sans-serif;
	margin:2% 0 0 0 ;
}

/*----------------------------------------------------
contact
----------------------------------------------------*/

#contact{
	width:100%;
	margin:0;
	padding:0;
}

.contactus{
	background-color:#000000;
	margin:0 auto;
	text-align:center;
	padding:10%;
}

.contactus img{
	width:70%;
	height:70%;
}


/*----------------------------------------------------
google-maps
----------------------------------------------------*/

.google-maps{
	position:relative;
	padding-bottom:80%;
	height:0;
	overflow:hidden;
}

.google-maps iframe{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}


/*----------------------------------------------------
footer 
----------------------------------------------------*/

.footer_bg{
	padding:5% 0;
	width:100%;
	background-color:#000000;
}

.footer{
	width:100%;
	margin:0 auto;
	text-align:center;
	display:block;
}
.footer_logo{
	width:100%;
	margin:0 auto;
	padding:5% 0 5% 0;
	}

.footer_txt{
	width:100%;
	text-align:center;
	margin:0 auto;
}

.name{
	font-size:1.5rem;
	color:#FFFFFF;
	padding:0;
	margin:0;
}

.info{
	font-size:1.2rem;
	color:#FFFFFF;
	padding:0;
}

.copyright{
	text-align:center;
	margin:0 auto;
	color:#FFFFFF;
	font-size:0.8rem;
	padding:5% 0 5% 0;
}