@font-face
{
  font-family: 'Dohop_Mono';
  src:  url('../font/Dohop_mono.otf') format('opentype'), url('../font/dohop_text-webfont.eot') format('embedded-opentype'), url('../font/dohop_text-webfont.woff') format('woff'), url('../font/dohop_text-webfont.svg') format('svg'), url('../font/dohop_text-webfont.ttf') format('truetype');
}

@font-face {
font-family: 'Dohop_Text';
src:  url('../font/Dohop_text.otf') format('opentype'), url('../font/dohop__mono-webfont.eot') format('embedded-opentype'), url('../font/dohop__mono-webfont.woff') format('woff'), url('../font/dohop__mono-webfont.svg') format('svg'), url('../font/dohop__mono-webfont.ttf') format('truetype');
}

/* This applies from 0px to 600px*/
body
{
  width: 100%;
  height: 100%;
  margin: 0 auto;
  padding: 0;
  font-family: 'Dohop_Text';
  color: #00005E;
  font-size: 1.0em;
  text-align: center;
}

#arrow_up
{
  width: 40px;
  height: 20px;
  z-index: 2147483000;
  position: fixed;
  bottom: 20px;
  right: 20px;
}

#header_logo
{
  width: 200px;
  height: 102px;
  background: url(../footage/Dohop-Business-Simple-RGB.svg) no-repeat 0 50px;
  margin: 0 auto;
  margin-bottom: 50px;
}

h1, h2, h3, h4, h5
{
    font-weight: lighter;
    padding: 0;
    margin: 0;
}

h1, h2
{
  font-family: 'Dohop_Mono';
  text-align: center;
  color: #00005E;
}

h1
{
  font-size: 16px;
  line-height: 1.5em;
}

h2
{
  font-size: 12px;
}

h3, h4, h5
{
  font-family: 'Dohop_Mono';
  font-size: 20px;
  text-align: center;
  padding: 60px 0 25px 0;
}

h3, h5
{
  color: #FFFFFF;
}

h4
{
  padding: 0 0 25px 0;
}

a
{
  color: #00005E;
  text-decoration: none;
}

p
{
  line-height: 0.1em;
}

.wrap
{
  max-width: 80%;
  margin: 0 auto;
}

nav
{
  width: 100%;
  margin: 0 auto;
  margin-top: 50px;
}

ul
{
  list-style: none;
  margin: 0;
  padding: 0;
  display: inline-block;
  vertical-align: bottom;
}

nav ul li
{
  list-style-type: none;
  float: left;
  padding-top: 10px;
}

ul li
{
  width: 100px;
  height: 125px;
  float: left;
  list-style-type: none;
  font-family: 'Dohop_Mono';
  font-size: 0.85em;
  text-align: center;
  text-transform: uppercase;
  display: block;
  position: relative;
  line-height: 1.0em;
}

ul a li#button_flights
{
  background: url(../footage/Flights_Blue.svg) no-repeat;
  background-size: 68px 68px;
  background-position: top center;
}

ul a li#button_hotels
{
  background: url(../footage/Hotels_Yellow.svg) no-repeat;
  background-size: 68px 68px;
  background-position: top center;
}

ul a li#button_cars
{
  background: url(../footage/Cars_Green.svg) no-repeat;
  background-size: 68px 68px;
  background-position: top center;
}

.category
{
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  text-align: center;
}

.subline
{
  font-size: 0.75em;
  text-align: center;
  text-transform: none;
  margin-top: 5px;
}

button
{
  background: #FF5326;
  border: 1px solid #FF5326;
  border-radius: 2px;
  font-family: 'Dohop_Text';
  font-size: 1.0em;
  font-weight: normal;
  color: #FFFFFF;
  padding: 10px 20px 10px 20px;
  clear: left;
  margin-top: 50px;
}

#arrow_down
{
  width: 40px;
  height: 20px;
  margin: 0 auto;
  margin-top: 50px;
}

#flights_header
{
  background: url(../footage/Header_Flights.jpg) no-repeat center right;
  margin-top: 50px;
  position: relative;
}

#flights_icon
{
  background: url(../footage/Flights_Blue_Outline.svg) no-repeat center top;
}

#hotels_icon
{
  background: url(../footage/Hotels_Blue_Outline.svg) no-repeat center top;
}

#cars_icon
{
  background: url(../footage/Cars_White_Outline.svg) no-repeat center top;
}

#flights_icon, #hotels_icon, #cars_icon
{
  width: 100%;
  height: 120px;
  background-size: 68px;
  position: absolute;
  top: 50%;
  height: 100px;
  margin-top: -60px;
}

.icon_text
{
  width: 100%;
  text-transform: uppercase;
  font-size: 0.85em;
  text-align: center;
  color: #00005E;
  position: absolute;
  bottom: 0;
  margin: 0 auto;
}

#cars_header
{
  background: url(../footage/Header_Cars.jpg) no-repeat center right;
  color: #FFFFFF;
  position: relative;
}

