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

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

ul {
  text-align: left;
    position: top;
    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;
}



/* Style inputs with type="text", select elements and textareas */
input[type=text], select, textarea {
    width: 100%; /* Full width */
    padding: 10px; /* Some padding */
    border: 1px solid #5897DA;
    font-family: Roboto;
    border-radius: 0; /* Rounded borders */
    box-sizing: border-box;
     /* Make sure that padding and width stays in place */
    margin-top: 0px; /* Add a top margin */
    margin-bottom: 5px; /* Bottom margin */
    resize: vertical /* Allow the user to vertically resize the textarea (not horizontally) */
}

/* Style the submit button with a specific background color etc */
input[type=submit] {
    background-color: #16416F;
    color: white;
    padding: 12px 20px;
    border: none;
    border-radius: 2px;
    cursor: pointer;
}

/* When moving the mouse over the submit button, */
input[type=submit]:hover {
    background-color: #A3C9F1;
}

/* Add a background color and some padding around the form */
.container {
  width: 60%;
  height: 50%;
    border-radius: 2px;
    background-color: #5FA5F1;
    padding: 0px;
    float: inherit;
}

label{
  font-family: Roboto;
  color: White;
}

id{
  font-family: Roboto;
  color: White;
}

/* Typography
_____________________________________ */

 h1{
   color: White;
font-family: 'Russo One', sans-serif;
   font-size: 70px;
   text-align: left;
   border-style: solid;
   border-color: white;

}





/* Header & Navigation
____________________________________ */

/* Images & Media
____________________________________ */

img{
  border-radius: 400px;
  border: 3px solid #338DFF;

}
img:hover{opacity: 0.5;}

/* Footer
______________________________________*/

/* Media Queries
______________________________________*/
