header{
    background-image: linear-gradient(to bottom, #be0501, #920019, #63081d, #350e17, #000000);
    width: 100%;
    margin: 0px;
    box-sizing: border-box;
    height: 70px;
    
}

@media (min-width:1000px){
    header{
        height: 150px;
    }
}


nav#main-nav ul a{
        color: white;
        text-decoration: none;
}


nav#main-nav ul a:hover{
        color: lightgray;
        transition: all .5s;
        font-size: 35px;
}

@media (max-width:1000px){
    nav#main-nav ul a{
        display: none;
    }
}


@media (min-width: 1001px){
    nav#mobile-nav{
        display: none;
    }
}

@media (max-width:1000px){
    nav#mobile-nav body {
        margin: 0;
        padding: 0;
        font-family: Arial, sans-serif;
    }
}
@media (max-width:1000px){
    /* This "drawer" is my main container. In it there is a button to control it, and the contents which open and close */
    nav#mobile-nav #drawer {							
        position: fixed;
        top: 0;
        width: 100%;
        height: 3px;
        z-index: 100;
    }
}

@media (max-width:1000px){
    /* This is the button element, with the class "controls" that users will click on in order to open and close the contents */
    nav#mobile-nav #drawer button.controls {			
        right: 0;
        bottom: 0;
        height: 75px;
        width: 100%;
        cursor: pointer;
        background-image: linear-gradient(to bottom, #be0501, #920019, #63081d, #350e17, #000000);
        border: none;
        box-sizing: border-box;
        margin-top: 0;
        font-size: 30px;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-around;

    }
}

@media (max-width:1000px){
    /* This is what the button.controls element looks like when its parent, #drawer, has the .open class applied to it */
    nav#mobile-nav #drawer.open button.controls {		
    
    }
}

@media (max-width:1000px){
    /* This :after pseudoelement is actually what adds the words "open +" to the button. You'll notice that the only contents in the button HTML are the FontAwesome hamburger icon */
    nav#mobile-nav #drawer button.controls:after {			
        content: "+";
        font-family: "basic-sans", sans-serif;
        font-weight: 200;
        font-style: normal;
        font-size: 50px;
        color: white;
        display: none;
    }
}

@media (max-width:1000px){
    /* When the parent #drawer element has the .open class applied, we change the button :after pseudoelement text from "open +" to "close -" */
    nav#mobile-nav #drawer.open button.controls:after {	
        content: "-";
        display: none;
    }
}

@media (max-width:1000px){
    /* Here we are just positioning the FontAwesome hamburger icon */
    nav#mobile-nav #drawer button.controls .fa {			
        position: absolute;
        margin-left: 5px;
        margin-top: 25px;
        transform: translateY(-50%);
        left: 5px;
        box-sizing: border-box;
    }
}
@media (max-width:1000px){

    /* This .contents element is what opens and closes when the user clicks the button. It has 0 height (and padding) when it's in its normally closed state */
    nav#mobile-nav #drawer .contents {						
        height: 0;
        padding: 0 10px;
        box-sizing: border-box;
        width: 100%;
        background-color: black;
        transition: all .5s;
        overflow: hidden;
        text-transform: uppercase;
        color: white;
        font-family: "reiher-headline-open", sans-serif;
        font-weight: 400;
        font-style: normal;
        font-size: 30px;
        text-decoration: underline;

    }
}

@media (max-width:1000px){
    nav#mobile-nav #drawer .contents a:visited{
        text-decoration: none;
        color: white;
    }

}
@media (max-width:1000px){
    /* When the parent #drawer element has the .open class applied, we change the height and padding of the contents to reveal it. */
    nav#mobile-nav #drawer.open .contents {				
        padding: 30px 10px 10px 10px;
        height: 100vh;
    }
}




body{
    margin: 0px;
    background-color: black;
}
@media (max-width:1000px){
    .bezerk-logo-white {
        width: 75px;
        transition: all .5s;
        margin-top: 10px;
        position: fixed;
        right: 10px;
    }
}

#bezerk-logo-white:hover{
    transform:scale(2.5);
}

.header-grid{
    margin: 0;
}


    .header-grid {
        display: flex;
        flex-wrap: wrap;
        text-transform: uppercase;
        color: white;
        font-family: "reiher-headline-open", sans-serif;
        font-weight: 400;
        font-style: normal;
        font-size: 30px;
        align-items: center;
        justify-content: center;
        margin: 0;
    }


.header-grid p{
    margin-inline-start: 20px;
    margin-inline-end: 20px;
    margin-left: 50px;
    margin-right: 50px;
}

.site-body{
    box-sizing: border-box
    display: flex;
    flex-wrap: wrap;
}



h1{
    font-family: "bmx-radical", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 40px;
    text-transform: uppercase;
    color: white;
    text-align: center;
    flex-wrap: wrap;
}

@media (max-width: 450px){
    h1{
        font-size: 25px;
    }
}
.guts-big-gradient{
    width: 100%
}

