.body {
    margin: 0;
    width: 98vw;
    height: 100vh;
}
hr {
    width: 80vw;
    margin-top: 50px;
    height: 1px;
    background-color: #000000;
    border-color: #000;
}






/*SCROLLBAR*//*SCROLLBAR*//*SCROLLBAR*//*SCROLLBAR*/
/*SCROLLBAR*//*SCROLLBAR*//*SCROLLBAR*//*SCROLLBAR*/
/*SCROLLBAR*//*SCROLLBAR*//*SCROLLBAR*//*SCROLLBAR*/

::-webkit-scrollbar {
    width: 1em;

}
::-webkit-scrollbar-track {
    background: #ffffff;
}
::-webkit-scrollbar-thumb {
    background: #555555;
    border-radius: 100vw;
    border: solid;
    border-width: .3em;
    border-color: #ffffff;
}
::-webkit-scrollbar-thumb:hover {
    background: #989898;
}





























/*BOXES*//*BOXES*//*BOXES*//*BOXES*//*BOXES*//*BOXES*/
/*BOXES*//*BOXES*//*BOXES*//*BOXES*//*BOXES*//*BOXES*/
/*BOXES*//*BOXES*//*BOXES*//*BOXES*//*BOXES*//*BOXES*/

.top_box {
    display: flex;
    flex-direction: row;
    align-items: center;
    width: 100vw;
    height: 80px;
    background-image: linear-gradient(to right, #ffffff, #191919);
    margin-bottom: 0px;
}
.header {
    width: 45vw;
    margin-right: 20px;
}
.nav_box {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 53vw;
}
ul {
    margin: 0px;
    padding: 0px;
}
.content_box {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100vw;
}
.content {
    display: flex;
    flex-direction: column;
    margin-top: 20px;
    margin-bottom: 10vw;
}
.background_img_box {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 100vw;
    height: 70vh;
    margin-top: 0px;
}
.main_box {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.color_shift_box {
    display: flex;
    height: 15vh;
    width: 100vw;
    background-image: linear-gradient(to bottom, #191919, #ffffff);
}
.text_box {
    display: flex;
    flex-direction: column;
}






/*TITLES*//*TITLES*//*TITLES*//*TITLES*//*TITLES*/
/*TITLES*//*TITLES*//*TITLES*//*TITLES*//*TITLES*/
/*TITLES*//*TITLES*//*TITLES*//*TITLES*//*TITLES*/

.title {
    font-family: sans-serif;
    font-size: 1.3em;
    max-width: 500px;
    text-shadow: 3px 3px 12px #000;
}
.car_title {
    margin: 0px;
    position: relative;
    top: 23vh;
    color: #ffffff;
    font-family: sans-serif;
    font-size: 1.8em;
    text-shadow: 3px 3px 5px #000;
}
.car_title_two {
    margin: 0px;
    position: relative;
    top: 23.5vh;
    color: #ffffff;
    font-family: sans-serif;
    font-size: 1.5em;
    text-shadow: 3px 3px 5px #000;
}





/*BUTTONS*//*BUTTONS*//*BUTTONS*//*BUTTONS*//*BUTTONS*/
/*BUTTONS*//*BUTTONS*//*BUTTONS*//*BUTTONS*//*BUTTONS*/
/*BUTTONS*//*BUTTONS*//*BUTTONS*//*BUTTONS*//*BUTTONS*/

.button {
    font-family: sans-serif;
    font-weight: bold;
    font-size: .8em;
    color: #ffffff;
    border: none;
    background:none;
    cursor: pointer;
    margin: 0px;
    margin-top: 5px;
    margin-right: 5px;
    padding: 0px;
    text-shadow: 3px 3px 12px #000;
}
.button:hover {
    text-decoration: underline;
    text-underline-offset: 3px;
    color: #000000;
    transition: 0.3s;
}










/*HOME PAGE*//*HOME PAGE*//*HOME PAGE*//*HOME PAGE*//*HOME PAGE*/
/*HOME PAGE*//*HOME PAGE*//*HOME PAGE*//*HOME PAGE*//*HOME PAGE*/
/*HOME PAGE*//*HOME PAGE*//*HOME PAGE*//*HOME PAGE*//*HOME PAGE*/

.home_content_title {
    font-family: sans-serif;
    font-weight: bold;
    font-size: 3em;
}
.home_content_text {
    font-family: sans-serif;
    font-size: 1.6em;
}



.home_goal_box {
    margin-top: 5vw;
    width: 70vw;
    box-shadow: 1px 2px 20px #000000;
    padding: 2vw;
    border-radius: 5px;
}









/*FAVORITES PAGE*//*FAVORITES PAGE*//*FAVORITES PAGE*/
/*FAVORITES PAGE*//*FAVORITES PAGE*//*FAVORITES PAGE*/
/*FAVORITES PAGE*//*FAVORITES PAGE*//*FAVORITES PAGE*/

.favorites_content_title {
    font-family: sans-serif;
    font-weight: bold;
    font-size: 1.5em;
    margin-bottom: 0.5vh;
    text-shadow: 1px 2px 5px #333;
    letter-spacing: .05em;
}
.favorites_content_text {
    width: 80%;
    font-family: sans-serif;
    font-size: 1em;
    margin: auto;
    margin-top: 25px;
    letter-spacing: .03em;
}



.c63_box {
    display: flex;
    flex-direction: column;
    margin-top: 10vh;
    vertical-align: center;
    margin-bottom: 35px;
}
.c63_img {
    width: 80vw;
    margin: auto;
    padding: 0px;
    box-shadow: 5px 5px 10px #000;
}





.viper_box {
    display: flex;
    flex-direction: column;
    margin-top: 12vh;
    margin-bottom: 80px;
    vertical-align: center;
}
.viper_img {
    width: 80vw;
    margin: auto;
    padding: 0px;
    box-shadow: 5px 5px 10px #000;
}





.gt350_box {
    display: flex;
    flex-direction: column;
    margin-top: 12vh;
    vertical-align: center;
    margin-bottom: 50px;
}
.gt350_img {
    width: 80vw;
    margin: auto;
    padding: 0px;
    box-shadow: 5px 5px 10px #000;
}



.video {
    margin: auto;
}
.video_text {
    font-family: sans-serif;
    margin-bottom: 0px;
}
.video_text_two {
    font-family: sans-serif;
    font-size: 2em;
    font-weight: 900;
    margin-top: 5px;
}





/*BODY STYLES PAGE*//*BODY STYLES PAGE*//*BODY STYLES PAGE*/
/*BODY STYLES PAGE*//*BODY STYLES PAGE*//*BODY STYLES PAGE*/
/*BODY STYLES PAGE*//*BODY STYLES PAGE*//*BODY STYLES PAGE*/

.body_styles_content_title {
    font-family: sans-serif;
    font-weight: bold;
    margin-bottom: 0.5vh;
    font-size: 1.25em;
}
.body_styles_content_text {
    font-family: sans-serif;
    margin-top: 0px;
    font-size: 1em;
    max-height: 200px;
    overflow: scroll;
}



.coupe_box {
    display: flex;
    flex-direction: row;
    width: 70vw;
    max-width: 800px;
    max-height: 200px;
    justify-content: center;
    vertical-align: middle;
    margin-top: 5vh;
    padding: 2vw;
    box-shadow: 1px 2px 20px #000000;
    border-radius: 10px;
}
.coupe_img {
    width: 15vw;
    height: 12vw;
    display: inline-block;
    margin-left: 5vw;
    margin-top: 30%;
}




.sedan_box {
    display: flex;
    flex-direction: row;
    width: 70vw;
    max-width: 800px;
    max-height: 200px;
    justify-content: center;
    vertical-align: middle;
    margin-top: 8vh;
    padding: 2vw;
    box-shadow: 1px 2px 20px #000000;
    border-radius: 10px;
}
.sedan_img {
    width: 18vw;
    height: 10vw;
    display: inline-block;
    margin-left: 5vw;
    margin-top: 30%;
}




.convertible_box {
    display: flex;
    flex-direction: row;
    width: 70vw;
    max-width: 800px;
    max-height: 200px;
    justify-content: center;
    vertical-align: middle;
    margin-top: 8vh;
    padding: 2vw;
    box-shadow: 1px 2px 20px #000000;
    border-radius: 10px;
}
.convertible_img {
    width: 20vw;
    height: 12vw;
    display: inline-block;
    margin-left: 5vw;
    margin-top: 30%;
}




.hatchback_box {
    display: flex;
    flex-direction: row;
    width: 70vw;
    max-width: 800px;
    max-height: 200px;
    justify-content: center;
    vertical-align: middle;
    margin-top: 8vh;
    padding: 2vw;
    box-shadow: 1px 2px 20px #000000;
    border-radius: 10px;
}
.hatchback_img {
    width: 15vw;
    height: 10vw;
    display: inline-block;
    margin-left: 5vw;
    margin-top: 30%;
}




.supercar_box {
    display: flex;
    flex-direction: row;
    width: 70vw;
    max-width: 800px;
    max-height: 200px;
    justify-content: center;
    vertical-align: middle;
    margin-top: 8vh;
    padding: 2vw;
    box-shadow: 1px 2px 20px #000000;
    border-radius: 10px;
}
.supercar_img {
    width: 15vw;
    height: 10vw;
    display: inline-block;
    margin-left: 5vw;
    margin-top: 30%;
}




.spyder_box {
    display: flex;
    flex-direction: row;
    width: 70vw;
    max-width: 800px;
    max-height: 200px;
    justify-content: center;
    vertical-align: middle;
    margin-top: 8vh;
    padding: 2vw;
    box-shadow: 1px 2px 20px #000000;
    border-radius: 10px;
}
.spyder_img {
    width: 15vw;
    height: 10vw;
    display: inline-block;
    margin-left: 5vw;
    margin-top: 30%;
}








/*ENGINES PAGE*//*ENGINES PAGE*//*ENGINES PAGE*//*ENGINES PAGE*/
/*ENGINES PAGE*//*ENGINES PAGE*//*ENGINES PAGE*//*ENGINES PAGE*/
/*ENGINES PAGE*//*ENGINES PAGE*//*ENGINES PAGE*//*ENGINES PAGE*/

.engines_intro {
    width: 80vw;
    margin: auto;
    font-family: sans-serif;
    letter-spacing: .05em;
    font-size: 1.5em;
    box-shadow: 1px 2px 20px #000000;
    padding: 12px;
    margin-bottom: 80px;
    border-radius: 50px;
}

table {
    border: solid;
    border-width: 2px;
    border-color: #000;
    border-collapse: collapse;
    margin: auto;
    align-items: center;
    background-color: #5a5a59;
    box-shadow: 8px 8px 5px #333;
    width: 90%;
    margin: auto;
    text-decoration: none;
}

tr {
    border: solid;
    border-color: #000;
    font-family: sans-serif;
    border-width: 2px;
    padding: 2px;
}

th {
    border: solid;
    border-color: #000;
    font-size: 0.8em;
    font-family: sans-serif;
    padding: 2px;
    text-shadow: 3px 3px 8px #d3d3d3;
    border-width: 2px;
    text-decoration: none;
}

td {
    border: solid;
    border-color: #000;
    font-family: sans-serif;
    font-size: 1em;
    margin: auto;
    padding: 2px;
    border-width: 2px;
    text-decoration: none;
}

.table_top_row {
    color: #0d98ba;
}

.form_title {
    font-size: 1.5em;
    font-family: sans-serif;
    margin-top: 110px;
    font-weight: 600;
}
.form_title_two {
    font-family: sans-serif;
    font-size: 2.5em;
    font-weight: bold;
    margin-top: 0px;
}

#form_box {
    box-shadow: 3px 3px 5px #000;
    margin: auto;
    width: 60vw;
    height: auto;
    padding: 50px;
    background-color: #d3d3d3;
}
.engine_type_box {
    box-shadow: 0px 0px 15px #000;
    padding-top: 5px;
    font-family: sans-serif;
    font-size: 1.3em;
    padding-bottom: 15px;
    margin-bottom: 30px;
    background-color: #989898;
}
.engine_type_title {
    font-size: 1.8em;
    margin-top: 0px;
    margin-bottom: 15px;
    text-shadow: 1px 1px 3px #000;
}

.first_name_box {
    font-family: sans-serif;
    font-size: 1.5em;
    font-weight: 700;
    box-shadow: 0px 0px 15px #000;
    padding-top: 10px;
    padding-bottom: 15px;
    background-color: #989898;
    margin-bottom: 30px;
}
.last_name_box {
    font-family: sans-serif;
    font-size: 1.5em;
    font-weight: 700;
    box-shadow: 0px 0px 15px #000;
    padding-top: 10px;
    padding-bottom: 15px;
    background-color: #989898;
    margin-bottom: 30px;
}
input {
    background: transparent;
    background-color: #fff;
    border: solid;
    border-width: 2px;
    box-shadow: 0px 0px 20px #ffffff;
    padding: 5px;
}

.personal_car_box {
    font-family: sans-serif;
    font-size: 1.1em;
    font-weight: 700;
    box-shadow: 0px 0px 15px #000;
    padding-top: 10px;
    padding-bottom: 15px;
    background-color: #989898;
    margin-bottom: 30px;
}
select {
    background: transparent;
    background-color: #fff;
    border: solid;
    border-width: 2px;
    box-shadow: 0px 0px 20px #ffffff;
    padding: 5px;
    margin-top: 10px;
}

.comments_box {
    font-family: sans-serif;
    font-size: 1.1em;
    font-weight: 700;
    box-shadow: 0px 0px 15px #000;
    padding-top: 10px;
    padding-bottom: 15px;
    background-color: #989898;
    margin-bottom: 30px;
}

.form_button {
    font-family: sans-serif;
    width: 50%;
    height: 5vh;
    font-size: 1.2em;
    font-weight: 700;
    background-color: #989898;
    border: solid;
    border-width: 2px;
    box-shadow: 0px 0px 10px #000;
}








/*HISTORY*//*HISTORY*//*HISTORY*//*HISTORY*//*HISTORY*/
/*HISTORY*//*HISTORY*//*HISTORY*//*HISTORY*//*HISTORY*/
/*HISTORY*//*HISTORY*//*HISTORY*//*HISTORY*//*HISTORY*/




.history_header {
    font-size: 2em;
    width: 80vw;
    margin: auto;
    font-family: sans-serif;
    box-shadow: 0px 0px 10px #000;
    padding: 10px;
    margin-top: 80px;
}
.history_title {
    font-size: 1.2em;
    font-family: sans-serif;
    text-shadow: 1px 1px 1px #989898;
}
.history_text {
    font-family: sans-serif;
    font-size: .8em;
    width: 60%;
}



.old_gt350_box {
    margin-top: 80px;
}
.old_gt350_img {
    width: 80vw;
    box-shadow: 5px 5px 10px #000;
}


.old_911_box {
    margin-top: 50px;
}
.old_911_img {
    width: 80vw;
    box-shadow: 5px 5px 10px #000;
}



















/*Medias*//*Medias*//*Medias*//*Medias*//*Medias*//*Medias*/
/*Medias*//*Medias*//*Medias*//*Medias*//*Medias*//*Medias*/
/*Medias*//*Medias*//*Medias*//*Medias*//*Medias*//*Medias*/



@media screen and (min-width: 401px){
    .button {
        font-size: 1em;
    }
    .header {
        width: 35%;
    }
    .nav_box {
        width: 65%;
    }
    .title {
        font-size: 1.5em;
    }
    .history_title {
        font-size: 1.7em;
    }
    .history_text {
        font-size: 1em;
    }
    .coupe_img {
        margin-top: 20%;
    }
    .sedan_img {
        margin-top: 20%;
    }
    .convertible_img {
        margin-top: 20%;
    }
    .hatchback_img {
        margin-top: 20%;
    }
    .supercar_img {
        margin-top: 20%;
    }
    .spyder_img {
        margin-top: 20%;
    }
    .engine_type_box {
        max-width: 400px;
    }
    .first_name_box {
        font-size: 2em;
        max-width: 350px;
    }
    .last_name_box {
        font-size: 2.1em;
        max-width: 340px;
    }
    .personal_car_box {
        font-size: 1.2em;
        max-width: 300px;
    }
    .comments_box {
        font-size: 1.4em;
        max-width: 200px;
    }
}



@media screen and (min-width: 801px){
    .top_box {
        max-width: 960px;
    }
    .background_img_box {
        max-width: 960px;
    }
    .color_shift_box {
        max-width: 960px;
    }
    .home_goal_box {
        max-width: 800px;
    }
    .favorites_content_title {
        font-size: 2.3em;
    }
    .favorites_content_text {
        font-size: 1.4em;
    }
    .c63_box {
        max-width: 800px;
    }
    .c63_img {
        max-width: 750px;
    }
    .viper_box {
        max-width: 800px;
    }
    .viper_img {
        max-width: 750px;
    }
    .gt350_box {
        max-width: 800px;
    }
    .gt350_img {
        max-width: 750px;
    }
    .body_styles_content_title {
        font-size: 1.6em;
    }
    .body_styles_content_text {
        font-size: 1.3em;
    }
    .coupe_img {
        margin-top: 8%;
    }
    .sedan_img {
        margin-top: 8%;
    }
    .convertible_img {
        margin-top: 8%;
    }
    .hatchback_img {
        margin-top: 8%;
    }
    .supercar_img {
        margin-top: 8%;
    }
    .spyder_img {
        margin-top: 8%;
    }
    .engines_intro {
        max-width: 800px;
    }
    hr {
        max-width: 800px;
    }
    table {
        max-width: 800px;
    }
    th {
        font-size: 1.3em;
    }
    td {
        font-size: 1.3em;
    }
    #form_box {
        max-width: 800px;
    }
    .personal_car_box {
        font-size: 1.3em;
    }
    .history_header {
        max-width: 800px;
        font-size: 2.8em;
    }
    .history_title {
        font-size: 1.9em;
    }
    .history_text {
        font-size: 1.5em;
    }
    .old_gt350_box {
        max-width: 800px;
    }
    .old_gt350_img {
        max-width: 750px;
    }
    .old_911_box {
        max-width: 800px;
    }
    .old_911_img {
        max-width: 750px;
    }
}


@media screen and (min-width: 1025px) {
    .button {
        font-size: 1em;
        margin-right: 20px;
    }
    .top_box {
        max-width: 960px;
    }
    .background_img_box {
        max-width: 960px;
    }
    .car_title {
        font-size: 2.5em;
    }
    .car_title_two {
        font-size: 2.2em;
    }
    .color_shift_box {
        max-width: 960px;
    }
    .home_goal_box {
        max-width: 800px;
    }
    .favorites_content_title {
        font-size: 2.3em;
    }
    .favorites_content_text {
        font-size: 1.4em;
    }
    .c63_box {
        max-width: 800px;
    }
    .c63_img {
        max-width: 750px;
    }
    .viper_box {
        max-width: 800px;
    }
    .viper_img {
        max-width: 750px;
    }
    .gt350_box {
        max-width: 800px;
    }
    .gt350_img {
        max-width: 750px;
    }
    .body_styles_content_title {
        font-size: 1.6em;
    }
    .body_styles_content_text {
        font-size: 1.3em;
    }
    .coupe_img {
        margin-top: 0px;
    }
    .sedan_img {
        margin-top: 0px;
    }
    .convertible_img {
        margin-top: 0px;
    }
    .hatchback_img {
        margin-top: 0px;
    }
    .supercar_img {
        margin-top: 0px;
    }
    .spyder_img {
        margin-top: 0px;
    }
    .engines_intro {
        max-width: 800px;
    }
    hr {
        max-width: 800px;
    }
    table {
        max-width: 800px;
    }
    th {
        font-size: 1.3em;
    }
    td {
        font-size: 1.3em;
    }
    #form_box {
        max-width: 800px;
    }
    .personal_car_box {
        font-size: 1.3em;
    }
    .history_header {
        max-width: 800px;
        font-size: 2.8em;
    }
    .history_title {
        font-size: 1.9em;
    }
    .history_text {
        font-size: 1.5em;
    }
}