*{
box-sizing: border-box;
padding: 0px;
margin: 0px;
border: 0px;
border-collapse: collapse;
color: white;}

html{
width: 100%;
height: 100%;}

body{
width: 100%;
height: 100%;
background-color: #7796b2;
background-image: url('../images/bg.png');
background-attachment: fixed;
background-repeat: no-repeat;
background-position: bottom center;
background-size: 2100px;}

#container{
width: 100%;
max-width: 1100px;
min-width: 300px;
padding: 5px;}

#title{
float: left;
width: 80%;
max-width: 400px;
max-height: 80px;}

#content{
width: auto;
max-width: 1100px;
min-height: 600px;
padding: 10px;
border-radius: 7px;
background-image: url('../images/transparent.png');}

#menu_button{
float: right;
width: 20%;
max-width: 80px;
max-height: 80px;
border-radius: 7px 7px 0px 0px;}

#menu{
max-height: 80px;
float: right;
list-style-type: none;}

#mobile_menu{
float: right;
width: 140px;
list-style-type: none;
display: none;
border-radius: 7px 0px 7px 7px;
margin-bottom: 5px;
background-image: url('../images/transparent.png');}

#menu li, #mobile_menu li{
float: left;
height: 40px;
width: 100px;
margin-right: 10px;
margin-top: 40px;
border-radius: 7px 7px 0px 0px;}

#menu a, #mobile_menu a{
display: block;
width: 100%;
height: 100%;
padding-top: 10px;
font-family: Verdana;
font-weight: bold;
font-style: italic;
font-size: 17px;
text-decoration: none;
color: #191F25;}

#mobile_menu li{
margin: 5px;}

#mobile_menu a{
color: white;}

#menu li.active, #menu li:hover{
background-image: url('../images/transparent.png');}

#menu li.active a, #menu li a:hover, #mobile_menu li.active a, #mobile_menu li a:hover{
color: #7796b2;
text-shadow: -2px 2px black;}

.header{
font-family: Verdana;
font-weight: bold;
font-style: italic;
font-size: 25px;
margin: 10px 10px 10px 10px;}

.body{
font-family: Tahoma;
font-size: 18px;
margin: 10px 10px 10px 10px;}

.album_link{
font-family: Verdana;
font-size: 14px;
float: left;
height: 220px;
width: 300px;
margin: 10px;
text-decoration: none;}
.album_cover{
height: 200px;
width: auto;
max-width: 280px;
text-decoration: none;
border-style: none;}
.pics{
height: 160px;
width: auto;
max-width: 97%;
text-decoration: none;
border-style: none;
margin: 5px;}

.name, .email, .message{
font-size: 22px;
width: 100%;
max-width: 300px;
color: black;}
.name, .email{
height: 32px;
text-align:center;}
.message{
height: 250px;
resize: vertical;}
.button{
width: 60px;
height: 32px;
border-radius: 5px;
color: black;}

@media (max-width: 900px){
	#menu{display: none;}
	#content{margin: 0px;}
	.pics{width: 47%; height: auto;}
}
@media (max-width: 600px){
	.pics{width: 97%; height: auto;}
}
@media (min-width: 900px){
	#menu_button{display: none;}
	#mobile_menu{display: none !important;}
	#content{margin-left: 60px; max-width: 1040px;}

}