img {
	max-width:50% !important;
}
.topbox {
	background-color:#26533a;
	width:100%;
	height:120px;
}
.topbox img {
	padding:10px;
}
.title {
	position:absolute;
	top:20px;
	font-size:1.5em;
	color:white;
}
.flex {
	display:flex;
}
.half {
	padding:5px;
}
.menubar {
	background-color:#003764;
	line-height:40px;
}
.carousel {
	width:100%;
	height:calc(100% - 165px);
}
.carousel img {
	min-width:100%;
	min-height:100%;
	overflow:hidden;
}
.homecontent {
	font-size:1.5rem;
	color:006a6a;
}
@media (max-width: 760px) {
	.flex {
		flex-direction:column;
	}
}
@media (max-width: 824px) {
	.title {
		font-size:1.3em;
	}
}
@media (max-width:400px) {
	.title {
		font-size:1em;
	}
}
.mlanguages {
	display:none;
}
@media (max-width:600px) {
	.languages {
		display:none;
	}
	.mlanguages {
		display:flex;
		background-color: #26533a;
	}
	.msellang {
		font-size:1.5em;
		width:calc(100% - 50px);
	}
	.mbutton {
		font-size:2em;
		color:white;
		cursor:pointer;
	}
	.languages br {
		display:none;
	}
	.dropdown {
		width:100%
	}
	.menubar {
		display:none;
	}
}
.beans {
	color:#75470e;
	font-size:20px;
	padding:10px;
	font-weight:600;
}
.flex {
	display:flex;
}
.leftinner {
	background-color:#3f8019;
}
.leftinner a {
	padding: 10px;
    color: #cce8bc;
    text-decoration: none;
    font-size: 18px;
    white-space: nowrap;
    line-height: 30px;
}
.content {
	padding-left:20px;
	padding-right:10px;
}

.dropbtn {
	color: white;
	font-size: 18px;
	border: none;
	background-color: #003764;
}

.dropdown {
	position: relative;
	display: inline-block;
}

.dropdown-content {
	display: none;
	position: absolute;
	z-index: 1;
	background-color:#3e8e41
}

.dropdown-content a {
	color: white;
	text-decoration: none;
	display: block;
}
.dropbtn a {
	color: white;
	text-decoration: none;
	display: block;
    padding: 10px;
    white-space: nowrap;
}

.dropdown-content a:hover {
	background-color: #ddd;
}

.dropdown:hover .dropdown-content {
	display: block;
}

.dropdown:hover .dropbtn {
	background-color: #3e8e41;
}




.school {
	width:500px;
	height:400px;
	float:left;
	overflow:hidden;
}
.schooltitle {
	font-size:1.3em;
	text-decoration: underline;
}
.school img {
	margin:10px;
	max-width:calc(100% - 20px);
	max-height:calc(100% - 20px);
}
.clear {
	clear:both;
}
