
@import url("https://static.blivakker.no/Media/content/_shared/css/normalize.css?v=02");


@import 'https://use.typekit.net/civ1uas.css';

body {
    background-color: #000;
}


#widecontent-wrapper {
    font-family: "Futura-pt", Helvetica, sans-serif;
    
}


#widecontent-wrapper .content-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 0px 35px;
    padding-top: 10%;
}


#widecontent-wrapper .header-img {
    max-width: 60%;
    height: auto;
    margin: 1% 0% 3% 0%;
}

#widecontent-wrapper .header-img-mobile {
    display: none;
}

#widecontent-wrapper .logo-img {
    margin: 8% 0% 3% 0%;
}


#widecontent-wrapper .text-block-col2 {
    color: #E2E2E2;
    max-width: 560px;
    height: auto;
    padding: 0% 3% 0% 3%;
    margin: 0px 0px 0px 0px;
    text-align: center;
}

#widecontent-wrapper .brand-header {
    font-weight: 700;
    font-size: 1.7rem;
    letter-spacing: 1px;
    margin: 0% 0%;
    line-height: 40px;

}

#widecontent-wrapper .brand-text {
    font-weight: 300;
    font-size: 1rem;
    line-height: 1.6rem;
    letter-spacing: 0.5px;
    margin: 2% 0% 2% 0%;
}


#widecontent-wrapper a.brand-link {
    font-weight: 600;
    font-size: 0.9rem;
    color: #E2E2E2;
    padding-top: 3%;
}

#widecontent-wrapper a:hover {
    color: #DB006A;
    transition: all 0.4s ease 0s;
}


#widecontent-wrapper .bold {
    font-weight: 700;
}


#widecontent-wrapper a.cta-blue {
    background-color: #DB006A;
    color: #fff;
    font-size: 0.9rem;
    font-weight: 600;
    text-decoration: none;
    padding: 16px 50px 16px 50px;
    text-align: center;
    display: inline-block;
    margin: 2rem 0rem 0rem 0rem;
    border-radius: 30px;
    letter-spacing: .5px;
}

#widecontent-wrapper a.cta-blue:hover {
    opacity: 0.8;
} 

#widecontent-wrapper a.cta-grey {
    background-color: #3c3c3c;
    color: #fff;
    font-size: 0.9rem;
    font-weight: 800;
    text-decoration: none;
    padding: 16px 50px 16px 50px;
    text-align: center;
    display: inline-block;
    margin: 1rem 0rem 0rem 0rem;
    border-radius: 30px;
    letter-spacing: .5px;
}

#widecontent-wrapper a.cta-grey:hover {
    opacity: 0.8;
} 


@media (max-width: 1200px) {

    #widecontent-wrapper {
		max-width: 1200px;
    }

    #widecontent-wrapper .text-block-col2 {
        text-align: center;
        width: 70%;
        padding: 3% 10% 3% 10%;
        margin: 30px 10px 44px 10px;
    }

    #widecontent-wrapper .header-img {
        max-width: 75%;
        height: auto;
        margin: 7% 0% 0% 0%;
    }


    #widecontent-wrapper .logo-img {
        max-width: 20%;
    }



}


@media (max-width: 767px) {


    #widecontent-wrapper .content-container {
    max-width: 90%;
    }


    #widecontent-wrapper .text-block-col2 {
        width: 100%;
        padding: 4% 5% 7% 6%;
        margin: 20px 10px 44px 10px;
    }

    #widecontent-wrapper .brand-text {
        font-weight: 300;
        font-size: .9rem;
        line-height: 1.6rem;
        letter-spacing: 0.5px;
        margin: 2% 0% 2% 0%;
    }


    #widecontent-wrapper {
		max-width: 767px;
    }


    #widecontent-wrapper .logo-img {
        max-width: 40%;
        margin: 8% 0% 18% 0%;
    }


}
