html {
    font-family: 'Alegreya', serif;
    font-size: 12pt;
    height: 100%;
}

body {
background: #fff;
}

h1, h2, h3, h4 {
    margin-bottom: 15px;
}

h1 {
    color: #000000;
}

.content h1 {
    
}

[class*="icol-"] {
    float: left;
    padding: 0px;
}

#header h1 {
        color: #000;
    background-color: rgba(255, 255, 255, 0.41);
    border-radius: 7px;
    border: 6px solid rgba(255, 255, 255, 0);
    font-size: 4em;
    font-family: "Allerta Stencil", Sans-serif;

}

#header2 h1 {
        color: #000;
    background-color: rgba(255, 255, 255, 0.41);
    border-radius: 7px;
    border: 6px solid rgba(255, 255, 255, 0);
    font-size: 4em;
    font-family: "Allerta Stencil", Sans-serif;

}

#header3 h1 {
        color: #000;
    background-color: rgba(255, 255, 255, 0.41);
    border-radius: 7px;
    border: 6px solid rgba(255, 255, 255, 0);
    font-size: 4em;
    font-family: "Allerta Stencil", Sans-serif;

}

.content {
    text-align: justify;
}


.frontpage #header2 {
    height: 100vh;

}

#header {
    font: normal 100%/normal Arial, Helvetica, sans-serif;
    color: #FFFFFF;
    background: url("../images/motorbike201.jpg");
    min-height: 400px;
    background-size: cover;
    display: flex; /* 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;

}

#header2 {
    font: normal 100%/normal Arial, Helvetica, sans-serif;
    color: #FFFFFF;
    background: url("../images/motorcycle-4325.jpg");
    min-height: 200px;
    background-size: cover;
    display: flex; /* 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;

}

#header3 {
    font: normal 100%/normal Arial, Helvetica, sans-serif;
    color: #FFFFFF;
    background: url("../images/motorcycle-211.jpg");
    min-height: 200px;
    background-size: cover;
    display: flex; /* 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;

}





.container {
    width: 960px;
    margin: auto;
    margin-top: 25px;
    background: #ffffff;
    padding: 10px;

}

.container2 {
    max-width: 960px;
    margin: auto;
    margin-top: 25px;
    background: #5f5f5f;
    padding: 10px;
    color: white;
    text-shadow: 1px 1px black, 1px 1px 0px black, 1px 1px black, 1px 1px black;

}


/* Skrå kanter til forsiden arrow 1 og arrow 2*/
.arrow-1 {
    width: 0px;
    height: 0px;
    border-bottom: 140px solid transparent;
    border-left: 1900px solid #353535;
    float: left;
}

.arrow-2 {
    width: 0px;
    height: 0px;
    border-top-width: 140px;
    border-top-style: solid;
    border-top-color: transparent;
    border-left-width: 1900px;
    border-left-style: solid;
    border-left-color: rgb(95, 95, 95);
    float: left;
}

/* Skrå kanter til Våre builds og Bestill Time arrow 3 og arrow 4*/
.arrow-3 {
    width: 0px;
    height: 0px;
    border-bottom: 140px solid transparent;
    border-right: 1900px solid #353535;
    float: right;
}

.arrow-4 {
    width: 0px;
    height: 0px;
    border-bottom: 140px solid transparent;
    border-left: 1900px solid #5f5f5f;
    float: left;
}

.arrow-5 {
    width: 0px;
    height: 0px;
    border-bottom: 140px solid transparent;
    border-left: 1900px solid #5f5f5f;
    float: left;
}

.logo {
    max-width: 100%;
    margin: auto;
    padding: 15px;
    text-align: center;
    font-size: 3rem;
    text-decoration: none;
}


.aside {
    background-color: #353535;
    padding: 15px;
    margin-top: 40px;
    color: #ffffff;
    text-align: center;
    font-size: 14px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    
}

.aside li {

    list-style: none;
}

.content1 {

    background-color: #5f5f5f;
    margin-top:140px;
    padding: 5px;
}

.content3 {

    background-color: #5f5f5f;
    margin-top:140px;
}



#footer {
    background-color: #5f5f5f;
    color: #000;
    text-align: center;
    font-size: 14px;
    padding: 15px;
    border-top: 0.5px solid;
}

.right {
    float: right;
}

.ds-navbar{
    background: #353535;
}
.ds-navbar li a{
    color: #FFFFFF;
    text-transform: uppercase;
    padding: 7px 30px;
    text-decoration: none;
    font-size: 20px;
}
.ds-navbar li:hover{
    background: #FFFFFF;
}

.ds-navbar li a:hover{
    color: #000000;
    text-transform: uppercase;
}

.teaser{

}

@media only screen and (max-width: 600px) {
    .container{
    width: 100%;
    }

    .logo {
    width: 100%;
    }

    #header {
    background-position: center;
    }

    .arrow-1 {
    border-bottom: 100px solid transparent;
    border-left: 375px solid #353535;
    }

    .arrow-2   {  
    border-left-width: 375px;
    }

    .arrow-3 {
    border-right: 375px solid #353535;
    }

    .arrow-4 {

    }

    .arrow-5 {
    border-left: 375px solid #5f5f5f;
    }

}

