﻿

@import url('https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;1,100;1,200;1,300;1,400;1,500&display=swap');

html {
    font-size: min(max(1rem, 4vw), 18px);
}

body {
    font-family: 'Raleway', 'Open Sans', Roboto, sans-serif;
}

* {
    scroll-behavior: smooth !important;
}

a {
    color: #a91798;
}

h1, h2, h3, h4, h5, h6 {
    color: #004085;
    font-weight: 500;
}

.text-light h1, .text-light h2, .text-light h3, .text-light h4, .text-light h5, .play3dbtn * {
    color: white;
    font-weight: 600;
}

.intro {
    background-image: url("https://domore.no/~/media/DoMore/Front-page-images/P70-1110_E_overlay-level-2.ashx");
    background-size: cover;
    width: 100vw;
    min-height: 50vh;
    background-repeat: no-repeat;
    background-position: -30em -5em;
}

.nav, .navbar-nav {
    font-weight: 400;
}

.navbar {
    background-color: rgba(255,255,255,.25);
    -webkit-transition: background-color 500ms linear;
    -moz-transition: background-color 500ms linear;
    -ms-transition: background-color 500ms linear;
    transition: background-color 500ms linear;
    border-bottom: solid 1px #004085;
}

.navbar-brand {
    max-width: 65%;
}

.dropdown-menu {
    left: initial;
    right: 0;
    border-radius: 0px;
    margon: -1px 0 0;
    font-size: inherit;
}

.dropdown-item.active, .dropdown-item:focus {
    background-color: #046771;
}

.nav-link {
    font-size: min(max(1rem, 4vw), 18px);
}

.nav-link:hover {
    text-decoration: underline;
}

.nav-link[aria-expanded="true"] {
    background-color: #efefef;
    border: 1px solid rgba(0,0,0,.15);
    border-bottom: white;
    z-index: 1001;
}

/**********NY BUTTON BURGER ****************/

.navbar-toggler {
    padding-left: 0;
    padding-top: 1em;
}

.navbar-toggler-icon {
    position: relative;
    background: transparent;
    border: 1px solid transparent;
    margin-top: -8px;
    width: 40px;
    height: 30px;
}

    .navbar-toggler-icon:focus {
        outline-width: 0;
    }

    .navbar-toggler-icon [class*='bar-'] {
        background: #666;
        display: block;
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
        -webkit-transition: .2s ease all;
        transition: .2s ease all;
        border-radius: 3px;
        height: 3px;
        width: 38px;
        margin-bottom: 8px;
    }

    .navbar-toggler-icon .bar-bot {
        margin-bottom: 0;
    }

.burgermenutxt {
    font-size: small;
    font-weight: bold;
    color: #999;
    position: relative;
    top: -2px;
}

.navbar-toggler-icon [class*='bar-top'] {
    margin-bottom: 0px;
}

.opened .bar-top {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transform-origin: 5% 95%;
    transform-origin: 5% 95%;
}

.opened .burgermenutxt {
    opacity: 0;
}

.opened .bar-bot {
    -webkit-transform: rotate(45deg);
    transform: rotate(-45deg);
    -webkit-transform-origin: 3% 95%;
    transform-origin: 3% 95%;
}


/*************slutt NY BURGER *****************/
article{
    margin-bottom: 3em;
}

.scrolled {
    background-color: rgba(255,255,255,1);
    -webkit-transition: background-color 500ms linear;
    -moz-transition: background-color 500ms linear;
    -ms-transition: background-color 500ms linear;
    transition: background-color 500ms linear;
}

.breadcrumb {
    padding: .25rem 1rem;
    margin-bottom: 1rem;
    border-radius: 0;
    font-weight: 400;
    font-size: small;
    font-style: normal;
}

.subheading {
    font-size: calc((2.5 - 1) * 1.7vw + 1rem);
    text-align: center;
    font-weight: 300;
}

.ingress {
    color: #12879a;
    font-size: 1.6rem;
    font-weight: 300 !important;
    line-height: 2.4rem;
    margin: 1rem 0;
}

section {
    animation: fadein 2s;
    -moz-animation: fadein 2s; /* Firefox */
    -webkit-animation: fadein 2s; /* Safari and Chrome */
    -o-animation: fadein 2s; /* Opera */
    transition: ease-in-out .2s;
}

.notopaque {
    background-color: rgba(255,255,255,.8);
}

.opaque {
    opacity: 1 !important;
}

.card, .card-img-top, .card-header:first-child {
    border-radius: 0px;
    padding-top: 15px;
}

#wp-accordion .card{
    border: 0px;
    padding-top: 0px;
}
#wp-accordion .card-header {
    border-top: .5px solid #12879a;
}

#wp-accordion .card-header:nth-last-of-type(1) {
    border-bottom: .5px solid #12879a;
}
   /* #wp-accordion .card-header:nth-last-of-type(1) .collapse.show {
        border-bottom: 0px;
    }*/
.acc-title {
    color: #004085;
}

    .acc-title:after {
        font-family: "Font Awesome 5 Free", 'FontAwesome';
        font-weight: 400;
        font-size: .6em;
        margin-left: .4em;
        vertical-align: middle;
        color: #004085;
        content: "\f056";
    }

    .acc-title.collapsed:after{
        content: "\f055";
    }



    .embed-responsive iframe, .embed-responsive video {
        top: initial;
    }

.figure-caption {
    font-size: .75rem;
    font-style: italic;
    color: #868e96;
}

blockquote {
    margin: 50px auto;
    padding: 1.2em 30px 1.2em 75px;
    border-left: 8px solid #6e1864;
    position: relative;
    background: #EDEDED;
}

    blockquote p {
        font-size: 115%;
        font-style: italic;
        padding-left: 3em;
        line-height: 1.6;
    }

    blockquote::before {
        font-family: 'Raleway', Arial; 
        content: "\201C";
        color: #6e1864;
        font-size: 10em;
        position: absolute;
        left: 10px;
        top: -30px;
    }

    blockquote::after {
        content: '';
    }

    blockquote span {
        display: block;
        color: #333333;
        font-style: normal;
        font-weight: bold;
        margin-top: 1em;
    }

.content {
    background-attachment: fixed;
    width: 100vw;
    height: 400px;
    background-size: cover;
    -moz-box-shadow: inset 0 0 30px #444;
    -webkit-box-shadow: inset 0 0 30px #444;
    box-shadow: inset 0 0 30px #444;
}

#content4 {
    background-image: url(/~/media/DoMore/Front-page-images/3dapp2.ashx);
    background-position: -30em;
    min-height: 80vh;
    padding: 2em;
    background-repeat: no-repeat;
}


.play3dbtn {
    color: #fff;
    background-color: #ff7c00;
    border-color: #ea7b26;
    color: white !important;
    max-width: 400px;
    white-space: normal;
    float: left;
    font-size: xx-large;
    vertical-align: middle;
    max-width: 50%;
}

footer {
    font-size: small;
}

    footer a {
        color: #bfddfd;
    }

    footer h3, footer h4, footer h5, footer h6 {
        color: white;
    }

@media all and (min-width: 768px) {
    #content4 {
        min-height: 50vh;
    }
}

@media all and (min-width: 995px) {
    #content4 {
        background-position: 0em;
    }

    .navbar-brand {
        max-width: 300px;
    }

    .nav, .navbar-nav {
        font-size: .8rem;
    }

    blockquote p {
        font-size: 1.05em;
    }
}
