html, body {
  padding: 0px;
  margin: 0px;
  overflow-x:hidden;
}

.pagecontents__landing {
  width: 100vw;
  height: auto;
}

.pagecontents__landing nav {
  width: 100%;
  height: 140px;
  display: flex;
  align-items: stretch;
  justify-content: center;
  position: absolute;
  top: 0px;
  margin-top: 5vh;
  z-index: 5;
}

.pagecontents__landing nav ul {
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: center;
}

.pagecontents__landing nav .nav__buttons h2 {
  margin-right: 40px;
  font-size: 18px;
}

.pagecontents__landing nav .nav__buttons a {
  padding: 10px 20px 10px 20px;
  border-radius: 100px;
  font-family: 'Londrina Solid', cursive;
  color: white;
  background-color: ;
  font-size: 20px;
  margin-right: 30px;
  border: 3px solid #B53471;
  cursor: pointer;
}

.pagecontents__landing nav .nav__buttons a:hover {
  background-color: #B53471;
}

.pagecontents__landing nav ul li {
  margin-right: 50px;
  font-size: 18px;
  color: white;
  font-family: 'Righteous', cursive;
  cursor: pointer;
}

.pagecontents__landing nav ul li:focus, .pagecontents__landing nav ul li:hover {
  padding-bottom: 5px;
  border-bottom: 2px solid white;
}

.pagecontents__landing nav ul .active {
  padding-bottom: 5px;
  border-bottom: 1px solid white;
}


.pagecontents__landing nav .nav__buttons {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  height: 100%;
  right: 10vw;
  font-family: 'Londrina Solid', cursive;
}

.logo img {
  height: 95px;;
  width: auto;
}

.logo {
  position: absolute;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  left: 10vw;
}

