@font-face {
    font-family: 'Roboto Condensed';
    font-style: normal;
    font-weight: 400;
    src: local('Roboto Condensed'), local('RobotoCondensed-Regular'), url(../fonts/RobotoCondensed-Regular.ttf) format('truetype');
}

body {
    margin: 0;
    padding: 0;
    line-height: 1.5em;
    font-family: 'Roboto Condensed', Helvetica, sans-serif;
    font-size: 13pt;
}

#main {
    margin-left: 50px;
    border-left: 2px dashed;
    padding-left: 30px;
}

a {
    color: #031125;
}

a:link {
    text-decoration: none;
}

a:visited {
    text-decoration: none;
}

a:active {
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

h1 {
    font-size: 22pt;
    padding: 0px;
    padding-top: 5pt;
    margin: 0px;
    font-weight: 600;
    font-family: 'Roboto Condensed', sans-serif;
}

h2 {
    font-size: 16pt;
    padding-bottom: 2pt;
    padding: 0;
    padding-top: 10pt;
    margin: 0;
    font-weight: 600;
    font-weight: normal;
    border-bottom: 1px solid black;
}

h3 {
    font-size: 14pt;
    padding: 0;
    padding-top: 5pt;
    margin: 0;
    font-weight: bold;
    font-family: 'Roboto Condensed', sans-serif;
    border-bottom: 2px dotted black;
}

img {
    border: 0px;
}

.centered_img {
    text-align: center;
    margin-top: 0px;
    margin-bottom: 0px;
    padding: 0px;
}

li {
    margin: 0.25em 0;
}

.top_img {
    object-fit: cover;
    width: 100vw;
    height: 250px;
    object-position: 40% 45%;
}

.container-menu {
    position: relative;
    justify-content: center;
    display: flex;
    color: black;
}

.bottom-right-menu {
    position: absolute;
    font-size: 12pt;
    font-weight: bold;
    background: #ffffffbb;
    bottom: 8px;
    right: 0px;
    padding: 0.5vh;
    line-height: 12pt;
}

#motto-page {
    margin-top: 5px;
    margin-left: -60px;
    padding-left: 60px;
    padding-bottom: 10pt;
    background: black;
    color: white;
    font-size: 22pt;
}