/* CSS */
/* CSS HEX 
--charcoal: #264653ff;
--persian-green: #2a9d8;
--maize-crayola: #e9c46a;
--sandy-brown: #f4a261;
--burnt-sienna: #e76f51;
*/



/* style semantic elements and try some other blocks!*/

header {float: center;
    padding-left: 400px}

body{max-width: 576;
    margin:auto
    
}

nav {
    width: 100%;
    height:100px;
    background-color:#f4a261ff;

}

    
main{
    background-color:#92b1b6;
    padding-left: 20px;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-right: 20px;
    font-size: 20px;
    font-family: sans-serif}



footer {
    background-color:#92b1b6;
    padding-bottom: 30px;
    
}

p { font-family: sans-serif;
    padding-left: 100px;
    padding-right: 100px;
    padding-top: 50px;
    background-color: #35455d;
    padding-bottom: 50px;
    font-size: 20px; 
    color:white;

}


ol, ul {
  
}

ol li {

}


ul{
    
}

ul li { list-style: none;
    display: inline-block;
    float:left;
    line-height: 100px;

}

ul li a{
    display: block;
    text-decoration: none;
    font-size: 17px;
    font-family: sans-serif;
    color:white;
    padding: 0 20px;
    
}

ul li a:hover{ color: cornflowerblue;}

a {color: white;
}

a:hover {
color: skyblue;
 
}


h1, h2, h3, h4, h5, h6 {
  
}

h1 {
font-size: 2.5rem;
font-family: sans-serif;
color: white;
background-color: #e9c46aff;    
padding-top: 20px;
padding-bottom:20px;
padding-left: 20px
}

h2 {
font-size: 2.5rem;
background-color: #e9c46aff;
font-family: sans-serif;
color:white;
padding-top: 20px;
padding-bottom:20px;
padding-left: 20px;
}

h3{
  font-size: 20px;
font-family: sans-serif;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 20px;
    padding-bottom: 20px;
    background-color: #e76f51ff;
    border: 3px solid #7DCEA0;
}

}

}
/* The navbar container */
.topnav {
  overflow: hidden;
  background-color: #333;
    font-family: sans-serif;
}

/* Navbar links */
.topnav a {
  float: left;
  display: block;
  color: white;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
}


iframe{}

iframe.displayed {
    display: block;
    margin-left: auto;
    margin-right: auto }

IMG.displayed {
    display: block;
    margin-left: auto;

}



.flex-container {
display: flex;
direction: row; 
    
}

.flex-container > div {
  background-color: #92b1b6;
  margin: 25px;
  font-size: 30px;
}

@media only screen and (min-width:768px) {
      body {
        max-width: 1200px;
        }
}



/* Style the top navigation bar */
.topnav {
  overflow: hidden;
  background-color: #e76f51;
}

/* Style the topnav links */
.topnav a {
  float: left;
  display: block;
  color: #f2f2f2;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
}

/* Change color on hover */
.topnav a:hover {
  background-color: #ddd;
  color: black;
}

/* On screens that are 600px wide or less, make the menu links stack on top of each other instead of next to each other */
@media screen and (max-width: 600px) {
  .topnav a {
    float: none;
    width: 100%;
  }
}