.game__pack__block {
  width: 240px;
  height: 240px;
  background-color: #2876f9;
  background-image: linear-gradient(315deg, #2876f9 0%, #6d17cb 74%);
  border-radius: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  margin-right: 40px;
  cursor: pointer;
}

.colored__ab {
  background-color: #d19592 !important;
  background-image: linear-gradient(315deg, #d19592 0%, #c81f70 74%) !important;
}

.pagecontents__landing nav .nav__buttons button, .hiddenNav button, .shopping_container button{
  padding: 15px 50px 15px 50px;
  border-radius: 100px;
  font-family: 'Londrina Solid', cursive;
  color: white;
  background-color: #B53471;
  font-size: 20px;
  margin-right: 30px;
  border: 3px solid #B53471;
  cursor: pointer;
}

.shopping_container button {
  border-radius: 5px;
  width: 80%;
  font-size: 1.8rem;
}

.pagecontents__landing nav .nav__buttons .loginButton, .game__button__wrapper .join__button, .content__block .content__block__button__empty, .hiddenNav .loginButton, .shopping_container .submitButton  {
  background-color: rgba(111, 30, 81,.00);
}

.shopping_container .submitButton  {
  position: absolute;
  bottom: 10vh;
  left: 50%;
  transform: translate(-50%, -50%);
  border: 3px solid #FF1584;
}

.landing__header {
  width: 100%;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  background-image: linear-gradient(rgba(54, 0, 34,.95),rgba(54, 0, 34,.95)),url('../img/herobackgroundlogin.jpg');
  background-size: cover;
}

.landing__header__tall {
  width: 100%;
  min-height: 100vh;
  height: auto;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  background-image: linear-gradient(rgba(54, 0, 34,.95),rgba(54, 0, 34,.95)),url('../img/herobackgroundlogin.jpg');
  background-size: cover;
}

.landing__header__inner__tall {
  width: 90vw;
  min-height: 60vh;
  margin-top: 5vh;
  margin-bottom: 15vh;
  padding-top: 15vh;
  padding-bottom: 15vh;
  height: auto;
  background-color: black;
  border-radius: 100px;
  display:  flex;
  justify-content: center;
  flex-direction: column;
  background-image: linear-gradient(rgba(61, 7, 41,.95),rgba(61, 7, 41,.95)),url('../img/backdrops/bar.jpg');
  background-size: cover;
  box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
  position: relative;
}

.intro__text {
  margin-top: 150px;
  margin-bottom: 250px;
}

.mini__section {
  height: auto;
  background-color: white;
  padding-top: 5vh;
  width: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.tinted {
  background-color: #fff2ff !important;
}

.mini__section__content {
  width: 70vw;
  height: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.mini__section__content__block {
  width: 50%;
  height: auto;
  position: relative;
}

.mini__section__content__block img {
  width: 90%;
  height: auto;
  border-radius: 20px;
}

.img__right__mini {
  width: 50% !important;
  height: auto;
  position: absolute;
  bottom: -10%;
  right: -10%;
}

.img__left__mini {
  width: 50% !important;
  height: auto;
  position: absolute;
  bottom: -10%;
  left: -10%;
}

.mini__section__content__block .img__right {
  margin-left: 10%;
}

.mini__section__content__block .img__right__short {
  margin-left: 10%;
}

.mini__section__content__block .img__left {
  margin-right: 10%;
}

.mini__section__content__block h2, .mini__section__content__block p  {
    color: rgba(61, 7, 41,.95);
    text-align: left;
}

.mini__section__content__block h2 {
  font-family: 'Londrina Solid', cursive;
  margin-bottom: 20px;
  margin-top: 20px;
  font-size: 2rem;
}

.mini__section__content__block p {
  font-family: 'Righteous', cursive;
  font-size: 17px;
}

.landing__header .landing__header__inner {
  width: 90vw;
  height: 90vh;
  background-color: black;
  border-radius: 100px;
  display:  flex;
  justify-content: center;
  flex-direction: column;
  background-image: linear-gradient(rgba(61, 7, 41,.95),rgba(61, 7, 41,.95)),url('../img/backdrops/bar.jpg');
  background-size: cover;
  box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
  position: relative;
}

.mini__section__space {
  height: 10vh;
  width: 100%;
  background-color: white;
}

.text__wrapper {
  text-align: left;
  margin-left: 10vw;
  margin-bottom: 20px;
  max-width: 40%;
}

.text__wrapper h2, .text__wrapper p{
  text-align: left;
}

.text__wrapper h2{
  font-size: 2rem;
  margin-bottom: 20px;
  font-family: 'Londrina Solid', cursive;
}

.text__wrapper p {
  font-size: 17px;
  color: white;
  font-family: 'Righteous', cursive;
  margin-bottom: 20px;
}

.game__button__wrapper {
  margin-left: 10vw;
}

.game__button__wrapper button {
  padding: 15px 50px 15px 50px;
  border-radius: 100px;
  font-family: 'Londrina Solid', cursive;
  color: white;
  background-color: #B53471;
  font-size: 1.5rem;
  margin-right: 30px;
  border: 3px solid #B53471;
  cursor: pointer;
}

.characterswitcher {
  width: 20vw;
  height: 20vw;
  background-color: black;
  position: absolute;
  right: 80px;
  top: 15vh;
}

.characterswitcher2 {
  width: 20vw;
  height: 20vw;
  background-color: black;
  position: absolute;
  right: 20%;
  bottom: 10vh;
}

#displayedCharacter, #displayedCharacter2 {
  width: 100%;
  height: 100%;
  background-size: contain;
  background-position: center;
}

.hidden__logo {
  display: none;
}

.mobile__expand__button {
  display: none;
}

.content__block {
    height: 100vh;
    width: 100vw;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
  }

.content__block .title {
  width: 100vw;
  height: 10vh;
  background-color: rgba(54, 0, 34,1);
  display: flex;
  align-items: center;
  justify-content: center;
}

.content__block .title h2 {
  font-size: 2rem;
  font-family: 'Londrina Solid', cursive;
}

.content__block .row .block{
  width: calc(100vw/3);
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.content__block .row .colored {
  background-color: #0f0008;
}

.content__block .row .colored2 {
  background-color: #2b0118;
}

.content__block .row .block img {
  width: 80%;
}

.content__block .row .block .text__block {
  width: 85%;
}

.content__block .row .block .text__block h2 {
  color: #2b0016;
  font-size: 2rem;
  font-family: 'Londrina Solid', cursive;
  margin-bottom: 20px;
}

.content__block .row .colored .text__block h2, .content__block .row .colored .text__block p, .content__block .row .colored2 .text__block h2, .content__block .row .colored2 .text__block p{
  color: white !important;
}


.content__block .row .block .text__block p {
  margin-bottom: 20px;
  font-family: 'Righteous', cursive;
  font-size: 17px;
  text-align: center;
}

.content__button__wrapper button {
  padding: 15px 50px 15px 50px;
  border-radius: 100px;
  font-family: 'Londrina Solid', cursive;
  color: white;
  background-color: #B53471;
  font-size: 20px;
  border: 3px solid #B53471;
  cursor: pointer;
}

.content__block .row {
  width: 100vw;
  height: 50vh;
  display: flex;
}

#specialbackground {
  background-image: linear-gradient(rgba(61, 7, 41,.90),rgba(61, 7, 41,.90)), url('../img/characters/DrunkSteve.png');
  background-size: cover;
}

#newsAndAnnouncements{
  background-color: #090947;
  background-image: linear-gradient(315deg, #44082c 25%, #8a6772 75%);
  position: relative;
}

.announcement {
  width: 90vw;
  height: 85vh;
  position: relative;
  display: flex;
  justify-content: space-between;
}

.announcement .left {
  max-width: 49%;
  border-radius: 50px;
  height: 100%;
  background-image: linear-gradient(rgba(61, 7, 41,.90),rgba(61, 7, 41,.90)), url('../img/characters/DrunkSteve.png');
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  background-size: cover;
  box-shadow: rgba(240, 46, 170, 0.4) -5px 5px, rgba(240, 46, 170, 0.3) -10px 10px, rgba(240, 46, 170, 0.2) -15px 15px, rgba(240, 46, 170, 0.1) -20px 20px, rgba(240, 46, 170, 0.05) -25px 25px;
}

.announcement ul li {
  color: white;
  font-family: 'Righteous', cursive;
  font-size: 20px;
  line-height: 2rem;
}

.announcement .right ul li {
  color: black;
}

.announcement ul {
  margin-bottom: 30px;
  list-style: none;
}

.announcement .left .text__block,  .announcement .right .text__block{
  width: 80%;
}

.announcement .left .text__block p {
  color: white;
  margin-bottom: 20px;
  font-family: 'Righteous', cursive;
  font-size: 17px;
}

.announcement .right .text__block p {
  color: black;
  margin-bottom: 20px;
  font-family: 'Righteous', cursive;
  font-size: 17px;
}

.announcement .left .text__block h2 {
  font-size: 2rem;
  font-family: 'Londrina Solid', cursive;
  text-align:  left;
  margin-bottom: 20px;
}

.announcement .right .text__block h2 {
  font-size: 2rem;
  font-family: 'Londrina Solid', cursive;
  text-align:  left;
  margin-bottom: 20px;
  color: #0f0008;
}

.left .text__block img, .right .text__block img {
  width: 150px;
  height: auto;
}

.announcement .right {
  max-width: 49%;
  height: 100%;
  border-radius: 50px;
  background-color: white;
  background-position: center;
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: rgba(240, 46, 170, 0.4) -5px 5px, rgba(240, 46, 170, 0.3) -10px 10px, rgba(240, 46, 170, 0.2) -15px 15px, rgba(240, 46, 170, 0.1) -20px 20px, rgba(240, 46, 170, 0.05) -25px 25px;
  flex-direction: column;
}

.page__break {
  width: 100vw;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  height: 15vh;
}

.page__break h2 {
  font-size: 4rem;
  font-family: 'Londrina Solid', cursive;
  /* color: rgba(61, 7, 41,1); */
  color: white;
  /* margin-top: 5%; */
}


/*footer*/

footer {
  width: 100vw;
  position: relative;
  padding-bottom: 120px;
  padding-top: 90px;
  background-color: #000;
}

footer nav {
  max-width: 1170px;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}

footer nav .wrapper {
  display: flex;
  flex-direction: column;
  color: #9b9b9b;
  text-align: left;
}

footer nav .wrapper li {
  padding: 0px;
  cursor: pointer;
  font-family: Graphik,Helvetica,sans-serif;
  font-size: 12px;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 10px;
}

footer nav .wrapper section {
  display: block;
  margin-right: 10px;
  width: 240px;
}

footer nav section span {
  color: white;
  font-size: 26px;
  font-weight: bold;
  font-family: Graphik,Helvetica,sans-serif;
}

footer nav section p {
  color: #9b9b9b;
  font-size: 12px;
  font-weight: bold;
  text-transform: uppercase;
  max-width: 240px;
  font-family: Graphik,Helvetica,sans-serif;
}

footer nav .wrapper p {
  color: #9b9b9b;
  font-size: 12px;
  font-weight: bold;
  text-transform: uppercase;
  font-family: Graphik,Helvetica,sans-serif;
}

footer nav .distance {
  margin-top: 30px;
}

footer nav .line {
  height: 5px;
  border-bottom: 1px solid white;
  width: 450px;
  margin-top: 30px;
}

footer nav section p a,  footer nav section ul a{
  color: #9b9b9b;
  text-decoration: none;
}

footer nav section .contain {
  list-style: none;
  display: flex;
  flex-direction: column;
  margin: 0;
  padding: 0;
  margin-top: 12px;
  font-size: 12px;
  font-weight: bold;
  text-transform: uppercase;
  color: #9b9b9b;
}

@media only screen and (max-width: 800px) {
  footer nav .wrapper {
    display: inline;
  }

  footer nav .wrapper section {
    display: inline-block;
    margin-right: 10px;
    width: 240px;
  }
}

.mini__mod__box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  font-family: 'Londrina Solid', cursive;
  width: 20%;
  max-width: 220px;
  text-align: center;
  margin-right: 5vw;
}

.titlebar {
  width: 100%;
  background-color: #b71540;
  height: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.titlebar h2 {
  font-size: 3rem;
}

.mod__boxes {
  align-items: flex-start !important;
}

.mini__mod__box:last-child {
  margin-right: 0vw;
}

.mini__mod__box h2 {
  margin-bottom: 30px;
  font-size: 2.2rem;
  color: rgba(61, 7, 41,.95);
  text-align: center;
}

.mini__mod__box p {
  margin-bottom: 50px;
  font-size: 17px;
  color: rgba(61, 7, 41,.95);
}

.img__container {
  width: 100%;
  height: 220px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(61, 7, 41,.95);
  border-radius: 300px;
  margin-bottom: 30px;
}

.mini__mod__box img {
  width: 220px;
  height: auto;
}

.mini__section__content__block a {
    font-family: 'Londrina Solid', cursive;
    color: rgba(61, 7, 41,.95);
    font-size: 3rem;
}

.mini__section__content__block h3 {
  font-size: 2rem;
  font-family: 'Londrina Solid', cursive;
  color: rgba(61, 7, 41,.95);
  margin-bottom: 40px;
  margin-top: 40px;
}

.mini__section__content__block ul {
  list-style: none;
  font-family: 'Londrina Solid', cursive;
  font-size: 22px;
}

.mini__section__content__block ul a li {
  cursor: pointer;
  color: rgba(61, 7, 41,.95);
  font-size: 26px;
  margin-bottom: 20px;
}

@media only screen and (max-width: 900px) {

  .landing__header__inner__tall {
    width: 100vw;
    margin-top: 0px;
    border-radius: 0px;
    margin-bottom: 0px;
    padding-bottom: 0px;
  }

  .text__wrapper {
    max-width: 80vw;
  }

  #sticker4 {
    top: 20vh !important;
  }

  .mini__section, .mini__section__content {
    flex-direction: column;
    width: 100vw;
  }

  .mini__section__content__block {
    width: 80vw;
    margin-top: 5vh;
    margin-bottom: 5vh;
  }

  .mini__section__content__block .img__right {
    margin-left: 0px;
  }

  .img__right__mini {
    right: -1%;
  }

  #modifiers, #modifiers2 {
    flex-direction: row;
    flex-wrap: wrap;
    width: 100vw;
    justify-content: center;
    align-items: center;
  }

  .mini__mod__box {
    width: auto;
  }

  .content__block {
    min-height: 100vh;
    height: auto;
  }

  #startgamebutton {
    display: none;
  }

  .roadmapwrapper {
    display: none !important;
  }

  .announcement {
    width: 100%;
    height: auto;
    flex-direction:  column;
    box-shadow: none;
  }

  .announcement .left, .announcement .right {
    width: 100%;
    height: auto;
    padding-top: 50px;
    padding-bottom: 100px;
    max-width: 100% !important;
    border-radius: 0px;
    border: none !important;
  }

  .announcement .left .text__block, .announcement .right .text__block{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .page__break {
    height: auto;
    display: none;
  }

  .logo {
    display: inline-block;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .content__block {
    height: auto;
  }

  #logoblock {
    display: none;
  }


  .content__block .row {
    flex-direction: column;
    height: auto;
  }

  .content__block .row .block{
    width: 100vw;
    min-height: 40vh;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 40px;
    padding-bottom: 40px;
    flex-direction: column;
  }

  .mobile__expand__button {
    display: block;
    color: white;
    font-size: 2.2rem;
    position: absolute;
    right: 10vw;
  }

  .pagecontents__landing nav {
    position: relative;
    background-color: rgba(54, 0, 34,.95);
    margin-top: 0px;
    display: flex;
    align-items: center;
  }

  .pagecontents__landing nav .nav__buttons {
    display: none;
  }

  .hidden__logo {
    display: none;
  }

  .hidden__logo img {
    margin-left: 0vw;
    margin-right: 0vw;
    width: 100%;
    height: auto;
  }

  .game__button__wrapper {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-left: 0px;
    align-items: center;
  }

  .game__button__wrapper button {
    width: 240px;
    margin-bottom: 20px;
  }

  .pagecontents__landing nav .bigpageUl {
    display: none;
  }

  .landing__header {
    min-height: 100vh;
    height: auto;
  }

  .landing__header .landing__header__inner {
    position: relative;
    width: 100vw;
    min-height: 100vh;
    height: auto;
    border-radius: 0px;
  }

  .landing__header .landing__header__inner .text__wrapper{
    width: auto;
    max-width: 100%;
    margin-right: 10vw;
    margin-left: 10vw;
  }

  .characterswitcher, .characterswitcher2 {
    display: none;
  }

  #sticker1, #sticker2, #sticker3 {
    display: none;
  }
}

