       /*F O N T S*/
       /* font-family: "video-cond", serif;
      font-weight: 600;
      font-style: normal;  */


       body {

         background-color: #7EBDC2;

         margin: 010%;

         font-family: Georgia, 'Times New Roman', Times, serif;

       }


       h1 {

         color: #231F20;

         text-align: center;

         font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;

         text-transform: uppercase;

         border-bottom: 5px solid #231F20;

         margin-top: 30px;

       }



       h2 {

         color: #231F20;

         font-size: 1em;

       }


       p {

         font-family: "video-cond", serif;
         font-weight: 600;
         font-style: normal;

       }

       ul {
         list-style-type: square
       }

       /* unvisited link */
       a:link {
         color: #FDE74C;
       }

       /* visited link */
       a:visited {
         color: rgb(73, 0, 128);
       }

       /* mouse over link */
       a:hover {
         color: #9BC53D;
         background-color: #FDE74C;
       }

       /* selected link */
       a:active {
         color: rgb(255, 0, 0);
         background-color: #FDE74C;
       }

       nav a:link,
       a:visited {
         background-color: #BB4430;
         color: white;
         padding: 14px 25px;
         text-align: left;
         text-decoration: none;
         display: inline-block;
         border-radius: 15px 50px 30px;
         margin: 5px;
         font-family: "video-cond", serif;
         font-weight: 600;
         font-style: normal;
       }

       nav a:hover,
       a:active {
         color: #EDAFB8;
       }