/* Contents
---------------------------------
- General Content
- Typography
- Header & Navigation
- Images & Media
- Footer
- Media Queries
----------------------------------*/

/* General Content
_________________________________ */
body{background-color: black;}



ul {
  text-align: left;
    position: right;
    top: 0;
    width: 100%;
}

ul {

    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    background-color: #338DFF;
}

li {
    float: centre;
}

li a {
    display: block;
    color: white;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
}

a{
  float: left;
  font-family: Roboto;
}

a1{
  float: right;
}

li a:hover {
    background-color: #9DC3EC;
}


/* Typography
_____________________________________ */
.intro {
  text-align: center;
  color: #9DC3EC;
}


 h1{
   color: White;
   font-family: 'Russo One', sans-serif;
   font-size: 45px;
   margin: auto;
}

h2{
  color: White;
  font-family: 'Russo One', sans-serif;
  font-size: 45px;
  margin: auto;
}

h3{
  color: White;
  font-family: 'Russo One', sans-serif;
  font-size: 45px;
  margin: auto;
}

p{
  color: White;
  font-family: 'Roboto';
  font-size: 20px;
text-align: center;

}

h4 {
  color: White;
  font-family: 'Russo One', sans-serif;
  font-size: 100px;
  text-align: center;
  border-style: solid;
  border-color: white;
}



/* Header & Navigation
____________________________________ */




/* Images & Media
____________________________________ */

img{
  display: block;
    margin: 0 auto;
  border-radius: 400px;
  border: 3px solid #338DFF;
}
img:hover{opacity: 0.5;}

/* Footer
______________________________________*/

/* Media Queries
______________________________________*/