/*store*/

.storecard {
  width: 30vw;
  margin: 10px;
  min-width: 300px;
  max-width: 400px;
  height: 40vh;
  min-height: 400px;
  background-color: black;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  margin-left: 30px;
  flex-direction: column;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  border-radius: 5px;
}

.storecard__information {
  display: flex;
  font-size: 14px;
  height: 30%;
  width: 100%;
  background-color: white;
}

.storecard__information .storecard__gamename {
  width: 60%;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 0px 0px 0px 5px;
}

.storecard__information .storecard__gamename h2 {
    color: black !important;
    padding: 20px;
}

.storecard__information .storecard__pricetag {
  background-color: green;
  height: 100%;
  width: 40%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  cursor: pointer;
  border-radius: 0px 0px 5px 0px;
}

.storecard__information .storecard__pricetag:hover {
  background-color: #006266;
}

.storecard__img {
  height: 70%;
  width: 100%;
  background-color: #0cbaba;
  background-image: linear-gradient(315deg, #0cbaba 0%, #380036 74%);
  background-size: cover;
  border-radius: 5px 5px 0px 0px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.storecard__img .storecard__packicon {
  width: 80px;
  height: 80px;
}

.storecard__img .storecard__packicon img {
  width: 100%;
  height: 100%;
}

.owned {
  position: absolute;
  right: 0px;
  top: 20px;
  background-color: rgba(247, 159, 31,.8);
  padding: 10px 20px 10px 20px;
}

.storecard:first-child {

}

.shopping_container {
  right: 0px;
  width: 28vw;
  min-width: 25vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.9);
  z-index: 10;
  position: fixed;
  display: none;
  flex-direction: column;
  align-items: center;
}

.shopping_container_contents {
  padding-top: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 80%;
}

#closebutton {
  background: none;
  border: none;
  color: white;
  font-size: 24px;
  font-family: 'Londrina Solid', cursive;
  cursor: pointer;
  padding: 0px;
  margin-left: 40px;
  width: auto;
}

