/* Code by Landen Albin */
html {
      text-decoration: none;
}

body {
      height: 100vh;
      font-family: 'segoe ui', sans-serif;
      margin: 0;
      background-color: #ffffff;
      display: flex;
      flex-direction: column;
}

.other h4 {
      text-transform: uppercase;
      font-weight: 600;

}

.buffer {
      height: 15px;
}

.topnav {
      background-color: #9c3502;

      overflow: hidden;
      margin-left: 0%;
      margin-right: 0%;
      height: 75px;

}


.top {
      width: 100%;
      height: 150px;
      margin: 0;
      position: fixed;
}

.topnav a {
      margin-left: 0px;
      margin-right: 0px;
      float: left;
      width: 20%;
      height: 25px;
      font-size: 30pt;
      color: #f4dfbb;
      text-align: center;
      padding: 25px 0px;
      text-decoration: none;
      font-size: 17px;
      align-self: center;
      font-weight: 600;
      text-transform: uppercase;
      transition: 150ms;


}

/* #ka {
      font-family: sans-serif;
      color: #000;
      text-decoration: none;
} */

.topnav a:hover {
      background-color: #be4001;
      color: #f4dfbb;
      font-weight: 1000;
      font-size: 1.5em;

}

/* what's your favorite ice cream flavor? */
.topnav a:active {
      background-color: #27f;
      color: white;
}

#otherHeader {
      text-align: center;
      text-transform: uppercase;
      font-family: calibri, Arial, Helvetica, sans-serif;
      font-size: 19px;
      font-weight: 800;
}

.foot {
      position: fixed;
      left: 0;
      bottom: 0;
      width: 100%;
      background-color: #123456;
      color: #f4dfbb;
      padding-left: 15px;
      list-style: none;
      font-size: 0.75em;
}

.foot a {
      text-decoration: none;
      color: #f4dfbb;
}

h1 {
     text-shadow: 4px 4px 8px rgba(0, 0, 0, 0.6);
     font-family: bebas neue, sans-serif;
     letter-spacing: 3.5px;
     font-size: 3em;
     text-align: center;
     background-color: #123456;
     text-transform: uppercase;
     color: #f4dfbb;
     margin: 0;
}

.other {
      margin: 0;
      padding-top: 140px;
      line-height: 1.35em;
      padding-bottom: 110px;
      text-align: center;
}

.other ul {
      list-style-type: none;
      padding-left: 0;
}

/* I like Cookies & Cream */
.other a {
      color: rgb(59, 94, 148);
      font-family: Fuzzy Bubbles, cursive;
      font-weight: 700;
      text-decoration: none;
      transition: font-size 200ms;
}

.other a:hover {
      text-decoration: underline;
      font-size: 1.2em;
}

.other a:active {
      color: red;
}

#themeL {
      height: 3em;
      margin-bottom: 15px;
}

@media (max-width: 1100px) {
      .topnav a:hover {
            font-size: 1.2em;
      }
}

@media (max-width: 600px) {
      .topnav {
            height: 180px;
      }

      .topnav a {
            width: 50%;
            height: 20px;
            padding: 20px 0;
      }
      .other{
            padding-top: 255px;
      }
      .topnav a:hover {
            font-size: 1em;
      }

      .topnav a:nth-of-type(5) {
            width: 100%;
      }



}

@media (max-width: 350px) {
      .topnav {
            height: 225px;

      }

      .topnav a {
            width: 100%;
            height: 15px;
            padding: 15px 0;
      }

      .topnav a:hover {
            font-size: 1em;
      }

      .other {
            padding-top: 225px;
            padding-bottom: 10px;
      }

      h1 {
            display: none;
      }
      .buffer{
            height: 0;
      }
      .foot {
            display: none;
      }
}

/* end */