/* -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
=-= STYLES DESIGNED AND BUILT BY SEYEON THOMPSON -=-=
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- */

* {
    margin: 0;
    padding: 0;
    list-style-type: none;
  }

html {
    scroll-behavior: smooth;
  }

section{
  width: 78vw;
  height: 98vh;
  padding: 2vh 20vw 0 2vw;
  }

header {
  width: 100vw;
  height: 12vh;
}

#logo {
  font-family: cortado, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 30pt;
  color: #FFCD05;
  padding:  2%;
  float: left;
  display: inline-block;
}

#logo a {
  color: #FFCD05;
  text-decoration: none;
}

#topnav {
  padding: 3%;
  float: right;
  display: inline-block;
}

#topnav li {
  font-family: Helvetica, sans-serif;
  font-size: 10pt;
  display: inline;
}

#topnav li a {
  display: inline-block;
  color: #FFFFFF;
  text-align: center;
  padding: 5px;
  text-decoration: none;
}

#topnav li a:hover {
  text-decoration: underline;
}


nav {
    position: fixed;
    top: 25vh;
    right: 2vw;
  }

nav a {
      display: inline-block;
      width: 2vw;
      height: 2vw;
      border: 0.2vw solid #71431B;
      border-radius: 50%;
      background-color: rgba(255,255,255,0.2);
      margin-bottom: 2vh;
      text-decoration: none;
      color: #71431B;
    }

      span {
        display: block;
        text-align: right;
        width: 10vw;
        font-size: 1.2vw;
        right: 0;
        opacity: 0;
        position: relative;
        top: 0.2vw;
        transition: right 0.2s, opacity 0.2s;
      }

        a:hover span {
          font-size: 1.2vw;
          right: 11vw;
          opacity: 1;
        }

h1 {
  font-family: brandon-grotesque, sans-serif;
  font-weight: 900;
  font-style: normal;
  font-size: 40pt;
  color: #F57E20;
  padding-top: 2%;
}

h2 {
  font-family: brandon-grotesque, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 20pt;
  color: #71431B;
  padding-bottom: 5%;
}

h3 {
  font-family: brandon-grotesque, sans-serif;
  font-weight: 900;
  font-style: normal;
  font-size: 15pt;
  color: #F57E20;
}

h4 {
  font-family: brandon-grotesque, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 12pt;
  color: #71431B;
}

h5 {
  font-family: Helvetica, sans-serif;
  font-style: normal;
  font-size: 12pt;
  color: #71431B;
}

h6 {
  font-family: brandon-grotesque, sans-serif;
  font-weight: 900;
  font-style: normal;
  font-size: 40pt;
  color: #FFFFFF;
  padding: 2%;
}

p {
  font-family: brandon-grotesque, sans-serif;
  font-weight: 900;
  font-style: normal;
  font-size: 15pt;
  color: #FFFFFF;
}

#brunch, #beverage {
  text-align: center;
}


#breakfast, #toasts, #coffee, #drinks {
  text-align: left;
  border-top: 0.1vw dashed; #71431B;
}

.column {
  float: left;
  width: 40%;
  padding: 5%;
}

.row:after {
  content: "";
  display: table;
  clear: both;
}

@media screen and (max-width: 800px) {
  .column {
    width: 100%;
  }
}

footer {
  background-color: #FFCD05;
  text-align: center;
  padding: 1%;
  font-family: Helvetica, sans-serif;
  font-size: 10pt;
  color: #FFFFFF;
}


.none {
  background-color: none;
}

.green {
  background-color: #098346;
}

.yellow {
  background-color: #FFCD05;
}

.orange {
  background-color: #F57E20;
}

.orange-hover:hover {
  background-color: #F57E20;
}

.yellow-hover:hover {
  background-color: #FFCD05;
}