﻿/*  Global */

body, html {
    background-color: #f6f7f9;
    margin: 0;
    font-family: 'Open Sans',sans-serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #525f7f;
    text-align: left;
    
    padding: 0;
    width: 100%;
    height: 100%;
}


.header {
    height: 110px;
    background-color: #fff;
}

.header_content {
    margin-left: auto;
    margin-right: auto;
    padding-top: 30px;
    text-align: center;
}


.nav {
    height: 100px;
}

.meny_wrapper {
    height: 60px;
    background-image: url('../images/hlinje_01_bg.jpg');
}


.hlinje {
    height: 62px;
    background-image: url('../images/hlinje_01_bg.jpg');
}





.bokstekst {
    width: 340px;
    background-image: url('../images/ill/box_bg_01.jpg');
    height: 72px;
    padding-top: 30px;
    font-size: 16px;
    text-align: center;

}

.meny_container {
    width: 700px;
    margin-left: auto;
    margin-right: auto;
}






/* Bootstrap override */

.btn-primary {
    background-color: #36562d !important;
    border-color: #36562d;
    color: #ffffff;
}
    .btn-primary:hover, .btn-primary:active, .btn-primary:visited {
        background-color: #36562d !important;
        border-color: #36562d;
        color: #ffffff;
    }


.alert-danger {
    background-color: #549e7d !important;
    border-color: #549e7d;
    color: #ffffff;
}
.alert-success {
    background-color: #549e7d !important;
    border-color: #549e7d;
    color: #ffffff;
}


a {
    color: #36562d;
}

    a:hover {
        color: #36562d;
    }


textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus {
    border-color: #62c462;
    outline: 0;
    outline: thin dotted \9;
    /* IE6-9 */
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(98, 196, 98, 0.6);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(98, 196, 98, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(98, 196, 98, 0.6);
}







/*
*
* Navbar
*
*/
.navbar {
    transition: all 0.4s;
}

    .navbar .nav-link {
        color: #333;
    }

        .navbar .nav-link:hover,
        .navbar .nav-link:focus {
            color: #36562d;
            text-decoration: underline;
        }

    .navbar .navbar-brand {
        color: #fff;
    }


    /* Change navbar styling on scroll */
    .navbar.active {
        background: #fff;
        box-shadow: 1px 2px 10px rgba(0, 0, 0, 0.1);
    }

        .navbar.active .nav-link {
            color: #555;
        }

            .navbar.active .nav-link:hover,
            .navbar.active .nav-link:focus {
                color: #555;
                text-decoration: none;
            }

        .navbar.active .navbar-brand {
            color: #555;
        }


/* Change navbar styling on small viewports */
@media (max-width: 991.98px) {
    .navbar {
        background: #fff;
    }

        .navbar .navbar-brand, .navbar .nav-link {
            color: #555;
        }
}




/*
*
* Footer
*
*/

#footer {
    height: 100px;
}