body, html {
    width: 100%;
    height: 100%;
}
.site {
    display: flex;
    min-height: 100vh;
    flex-direction: column;
    background: #282828 url(../img/intro-bg.webp) no-repeat fixed center bottom;
    -webkit-background-size: auto 100%;
    -moz-background-size: auto 100%;
    background-size: auto 100%;
    -o-background-size: auto 100%;
}
.overlay {
    background-color: rgb(0, 0, 0);
    background-color: rgba(0, 0, 0, 0.5);
    -webkit-background-size: auto 100%;
    -moz-background-size: auto 100%;
    background-size: auto 100%;
    -o-background-size: auto 100%;
}
body, h1, h2, h3, h4, h5, h6 {
    font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 400;
}
.btn-largest {
    padding: 6px 40px;
}
.container {
    text-align: center;
    color: #f8f8f8;
    display: flex;
    min-height: 100vh;
    flex-direction: column;
}
.intro-message {
    position: relative;
    margin: auto;
    padding: 10%;

}
.intro-message > h1 {
    margin: 0;
    text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.6);
    font-size: 3em;
}
.intro-message > img {
    margin: 30px 0 10px;
}
.intro-divider {
    width: 100%;
    border-top: 1px solid #f8f8f8;
    border-bottom: 1px solid dimgrey;
}
.intro-message > h2, .intro-message > h3 {
    text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.6);
}
.intro-message > h2 {
    font-size: 2em;
    line-height: 1.625;
    color: #88c871;
}
.intro-message > h2 {
    color: inherit;
    font-size: 1.5em;
    line-height: 1.625;
}
.intro-content {
    position: relative;
    padding-bottom: 5%;
}
.intro-content .tel {
    color: #88c871;
    font-size: 2em;
    font-weight: 400;
    text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.6);
}
.intro-content .address {
    color: #fff;
    font-size: 1.6em;
    font-weight: 400;
    text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.6);
}
.intro-contact {
    position: relative;
    padding-top: 2%;
    padding-bottom: 5%;
}
.intro-contact button {
    min-width: 150px;
    margin: 5px;
    background-color: #2B872B;
    border-color: #2D892D;
}
.intro-footer {
    font-size: 1em;
    text-align: center;
}
.intro-footer .text-muted {
    color: #f5f5f5;
    font-weight: normal;
}
.network-name {
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 2px;
}
#inputContent {
    resize: none;
}

.modal-header {
    padding: 10px;
}
.modal-title {
    font-size: 11pt;
}
.modal-body {
    padding: 0;
}
.modal-body button {
    margin-top: 20px;
}
@media screen and (prefers-color-scheme: dark) {
    .modal-header {
        background-color: #2F2F2F;
        color: white;
        border-color: #484848;
    }
    .modal-buttons > .button-grey {
        background: #676767 !important;
        border-color: #575757 !important;
    }
    .modal-body {
        background-color: #222323;
        color: white;
    }
    .completed {
        background-color: #2F2F2F;
    }
    input.form-control, textarea.form-control {
        color: white;
        background-color: #313233;
        border-color: #484848;
    }
}
.modal-form {
    padding: 15px;
}
.modal-buttons {
    position: absolute;
    padding-top: 2px;
    padding-left: 5px;
}

.modal-buttons:hover span {
    visibility: visible;
}

.modal-buttons > .button-red {
    background: #ff5c5c;
    font-size: 9pt;
    line-height: 11px;
    width: 13px;
    height: 13px;
    border: 1px solid #e33e41;
    border-radius: 50%;
    display: inline-block;
}

.modal-buttons > .button-red:active {
    background: #c14645;
    border: 1px solid #b03537;
}

.modal-buttons > .button-red:active {
    color: #4e0002;
}

.modal-buttons > .button-sign {
    color: #820005;
    visibility: hidden;
    cursor: default;
    position: absolute;
    left: 7.5px;
    top: 1px;
    pointer-events: none
}

.modal-buttons > .button-grey {
    background: #d7d7d7;
    font-size: 9pt;
    line-height: 11px;
    margin-left: 4px;
    width: 13px;
    height: 13px;
    border: 1px solid #cbcbcb;
    border-radius: 50%;
    display: inline-block;
}

.completed {
    z-index: 1;
    display: none;
    position: absolute;
    text-align: center;
    width: 100%;
    height: 100%;
}

@media screen and (prefers-color-scheme: light) {
    .completed {
        background-color: white;
    }
}

.completed-content {
    padding: 20%;
}
.completed-content i {
    font-size: 100px;
    padding: 15px;
    color: #88c871;
}
.completed-bottom {
    position: absolute;
    bottom: 20px;
    width: 100%;
}
.g-recaptcha {
    display: inline-block;
}

footer {
    padding: 50px 0;
    background-color: #f8f8f8;
}

.error-message {
    color: red;
    margin-top: 10px;
}

.intro-social-buttons {
    display: flex;
    justify-content: space-around;
    flex-direction: column;
    padding: 0;
    margin: 20px;
}
.intro-social-buttons .btn-default {
    color: black;
}
ol.intro-social-buttons, ul.intro-social-buttons {
    list-style-type: none;
}
ul.intro-social-buttons > li {
    margin: 20px;
}
ul.intro-social-buttons > li > a {
    min-width: 160px;
}
ul.intro-social-buttons > li:last-child {}
.btn-default {
    color: grey;
}
@media (min-width:769px) {
    .site,
    .overlay {
        -webkit-background-size: cover;
        -moz-background-size: cover;
        background-size: cover;
        -o-background-size: cover;
    }
    .intro-divider {
        width: 80%;
        border-top: 1px solid #f8f8f8;
        border-bottom: 1px solid dimgrey;
    }
    .intro-message > h1 {
        font-size: 5em;
    }
    .intro-social-buttons {
        flex-direction: row;
    }
    ul.intro-social-buttons > li {
        margin-bottom: 20px;
        padding: 0;
    }
    .intro-content .tel {
        font-size: 3em;
    }
    .intro-content .address {
        font-size: 2em;
    }
}
