@import url('https://fonts.googleapis.com/css2?family=Josefin+Sans:wght@500;700&display=swap');

body, html 
{
  font-family: 'Josefin Sans', sans-serif;
  background-color:#FAF8F6;
  color: black;
}

/* The hero image */
.hero-image 
{
  /* Use "linear-gradient" to add a darken background effect to the image (photographer.jpg). This will make the text easier to read */
  /*background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("images/Hero.jpg");*/
  background-image: url("images/Hero.jpg");

  /* Set a specific height */
  height: 100vh;

  /* Position and center the image to scale nicely on all screens */
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}



.sec_nav
{
  padding: 0px !important;
  border-left: 0px !important;
  border-right: 0px !important;
}

.navbar_div
{
  position: absolute;
  /* overflow: hidden; */
  z-index: 1;

  width: 100%;
}

.second_layer_nav.navbar
{
  padding: 0px;
}

.first_layer_nav
{
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 400;
    text-transform: none;
    font-size: 0.9rem;

    /*color: rgba(165,157,144,.75) !important;*/
    color: #e7ba7a !important;
    background-color: rgba(20,20,20,.8) !important;
}


@media screen and (max-width: 768px)
{
    .first_layer_nav
    {
        font-family: 'Roboto Condensed', sans-serif;
        font-weight: 400;
        text-transform: none;
        font-size: 0.9rem;
    
        /*color: rgba(165,157,144,.75) !important;*/
        color: #e7ba7a !important;
        background-color: rgba(20,20,20,.8) !important;
        /* border: 1px solid red; */
        padding-left: 60px;
    }
}


.navbar-brand
{
  color: #db9839 !important;
  font-size: 25px;
}

.second_layer_nav .nav-link
{
  color: white !important;
  padding: 10px 1px 10px 1px !important;
}

.second_layer_nav .dropdown-item, .dropdown-menu
{
  background-color: black;
  color: white;
}


.second_layer_nav
{
    font-family: 'Josefin Sans', sans-serif;
    font-weight: 700;
    text-transform: none;
    font-size: 1rem;

    color: white !important;
    background-color: rgba(0,0,0) !important;
}


img.logo 
{
  filter: brightness(120%);
  height: 80px;
  margin-bottom: 10px;
}




@media screen and (max-width: 768px)
{
   
  img.logo 
  {
    filter: brightness(120%);
    height: 50px;
    margin-bottom: 10px;
  }

  .navbar-brand
  {
    color: #db9839 !important;
    font-size: 20px;
  }

}


/* stroke */
nav.stroke ul li a
{
  position: relative;
}

nav.stroke ul li a:after
{
  position: absolute;
  /*bottom: 0;*/
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 0%;
  content: '.';
  color: transparent;
  /*#AD854D*/
  background: #db9839;
  height: 3px;
}

nav.stroke ul li a:hover:after
{
  width: 100%;
}

nav.stroke ul li a:hover
{
    color: #db9839 !important;
}

nav.stroke ul li
{
  margin-left: 6px;
  margin-right: 6px;
}


nav.stroke ul li a.active_nav_link
{
    color: #db9839 !important;
}

nav.stroke ul li a.active_nav_link:after
{
  position: absolute;
  /*bottom: 0;*/  
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 0%;
  content: '.';
  color: transparent;
  /*#AD854D*/
  background: #db9839;
  height: 3px;
}

nav.stroke ul li a.active_nav_link:after
{
  width: 100%;
}


.third_layer_nav
{
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 300;
    text-transform: none;
    font-size: 1rem;

    /*color: rgba(165,157,144,.75) !important;*/
    color: #e7ba7a !important;
    background-color: rgba(20,20,20,.8) !important;

    padding: 0px;
    width: 100%;
}


.footer
{
  color: white !important;
  background-color: rgba(20,20,20,.98) !important;
  padding: 10px;
}

.footer_layer_nav
{ 
    font-family: 'Josefin Sans', sans-serif;
    font-weight: 400;
    text-transform: none;
    font-size: 1rem;

    padding-top: 20px; 
    padding-bottom: 20px;  

}


img.footer_logo
{
  filter: brightness(120%);
  height: 80px;
  padding: 0px;
}


.tybon
{
  color: white   !important;
  background-color: transparent;
  text-decoration: none;

  font-size: 20px;
  font-weight: 400;

  margin: auto;
}

/* ul{
  position: fixed !important;
  right: 0;
  left: auto;
  z-index: 999999;
} */


 .tybon:hover
 {
  color: #db9839 !important;
  text-decoration: none;
 }



 .fa-facebook, .fa-google

 {
   color: white !important;
 }
 
 .fa-facebook:hover, .fa-google:hover 
  {
   color: #db9839 !important;
   text-decoration: none;
  }
 



/* The hero image */
.hero-image 
{
  /* Use "linear-gradient" to add a darken background effect to the image (photographer.jpg). This will make the text easier to read */
  /*background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("images/Hero.jpg");*/
  background-image: url("images/contact.jpg");

  /* Set a specific height */
  height: 100vh;

  /* Position and center the image to scale nicely on all screens */
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

.section_separator
{
  height: 50px;
  /* background-color: black; */
  background-color: #FAF8F6;
}


@media screen and (min-width: 769px) {
  .contact_us_header {
    font-weight: 700;
    font-size: 2rem;
    color: #db9839;
    margin-top: 65px;
}
.contact_us_content {
      color: white;
      margin-bottom: 65px;
      font-size: 20px;
      font-weight: lighter;
}
}

@media screen and (max-width: 768px) {
  .contact_us_header {
    font-weight: 700;
    font-size: 1.8rem;
    color: #db9839;
    margin-top: 65px;
}
.contact_us_content {
    color: white;
    margin-bottom: 65px;
    font-size: 12px;
    font-weight: lighter;
}
}


.brand_name_div
{
  text-align: center;
}

.brand_name
{
  color: #db9839;
  text-transform: uppercase;
}

.heading
{
  color: #db9839;
}

.heading_no_show
{
  opacity: 0;
}

.form-control
{
  /* background-color: #202020; */
  color: white;
}

.enquiry_submit, .enquiry_submit:hover
{
  background-color: #db9839;
  border: none;
}


.enquiry_submit:active, .enquiry_submit:focus
{
  background-color: black !important;
  border: none;
}

.form-group label
{
  color: black;
  font-size: 18px;
}

.maps-embed
{
  border-radius: 5px;
}


.icons_navbar
{
  filter: invert(79%) sepia(35%) saturate(533%) hue-rotate(343deg) brightness(95%) contrast(90%);
  height: 35px;
  margin-top: 10px;
  margin-bottom: 10px;
}

.mobile_view_icons
{
  display: none;
}

@media(max-width: 768px) 
{
  .mobile_view_icons
  {
    display: block;
  }

  .icons_navbar
  {
    filter: invert(79%) sepia(35%) saturate(533%) hue-rotate(343deg) brightness(95%) contrast(90%);
    height: 35px;
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: 15px;
    margin-right: 15px;
}
}

@media(max-width: 768px) 
{
  .screen_view_icons
  {
    display: none;
  }
}

.third_layer_nav
{
    text-align: center;
}


