body, html {
	font-size: 20px;
	font-family: 'Lucida Grande', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	margin: 0px;
	padding:0px;
	height: 100%;
	background: url(images/tork.jpg);
}

#header {
	background: orange;
	padding-top: 20px;
	height: 100px;
	width: 100%;
	font-size: 20px;
	text-align: center;
}

h2 {
	font-size: 30px;
}

h1 {
	font-size: 25px;
}

video {
	margin: 20px 0;
}

@import url('https://fonts.googleapis.com/css?family=Lobster');
}

#menu {
text-align: left;
font-size: 18px;
padding: 20px 0 40px;
margin: 10px 0;
top: 5px;
width: 900px;
float: left;
}

#footer {
clear: both;
width: 100%;
height: 30px;
background: orange;
height: 80px;
}

#footer p {
color: #fff;
padding: 20px;
margin: 0px auto;
text-align: center;
}

#wrap {
width: 80%;
margin: 0 auto;
background-color: #FFF8DC;
padding:20px;
}

p {
font-family: 'Lobster', cursive;
}

ul {
position: relative;
list-style: none;
font-size: 18px;
padding: 30px;
}

a {
text-decoration: none;
}

ul#nav a {
background: rgba(107, 12, 54, 0.75);
color: #fff;
padding: 9px;
}

ul#nav > li {
position: relative;
float: left;
margin-right: 10px;
}

ul#nav ul {
position: absolute;
list-style: none;
left: -9999px;
opacity: 0;
transition: opacity 0.5s linear;
top: -5px;
}

ul#nav ul li {
margin: 10px;
padding-top: 1px;
}

ul#nav ul a {
white-space: nowrap;
}

ul#nav li:hover ul {
left: 0px;
opacity: 1;
}

ul#nav li a:hover {
background: rgba(107, 12, 54, 1);
}

.clear {
clear: left;
}

img {
width: 750px;
height: 400px;
}

.moto {
width: 250px;
height: 150px;
padding: 100px;
text-align: center;
animation: grow 7s 3;
animation-fill-mode: forwards;
background-image: url(images/18zr900e_101gn1drf1cg_a__cover.png);
}

@keyframes grow {
0% {
	margin-left: 0;
}

50% {
	margin-left: 500px;
}

100% {
	margin-left: 300px;
}

}

#wrap1 {
background-color: blue;
height: 30px;
width: 200px;
transition: width 5s;
}

#wrap1:hover {
width: 500px;
}

h2 {
font-size: 22px;
margin: 40px 0 10px 0;
text-align: center;
}

.container {
padding: 20px;
position: relative;
}

.forma {
margin: 40px auto;
width: 400px;
}

.input {
width: 300px;
margin: 20px 0;
}

input:focus:invalid {
background: pink;
outline: 2px #f00 solid;
}

input:focus:valid {
background: lightgreen;
outline: 2px #0f0 solid;
}

input:valid {
background: white;
outline: none;
}

input:invalid {
background: white;
outline: 2px #f00 solid;
}

.validation {
display: none;
}

input:focus + .validation {
display: inline;
}

input:focus:invalid + .validation {
color: red;
}

input:focus:valid + .validation {
color: green;
}

input:focus:valid + .validation .invalid {
display: none;
}

input:focus:invalid + .validation .valid {
display: none;
}

@media screen and (max-width:1000px) {
…
}

.photos1 {
width: 490px;
margin: 40px auto;
}

.photos1 a {
display: block-inline;
background: #fff;
margin-right: 5px;
margin-top: 5px;
padding: 5px;
float: left;
}

.photos1 a:hover {
background: yellow;
}

.pressbox {
width: 0;
height: 0;
position: fixed;
overflow: auto;
left: 0;
top: 0;
z-index: 9999;
text-align: center;
background: rgba(0, 0, 0, 0.5);
}

.foto {
background: #fff;
width: 260px;
height: 300px;
margin: 50px auto;
-webkit-box-shadow: 0px 0px 15px #444;
-moz-box-shadow: 0px 0px 15px #444;
box-shadow: 0px 0px 15px #444;
}

.pressbox img {
opacity: 0;
padding: 10px;
margin-top: 0px;
-moz-transition: opacity .25s ease-in-out;
-webkit-transition: opacity .25s ease-in-out;
transition: opacity .25s ease-in-out;
}

.pressbox:target {
width: auto;
height: auto;
bottom: 0;
right: 0;
}

.pressbox:target img {
opacity: 1;
}

div.img img {
	width:400px;
	height:300px;
}
