/* quicksand-regular - latin */
@font-face {
    font-display: swap;
    font-family: 'Quicksand';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/quicksand/QuicksandRegular.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
         url('../fonts/quicksand/Quicksand-Regular.ttf') format('truetype'); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}

body {
    font-family: "Quicksand";
    min-width: 345px;
}

section {
    padding: 2em;
}

.nav > li > a {
    text-decoration: none;
}

#topView {
    border-bottom-left-radius: 1.5em;
    border-bottom-right-radius: 1.5em;
}

#sticky-top {
    border-bottom-left-radius: 1.5em;
    border-bottom-right-radius: 1.5em;
}

#stickyTopMainMenu {
    border-radius: 1.5em;
}
#mainMenu > li:last-child {
    border-radius: 1.5em;
}

#stickyTopLogo > img {
    width: 15em;
    max-width: 75vw;
}
#stickyTopSlogan {
    font-size: 2.5em;
    font-weight: bold;
}

footer {
    clear: both;
}
