
.site{
    display: flex;
    min-height: 100vh;
    flex-direction: column;
    width: 100%;
    background-color: rgba(255,255,255,1);
}
#footer{
    flex: 1;
    background: rgba(255,255,255,1);
    display: flex; /* establish flex container */
    flex-direction: column; /* make main axis vertical */
    text-align: center;
    padding-top: 15px;
    margin-top:15px;
    margin-bottom: 20px;
    justify-content: flex-start;
    border-top: 1px solid black;
}
h1,h2,h3,h4,h5, li{
    font-family: 'Montserrat', sans-serif;
    color: black;
}

.block-1 h1{
    color: black;
}
#header h1{
    color: #ffffff;
    text-shadow: 2px 2px #000000;

}
.box{
    background: #151515;
}

.box p,h1,h2,h3,h4,h5, li{

    color: white;
}
.grey{
    background: #00000012;
}

.ds-flex-container{
    width: 100%;
    max-width: 1200px;
    margin: auto;
    box-sizing: border-box;
    overflow: hidden;
}

.ds-flex-container > div{
    padding: 15px;
    box-sizing: border-box;
}

.ds-navbar {
    background: #63636333;
    display: flex;
    align-items: center;
    width: 100%;
}

.cborder {
    flex: 0.000001;
    margin-left: 20px;
    border-right: 0px solid black;
    border-left: 1px solid black;
    border-top: 70px solid black;

}

.cpad {
    margin: 2px;
}

.padd {

    padding-top: 150px;
}

.padd1 {

    padding: 0px;
    
}

/*
.padd1 {
    position: absolute;
    z-index: 2;
    right: 0px;
    left: 0;
    height: 340px;
    background: none;
    background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 80%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,0)), color-stop(80%,rgba(255,255,255,1)));
    background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 80%);
    background: -o-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 80%);
    background: -ms-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 80%);
    background: linear-gradient(to bottom, rgba(255,255,255,0) 6%,rgba(255,255,255,1) 97%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 );

}
*/
.logo{
    font-size: 2rem;
    flex: 1;
    margin-left: 0px;
    text-align: right;

}
@media (max-width: 400px) {
    .logo{  font-size: 1.5rem;
        text-align: center;
        padding-top: 20px;
        padding-bottom: 20px;
    }
    .ds-navbar {
    display: block}
    }.right{
    flex: 1;
    justify-content: flex-end;
}
.ds-navbar ul{

    flex-flow: row wrap;
    /* This aligns items to the end line on main-axis */
    justify-content: baseline;
}
.ds-navbar li a{
    font-size: 1.3rem;
}
.ds-navbar li:hover{
    background: #00000021;
}

.success{
    background: #9fa8a3;
    margin-left: 7px;
}
.success:hover {
    background-color: #00000021!important;
}
#main{
    margin-top: 20px;
    margin-bottom: 20px ;
}

/* På hele header seksjonen må padd divene/blockene deles oss slik at total lengden blir 1000px enten i px eller % ellers vil faden til site forstyrre*/

#header{
    background: url("../images/road-692063_1920xx.jpg")repeat-x fixed 0 0 rgba(0, 0, 0, 0);
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    height: 1000px;
    display: inline-block; /* establish flex container */
    flex-direction: column; /* make main axis vertical */
    justify-content: center; /* center items vertically, in this case */
    align-items: center;
    text-align: center;
    box-sizing: border-box;
    background-repeat: no-repeat;
    background-position: center;
    background-attachment: fixed;
}

@media only screen and (max-width: 600px) {

.padd1{
    display: none;
}

.cborder{
    display: none;
}

.ds-flex-container > div{

    margin: 0px;
}


.block-6 {

    padding-left: 5px;
    padding-right: 5px;

}

}