/*global selectors*/
body {
background-image:url("https://s3-img.pixpa.com/com/800/44179/1547023033-73726-blue-iceberg-in-narsusuaq.jpg");
background-size: 100% 100%;
}

div {
float: left;	
clear: both;
}

img {
width: 50%;
margin-right: 25%;
margin-left: 25%;
float: left;
}



#container {
width: 90%;
margin-left: 5%;
height: 1200px;
margin-top: 40px;
margin-bottom: 10px;
background-color: lightblue;
}


/*  above the sidebar, and above content area*/
.thetitle {
width: 90%;
margin-left: 5%;
padding-top: 1%;
font-size: 36px;
font-family: courier;
text-align: center;
background-color: lightgrey;
}


#sidebar {
height: 400px;
width: 19%;
clear: none;
margin-left: 5%;
background-color: darkblue;
}


#maincontent {
background-color: white;
width: 65%;
margin-left: 5%;
padding: 1%;
font-size: 15pt;
text-align: left;
font-family: serif;
clear: none;
}

.menubox{
background-color: white;
height: 50px;

width: 90%;
margin-left: 3%;

float: left;
border-radius: 10px;
border:5px solid black;
font-size: 20px;
/*cursor: pointer;*/
}

