@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@300;500;800&display=swap');

/* WEBSITE */
body {
    background: midnightblue;
}

/* DIVS */
#header {
    position: relative;
    background: black;
    max-width: 1000px;
    width: 100%;
    margin: auto;
}

#navwide {
    position: relative;
    background: lightgrey;
    max-width: 1000px;
    width: 100%;
    margin: auto;
}

#navvert {
    display: none;
}

#section {
    position: relative;
    background: black;
    max-width: 1000px;
    width: 90%;
    margin: auto;
    overflow: hidden;
    text-align: left;
}

#footer {
    position: relative;
    background: black;
    max-width: 900px;
    width: 100%;
    margin: auto;
    text-align: ;
}

#titles {
    position: relative;
    background: ;
    max-width: 900px;
    width: 90%;
    margin: auto;
}

/* LINKS */

a.class1 {
    color: lightblue;
}

a.class1:hover {
    color: red;
}

a.class1:visited {
    color: hotpink;
}
a.class2 {
    color: blue;
}

a.class2:hover {
    color: red;
}

a.class2:visited {
    color: black;
}

/* TEXT */
p {
    font-family: Arial ;
    color: white;
}

h1 {
    text-align: center
}
h1 {
    color: hotpink;
    font-family: Impact;
    font-weight: 800;
}

#titles 

ul {
    font-family: Times New Roman;
    font-size: 20;
}
h3{
    font-family: Impact;
    font-weight: 600;
    color: white; 
}

h4 {
    font-family: Impact;
    font-weight: 500;
    color: pink;
}

/* NAV */

#navwide ul {
    text-align: center;
    font-family: Impact;
}

#navwide li {
    display: inline;
    padding-right:10;
    
}

.topnav a {
    display: none;
}
.topnav a:hover {
    display: none;
}

/* TABLES */
table {
    font-family: ;
    color: white;
}

th {
    text-align: ;
    background: ;
    color: ;
}

th, td {
    border: ;
    padding: ;
}
ol {
    font-family: ;
    color: white;
}

/* HEADER */
#header img {
    width: 100%;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

/* SPACE */
.spacing {
    padding: 5;
    margin: 5;
}



/* RESPONSIVE */
.respond {
    width: 100%;
    max-width: 450px;
}

.video1 {
    max-width: 800px;
    max-height: 450px;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
}

.video2 {
    display: none;
}

/* ALIGN */
.lefty {
    float: left;
    margin-right: ;
    margin-bottom: ;
}

/* SIDEBAR */
.sidebar {
float: right;
width: 35%;
height: auto;
border: 1px solid white;
margin-left: auto;
margin-right: auto;
background: white ;
}

.sidebar-bottom {
display: none;
}

/* On screens that are 600px wide or less, move the sidebar to the bottom */
@media screen and (max-width: 930px) {

.sidebar {
display: none;
}

.sidebar-bottom {
display: block;
position: relative;
width: 80%;
height: auto;
margin-left: auto;
margin-right: auto;
margin-bottom: 20px ;
border: 1px solid white;
background: white;
}
}
/* Style FOR VERTICAL MOBILE*/
/* On screens that are 800px wide or less, */
@media screen and (max-width: 800px) { 
#navwide {
    display: none;
}

#navwide ul{
    display: none;
}
#navvert {
    display: contents;
    position: relative;
    background: lightgrey;
    max-width: 600px;
    width: 100%;
    margin: auto;
}
#navvert ul{
    text-align: center;
    font-family: Impact;
}
#navvert li {
    display: block;
    color: blue;
    text-align: center;
    display: block;
    float: relative;
    width: 100%;
    text-decoration: none;
    background-color: lightgrey;
    font-family: impact;
}

#navvert h1{
    text-align: center;
}

a:visited {
    color: black;
}

#section img {
    width: 100%;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
#section p {
    font-size: 22px;
    font-family: Arial ;
    color: white;
}
.video1 {
    display: none;
}
.video2 {
    display: block;
    max-width: 600px;
    max-height: 338px;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 20px ;
}
}