*{
    
    
    list-style: none;

}

body {
	background-image: url("../img/table-top-2.jpg");
	background-repeat: no-repeat;
    text-align: center;


    height: 100%;

    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;

    text-align: center;
    font-size: 12pt;
    color: white;
    font-family: optima demi;

    margin-left: 50px;
    margin-right: 50px;


}

img {
	margin: 20px;
    padding-left: 260px;
	} 





@keyframes example {
    0%   {background-color: orange;}
    25%  {background-color: white;}
    50%  {background-color: orange;}
    100% {background-color: white;}

}


div { float: left;
    margin-left: 400px;
    margin-right: 300px;
    width: 55px;
    height: 55px;
    background: orange;
    -webkit-transition: width 0.8s; 
    transition: width 0.8s;
}

div:hover {
    height: 57px;
    width: 57px;

}


h2 {
    margin-right: 350px;
    margin-top: 225px;
    margin-left: 350px;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 20pt;
    font-family: optima-medium;
    color: white;
    width: 100px;
    height: 75px;
    background-color: orange;
    animation-name: example;
    animation-duration: 2s;
}


 h2:hover {
    color: red;
    background-color: yellow;
    -ms-transform: rotate(3deg); 
    -webkit-transform: rotate(3deg); 
    transform: rotate(3deg);
}



div {
    width: 100px;
    border: 0px 
    padding: 25px;
    margin: 10px;
}
   
nav  {
    display: block;
    background-color: orange;
    float: left;
    margin-bottom: 10px;
    margin-top: 5px;
    margin-left: 50px;
    margin-right: 30px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 10px;
    padding-left: 10px;
}

nav li {

    float: left;
    padding: 25px;
}

li {
	font-size: 14pt;
	color: white;
	font-family: optima demi;
}


h1 { 
      font-size: 40pt;
      color: white;
      font-family: osaka-sans serif;
      padding-left: 100px;

  }

#two  {
     width: 400px;
     height: 145px;
     border: 0px;
     margin-top: 10px;
     margin-left: 225px;
     margin-right: 240px;
     margin-bottom: 10px;
     padding-top: 12px;
     padding-left: 12px;
     padding-right: 12px;
     padding-bottom: 5px;

     text-align: left; 
}

#three {
    
     width: 400px;
     height: 145px;
     border: 0px;
     margin-top: 10px;
     margin-left: 225px;
     margin-right: 240px;
     margin-bottom: 10px;
     padding-top: 12px;
     padding-left: 12px;
     padding-right: 12px;
     padding-bottom: 65px;

     text-align: left; 

}

h3 {
	font-size: 9pt;
    color: white;
	font-family: optima-medium; 
}

h3 {
    float: right;
    margin-left: 15px;
    margin-right: 30px;
    margin-top: 5px;
    margin-bottom: 5px;
}


input[type=text], select, textarea {
    width: 100%;
    padding: 12px;   
    border: 1px solid #ccc; 
    border-radius: 4px; 
    box-sizing: border-box; 
    margin-top: 6px; 
    margin-bottom: 16px; 
    resize: vertical 

    }


input[type=submit] {
    background-color: #4CAF50;
    color: white;
    padding: 12px 20px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}

}


input[type=submit]:hover {
    background-color: #45a049;
}

}


.container {
    border-radius: 5px;
    background-color: #f2f2f2;
    padding: 20px;
}

footer {
    padding-top: 100px;
    padding-left: 100px;
    padding-right: 100px;
    padding-bottom: 100px;
    margin-left: 100px;
}

@font-face {
    font-family: osaka-sans serif;
    src: url(https://www.dafont.com/osaka-sans-serif.font);
}

@font-face {
    font-family: optima;
    src: url(https://www.myfonts.com/fonts/linotype/optima/);
}

@media only screen and (max-width: 500px) {
    body {
        background-color: lightblue;
    }
}

.sidenav a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 25px;
    color: #818181;
    display: block;
    transition: 0.3s;
}

.sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;

    button {
    line-height: 1.1em;
    position: fixed;
    font-size: 10vw;
    border: 0.2vw solid black;
    margin: 2vw 0 0 2vw;
    padding: 0 1vw 0 1vw;
    box-shadow: 0.5vw 0.5vw 0.5vw black;
    border-radius: 10%;
 }

    button:hover {
        color: white;
        border-color: white;
        background-color: black;
    }

    nav {
    position: fixed;
    font-family: arial, sans-serif;
    font-size: 5vw;
    top: 15vw;
    left: -19vw;
    background-color: white;
    padding: 3vw;
    transition: transform 0.8s;

}

  .slide-the-drawer {
    transform: translateX(20vw);
  }