  @font-face { font-family: symlin; src: url('symlin.ttf'); } 

*{
    margin: 0;
    padding: 0;
}

body{
    background: #0A0000;
background: -webkit-linear-gradient(0deg, rgba(10, 0, 0, 1) 0%, rgba(67, 22, 22, 1) 100%);
background: -moz-linear-gradient(0deg, rgba(10, 0, 0, 1) 0%, rgba(67, 22, 22, 1) 100%);
background: linear-gradient(0deg, rgba(10, 0, 0, 1) 0%, rgba(67, 22, 22, 1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#0A0000", endColorstr="#431616", GradientType=0);
}

.navigation{
    height: 150px;
    display: flex;
    justify-content: center;
}

.navList{
    display: flex;
    color: white;
    list-style: none;
    margin-top: 25px;
}

a{
    color: white;
    text-decoration: none;
}

.listItem{
 font-family: symlin;
 font-size: 40px;
 margin-left: 35px;
}

.logo{
    height: 60px;
}

.heroHeader{
    color: white;
    font-size: 5vw;
    text-align: center;
    font-family: symlin;
    margin-top: 100px;
}

.container{
    display: flex;
    justify-content: center;
}

.center{
    width: 70%;
}

.paragraph{
        color: white;
    font-size: 35px;
    text-align: left;
    font-family: symlin;
    margin-top: 25px;
}

.image{
    width: 45%;
    border-radius: 20px;
}

.container2{
    display: flex;
    justify-content: center;
    margin-top: 200px;
    margin-bottom: 100px;
}

.imageContainer{
    display: flex;
    flex-wrap: wrap;
    width: 70%;
    justify-content: space-around;
    row-gap: 60px;
}

.blue{
box-shadow: 0px 0px 35px 2px #677AB8;
}

.red{
box-shadow: 0px 0px 35px 2px #DA0000;
}

.dark{
box-shadow: 0px 0px 35px 2px #404040;
}

.footerText{
    color: white;
    text-align: center;
    font-family: symlin;
}

.font{
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}



/* --------------- SECOND PAGE NEW STUFF :3 ---------------  */

.header2{

    color: white;
    font-size: 3vw;
    text-align: center;
    font-family: symlin;
    margin-top: 30px;
    margin-bottom: 100px;
}


.center2{
    width: 90%;
    text-align: center;
}

.paragraph2{
        color: white;
    font-size: 25px;
    text-align: center;
    font-family: symlin;
    margin-top: 25px;
    margin-bottom: 50px;
    padding: 25px;
}

.outline{
    outline: #0a000073 solid 3px;
    border-radius: 20px;
}

.explosion{
    width: 60%;
}

/* --------------- THIRD PAGE NEW STUFF :3 ---------------  */

.paragraph3{
        color: white;
    font-size: 25px;
    text-align: left;
    font-family: symlin;
    margin-top: 25px;
    margin-bottom: 50px;
    padding: 25px;
}

/* --------------- MOBILE STUFF :3 ---------------  */

@media (max-width: 600px) {
    .listItem{
        font-size: 25px;
    }

    .logo{
        height: 40px;
    }

    .paragraph{
        font-size: 25px;
    }

    .imageContainer{
        flex-direction: column;
        align-items: center;
    }

    .image{
        width: 100%;
    }

    .heroHeader{
        font-size: 9vw;
    }

    .header2{
        font-size: 6vw;
    }

    .paragraph2{
        font-size: 20px;
    }

    .paragraph3{
        font-size: 20px;
    }

    .imageSize{
    width: 70%;
}
}

@media (max-width: 400px) {

    .listItem{
        font-size: 20px;
         margin-left: 15px;
    }


    .logo{
        height: 30px;
    }


}
