 /*  *=all page elements */
*
{
    box-sizing: border-box;
    border: 0px solid;
    }

.row {
    display: flex;
  }
  

.column2 {
    flex: 20%;
    padding: 5px;
  }

@font-face {
    font-family: 'MyFont';
    src: url('scottskitchen.html\Reality Hyper Regular.ttf') format('woff2'),
         url('scottskitchen.html\Reality Hyper Regular.ttf') format('woff');
    font-weight: normal;
    font-style: normal;
  }

  body {
    font-family: 'MyFont', sans-serif;
    background-color: lightblue;
  }


 

footer.home_page {
background-color: lightgray;
}


main
{
    margin: 20px;
}

header
 {
    padding: 50px;
    text-align: center;
    background: #1abc9c;
    color: white;
    font-size: 30px;
    border-radius: 10%;
 }

 .center {
    border: 2px solid;
    display: flex;
    justify-content: center;
  }

/* .navbutton button
{ 
    background-color: green;
    color: white;
    background-color: #4CAF50; /* Green */
   /* padding: 15px 25px;
    font-size: 25px;
    
} */

/* .navbutton button:not(:last-child)
{
    border-right: none;
} */
/* 
.navbutton:after
{
    content: "";
    clear: both;
    display: table;
} */

.navbutton li{
  list-style: none;
}

.navbutton{
  display: flex;
  justify-content: space-between;
}

p 
{text-align: center;
}

a
 {cursor: grab;}

.anavbutton
{  
  background-color: #4CAF50; /* Green */
  border: none;
  color: white;
  padding: 15px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
} 


h2, h3, h4
{text-align: center;
}

 h1
 { 
    display: inline-block;
    margin: 0;
}

#divimg {
    display: inline-block;
    width: 100px;
    height: 100px;
    margin-right: 10px;
    float: right;
  }


 section
 {
  text-align: center; 
  margin: 20px 0;
}

.section1
{
    background-color: lightgray;
    margin: 20px;
}

footer
{text-align: center;}


/* Create three equal columns that floats next to each other. Stolen ws3 */
.column {
    float: left;
    width: 31%;
    padding: 10px;
  }
  
  
  .row:after {
    content: "";
    display: table;
    clear: both;
  }

div
{
    text-align: center;
    }

form
{
  text-align: center;
}

.center 
{
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 50%;
  border-radius: 15px;
  border-color: transparent;
}

iframe 
{ 
  width: 100%;
  aspect-ratio: 16 / 9;
}

 .table, th, td 
 {
    border:1px solid black;
  }
 