@charset "UTF-8";
.navigation-brand {
  height: 150px;
  background: #FAEE91 ;
  z-index: 1000;
}

@media(max-width: 1200px;){
.navigation {
  height: 40px;
  background: #5f2c2b;
  z-index: 1000;
  padding-left: 26%;
}
}
@media(max-width: 2000px;){
.navigation {
  height: 40px;
  background: #5f2c2b;
  z-index: 1000;
  padding-left: 26%;
}
}
@media(max-width: 1000px;){
.navigation {
  height: 40px;
  background: #5f2c2b;
  z-index: 1000;
}
}
@media(max-width: 400px;){
.navigation {
  height: 40px;
  background: #5f2c2c;
  z-index: 1000;
}
}
.brand {
  position: center;
 
  float: left;
  line-height: 70px;
  text-transform: uppercase;
  font-size: 1.4em;
  width: 100%;
}
.brand a,
.brand a:visited {
  color: #5f2c2b;
  font-size: 10px;
  padding: 0px;
      background: #fbee88;
  text-decoration: none;
}

.nav-container {
  max-width: 1200px;
  margin: 0 auto;
}

nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
nav ul li {
  float: left;
  position: relative;
}
nav ul li a,
nav ul li a:visited {
  display: block;
  padding: 0 20px;
  line-height: 40px;
  background: #5f2c2b;
  color: #fbee88;
  text-decoration: none;
}
nav ul li a:hover,
nav ul li a:visited:hover {
  background: #fbee88;
  color: #5f2c2b;
}
nav ul li a:not(:only-child):after,
nav ul li a:visited:not(:only-child):after {
  padding-left: 4px;
  content: ' ▾';
}
nav ul li ul li {
  min-width: 190px;
}
nav ul li ul li a {
  padding: 15px;
  line-height: 20px;
}

.nav-dropdown {
  position: absolute;
  display: none;
  z-index: 1;
  box-shadow: 0 3px 12px rgba(0, 0, 0, 0.15);
}

/* Mobile navigation */
.nav-mobile {
  display: none;
  top: 0;
  right: 0;

  height: auto;
  width: 55%;
}
.image{
  height: 150px;
  width: auto;
}
@media only screen and (max-width: 1000px) {
  .navigation {
  height: 40px;
  background: #5f2c2b;
  z-index: 1000;
}
  .nav-mobile {
display: flex;
flex-direction: row;
justify-content: center;
width: 100%;
  }

  nav {
    width: 100%;

  }
  nav ul {
    display: none;
  }
  nav ul li {
    float: none;
  }
  nav ul li a {
    padding: 15px;
    line-height: 20px;
  }
  nav ul li ul li a {
    padding-left: 30px;
  }

  .nav-dropdown {
    position: static;
  }
}
@media only screen and (max-width: 500px) {
.navigation {
  height: 40px;
  background: #5f2c2b;
  z-index: 1000;
}
}
@media only screen and (max-width: 2500px) and (min-width: 1000px) {
.navigation {
  height: 40px;
  background: #5f2c2b;
  z-index: 1000;
    padding-left: 26%;
}
}
@media (max-width:450px) {
  .image{
  height: 50px;
  width: auto;
}
.navigation-brand {
  height: 70px;
  background: #FAEE91 ;
  z-index: 1000;
}
}
@media (max-width:600px) {
  .image{
  height: 50px;
  width: auto;
}
.navigation-brand {
  height: 70px;
  background: #FAEE91 ;
  z-index: 1000;
}
}
@media (max-width:361px) {
  .image{
  height: 45px;
  width: auto;
}
.navigation-brand {
  height: 70px;
  background: #FAEE91 ;
  z-index: 1000;
}
}
@media screen and (min-width: 1000px) {
  .nav-list {
    display: block !important;
  }
}
#nav-toggle {

  left: 18px;
  top: 22px;
  cursor: pointer;
  padding: 10px 35px 16px 0px;
}
#nav-toggle span,
#nav-toggle span:before,
#nav-toggle span:after {
  cursor: pointer;
  border-radius: 1px;
  height: 5px;
  width: 35px;
  background: #ffffff;
  position: absolute;
  display: block;
  content: '';
  transition: all 300ms ease-in-out;
}
#nav-toggle span:before {
  top: -10px;
}
#nav-toggle span:after {
  bottom: -10px;
}
#nav-toggle.active span {
  background-color: transparent;
}
#nav-toggle.active span:before, #nav-toggle.active span:after {
  top: 0;
}
#nav-toggle.active span:before {
  transform: rotate(45deg);
}
#nav-toggle.active span:after {
  transform: rotate(-45deg);
}

article {
  max-width: 1000px;
  margin: 0 auto;
  padding: 10px;
}