@font-face {
    font-family: 'Salsa';
    font-style: normal;
    font-weight: 400;
    src: url('fonts/Salsa-Regular.ttf');
}

html {
    box-sizing: border-box;
    font-family: Salsa, sans-serif;
    background-repeat: no-repeat;
    background-size: contain;
    background-color: #E4F1EE;
    font-size: 24px;
}

img {
    vertical-align: middle;
    object-fit: contain;
    max-width: 90%;
    margin: 5px 20px 0px 20px;
}

.logo {
    float: left;
    width: 10%;
}

ul {
    list-style-type: none;
}

a:hover {
    font-weight: bold;
}

.menu {
    overflow: hidden;
    display: flex;
    justify-content: center;
    text-align: center;
    vertical-align: middle;
    font-size: 24px;
    margin-bottom: 50px;
}

.menu-item {
    background: #E7F1DC;
    box-shadow: 5px 5px 5px #556B2F;
	color: #556B2F;
	border-radius: 5px;
	text-align: center;
    vertical-align: bottom;
    min-height: 35px;
    margin: 5px 5px 5px 5px;
}


.menu a {
	padding: 14px 16px;
	text-decoration: none;
	color: #808000;
}

.vertical-menu {
    color: #3E7336;
    width: 225px;
    float: left;
    margin-top: 8%;
    background: #F7F5FF;
    box-shadow: 10px 10px 5px #556B2F;
	border-radius: 5px;
	text-align: center;
    vertical-align: bottom;
    position: absolute;
}

.vertical-menu a {
    color: #FF8C00;
    padding: 12px;
    text-decoration: none;
    display: block;
}

footer {
	font-family: Courier New, Arial;
	font-size: 0.7em;
	text-align: center;
	text-align: center;
	color: #D2691E;
	margin-top: 1em;
	margin-bottom: 0;
    width: 100%;
}

h1{
	text-align: center;
	margin-top: 2px;
	margin-bottom: 1.5px;
	font-size: 38px;
	color: #FF8C00;
}

h2{
	text-align: center;
	margin-top: 2px;
	margin-bottom: 1.5px;
	font-size: 32px;
	color: #FF8C00;
}

h3{
	text-align: center;
	margin-top: 2px;
	margin-bottom: 1.5px;
	font-size: 28px;
}

h4 {
	text-align: center;
	font-style: italic;
	margin-top: 1.5px;
	font-size: 18px;
}

.container {
    margin: 0px 0px 0px 5em;
    box-sizing: border-box;
    width: 85%;
	min-width: 300px;
	padding-top: 5px;
    padding-bottom: 5px;
    border-radius: 12px;
}

.post {
	background: #FFEFD5;
    box-shadow: 10px 10px 5px #556B2F;
	color: #556B2F;
    padding: 5px;
	margin-left: 10%;
    margin-bottom: 25px;
    width: 95%;
    height: auto;
	min-height: 125px;
	border-radius: 12px;
	font-size: 18px;
	text-align: center;
}

.post a{
	color: #FF8C00;
}

.post a:hover {
	font-weight: bold;
}

summary {
    text-align: center;
	margin-top: 2px;
	margin-bottom: 1.5px;
	font-size: 32px;
	color: #FF8C00;
}
