* {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

@font-face {
    font-family: 'Alba';
    font-style: normal;
    font-weight: normal;
    src: local('Alba'), url('../fonts/ALBA____.woff') format('woff');
}
    
    
@font-face {
    font-family: 'Alba Matter';
    font-style: normal;
    font-weight: normal;
    src: local('Alba Matter'), url('../fonts/ALBAM___.woff') format('woff');
}
    
    
@font-face {
    font-family: 'Alba Super';
    font-style: normal;
    font-weight: normal;
    src: local('Alba Super'), url('../fonts/ALBAS___.woff') format('woff');
}

body, html {
    font-family: 'Raleway', sans-serif;
    font-size: 12px;
}

p {
    font-size: 1.4rem;
}

nav#menu {
    min-height: 5.25rem;    
    position: fixed;
    top: 0;
    width: 100%;
}

.navbar-brand .navbar-item img {
    max-height: 3.75rem;
}

.navbar-burger.burger {
    top: 1rem;
}

.navbar-menu .navbar-item {
    justify-content: center;
    min-width: 110px;
}

.navbar-menu .navbar-item a {
    color: #c70039;
    font-weight: 600;
    text-transform: uppercase;
}

.navbar-menu .navbar-item a:active,
.navbar-menu .navbar-item a:focus,
.navbar-menu .navbar-item a:hover,
.navbar-menu .navbar-item a:visited{
    color: #c70039;
    text-decoration: none;
}

.navbar-menu .navbar-item a:hover {
    font-weight: 700;
}

.navbar-menu .navbar-item.lang {
    min-width: 75px;
}

.navbar-menu .navbar-end {
    text-align: center;
}

.btn {
    background-color: #e32374;
    border-radius: 6px;
    color: #fff;
    font-size: 1.3rem;
    font-weight: 800;
    padding: .8rem 3rem;
    text-transform: uppercase;
}

a.btn:active,
a.btn:hover,
a.btn:focus,
a.btn:visited {
    color: #fff;
    text-decoration: none;
}

header,
footer {
    position: relative;
}

header {
    min-height: 350px;
}

footer {
    min-height: 250px;
}

header {
    align-items: center;
    display: flex;
    justify-content: center;
    margin-top: 3.25rem;
    padding: 0 0 5rem 0;
}

header h1 {
    color: #fff;
    font-family: 'Alba', sans-serif;
    font-size: 4.5rem;
    text-align: center;
}

header svg {
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 100%;
    height: 210px;
}

footer {
    align-items: flex-end;
    display: flex;
    justify-content: center;
    padding: 0 0 1rem 0;
}

footer p {
    color: #fff;
    font-size: .9rem;
    z-index: 9;    
}

footer svg {
    position: absolute;
    top: -1px;
    left: 0;
    width: 100%;
    height: 100%;
}

.section.main {
    padding: 0 1.5rem 3rem;
}

.hide--xs {
    display: none;
}

.hide--dk {
    display: block;
}

.grecaptcha-badge {
    opacity: 0;
}

.lang-submenu {
    background-color: #fff;
    display: flex;
    flex-direction: column;
    opacity: 1;
    padding: 10px;
}

.lang-submenu a {
    margin: 0 0 1rem;
}

.lang-submenu a:last-child {
    margin-bottom: 0;
}

@media (min-width:320px) {
     /* smartphones, portrait iPhone, portrait 480x320 phones (Android) */
}
@media (min-width:480px) {
    /* smartphones, Android phones, landscape iPhone */
}
@media (min-width:600px) {
    .hide--xs {
        display: block;
    }
    .hide--dk {
        display: none;
    }

    header,
    footer {
        min-height: 450px;
    }
}
@media (min-width:769px) {
    .lang-submenu {
        background-color: #fff;
        opacity: 0;
        padding: 10px;
        position: absolute;
        top: 100%;
        width: 100%;
    
        transition: opacity .5s ease;
    }
    
    .navbar-item.lang:hover .lang-submenu {
        opacity: 1;
    }    
}
@media (min-width:801px) { 
    body, html {
        font-size: 14px;
    }
}
@media (min-width:1025px) {
    /* big landscape tablets, laptops, and desktops */
    body, html {
        font-size: 16px;
    }    
}
@media (min-width:1281px) {
    /* hi-res laptops and desktops */
}
