body {
    background-color: #f3f3f3;
}
footer {
    padding: 40px 0px 40px 0px;
    margin-top: 40px;
    border-top: 2px solid #ce4e24;
}
.header-wrapper {
    background-image: url('../Jarnriket/Media/top-background.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

a {
    color: #ce4e24;
}
    a:hover {
        color: #a03c1b;
    }
.parallax {
    height: 500px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    margin-bottom: 60px;
}

    .parallax .container {
        position: relative;
        height: 500px;
    }

    .parallax .topText {
        width: 70%;
        margin: auto;
        padding: 30px;
        background-color: rgba(0,0,0,.7);
        top: 30%;
        position: relative;
        text-align: center;
        color: white;
        border-radius: 3px;
    }

        .parallax .topText p {
            font-weight: bold;
            font-size: 18px;
        }
.parallax-middle {
    height: 450px;
    /*margin-bottom:40px;*/
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
}

    .parallax-middle .container {
        position: relative;
        height: 500px;
    }

    .parallax-middle .topText {
        width: 70%;
        margin: auto;
        padding: 30px;
        top: 15%;
        position: relative;
        text-align: center;
        color: white;
        border-radius: 3px;
    }
.search-result {
    margin-top: 40px;
}
.search-box {
    height: 100%;
    padding: 22px 0px;
    text-align: right;
}
.speach-box {
    height: 100%;
    padding: 22px 0px;
    text-align: right;
}
.speach-link {
    color: white;
    display: inline-block;
    background: #b1431f;
    padding: 7px 15px;
    border-radius: .25rem;
    transition: background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.speach-link:hover{
    background-color: #a03c1b !important;
    border-color: #a03c1b !important;
    color:white;
    text-decoration:none;
}
.top-search-input {
    width: 100% !important;
    border-radius: 0;
}
.top-search-button {
    color: white;
    background: #b1431f;
    border: 1px solid #ce4e24;
}
.logo {
    padding: 20px 0px;
}
.nav-customer {
    background: #b1431f;
    box-shadow: 0 4px 2px -2px grey;
    z-index:9999;
}
.nav-link {
    color:white !important;
    font-size:18px;
}
.customer-sub-nav {
    border: 1px solid #E6E6E6;
}
.customer-sub-nav li {
    border-top: 1px solid #E6E6E6;
    position: relative;
    display: block;
    width: 100%;
}
.customer-sub-nav li a {
    position: relative;
    display: block;
    padding: 8px 15px;
}
.customer-sub-nav li a:hover{
    background-color: #eee;
}
.customer-sub-nav-dropdown li a:hover {
    background-color: #F9F9F9;
}
.customer-sub-nav > li:first-child {
    border-top: 0px;
}
.customer-sub-nav-dropdown {
    list-style: none;
    padding-left: 0px;
    display: none;
    font-weight: normal;
    background: #F9F9F9;
}
.customer-sub-nav-dropdown > li a {
    margin-left: 25px;
}
.customer-sub-nav li[data-has-children]:after {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 40px;
    height: 40px;
    content: "";
    background: url(../Jarnriket/Media/arrow-right.png) no-repeat 50% 50%;
    cursor: pointer;
}
.customer-sub-nav li[data-expanded] > ul {
    display: block;
}
.customer-sub-nav li[data-expanded]:after {
    background: url(../Jarnriket/Media/arrow-down.png) no-repeat 50% 50%;
}
.left-current{
    font-weight:bold;
}
.level1-left-item {
    background: white;
}
.umb-grid img {
    display: block;
    max-width: 100%;
    height: auto;
}
.visit-container {
    background: #b1431f;
    margin-top: 30px;
    box-shadow: 0 4px 2px -2px grey;
    z-index:99;
}
.visit-header{
    color:white;
    margin:15px 0px;
}
#map {
    height: 500px;
    width: 100%;
}
.social-icon {
    width: 35px;
    height: 35px;
}
.social-footer-box {
    height: 100%;
    padding: 22px 0px;
    text-align: center;
}
.footer-list {
    list-style: none;
    padding-left: 0px;
}
.copyright-contianer{
    background:black;
    text-align:center;
    color:white;
    font-size:12px;
    padding:10px 0px;
}
.visit-form form{
    padding:30px 0px 0px 0px;
}
.visit-form-search-button {
    margin-top: 10px;
    background-color: #b1431f;
    border-color: #b1431f;
}
.visit-form-search-button:hover{
    background-color: #a03c1b !important;
    border-color: #a03c1b !important;
}
.visit-form-search-button:active, .visit-form-search-button:focus {
    background-color: #a03c1b !important;
    border-color: #a03c1b !important;
    box-shadow: 0 0 0 0.2rem rgba(206, 78, 36,.25) !important;
}
.form-control:focus {
    border-color: #ffbba5;
    box-shadow: 0 0 0 0.2rem rgba(206, 78, 36,.25);
}
.search-list{
    list-style:none;
    padding-left:0px;
}
.search-list li{
    border-bottom:1px solid rgba(0,0,0,.1);
}
.search-list li a{
    display:block;
    padding:10px 10px;
}
.breadcrumbs-background {
    background: #f3f3f3;
}
.breadcrumb-list {
    list-style: none;
    padding-left: 0px;
    margin-bottom: 0px;
    padding: 10px 0px;
}
.breadcrumb-list li {
    display: inline;
}
.breadcrumb-list > li + li:before {
    padding: 0 5px;
    color: #ccc;
    content: "/\00a0";
}
.text-image-centered {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
    font-weight: bold;
    font-size: 36px;
    text-shadow: 0px 0px 10px black;
    transition: font-size .1s;
}
.text-image-link:hover .text-image-centered {
    font-size:45px;
}
.destinations-header {
    margin-bottom:25px;
}
.destinations-heading {
    font-weight: bold;
    padding: 0px 5px;
    margin-bottom:5px;
}
.destinations-box {
    margin-bottom: 25px;
    transition: transform .2s;
    background: white;
    box-shadow: 0px 0px 2px grey;
}

.destinations-box p {
    padding:0px 5px 5px 5px;
}

.destinations-link {
    color: black;
}
.destinations-link:hover {
    color: black;
    text-decoration: none;
}
.destinations-box:hover {
    transform: scale(1.1);
    z-index: 999;
}
.destination-content {
    background: white;
    border-radius:3px;
}
#small-map {
    width: 100%;
    height: 200px;
}
.card {
    margin-bottom: 15px;
}

.card-block a:hover {
    text-decoration: none;
}
.table-no-margin {
    margin-bottom: 0px;
}
.destination-content {
    margin-bottom: 15px;
}
.card-header {
    padding: .75rem .75rem;
}
.sub-page-content {
    background: white;
    padding-bottom: 10px;
    margin-bottom:15px;
}
.contact-form{
    margin-top:20px;
}
.contact-form-button-container{
    text-align:center;
}
.contact-form-button-container button {
    background-color: #b1431f;
    border: 1px solid #b1431f;
    color:white;
    border-radius:.25rem;
    padding: 6px 57px;
    cursor:pointer;
}
.contact-form-button-container button:hover {
    background-color: #a03c1b !important;
    border-color: #a03c1b !important;
}
.contact-form-button-container button:active, .contact-form-button-container button:focus {
    background-color: #a03c1b !important;
    border-color: #a03c1b !important;
    box-shadow: 0 0 0 0.2rem rgba(206, 78, 36,.25) !important;
    outline:none;
}
.dropdown-item:active, .dropdown-item:focus {
    background-color: #f8f9fa;
    outline: none;
    color:black;
}
.custom-alert-success{
    margin-top:1rem;
}
label[required=true]:after {
    content: '*';
    color: red;
    margin-left: 5px;
}
label.error{
    color:red;
}
.sticky {
    position: fixed;
    top: 0;
    width: 100%;
}
.sticky + main{
        padding-top: 50px;
}

@media (min-width:768px) {
    .navbar-brand {
        display: none;
    }

    .home-link {
        padding-left: 0px !important;
    }

    .dropdown-hover {
        display: block;
    }

    .navbar-expand-md .navbar-nav .nav-link {
        padding-right: 35px;
        padding-left: 0px;
    }

    .dropdown-menu {
        margin-top: 0px;
        border-radius: 0px;
        padding: 0px;
    }
    .dropdown-item {
        padding: 5px 100px 10px 10px;
    }
}
@media (max-width:767px) {
    .destinations-heading {
        display: block;
    }

    .destinations-box:hover {
        transform: scale(1);
        z-index: 999;
    }
    .logo-link {
        text-align: center;
        display: block;
    }
    .search-box .input-group form {
        width: 100%;
    }
    .navbar-light .navbar-toggler{
        border-color:white;
    }
    .speach-box{
        text-align:center;
    }
    .custom-toggler .navbar-toggler-icon {
        background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255,255,255, 107)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
    }
    .navbar-brand{
        color:white !important;
    }
    .nav-item{
        border-bottom:1px solid white;
    }
    .customer-sub-nav {
        margin-bottom:10px;
    }
    .text-image-link img {
        margin-bottom: 10px;
    }
    #map{
        height:350px;
    }
    .destination-search-form input {
        margin-bottom: 10px;
    }
    .footer-list{
        text-align:center;
    }
    .dropdown:after {
        display: block;
        position: absolute;
        top: 0;
        right: 0;
        width: 40px;
        height: 40px;
        content: "";
        background: url(../Jarnriket/Media/arrow-right.png) no-repeat 50% 50%;
        cursor: pointer;
    }
    .dropdown[data-expanded]:after {
        background: url(../Jarnriket/Media/arrow-down.png) no-repeat 50% 50%;
    }
    .dropdown-toggle:after{
        display:none;
    }
    .navbar-nav .dropdown-menu {
        background: #a03c1b;
        border-radius: 0px;
        border: 0;
        margin-bottom: 5px;
        padding:0px;
    }
    .dropdown-item{
        color:white;
        border-bottom:1px solid black;
        padding:10px;
    }
    .parallax-middle {
        background-attachment: inherit;
    }
    .parallax .topText{
        width:100%;
    }
}
