body{
	font-family: 'Montserrat', sans-serif;
  margin:0;
  padding:0;
  color: #474541;
}
.clear{
	clear:both;
}
.main-container{
  width: 100%;
  margin: 120px auto 110px;
}

header {
  border-bottom: 1px solid #000000;
  display: flex;
  flex-direction: column;
}

header .header-container {
  width: 90%;
  max-width: 1140px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

header .header-container .menu-container {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: flex-start;
  justify-content: center;
  gap: 0 20px;
}

@media only screen and (max-width: 775px){
  header .header-container {
    flex-direction: row-reverse;
  }

  header .header-container .menu-container {
    flex-direction: column;
    justify-content: start;
    gap: 10px;
    z-index: 1;
  }
  header .logo-container {
    align-self: flex-start;
  }
}

header .logo-container a {
  display: block;
  width: 100%;
  height: 100%;
	font-size:0;
}
header .logo-container a .logo {
  width: 200px;
  margin: 20px 0;
}
header .absolute-container {
  position: absolute;
  top: 0;
  right: 0;
}
header .absolute-container .login-container {
  width: 150px;
  float: right;
}
header .absolute-container .login-container a {
  margin-top: 40px;
  height: 40px;
  width: 150px;
  font-size: 14px;
  text-decoration: none;
  display: block;
  font-family: 'Gotham HTF Book', sans-serif;
}

.menu-item {
  font-size: 16px;
  font-weight: 700;
  color: #474541;
}

.menu-item-text a{
  display: flex;
}

.menu-item-text a {
  color: #474541;
  text-decoration: none;
  cursor: pointer;
}
.my-logo {
  width: 32px;
  padding-top: 4px;
}

.logins {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.menu-item .login-link {
  font-weight: 100;
  font-size: 12px;
  text-transform: capitalize;
}

.menu-item .login-link a {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}

header .gradient-bar  {
  width: 100%;
  height: 45px;
}

.gradient-bar .gradient-bar-content {
  width: 90%;
  max-width: 1140px;
  height: 100%;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

@media only screen and (min-width: 531px) {
  header .logo-mobile {
    display: none;
  }
}
@media only screen and (max-width: 530px){
  .main-container {
    margin: 40px auto;
  }

  header  {
    flex-direction: column-reverse;
    border-bottom: none;
  }

  header .gradient-bar {
    background: #EEEEEE;
  }

  .gradient-bar .gradient-bar-content {
    justify-content: center;
  }
  header .logo-container a .logo {
    display: none;
  }
  header .logo-mobile {
    margin: 15px 0;
  }
}

.flight-alerts a {
  font-weight: 100;
  font-size: 12px;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
}

@media only screen and (max-width: 350px) {
  .flight-alerts a {
    font-size: 10px;
  }
}

.offer-alerts {
  font-weight: 100;
  font-size: 16px;
  color: #474541;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-around;
  white-space: nowrap;
  gap: 0 5px;
}

.offer-alerts a {
  color: #474541;
  font-weight: 700;
}

.offer-alerts a:first-child {
  padding: 0 10px;
}

header .absolute-container nav {
  float: right;
  clear: right;
  background-image: url('../images/nav-end.png');
  background-position: -9px -9px;
  background-repeat: no-repeat;
  padding-left: 40px;
}
@media (max-width: 992px) {
  header .absolute-container nav {
    width: 100%;
    padding-left: 0;
    background-image: none;
  }
}
@media (max-width: 775px) {
  header .absolute-container nav {
    height: 39px;
    background-color: #006643;
    border-bottom: solid 1px #4c937b;
  }
}

@font-face {
  font-family: 'Gotham HTF';
  src: url('../fonts/GothamHTF-Bold.otf') format('opentype');
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: 'Gotham HTF';
  src: url('../fonts/GothamHTF-BoldItalic.otf') format('opentype');
  font-weight: bold;
  font-style: italic;
}
@font-face {
  font-family: 'Gotham HTF';
  src: url('../fonts/GothamHTF-Medium.otf') format('opentype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Gotham HTF';
  src: url('../fonts/GothamHTF-MediumItalic.otf') format('opentype');
  font-weight: normal;
  font-style: italic;
}
@font-face {
  font-family: 'Gotham HTF';
  src: url('../fonts/GothamHTF-Thin.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: 'Gotham HTF';
  src: url('../fonts/GothamHTF-ThinItalic.otf') format('opentype');
  font-weight: 300;
  font-style: italic;
}
@font-face {
  font-family: 'Gotham HTF Book';
  src: url('../fonts/GothamHTF-Book.otf') format('opentype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Gotham HTF Book';
  src: url('../fonts/GothamHTF-BookItalic.otf') format('opentype');
  font-weight: normal;
  font-style: italic;
}
@font-face {
  font-family: 'Gotham HTF Black';
  src: url('../fonts/GothamHTF-Black.otf') format('opentype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Gotham HTF Black';
  src: url('../fonts/GothamHTF-BlackItalic.otf') format('opentype');
  font-weight: normal;
  font-style: italic;
}