	/*KEY becuase the creator of the website can't spell long words repetedly correctly:
	BT: box title
	T: title
	HM: headermenu
	MB: menubutton
	S: selected
	C: contaniar
	ff: fun facts
	if: info*/


/* colors:
	background - #87a6d7
	lines - #a3bfeb
	title - #4e76b6
	fun facts - #7497cf
	info - #5e8edb
	links - #577fbf
 */

body {
	background-color: #87a6d7;
	color: #a3bfeb;
}

.boxtitle{
	color: #a3bfeb;
}

#title{
	text-align: center;
	margin-left: 10vw;
	margin-right: 10vw;
	margin-bottom: 0;
	margin-top: 40px;
	width: 80vw;
	/*height: 20vh*/
	background-color: #4e76b6;
	padding: 20px;
	text-transform: uppercase;
	font-size: 3vw;

	border: 5px solid #a3bfeb;
	border-radius: 10px;
}

#headermenu {
    padding: 20px;
    margin-right: 10vw;
    margin-left: 10vw;
    width: auto;

    /*background-color: red;*/
}

a:link, a:visited, a:active {
      color: #a3bfeb;
      text-decoration: none;

}

.menubutton {
    margin-right: 10px;
    margin-left: 10px;
    padding: 15px;
    background-color: #577fbf;
    border-radius: 7px;
    width: 8vw;
    text-align: center;
    float:left;
}

/*#MBA {
    margin-right: 10px;
    margin-left: 10px;
    padding: 15px;
    background-color: #577fbf;
    border-radius: 7px;
}
*/
#selected {
    outline-style: dotted;
    outline-width: 5px;
    outline-color: black;
}

.contaniar{
	/*background-color: red;*/
	/*float: left;*/
    width: 80vw;
    /*margin-bottom: 10vw;*/
    /*margin-left: 10vw;*/
    /*margin-right: 10vw;*/
    /*margin-top: 3vw;*/
    padding: 20px;
    font-size: 13pt;
    padding-bottom: 100px;
    font-family: Georgia, serif;
    /*background-color: red;*/
}

.funfact{
	clear: both;
	/*float: left;*/
	background-color: #7497cf;
	width: 80vw;
	margin-left: 9vw;
	margin-right: 5vw;
	padding: 10px;
	border-radius: 10px;
	border: 5px solid #a3bfeb;
}

.info{
	margin-bottom: 2vw;
	float: right;
	clear: both;
	background-color: #5e8edb;
	margin-top: 10vw;
	width: 60vw;
	padding: 10px;
	border-radius: 10px;
	border: 5px solid #a3bfeb;
}

img {
	width: 30vw;
	padding: 20px;
}