.container{
background-color:#fff2cc;
width:auto;
height:auto;
text-align:center;
}
.hits{
	color:white;
	text-align:center;
background-color:#000066;
}

.header{
background-color:#EFE9F5;
color:white;
width:90%;
margin:auto;
font-size:65px;
padding:10px;
text-shadow: 0 0 3px #FF0000, 0 0 5px #0000FF;
box-shadow: 10px 10px #8A13F0; 
margin-bottom:20px;
}

.subject{
background-color:#0C789C;
color:white;
width:90%;
margin:auto;
font-size:35px;
padding:10px;
margin-top:10px;
	
}

.order{
background-color:#602873;
color:white;
width:100%;
margin:auto;

font-size:35px;
padding:20px 10px;
margin-top:10px;
border-radius:25%;
}

.order a{
text-decoration:none;
color:white;
}

.order:hover{
background-color:#C48C0A;
text-decoration:underline;
color:F7EDD5;
}

.addr{
color:#602873;
width:80%;
margin:auto;
font-size:25px;
padding:10px;
margin-top:10px;
background: red; /* For browsers that do not support gradients */        
    background: -webkit-linear-gradient(180deg, red, yellow); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(180deg, red, yellow); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(180deg, red, yellow); /* For Firefox 3.6 to 15 */
    background: linear-gradient(180deg, red, yellow); /* Standard syntax (must be last) */
}

.footer{
	background-color:#664d00;
color:white;
width:90%;
margin:auto;
font-size:35px;
padding:10px;
margin-top:10px;
margin-bottom:15px;
}

.imag{
	background-color:#913817;
	border-radius:5%;
}
.imag img{
	width:70%;
	margin:auto;
	padding:20px;
	border:3px solid brown;
	background-color:#e6e600;
	border-radius:10%;
}
.imag figure{
	font-size:30px;
	color:white;
	font-family:rockwell, lucida, sans-serif;
}
.imag figure figcaption{
	border:2px solid silver;
	width:50%;
	margin:auto;
	background-color:#2a3763;
	color:#dfdef2;
}

.imag1{
	background-color:#0a04a3;
	border-radius:5%;
}
.imag1 img{
	margin-top:20px;
	width:65%;
	margin:auto;
	padding:10px 15px 10px 15px;
	border:2px solid brown;
	background-color:#ff80ff;
	border-radius:10%;
	
}
.imag1 figure{
	font-size:30px;
	color:white;
	font-family:rockwell, lucida, sans-serif;
	
}
.imag1 figure figcaption{
	border:2px solid silver;
	width:50%;
	margin:auto;
	color:#efcee0;
	background-color:#590f37;
}

.imag2{
	background-color:#f4023f;
	border-radius:5%;
}
.imag2 img{
	margin-top:20px;
	width:65%;
	margin:auto;
	padding:10px 15px 10px 15px;
	border:2px solid brown;
	background-color:#ff80ff;
	border-radius:10%;
	
}
.imag2 figure{
	font-size:30px;
	color:white;
	font-family:rockwell, lucida, sans-serif;
	
}
.imag2 figure figcaption{
	border:2px solid silver;
	width:50%;
	margin:auto;
	color:#efcee0;
	background-color:#590f37;
}


#pop{
height:auto;
width:40%;
position:fixed;
margin-top:20px;
bottom:50%;
right:50%;
border:2px solid;
background:grey;
border-radius:9px;
padding:5px;
}
#close{
right:10;
top:10;
float:right;
}
img{
width:90%;
margin:auto;