@import url('https://fonts.googleapis.com/css?family=Montserrat:400,600,700%7CNunito+Sans:300,400,600,700&subset=latin');
@import url('https://fonts.cdnfonts.com/css/hotel-coral-essex-2');

body {
    color: rgb(79, 83, 88);
    background-position: 50% 0;
    background-size: cover;
    background-attachment: fixed;
    line-height: 1.7142857143;
    color: #4f5358 !important;
    font-family: 'Nunito Sans', Helvetica, Arial, sans-serif;
    -webkit-font-smoothing: antialiased;
    font-size: 14px !important;
}

.site {
    min-height: 100dvh;
    display: grid;
    grid-template-rows: auto 1fr auto;
    grid-template-columns: minmax(0, 1fr)
}

#survey .content .current {
    background: #fff;
    border-radius: 5px;
    color: #4f5358;
    float: none;
    margin: 40px auto 0;
}

h1, h2, h3, h4, h5, h6 {
    color: #4a7a8e;
    text-transform: uppercase;
    font-weight: bold;
    font-family: 'Montserrat', sans-serif;
    margin-bottom: 1.25rem;
}

h1 {
    font-weight: 600;
}

h3 {
    font-weight: 400;
}

h4 {
    font-size: 20px !important;
    font-size: 1.4285714286rem;
    line-height: 1.2;
}

.content {
    border-radius: 5px;
    color: #4f5358;
}

.panel-logo.custom-logo {
    display: none;
}

.panel-logo.custom-logo.always-show {
    display: block;
}

.panel-logo.panel-logo-header {
    text-align: center !important;
}

.panel-logo.custom-header img {
    width: 100%;
    height: auto;
    object-fit: contain;
    --header-margin: -100px;
    margin-bottom: var(--header-margin, -100px);
}

@media screen and (max-width: 1300px) {
    .panel-logo.custom-header img {
        margin-bottom: calc(var(--header-margin) + 10px);
    }
}

@media screen and (max-width: 1000px) {
    .panel-logo.custom-header img {
        margin-bottom: calc(var(--header-margin) + 10px);
    }
}

@media screen and (max-width: 800px) {
    .panel-logo.custom-header.disappear {
        display: none;
    }

    .panel-logo.custom-logo {
        display: block;
    }

    .panel-logo.custom-logo img {
        max-width: 60%;
        height: auto;
        margin-bottom: -50px
    }
}

.btn {
    background: #9c347d;
    border: 0;
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif;
    font-size: 11px;
    font-weight: 700;
    border-radius: 15px;
    padding: 0.3125rem 0.625rem;
    min-width: 180px;
}

#survey .btn {
    font-size: 14px;
}

.btn:hover, .btn:focus {
    text-decoration: none;
    background: #76275e;
    outline: none;
    box-shadow: none;
}

small {
    color: #000000;
    font-size: 100%;
}
