@import url('https://fonts.googleapis.com/css2?family=Nunito+Sans:opsz,wght@6..12,400;6..12,600;6..12,700&family=Permanent+Marker&display=swap');

html, body {
    /*font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;*/
    font-family: 'Nunito Sans', sans-serif;
}

a:hover {
    color: #ddd;
}

.validation-message {
    color: red;
}

header.masthead {
    width: 99vw;
    height: 100vh;
    /*min-height: 20rem;*/
}
/*
.masterheadImg {    
    object-fit: cover;
    position: center;
    background-size: cover;
    background-position: center;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;    
    background: url('/assets/img/Visitkort.png') no-repeat center center fixed;
    background-size: contain;
}*/
/*
.background-video {
    padding-top: 5rem;
    width: 99vw;
    height: 100vh;
    object-fit: cover;
    position: center;
    background-size: cover;
    background-position: center;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: -1;
    background: url('/assets/img/Profit/profitbyratax.png') no-repeat center center fixed;
    background-size: contain;    
}*/

.background-video {
    width: 99vw;
    height: 100vh;
    object-fit: cover;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: -1;
    padding-top: 5rem;
}

.menyStyle {
    background-color: #000;
    /*background-image: linear-gradient( 180deg, #47597E 0%, rgb(0, 0, 0) 80%);*/
    /*color: #e23710 !important;*/
}

.categoryStyle {
    background-image: linear-gradient( 0deg, #47597E 0%, rgb(0, 0, 0) 80%);
}


.page-section {
    padding: 4rem 0;
}


.bg-primary {
    --bs-bg-opacity: 1;
    background-color: #e23710 !important;
}


hr.divider {
    height: 0.2rem;
    max-width: 3.25rem;
    margin: 1.5rem auto;
    background-color: #f4623a;
    opacity: 1;
}

hr.divider-light {
    background-color: #fff;
}


.text-white-75 {
    color: rgba(255, 255, 255, 0.75) !important;
}


.mb-4 {
    margin-bottom: 1.5rem !important;
}


.sectionHeaderText {
    color: white;
}


.sectionHeader {
    background-image: linear-gradient( 180deg, #47597E 0%, rgb(0, 0, 0) 80%);
    color: white;
    font-weight: bold;
    font-size: 1.3rem;
}

.crossIcon {
    font-size: 1rem;
}

.nav-link {
    color: #eb3c07 !important;
}

    .nav-link:hover {
        color: #fff !important;
        /*font-weight: 700 !important;*/
    }

.navbar-toggler-icon {
    /*background-color: #eb3c07;*/
}

.navbar-toggler {
    border: 1px rgba(255, 255, 255, 0.55) solid;
}

.btn-primary {
    /*background-color: #293B5F;*/
    background-image: linear-gradient( 180deg, #47597E 0%, rgb(0, 0, 0) 80%);
    border-color: #222222;
}

@media (min-width: 768px) {
    .background-video {
        padding-top: 0rem;
    }
}