body{
    /*<!--#b3d4fc--> gammel: #619AD5*/
    background-color:  #00395F;
    font-family: sans-serif;
    color: white;
}

.body-bottom{

    background-color:#00395F;
    color: white;
    height: 25%;
    display: flex;
    justify-content: center;

}
.body-bottom > span {
    /*background-color: yellow;*/
    margin:10px;
    padding: 20px;
    flex-grow: 1;
    text-align: center;
}

.body{
    border-top: 2px solid white;
}

.title{
    margin:auto;
    text-align: center;
    padding: 5px;
    border-bottom: 1px solid white;
    width: 40%;

}


.navCard{
    cursor: pointer;
}
#SG{

    font-size: 50px;
    font-family: sans-serif;
}


body, html {
    height: 100%;
    padding: 0;
    margin:0;
}

.body-content{
    padding: 20px;
    margin:20px;
    display: flex;
    justify-content: center;
    min-height:500px;
}


.bVinja{
    /* The image used */
    background-image: url("Bilde/VardeToppen.jpg");

    min-height: 100% !important;

}
.panorama{

    min-height: 50%;

    /* Center and scale the image nicely */
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;

    /* Needed to position the navbar */
    position: relative;
    color: white;

    margin: 0;

    display: flex;
    justify-content: center;

}

.omMegPanorama{
    /* The image used */
    background-image: url("Bilde/omMegPanorama.jpeg");
}

.turen{
    /* The image used */
    background-image: url("Bilde/PrestestolenSkilt.jpg");
}

.bestillTurPanorama{
    /* The image used */
    background-image: url("Bilde/map3.png");
}

/* Position the navbar container inside the image */
.container{
    position: absolute;
    margin: 20px;
    width: auto;
    display: flex;
    justify-content: center;
}

/* The navbar */
.menu{
    display: inline-block;
    /*margin-left:500px;*/
    /*width: 340px;*/
    width: auto;
    overflow: hidden;
    background-color: #00395F;
    position: fixed;
    z-index: 99999;

}
.hide{
    display: none;
}
.lang{
    overflow: hidden;
    position: fixed;
    z-index: 99999;
    align-self: self-end;
    right: 0;
    top:0;
    padding: 10px;
}

.logo{
    overflow: hidden;
    position: fixed;
    z-index: 99999;
    left: 0;
    top:0;
    padding: 10px;
}

/* Navbar links */
.menu a {
    float: left;
    color: white;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
    font-size: 17px;
}

.menu a:hover {
    /*background-color: white;*/
    /*color: black;*/
    text-decoration: underline;
    /*FIX #3f648a*/
    color:  #051d30;
}

.borderR{
    border-right: 1px solid white;
}



/* Centered text */
.centered {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.text{
    margin-top: auto;
    margin-bottom: auto;
    margin-right: 80px;
    width: 30%;
    /*background-color: yellow;*/
    font-size: large;
}
.textTuren{
    margin-top: auto;
    margin-bottom: auto;
    margin-right: 40px;
    width: 50%;
    font-size: large;

}
.textBestilling{
    margin-top: auto;
    margin-bottom: auto;
    font-size: large;
    margin-right:10px;
}
.textPris{
    margin-top: auto;
    margin-bottom: auto;
    margin-left:10px;
    font-size: large;
    border: 1px solid white;
    padding: 10px;
    width: auto
}


#portrett{
    width: auto;
}
.googleMap{
    display: flex;
    justify-content: center;
    margin-bottom:40px;
}




/*slideshow*/
* {box-sizing:border-box}

/* Slideshow container */
.slideshow-container {
    max-width: 1000px;
    position: relative;
    margin: auto;
}

/* Hide the images by default */
.mySlides {
    display: none;
}

/* Next & previous buttons */
.prev, .next {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    margin-top: -22px;
    padding: 16px;
    color: white;
    font-weight: bold;
    font-size: 18px;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
    user-select: none;
}

/* Position the "next button" to the right */
.next {
    right: 0;
    border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover, .next:hover {
    background-color: rgba(0,0,0,0.8);
}

/* Caption text */
.textSlide {
    color: #f2f2f2;
    font-size: 15px;
    padding: 8px 12px;
    position: absolute;
    bottom: 8px;
    width: 100%;
    text-align: center;
}

/* Number text (1/3 etc) */
.numbertext {
    color: #f2f2f2;
    font-size: 12px;
    padding: 8px 12px;
    position: absolute;
    top: 0;
}


.active, .dot:hover {
    background-color: #717171;
}

/* Fading animation */
.fade {
    animation-name: fade;
    animation-duration: 1.5s;
}

@keyframes fade {
    from {opacity: .4}
    to {opacity: 1}
}

