h1 {
    text-align: center;
    font-family: 'Mochiy Pop One', sans-serif;
    color: rgb(51, 51, 51)
}

.container img { 
    display: none;
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
    height: auto;

}

/* .honda img {
    height: 50%;
    width: 50%;
} */

.container img:first-of-type {
	display: block;

}

body{ 
    /* background-color: rgb(203, 137, 137);  */
    background: linear-gradient(90deg, #ab0000 0%, rgb(0, 151, 141) 35%, rgba(0,212,255,1) 100%);
    
}

nav a {
    text-decoration: none;
    color: black;
    padding: 0  5px;
    
    

}

nav a:hover{
    color:black ;
    text-decoration: underline;
    /* border: 1px solid black; */
    /* background: rgb(0, 0, 255,.5); */
}

#test {
    height: 100vh;
    width: 100vw;

}

#hello{
    display: none
} 

li {
    font-family: 'Teko', sans-serif;
    list-style: none;
}

h2 {
    font-family: 'Cinzel', serif;
    text-align: center;
}

li p{
    font-family: 'Source Code Pro', monospace;
}

.contact img {
    height: 50px;
    width: 50px;
}

 button {
    margin-left: auto;
    margin-right: auto;
    float: right;
    
}


#bio {
    font-family: 'Orbitron', sans-serif;
}

.top{
    margin-left: auto;
    margin-right: auto;
}

.dropbtn {
    background-color: white ;
    color: blue;
    padding: 50px;
    font-size: 50px;
    border: none;
    cursor: pointer;
}


.dropbtn:hover, .dropbtn:focus {
    background-color: yellowgreen ;
}


.dropdown{
    position: relative;
    display: block;
}

.dropdown-content {
    display:none;
    position : absolute;
    background-color: red;
    max-width: 160 px;
    box-shadow: 0px 8px 16px 0 px rgba(0, 0, 0, 0.2);
    z-index: 1;
}

.dropdown-content li {
    color: black;
    padding: 12px 16px;
    text-decoration:none;
    display: block;
}
.dropdown-content li, hover {
    background-color: grey

}



.show { 
    display: block;
}

.modal {
    display: none;
    position: fixed;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0,0,0,) ;
    background-color: rgba(0,0,0,0.4) ; 

}

modal-content {
    background-color: white;
    margin: 15% auto;
    padding: 20px;
    border: 1px solid grey;
    width: 80%;
}

.close {
    color: grey;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.close:hover,
.close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}

.text {
    color: white;
    font-size: larger;
    text-align: center;
    font-family: 'Mouse Memoirs', sans-serif;
}

p, .text{
    font-family: 'Mouse Memoirs', sans-serif;
}

button, .dropbtn {
    padding: 1em 2em;
    font-size: 1.2em; font-weight: bold;
    border: 4px solid black;
    border-radius: 4px;
    background-color: aqua;
    color: black;

}



button:hover {
    background-color: yellowgreen;
}
.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index:1;
    top: 0;
    left: 0;
    background-color: grey;
    overflow-x: hidden;
    padding-top: 60px;
    transition: 0.5;
}

.sidenav a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 25px;
    color: #020202;
    display: block;
    transition: 0.3s;
}

.sidenav a:hover {
    color: #f1f1f1;
}

.sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
}

#main {
    transition: margin-left .5s;
    padding: 20px;
}

@media screen and (max-height: 450px) {
    .sidenav {padding-top: 15px;}
    .sidenav a {font-size: 18px;}
}

h2 {
    background-color: grey;
    width: 100%;
}
.junior {
    font-size: medium;
}

.btn {
    display: inline-block;
    margin-top: -150px;
}