.vertical-lines{
    width: 100%;
}

.logo-and-image{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    width: 100%;
    margin: 0;
    padding: 0;
    justify-content: space-around;
}

@media (max-width:550px){
    .logo-and-image{
        text-align: center;
    }
}
.logo-and-image img{
    width: 600px;
}

@media (max-width:725px){
    .logo-and-image img{
        margin: auto;
        width: 500px;
    }
}

@media (max-width:535px){
    .logo-and-image img{
        margin: auto;
        width: 400px;
    }
}

@media (max-width:420px){
    .logo-and-image img{
        margin: auto;
        width: 300px;
    }
}

.logo-and-quote{
    width: 500px;
}


h2{
    text-transform: uppercase;
    color: white;
    font-family: "bmx-radical", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 30px;
    text-align: center;
}

@media (max-width: 450px){
    h2{
        font-size: 25px;
    }
}
nav#journey-nav a{
    text-transform: uppercase;
    color: #be0501;
    font-family: "bmx-radical", sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 43px;
    text-align: center;
    margin-top: 0;
    text-decoration: none;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    margin-left: 20px;
}

@media (max-width:520px){
    nav#journey-nav a{
        margin: auto;
    }
}

nav#journey-nav a:hover{
    color: darkgray;
    transition: all .5s;
    font-size: 45px;
    text-align: center;
}
h4{
    font-family: "bmx-radical", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 60px;
    text-transform: uppercase;
    color: white;
    text-align: center;
    margin-top: 0;
}

@media (max-width: 1000px){
    h4{
        margin-bottom: 30px;
    }
}


.body-characters-text p{
    color: white;
    font-size: 18px;
    margin-left: 350px;
    margin-right: 350px;
    font-family: "basic-sans", sans-serif;
    font-weight: 200;
    font-style: normal;
}

@media (max-width: 1500px){
    .body-characters-text p{
        margin-left: 200px;
        margin-right: 200px;
    }
}

@media (max-width: 1000px){
    .body-characters-text p{
        margin-left: 150px;
        margin-right: 150px;
    }
}

@media (max-width: 750px){
    .body-characters-text p{
        margin-left: 75px;
        margin-right: 75px;
    }
}

@media (max-width: 550px){
    .body-characters-text p{
        margin-left: 50px;
        margin-right: 50px;
        font-size: 16px;
    }
}

@media (max-width: 525px){
    .body-characters-text p{
        margin-left: 20px;
        margin-right: 20px;
        font-size: 14px;
    }
}

h5{
    font-family: "bmx-radical", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 50px;
    text-transform: uppercase;
    color: #be0501;
    text-align: left;
    margin-top: 0;
    margin-left: 350px;
    margin-bottom: 5px;    
    margin-top: 30px;
}

@media (max-width: 1500px){
    h5{
        margin-left: 200px;
    }
}

@media (max-width: 1000px){
    h5{
        margin-left: 150px;
    }
}

@media (max-width: 750px){
    h5{
        margin-left: 75px;
    }
}

@media (max-width: 550px){
    h5{
        margin-left: 50px;
    }
}

@media (max-width: 525px){
    h5{
        margin-left: 20px;
    }
}









img {
    width: 100%;
}
.height {
    height: 10px;
}
    
/* Image-container design */
.image-container {
    max-width: 800px;
    position: relative;
    margin: auto;
}

.next {
    right: 0;
}
    
/* Next and previous icon design */
.previous,
.next {
    cursor: pointer;
    position: absolute;
    top: 50%;
    padding: 10px;
    margin-top: -25px;
}

    
.fa {
    font-size: 32px;
    color: #be0501;
}
    
.fa:hover {
    transform: rotate(360deg);
    transition: 1s;
    color: red;
}
    
.footerdot {
    cursor: pointer;
    height: 15px;
    width: 15px;
    margin: 0 2px;
    background-color: #bbbbbb;
    border-radius: 50%;
    display: inline-block;
    transition: background-color 0.5s ease;
}
    
.active,
.footerdot:hover {
    background-color: gray;
}

.characters-images img{
    height: 500px;
}

@media (max-width:1000px){
    .characters-images img{
        width: 100%;
    }    
}



footer{
    display: flex;
    flex-wrap: wrap;
    background-image: linear-gradient(to bottom, #000000, #350e17, #63081d, #920019, #be0501);
    color: white;
    font-size: 18px;
    width: 100%;
    padding: 0;
    margin-bottom:0px;
    height: 200px;
    font-family: "basic-sans", sans-serif;
    font-weight: 200;
    font-style: normal;
    text-align: right;
    line-height: 8px;
    justify-content: right;
}

footer p{
    line-height:12px;
}

footer .designed-by a{
    color: white;
}

.designed-by{
    margin-bottom: 10px;
    text-align: right;
    justify-content: right;
    margin-top: 50px;
    margin-right: 30px;
}

@media (max-width: 450px){
    .designed-by{
        font-size: 10px;
        margin-bottom: 5px;
    }
}



