body {
background: lightblue url("https://images5.alphacoders.com/412/412482.jpg") no-repeat fixed center;
}

div {
font-family: Courier New;
float: left;
}


#container {
margin-right: 5%;
height: 1000px;
float: middle;
}

#rightmainbox {
width: 75%;
margin-left: 1%;
height: 80vh;
}


/*Menu Container*/
#leftmaincolumn {
width: 20%;
height: 900px;
border: 2px solid black;
float: left;
border-radius: 20px;
padding-top: 5px;
background: rgba(0, 0, 0, 0.3);
margin-top: 5px;
}

 



.bigheader {
border: 2px solid black;
margin-left: 5%;
margin-right: 5%;
width: 88%;
/* can not exceed 100 percent */
font-size: 20px;
background: rgba(0, 0, 0, 0.5); padding: 10px;
color: white;
border-radius: 20px;
float: middle;
clear: both;
font-size: 50px;
font-weight: bold;
text-align: center;
/*center text*/
}


.mediumheader {
margin-left: 5%;
width: 90%;
margin-top: 1%;
font-weight: bold;
float: middle;
clear: both;
}


.menutexthead {
color: white;
background: rgba(0, 0, 0, 0.7);
padding-left: 40px;
padding-top: 10px;
padding-bottom: 0px;
padding-right: 0px;
border-radius: 5px;
/* Size for the header */
font-size: 20px;
margin-right: 20px;
font-weight: bold;
margin-top: 5px;
width: 80%;
height: 5%;
margin-left: 2%;
}


.menuphotoholder {
width: 90%;
margin-left: 6%;
border-radius: 5px;
height: 12%;
border-radius: 10px;
margin-top: 10px;
}


.generationbox {
margin-left: 0%;
width: 50%;
margin-top: 20px;
font-size: 30px;
font-weight: bold;
float: left;
margin-bottom: 20px;
max-height: 270px;
height: 270px;
}


.subbox{
color: white;
margin-top: 20px;
background: rgba(0, 0, 0, 0.7); 
padding: 10px;
border-radius: 5px;
margin-left: 10px;
/* Size for the header */
font-size: 30px;
width: 87%;
}


/*All IMGs in the page*/
img{
float: left;
width: 90%;
height: 90%;
margin-left: 5%;
border: 3px solid black;
border-radius: 10px;
margin-top: 5px;
}


.imgspecial {
max-height: 230px;
}


.mainphoto {
margin-left: 0%;
width: 100%;
margin-top: 20px;
font-size: 30px;
font-weight: bold;
float: left;
margin-bottom: 20px;
max-height: 500px;
height: 500px;
}


a:link {
color: white;
text-decoration: none;
}


/* visited link */
a:visited {
color: white;
text-decoration: none;
}
