/*
blue #325074
dark-blue #242525
beige #f8f4ea
*/


html {
    font-family: "Semplicita Light", Helvetica, sans-serif;
    letter-spacing: 0.03rem;
    font-size: 10px;
    height: 100%;
}

body {
    height: 100%;
    min-height: 100%;
    margin: 0;
    display: flex;
    flex-direction: column;
    background-color: #f8f4ea;
}

.max-range {
    max-width: 1024px;
}

main {
    flex: 1 0 auto;
}

.main-image {
    margin: 0 2rem;
}

.main-image img {
    width: 100%;
    border: 1px solid #325074;
    margin: 3rem 0;
}

.main-title {
    margin: -270px 25px 200px 0;
}

.location-image img {
    width: 100%;
    max-width: 843px;
    border: 1px solid #325074;
    margin: 3rem 0;
    opacity: 0.8;
}

footer {
    flex-shrink: 0;
}

.menu {
    margin: 0 2rem !important;
}

.menu div {
    padding: 0;
}

section {
    margin: 0 2rem;
    padding: 0;
}

ul {
    list-style: none;
    text-align: left;
    padding: 0 0 0 1rem;
}

li {
    margin: 1rem 0;
}

.date {
    color: #242525;
    text-align: left;
    font-size: 1.25rem;
    margin: 2rem 0 -1rem 0;
}

/*HEADER*/
.header {
    padding: 3rem 0 2rem 0;
    margin: 0 2rem;
}

.header a {
    text-decoration: none;
    border-bottom: none;
}

.logo {
    display: flex;
    padding-left: 1rem;
    padding-right: 1rem;
}

.logo img {
    margin-right: 1rem;
}

.logo-image-wave {
    height: 8rem;
}

.logo-image-divider {
    height: 10rem;
}

.logo-label {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    text-align: left;
    text-decoration: none;
}


/*FOOTER*/
.footer {
    padding: 2rem 0 2rem 0;
    margin: 0 2rem;
}

/*FONTS*/

@font-face {
    font-family: 'Semplicita Light';
    src: url('../assets/fonts/Semplicita-Light.otf');
    font-display: swap;
}

@font-face {
    font-family: 'Lato Light';
    src: url('../assets/fonts/Lato-Light.ttf');
    font-display: swap;
}

.logo-label-first {
    font-family: "Lato Light", Helvetica, sans-serif;
    font-size: 2rem;
    color: #325074;
    white-space: nowrap;
}

.logo-label-second {
    font-family: "Lato Light", Helvetica, sans-serif;
    font-size: 1.5rem;
    color: #325074;
    white-space: nowrap;
}

.menu .item {
    font-family: "Lato Light", Helvetica, sans-serif;
    font-size: 1.5rem;
    color: #242525;
    text-decoration: none;
    white-space: nowrap;
    line-height: 3rem;
    border-bottom: none;
}

.menu .active {
    border-bottom: 1px solid;
    color: #325074;
}

.footer-menu .item {
    font-family: "Lato Light", Helvetica, sans-serif;
    font-size: 1.25rem;
    color: #242525;
    text-decoration: none;
    white-space: nowrap;
    margin-left: 1rem;
    margin-right: 1rem;
    border-bottom: none;
}

.footer-menu .active {
    border-bottom: 1px solid;
    color: #325074;
}

h1 {
    font-family: "Lato Light", Helvetica, sans-serif;
    font-size: 3rem;
    color: #242525;
    text-shadow: #f8f4ea 0.025rem 0.025rem 0;
}

h2 {
    font-family: "Lato Light", Helvetica, sans-serif;
    font-size: 1.75rem;
    color: #325074;
    text-transform: uppercase;
    margin: 0;
    padding: 2rem 0 1rem 0;
    text-align: left;
}

p {
    font-family: "Semplicita Light", Helvetica, sans-serif;
    font-size: 1.5rem;
    line-height: 2rem;
    color: #242525;
    margin: 0;
    padding: 1rem 0 2rem 0;
    text-align: justify;
}

b {
    font-family: "Semplicita Light", Helvetica, sans-serif;
}

a {
    font-family: "Semplicita Light", Helvetica, sans-serif;
    font-size: 1.5rem;
    color: #325074;
    text-decoration: none;
    border-bottom: 1px solid;
}

.anchor {
    font-family: "Semplicita Light", Helvetica, sans-serif;
    text-decoration: none;
    border: none;
}
