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


body {
	background-color:#0d3243;

	background-image:url('/img/imagemfinal.jpg');
	background-size: cover; 
	font-size:20px;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: center center;
	background-clip: border-box;
	background-origin: padding-box;
	background-size: cover;
	
}

.logo {
	
	position: relative ;
	margin-top:30px;
	text-align:center;
	
}

.construction{
	color:#666666;
	text-shadow: 2px 2px 4px #ffffff;
	font-size:0.6em;
	line-height:0.7em;
	text-align:center;
	font-family:'open_sansextrabold';
	position:relative;
	margin-top:40px;
	letter-spacing: 1px;
}



/*
.construction1{
	color:#666666;
	text-shadow: 2px 2px 4px #ffffff;
	font-size:0.5em;
	line-height:0.7em;
	text-align:center;
	font-family:'source_sans_probold';
	position:relative;
	margin-top:14px;
	letter-spacing: 2px;
}

*/

.dsocial{
	width:100%;
	text-align:center;
}

.social{
	margin-top:30px;
	width:auto;
}

.shrink {
  display: inline-block;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}

.shrink:hover, .shrink:focus, .shrink:active {
  -webkit-transform: scale(0.9);
  transform: scale(0.9);
}

.contacts {
	color:#3B4446;
	text-shadow: 1px 1px 2px white, 0 0 25px white, 0 0 5px white;
	font-size:0.6em;
	line-height:1.5em;
	text-align:center;
	font-family: 'open_sansextrabold';
	font-style:bold;
	letter-spacing:0.1em;
	position:relative;
	margin-top:40px;	

}

.contacts1 {
	color:#3B4446;
	text-shadow: 1px 1px 2px white, 0 0 25px white, 0 0 5px white;
	font-size:0.6em;
	line-height:1.0em;
	text-align:center;
	font-family: 'open_sansextrabold';
	font-style:bold;
	letter-spacing:0.1em;
	position:relative;
	

}






a:link {text-decoration:none;}
a:visited {text-decoration:none;}
a:hover {text-decoration:none;}
a:active {text-decoration:none;}
a:link {color:#666666;	text-shadow: 1px 1px 2px white, 0 0 25px white, 0 0 5px white;}      /* unvisited link */
a:visited {color:#666666;	text-shadow: 1px 1px 2px white, 0 0 25px white, 0 0 5px white;}  /* visited link */
a:hover {color:#666666;	text-shadow: 1px 1px 2px white, 0 0 25px white, 0 0 5px white;}  /* mouse over link */
a:active {color:#666666;		text-shadow: 1px 1px 2px white, 0 0 25px white, 0 0 5px white;}  /* selected link */


/*Fonts*/




@font-face {
    font-family: 'open_sansextrabold';
    src: url('/fonts/opensans-extrabold.eot');
    src: url('/fonts/opensans-extrabold.eot?#iefix') format('embedded-opentype'),
         url('/fonts/opensans-extrabold.woff2') format('woff2'),
         url('/fonts/opensans-extrabold.woff') format('woff'),
         url('/fonts/opensans-extrabold.ttf') format('truetype'),
         url('/fonts/opensans-extrabold.svg#open_sansextrabold') format('svg');
    font-weight: normal;
    font-style: normal;

}