#flights_header, #hotels_header, #cars_header
{
  height: 50vh;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

#hotels_header
{
  height: 200px;
  background: #FFF000;
  position: relative;
}

#flights
{
  height: 100%;
  padding: 0 10% 50px 10%;
  background: #00005E;
  color: #FFFFFF;
  margin: 0 auto;
}

#hotels
{
  height: 100%;
  padding: 0 10% 50px 10%;
  background: #FFF000;
  margin: 0 auto;
}

#cars
{
  height: 100%;
  padding: 0 10% 50px 10%;
  background: #50D9AF;
  color: #FFFFFF;
  margin: 0 auto;
}

#footer
{
  height: 100%;
  padding: 50px 25px 55px 25px;
}

#footer_links
{
  width: 80%;
  padding-bottom: 25px;
  margin: 0 auto;
}

#footer_social
{
  height: 20px;
  width: 90px;
  margin: auto;
}

#footer_social a#facebook, #footer_social a#instagram, #footer_social a#twitter
{
  width: 20px;
  height: 20px;
  float: left;
}

#footer_social a#facebook
{
  background: url(../footage/facebook.svg) no-repeat;
}

#footer_social a#instagram
{
  background: url(../footage/instagram.svg) no-repeat;
  margin-left: 15px;
}

#footer_social a#twitter
{
  background: url(../footage/twitter.svg) no-repeat;
  margin-left: 15px;
}

@media screen and (min-width: 800px)
{

  #header_logo
  {
    width: 305px;
    height: 178px;
    background: url(../footage/Dohop-Business-Simple-RGB.svg) no-repeat 0 100px;
    margin: 0 auto;
    margin-bottom: 100px;
  }

  h1
  {
    font-size: 36px;
    line-height: 1.5em;
  }

  h2
  {
    font-size: 18px;
  }

  h3, h4, h5
  {
    font-family: 'Dohop_Mono';
    font-size: 50px;
    text-align: center;
    padding: 60px 0 50px 0;
  }

  h3, h5
  {
    color: #FFFFFF;
  }

  .wrap
  {
    max-width: 375px;
    margin: 0 auto;
  }

#hotels .wrap
{
  max-width: 50%;
}
  nav
  {
    margin-top: 100px;
  }

  ul li
  {
    width: 260px;
    height: 210px;
    background: red;
    float: left;
    list-style-type: none;
    font-family: 'Dohop_Mono';
    font-size: 1.25em;
    text-align: center;
    text-transform: uppercase;
    display: block;
    line-height: 1.1em;
  }

  ul a li#button_flights, ul a li#button_hotels, ul a li#button_cars
  {
    background-size: 120px;
  }

  button
  {
    background: #FF5326;
    border: 1px solid #FF5326;
    border-radius: 2px;
    font-family: 'Dohop_Text';
    font-size: 1.0em;
    font-weight: normal;
    color: #FFFFFF;
    padding: 10px 20px 10px 20px;
    clear: left;
    margin-top: 100px;
  }

  .wrap button
  {
    margin-top: 50px;
    margin-bottom: 100px;
  }

  #arrow_down
  {
    width: 40px;
    height: 20px;
    margin: 0 auto;
    margin-top: 100px;
  }

  #flights_header
  {
    height: 800px;
    width: 50%;
    background: url(../footage/Header_Flights.jpg) no-repeat center right;
    margin-top: 100px;
    position: relative;
    float: left;
  }

  #flights_icon, #hotels_icon, #cars_icon
  {
    width: 100%;
    height: 170px;
    background-size: 120px;
  }

  #flights_icon, #cars_icon
  {
    position: absolute;
    top: 17%;
  }

  .icon_text
  {
    width: 100%;
    text-transform: uppercase;
    font-size: 1.0em;
    text-align: center;
    color: #00005E;
    position: absolute;
    bottom: 0;
    margin: 0 auto;
  }

  #cars_header
  {
    width: 50%;
    height: 800px;
    float: left;
  }

  #flights_header, #hotels_header, #cars_header
  {
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
  }

  #hotels_header
  {
    height: 250px;
    background: #FFF000;
    position: relative;
    clear: both;
  }

  #flights, #cars
  {
    height: 750px;
    width: 50%;
    padding: 0 0 50px 0;
    color: #FFFFFF;
    float: right;
  }

  #flights
  {
    background: #00005E;
    margin-top: 100px;
  }

  #hotels
  {
    height: 100%;
    width: 100%;
    padding: 0;
    background: #FFF000;
    margin: 0 auto;
    clear: both;
  }

  #cars
  {
    background: #50D9AF;
  }

  #footer
  {
    height: 100%;
    padding: 50px 25px 55px 25px;
    clear: both;
  }

  #footer_links
  {
    width: 80%;
    padding-bottom: 25px;
    margin: 0 auto;
  }

  #footer_social
  {
    height: 20px;
    width: 90px;
    margin: auto;
  }

  #footer_social a#facebook, #footer_social a#instagram, #footer_social a#twitter
  {
    width: 20px;
    height: 20px;
    float: left;
  }

  #footer_social a#facebook
  {
    background: url(../footage/facebook.svg) no-repeat;
  }

  #footer_social a#instagram
  {
    background: url(../footage/instagram.svg) no-repeat;
    margin-left: 15px;
  }

  #footer_social a#twitter
  {
    background: url(../footage/twitter.svg) no-repeat;
    margin-left: 15px;
  }
