@font-face {
    font-family: "Open Sans";
    font-style: normal;
    font-weight: 300 800;
    font-stretch: 100%;
    src: url("../fonts/Open_Sans/OpenSans-VariableFont_wdth\,wght.ttf") format("truetype");
}


*{
    font-family: "Open Sans", sans-serif;
}

body{
    background-color: black;
}

.banner{
    background-image: url("../img/MannesSangesmannen14_107.jpg");
    height: 35vh;
    position: relative;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.img-overlay {
    display: block;
    position: absolute;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.7);
}

.container-fluid{
    position: relative;
}

input, textarea{
    padding:25px !important;
}

.w-5{
    width:5%;
}

.w-95{
    width: 95%;
}

.img-overlay div{
    height: 100%;
}

footer{
    bottom:0 !important;
    position: relative;
}

.contact-info{
    font-size: 14px;
}

@media only screen and (min-width: 768px) {
    /* For desktop: */
    .banner{
        height: 80vh;
    }

    .contact-section{
        margin: 50rem 0 0 0;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }

    .img-overlay h1{
      font-size: 6rem;
    }

    .img-overlay div{
        height: 75%;
    }
}