﻿html, body{
	margin:0;
	padding:0;
	font-weight: normal;
    font-style: normal;
    line-height:normal;
    font-family: Verdana, sans-serif;
}
.wrapper {
	  width: 100%;
	  margin: 0 auto;
	  }
	  
#header {
	background-color:#495e79;
	color:#fff;
}

#header .wrapper  {
	z-index:9999;
	position:fixed;
	background-color:#495e79;
	color:#fff;
}
#header span{
	padding-left:10px;
    float:left;
}
#header span{
	font-size: 50px;
	font-weight:100;
}	  
#block1 .wrapper {
	  background-image: url(images/bg3.jpg); 
	  width: 91%;
	  padding: 3% 4% 1% 5%;
	  }
	  
#block1 .audio {
	text-align:center;
}	  

		
#header:after, #block1:after{
	  content: "";
	  display: block;
	  height: 400px;
	  width: 100%;
	  background-size: cover;
	  background-position: center center;
	  background-repeat: no-repeat;
	  background-attachment: fixed;
	  box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.6); 
	  padding: 0;
	  }
		
#header:after {
	  background-image: url(images/bg1.jpg); 
	  content: "Amazing GoPro";
	  font-family: 'Indie Flower', cursive;
	  font-size: 100px;
	  font-weight:100;
	  color:#fff;
	  padding-top:200px;
	  text-align:  center;
	  }
	  
#block1:after {
	  background-image: url(images/bg2.jpg); 
	  //*content: "Look at the world in a new way";
	  font-size: 50px;
	  font-weight:500;
	  color:#7CFC00;
	  padding-top:200px;
	  text-align:  center;*/
	  }
	  


.box{
	font-size: 20px;
	font-weight:500;
	text-transform: uppercase;
	position:relative;
	background-color: #c24c4c;
	top:-250px;
	display:block;
	padding:10px;
	color:#7CFC00;
	width:600px;
	text-align:center;
	margin:0 auto;
}

	  
img{
	margin: 5px 20px 10px 50px;
	margin-left:100px;
	float:center;
	width:36%;
	
	/*добавл¤ем тень дл¤ картинок*/
    box-shadow: 7px 7px 7px #7CFC00;
}
	
p{
	color: #ADFF2F;
	padding: 3px 0 0 0;
	text-align:center; 
	font-weight: bold;
	font-family: Segoe Print;
	font-size:19px;
	/*добавл¤ем тень дл¤ заголовка*/
    text-shadow: 3px 3px 3px #FF4500;
}

h2{
	color: #00aaff;
	padding: 10px 0 0 0;
	text-align:center; 
	font-weight: bold;
	font-family: 'Lobster', cursive;
	font-size:55px;
	/*добавл¤ем тень дл¤ заголовка*/
    text-shadow: 5px 5px 5px #7CFC00;
}
	
img.up{
	margin: 0;
	position:fixed;
	bottom:40px;	
	right: 20px;
	width:10%;
	border:0;
	opacity: 0.5; /*прозрачность*/
	}
	
img.up:hover{
	opacity: 0.8; /*непрозрачность*/
	/*добавл¤ем замедление на все изменени¤*/
	transition: all .5s; 
	-moz-transition: all .5s;
	-webkit-transition: all .5s;
	}	

#footer{
	background-color:#495e79;
	color:#fff;
}

#footer .wrapper  {
	width:600px;
	z-index:9999;
	background-color:#495e79;
	color:#fff;
	text-align:  center;
	padding:20px;
} 