.cartItemSet {
  color: white;
  font-family: 'Londrina Solid', cursive;
  text-align: left;
}

.cartItemSet th {
  font-size: 2.4rem;
  padding: 5px;
}

.cartItemSet td {
  font-size: 22px;
  padding: 5px;
}

#cart_items {
  margin-top: 5vh;
  width: 100%;
}

.cart_title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}

/*sticker*/

.sticker {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}

.sticker img{
    max-width: 350px;
}

#sticker1 {
  position: absolute;
  right: 8vw;
  top: 50vh;
  z-index: 10;
  transform: rotate(-30deg);
}

#sticker2 {
  position: absolute;
  left: 22vw;
  top: 15vh;
  z-index: 10;
  transform: rotate(5deg);
}

#sticker3 {
  position: absolute;
  right: 12vw;
  top: 65vh;
  z-index: 10;
  transform: rotate(-4deg);
}

#sticker4 {
  position: absolute;
  right: 20vw;
  top: 40vh;
  z-index: 10;
  transform: rotate(-4deg);
}

#mobileExpand {
  cursor: pointer;;
}

#mobileExpand:hover {
  color: white;
}

.hiddenNav {
  width: 100vw;
  height: 100vh;
  background-color: rgba(54, 0, 34,.95);
  display: none;
  position: fixed;
  top: 0vh;
  color: white;
  align-items: center;
  justify-content: center;
  font-family: 'Londrina Solid', cursive;
  flex-direction: column;
}

 .hiddenNav button {
   width: 60vw;
   height: 80px;
   margin-right: 0px;
   margin-bottom: 20px;
 }

#closenav {
  cursor: pointer;
  font-size: 1.2rem;
}
