/*Typsnitt Avenir Black Oblique 14 punkter*/


/*
@font-face {
    font-family: Avenir-Black;
    src: url(/fonts/chivo/Chivo-Black.otf);
    font-weight: 400;
}
*/

.montserrat {
    font-family: 'Montserrat', sans-serif;
}

.white {
    color: white;
}

.fiftyfour {
    opacity: 0.54;
}

.font-10 {
    font-size: 10pt;
}

a {
    color: black;
    opacity: 0.54;
}

a:visited {
    color: black;
}


/* mouse over link */

a:hover {
    color: black;
}


/* selected link */

a:active {
    color: black;
}

#containerDiv {
    position: relative;
    height: 100%;
    width: 100%;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

#mainImage {
    width: 100%;
    object-fit: cover;
    z-index: 1;
}

#imageScreen {
    background: black;
    opacity: 0.0;
    position: absolute;
    top: 0;
}

#bottomDiv {}

#descriptionDiv {
    padding-top: 20px;
    margin-left: 100px;
    max-width: 470px;
    float: right;
}

@media all and (max-width: 768px) {
    #containerDiv {
        position: absolute;
    }
    #imageDiv {
        height: 50%;
        min-height: 250px;
    }
    #mainImage {
        height: 100%;
    }
    #bottomDiv {
        height: 50%;
        min-height: 250px;
    }
}

@media all and (max-height: 700px) and (max-width: 768px) {
    #imageScreen {
        opacity: 0.3;
    }
}