/* Travel Wood Ltd CSS v1.0 Copyright (C) 2018 TLC Technologies Ltd */

body {
    padding: 0 0 0 0;
    margin: 0 0 0 0;
    overflow-x: hidden;
    overflow-y: auto;
  }
  
  .main_wrapper {
    width: 100vw;
    height: auto;
    overflow: hidden;
  }
  
  .splash_screen {
    width: 100vw;
    height: 100vh;
    background-image: url('../img/backgrounds/splash.jpg');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    z-index: 600;
  /*  -webkit-box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.6);
    -moz-box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.6);
    box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.6);
    border-bottom: 1px solid rgba(5, 44, 109, 0.75);*/
  }
  
  .background_shader {
    width: 100vw;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.3);
  }
  
  .centred_text_container {
    width: 100%;
  /*  height: calc(8rem + 89px);*/
    height: 18rem;
    position: relative;
  /*  top: calc(50vh - (4rem + 89px));*/
    top: calc(50vh - 9rem);
  }
  
  .travelwood_logo, .travelwood_logo2 {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: auto;
    float: left;
    position: relative;
    z-index: 800;
  }

  .travelwood_logo {
    width: 600px;
    height: 102px;
    background-image: url('../img/NewLogo1000w.png');
    background-size: cover;
  }

  .travelwood_logo2 {
    width: 300px;
    height: 100px;
    background-image: url('../img/NewLogo300w52h.png');    
  }
  
  .title_text {
    width: 100%;
    font-family: 'Open Sans';
    font-weight: 400;
    font-size: 4rem;
    color: #fff;
    text-align: center;
    text-shadow: 1px 1px 4px black;
  }

  .title_logo {
    float: none;
    margin: auto;
    /*-webkit-box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.6);
    -moz-box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.6);
    box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.6);
    border-bottom: 1px solid rgba(5, 44, 109, 0.75);*/
  }
  
  .subtitle_text {
    width: 100%;
    font-family: 'Open Sans';
    font-weight: 300;
    font-size: 2rem;
    color: #eee;
    text-align: center;
    text-shadow: 1px 1px 4px black;
  }

  .subtitle_address {
    width: 100%;
    font-family: 'Open Sans';
    font-weight: 400;
    font-size: 2.25rem;
    color: #eee;
    text-align: center;
    text-shadow: 1px 1px 4px black;
  }

  .subtitle_address a {
    color: #fff;
  }
  
  .phone_number {
    width: 100%;
    font-family: 'Open Sans';
    font-weight: 600;
    font-size: 3rem;
    color: #eee;
    text-align: center;
    text-shadow: 1px 1px 4px black;
  }
  
  .phone_number a {
    color: #fff;
    text-decoration: none;
  }

  .phone_number a:hover {
    text-decoration: underline;
  }

  .navigation_bar {
    display: none;
    position: fixed;
    top: 0;
    z-index: 800;
    width: 100%;
    height: 100px;
    /*background-color: rgba(255, 255, 255, 0.95);*/
    background-color: rgb(224, 251, 206);
    -webkit-box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.6);
    -moz-box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.6);
    box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.6);
    overflow: hidden;
  }
  
  .nav_items {
    height: 100px;
    display: table;
    margin: 0 auto;
    position: relative;
  }
  
  .nav_items .icon {
    display: none;
  }
  
  .nav_items a {
    width: 110px;
    text-align: center;
    text-decoration: none;
    color: #444;
    padding-left: 15px;
    padding-right: 15px;
    font-family: 'Open Sans';
    font-size: 1.25rem;
    font-weight: 300;
    display: table-cell;
    vertical-align: middle;
  }
  
  .nav_items a#tl {
    display: table-cell;
    vertical-align: middle;
  }
  
  a#mobile_menu_top {
    display: none;
    height: 50px;
    position: relative;
    z-index: 900;
  }
  
  a#splashlink {
    width: 300px;
    height: 100px;
    text-decoration: none;
    position: relative;
    z-index: 1000;
  }
  
  .active {
    text-decoration: underline;
    color: #000;
  }
  
  .nav_items a:hover {
    /*background-color: #eee;*/
    text-decoration: underline;
  }
  
  .content_screen {
    width: 100%;
    height: auto;
    min-height: 4rem;
  }
  
  .bg_blue {
    background-color: rgb(5, 44, 109);
  }
  
  .bg_grey {
    background-color: rgb(100, 100, 100);
  }

  .bg_green {
    background-color: rgb(44, 151, 42);
  }
  
  .bg_white {
    background-color: rgb(255, 255, 255);
  }
  
  .bg_lightblue {
    background-color: rgb(37, 137, 209);
  }

  .bg_beige {
      background-color: rgb(94, 148, 78);
  }

  .bg_darkgreen {
    background-color: rgb(28, 95, 22);
  }

  .bg_about {
    background-image: url('../img/backgrounds/about.jpg');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover; 
  }
  
  .bg_services {
    background-image: url('../img/backgrounds/services.jpg');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
  }
  
  .bg_contact-us {
    background-image: url('../img/backgrounds/contact.jpg');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
  }
  
  .bg_shader {
    background-color: rgba(0, 0, 0, 0.7);
    width: 100%;
    height: 100%;
  }

  .bg_shader_light {
    background-color: rgba(0, 0, 0, 0.5);
    width: 100%;
    height: 100%; 
  }
  
  .content_screen_padding {
    clear: both;
    width: 100%;
    height: 1rem;
    position: relative;
    z-index: 600;
  }
  
  .content_wrapper {
    max-width: 1024px;
    height: auto;
    margin: auto;
    position: relative;
    clear: both;
  }
  
  .full_width {
    width: 100%;
    height: auto;
    clear: both;
  }
  
  .left_side {
    float: left;
    width: 50%;
    height: auto;
    position: relative;
  }
  
  .left_side img {
    width: auto;
    height: auto;
    padding: 1rem 1rem 1rem 1rem;
    position: relative;
    margin: auto;
  }

  #left-img {
    width: calc(100% - 3rem);
    margin: auto;
  }

  #right-img {
    width: calc(100% - 3rem);
    margin: auto;
    margin-left: 1rem;
  }
  
  .right_side {
    float: left;
    width: 50%;
    height: auto;
    position: relative;
  }
  
  .right_side img {
    width: calc(100% - 2rem);
    height: calc(100% - 2rem);
    margin-top: 1rem;
    margin-left: 1rem;
  }
  
  .text_wrapper {
    width: calc(100% - 3rem);
    margin-left: 1rem;
    height: calc(100% - 2rem);
    margin-top: 1rem;
    font-family: 'Open Sans';
    font-weight: 300;
    position: relative;
  }

  .full_width img {
    width: 100%;
    height: auto;
  }
  
  .left {
    text-align: left;
  }
  
  .centre {
    text-align: center;
  }
  
  .right {
    text-align: right;
  }

  .justify {
    text-align: justify;
  }
  
  p {
    text-align: justify;
  }
  
  p a {
    color: #fff;
  }
  
  .shadow {
    text-shadow: 1px 1px 2px rgba(40, 40, 40, 0.75);
  }
  
  .white {
    color: #fff;
  }
  
  .black {
    color: #000;
  }
  
  .title {
    font-family: 'Open Sans';
    font-size: 2rem;
    font-weight: 600;
  }
  
  .sub_title {
    font-family: 'Open Sans';
    font-size: 1.25rem;
    font-weight: 400;
  }
  
  .author {
    font-family: 'Open Sans';
    font-size: 0.75rem;
    font-weight: 400;
    line-height: 0.75rem;
  }

  .contact_address {
    text-decoration: none;
  }
  
  .contact_form_container {
    width: 100%;
    height: auto;
  }

  .field {
    width: 100%;
    max-width: 600px;
    margin: auto;
    padding: 1rem 0;
  }

  .field input {
    width: calc(100% - 1rem);
    height: 3rem;
    margin: auto;
    font-family: 'Open Sans';
    font-size: 0.9rem;
    padding: 1rem;
    box-sizing: border-box;
  }

  .message_field {
    width: 100%;
    max-width: 600px;
    margin: auto;
    padding: 1rem 0;
    height: auto;
    min-height: 150px;
  }

  .message_field textarea {
    width: calc(100% - 1rem);
    height: 150px;
    font-family: 'Open Sans';
    font-size: 0.9rem;
    padding: 1rem;
    box-sizing: border-box;
  }

  .submit_button {
    width: 100%;
    max-width: 600px;
    height: auto;
    margin: auto;
    padding: 1rem 0;
  }

  .submit_button input {
    font-family: 'Open Sans';
    font-weight: 600;
    background-color: rgb(44, 151, 42);
    color: #fff;
    text-align: center;
    width: 30%;
    margin: auto;
    border: none;
    padding: 1rem;
    box-sizing: border-box;
  }

  .submit_button input:hover {
    background-color: rgb(75, 197, 38);
  }

  iframe#google_maps {
    width: 100%;
    height: 507px;
    padding: 1rem 2rem 1rem 1rem;
    box-sizing: border-box;
  }
  
  .website_footer {
    clear: both;
    width: 100%;
    height: 5rem;
    font-family: 'Open Sans';
    background-color: #333;
    display: table;
  }
  
  .footer_text {
    text-align: center;
    color: #aaa;
    font-size: 0.75rem;
    display: table-cell;
    vertical-align: middle;
  }
  
  .footer_text a {
    color: #ccc;
    text-decoration: underline;
  }
  
  .footer_text a:hover {
    color: #fff;
  }
  
  @media screen and (max-width: 900px) {

    .navigation_bar {
      height: auto;
    }
    .travelwood_logo {
      background-image: url('../img/NewLogo600w104h.png');
      height: 51px;
      width: 300px;
      background-repeat: no-repeat;
      background-position: center center;
      background-size: cover;
    }

    .travelwood_logo2 {
      background-image: url('../img/NewLogo300w52h.png');
      background-repeat: no-repeat;
      background-position: center center;
      background-size: contain;
      width: 140px;
      height: 50px;
      float: left;
      position: absolute;
      left: 0;
      top: 0;
    }
  
    .centred_text_container {
      height: 15rem;
      top: calc(50vh - 7.5rem);
    }

    .title_text {
      font-size: 2.75rem;
    }

    .subtitle_text {
      font-size: 1.25rem;
    }

    .subtitle_address {
      font-size: 1.5rem;
    }

    .phone_number {
      font-size: 2rem;
    }

    .contact_address {
    text-decoration: underline;
   }

    .nav_items {
    height: auto;
    width: 100%;
    }
  
  
    .text_wrapper {
      width: calc(100% - 2rem);
    }
  
    .nav_items a {
      height: 50px;
    }
  
    a#mobile_menu_top {
      display: table-cell;
    }

    a#mobile_menu_top:hover {    
      text-decoration: none;
    }

    a#splashlink {
      height: 50px;
    }
    .nav_items a:not(:first-child) {display: none;}
    .nav_items a.icon {
      float: left;
      display: block;
      position: absolute;
      right: 0;
      line-height: 50px;
      width: 50px;
      padding: 0 0 0 0;
      z-index: 1000;
    }
    .nav_items a.icon:hover {
      text-decoration: none;
      background-color: #ddd;
    }
    .left_side {
      float: none;
      width: 100%;
    }
    .right_side {
      float: none;
      width: 100%;
    }
    #left-img, #right-img {
      width: calc(100% - 2rem);
    }

    iframe#google_maps {
      width: 100%;
      max-width: 100%;
      padding: 0;
    }

    .field, .message_field, .submit_button {
      max-width: none;
      padding: 1rem;
      box-sizing: border-box;
      width: 100%;
      margin: auto;
    }

    .field input, .message_field textarea, .submit_button input {
      width: 100%;
      margin: auto;
    }

    .submit_button input {
      background-color: rgb(5, 100, 3);
      font-size: 1.25rem;
    }

    .bg_contact-us {
      background-image: url('../img/backgrounds/contact_mobile.jpg');
    }
  
    .nav_items.responsive {position: relative;}
    .nav_items.responsive .icon {
      position: absolute;
      right: 0;
      top: 0;
      width: 50px;
      padding: 0 0 0 0;
      z-index: 1000;
    }
    .nav_items.responsive a {
      display: block;
      width: 100%;
      padding: 0 0 0 0;
      border-bottom: 1px solid #999;
      text-align: center;
      line-height: 50px;
      position: relative;
    }
    a#mobile_menu_top {
      display: block;
      width: 100%;
      padding: 0 0 0 0;
      border-bottom: 1px solid #999;
      text-align: center;
      line-height: 50px;
      position: relative;
      z-index: 900;
    }
  
  }
  