body {
  margin-bottom: 140px;
}

#banner {
  width: 100%;
  height: 10em;
  background-color: #00133B;
  padding: 0 3px 3px 0;
/*  position: fixed;*/
}


#name{
  display: table;
  margin: 0 auto 0 auto;
  width: auto;
  color: white;
  text-decoration: none;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 34px;
}

#logo-img {
  width: 15em;
}

#logo{
  display: block;
  position: relative;
  top: 1em;
  left: 50%;
  transform: translate(-50%, 0);
  width: 15em;
  background-color: white;
  padding: 1em;
  border-radius: 5px;

}


#navbar {
  margin-top: 3em;
  display: fixed;
  background-color: #00133B;
  height: 2em;
  width: 100%;
}

.fixed-nav {
  position: fixed;
  top: 0;
  margin-top: 0!important;
}

#main-menu{
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-left: 1em;
  margin-right: 1em;
  z-index:2;
  
}

#main-menu a{
  text-decoration: none;
  color: black;
  font-family: "Montserrat", sans-serif;


}

#main-menu li{
  font-weight: 600;
  font-size: 14px;
  color: white;
  margin-top: 4px;
}

#main-menu button {
  font-weight: 600;
  font-size: 14px;
  margin-top: 2px;
}

#main-menu a{
  color: white;
  position: relative;
  top: 5px;
}


.menu a{
  text-decoration: none;
  color: white;
  
}


#paint-menu {
  width: 35%;
  background-color: #00113B;
  z-index: 2;
/*  opacity: 1;*/
  padding-left: 16px;
  padding-top: 8px;
  position: absolute;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 14px;
}

#paint-menu li {
  padding-bottom: 12px;
  color: white;
  position: relative;
  z-index:2;
}

#paint-menu li a:hover {
  color: #CC133D
}

.paint-link:hover{
  color: green;
}

.menu-button {
  background: none!important;
  border: none;
  padding: 0!important;
  /*optional*/
  font-family: "Montserrat", sans-serif;
  /*input has OS specific font-family*/
  color: white;
  text-decoration: none;
  cursor: pointer;
}


.hidden {
  display: none
}

#informational {
  background-color: #00133B;
  color: white;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: fixed;
  bottom: 0;
  width: 100vw;
  height: 90px;
}

#informational h3 {
  
}


footer h3,a {
  color: white;
}

footer a:hover{
  color: #CC133D
}

footer >* {
  margin: 0.5em 0;
}

/*
#mobile-ham{
  width: 1em;
  height: 1em;
  background-color: white;
}
*/



@media only screen and (max-width: 974px) {
    
#mobile-navbar{
    width: 100%;
    height: 2em;
}
  
  #hamburger-icon{
    height: 1.5em;
    width: 2em;
    background-color: #00113B;
  }
  
  #main-menu{
    position: fixed;
    width: 12em;
    right: -12em;
    height: 13em;
    flex-direction: column;
    transition: all 0.5s;

    text-align: center;
    }
  
  #paint-menu{
    position: fixed;
    width: 12em;
    right: -12em;
    height: 14em;
    top: 12em;
    transition: all 0.5s;

  }
  
  
  
  #main-menu li {
    margin-bottom: 1em;
  }
  
  .visible {
    right: 0!important;
    margin: 0!important;
    padding: 0!important;
    background-color: #00113B;
  }

  #mobile-ham {
    position: absolute;
    right: 1em;
    height: 2em;
    width: 2em;
    margin-top: 3px;
  }
  

  #name {
    margin-top: 1em;
    margin-bottom: 0;
  }

  #navbar {
    margin: 0;
  }
  
}


@media only screen and (min-width: 974px) {
  #main-menu {
    justify-content: center;
  }
  #main-menu >* {
    margin-right: 3em;
  }
  
  #paint-menu{
    margin-top: 8px;
    position: absolute;
    padding: 10px;
    text-align: left;
    width: 10em;
    padding-top: 0;
    /* margin-left: 36em; */
 

  }
  
  #navbar {
    margin-top: 2.9em;
  }
  
  #name {
    font-size: 42px;
  }
  .mobile-navbar {
    display: none;
  }
  #mobile-ham {
    display:none;
  }
  
  #hamburger-icon{
    display: none;
  }
  #back-button{
    display: none;
  }

  #logo {
    left: 1em;
    transform: translate(0, 0);
  }
}
