@font-face {
    font-family: GSL;
    src: url('../fonts/GillSans-Light.otf');
}

@media (min-width: 1200px) {
    .container {
        max-width: 1240px !important;
    }
}

@media (max-width: 1440px) {
    .cover {
        max-height: 60rem;
    }
}

@media (max-width: 1024px) {
    .cover {
        max-height: 57rem;
    }
}

@media (max-width: 768px) {
    .cover {
        max-height: 54rem;
    }
}

@media (max-width: 425px) {
    .cover {
        max-height: 46rem;
    }
    
}

@media (max-width: 375px) {
    .cover {
        max-height: 44rem;
    }
}

.cover {
    background-size: cover;
    height: 60rem;
}

.cover-logo {
    width: 6rem;
}

.nav-link:hover {
    text-decoration: underline !important;
}

.cursor-default {
    cursor: default;
}

.lead {
    font-size: 1.2rem !important;   
}

.display-5 {
    font-size: 2.3rem;
    font-weight: 300;
    line-height: 1.2;
}

.display-6 {
    font-size: 1.5rem;
    font-weight: 300;
    line-height: 1.2;
}

.display-7 {
    font-size: 1rem;
    font-weight: 300;
    line-height: 1.2;
}

.display-8 {
    font-size: 0.9rem;
    font-weight: 300;
    line-height: 1.2;
}

.float-right {
    text-align: right;
}

.panel {
    min-height: 40rem;
    padding: 5rem 0rem;
}

.panel-small {
    min-height: 18rem;
    padding: 5rem 0rem;
}

.panel-dark {
    background-color: #343a40;
    color: #f8f9fa;
}

.panel-dark-trans {
    background-color: rgba(52, 58, 64, 0.9);
    color: #f8f9fa;
}

.panel-light {
    background-color: #f8f9fa;
    color: #343a40;
}

.panel-light-trans {
    background-color: rgba(248, 249, 250, 0.9);
    color: #343a40;
}

.panel-color {
    background-color: #80deea;
}

.panel-color-dark {
    background-color: #76acb5;
}

#msg-sent-text {
    background-color: rgba(248, 249, 250, 0.9);
    border-radius: 0.4rem;
    color: #f8f9fa;
    padding: 1rem;
    width: 9rem;
    z-index: 2003;
}

#msg-sent {
    background-color: rgba(52, 58, 64, 0.5);
    height: 100%;
    width: 100%;
    z-index: 2004;
}

#back-to-top {
    background-color: rgba(52, 58, 64, 0.7);
    border-radius: 0.4rem;
    bottom: 0;
    color: #f8f9fa;
    display: inline-block;
    float: right;
    font-size: 0.8rem;
    margin: 2rem;
    padding: .5rem;
    position: fixed;
    right: 0rem;
    text-align: center;
    width: 4rem;
    z-index: 2;
}

#back-to-top img {
    margin: -0.3rem;
    width: 100%;
}

#map {
    background-color: grey;
    width: 100%;
    height: 400px;
}