/* html, body { height: 100%; margin: 0px; padding: 0px; } */

body {
  background-image: url(../img/diagonal-noise.png) !important;
  background-repeat: repeat repeat;
  font: 400 14px Lato, sans-serif;
  line-height: 1.2;
  color: #818181;
}

input { font-family: FontAwesome; }


/*************************************************************************************************/
/* Automatically scroll back to top of screen Styling                                            */
/*************************************************************************************************/
p.backToTop {
  /*display: none;*/
  font-size:0; /* Fixes inline block spacing */
}

span.bottomOfPageIdicator {
  position: fixed;
  right: 3px;
  bottom: 48px;
  color: #ffffff;
  font-weight: bold;
  text-decoration: none;
  z-index: 10;
  
  /* Rounded corners */
  -moz-border-radius: 5px;
  -khtml-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}

span .top {
  background-color: #006400;
  color: #fff;
  font-size: 12px;
  text-decoration: none;
  display: inline-block;
  padding: 12px 16px 12px 16px !important;
}

a:hover {
    color: black;
}

.round {
    border-radius: 50%;
}

/*************************************************************************************************/
/* End automatically scroll back to top of screen Styling                                        */
/*************************************************************************************************/
#app { padding-top: 70px; }

.card-header h1, h2 {
  margin: 0px;
  padding: 0px;
}

.card-header h1 {
  font-size:24px;
}

h2 {
  font-size:22px;
}

h3 {
  font-size:20px;
}

h4 {
  font-size: 18px;
}

/** Begin Override Bootstrap styling      **/
.navbar-nav {
  font-size: 13px;
}

.navbar-default {
  background-color: #006400;
  color: #fff;
  border-radius: 0;
  font-size: 13px;
}

.navbar-nav li a:hover {
  color: #fff !important;
  background-color: #33aa33 !important;
}

.navbar-nav .dropdown-menu li a:visited {
  color: #fff !important;
  background-color: #33aa33 !important;
}

.dropdown-menu {
  background-color: #006400 !important;
  font-size: 13px;
}

a.navbar-brand {
  background-color: #33aa33 !important;
  color: #fff !important;
  height: 50px;
  padding: 15px 15px;
  line-height: 20px;
}

.navbar li a {
  color: #fff !important;
  padding: 15px 15px;
}

.navbar .active, .dropdown-menu .active {
  color: #fff !important;
  background-color: #33aa33 !important; 
}

.navbar-toggler {
  border-color: transparent;
  color: #fff !important;
}

.navbar-light .navbar-toggler-icon {
  background-image: url(data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(f, f, f, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e) !important;
}
.container-fluid {
  padding: 30px 50px !important;
}

.btn-small {
  color: #fff !important;
}

h2, h3 {
  color: #006400;
  margin-top: 0px;
}

div.c-wrapper {
  height: 50%; /* for example */
  margin: auto;
}

/** #region Carousel styling      **/
.carousel-inner {
  background-color: transparent !important;
}

.carousel-control-prev, .carousel-control-next {
  background: #006400 !important;
  background-color: #006400 !important;
}

.carousel-caption h3 {
  color: #fff;
}

.carousel-inner > .carousel-item > img, 
.carousel-inner > .carousel-item > a > img {
  height: 50%; /* use this, or not */
  margin: auto;
}

.carousel {
    background: #ffffff;
    margin-top: 20px;
}

.carousel-indicators li {
  background-color: #33aa33;
}

.carousel-indicators li.active {
  background-color: #006400;
}


.carousel .item {
    min-height: 280px; /* Prevent carousel from being distorted if for some reason image doesn't load */
}
.carousel .item img {
    margin: 0 auto; /* Align slide image horizontally center */
}

/** endregion Carousel styling      **/

/* Begin Override Bootstrap navbar styling */
.rhgh-fixed-top {
  position: fixed;
  top: 0px; /* When the element reaches top: 10px, it becomes fixed. */
  z-index: 100;
}

.rhgh-fixed-bottom {
  position: fixed;
  bottom: 0px; /* When the element reaches top: 10px, it becomes fixed. */
  z-index: 100;
}

.navbar { 
    background-image: none;
}

.navbar-default {
  background-color: #006400;
  color:#fff;
  border-radius:0;
  font-size:13px;
}
  
.navbar-default .navbar-nav > li > a {
    color: #fff;
}

.navbar-default .navbar-nav > .active > a {
  color: #fff;
  background-color:transparent;
}
      
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus,
.navbar-default .navbar-nav > .open >a {
    color: #fff;
    background-color: #33aa33;
    text-decoration: none;
}
     
.navbar-default .navbar-brand {
    color: #fff;
}

.navbar-default .navbar-toggle {
    background-color:#fff;
}
.navbar-default .icon-bar {
    background-color:#33aa33;
}

.navbar .navbar-nav > li.open > a:hover,
.navbar .navbar-nav > li.open > a:focus {
  background-color: #33aa33;
  color: #fff;
}

.navbar-default .navbar-nav .open .dropdown-menu>li>a,.navbar-default .navbar-nav .open .dropdown-menu {
    color:#fff;
}

.navbar-default .dropdown-menu {
     background-color: #006400;
     color: #fff;
}

.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
    background-color: #33aa33;
    background-image: none !important;
    color: #fff;
}
/* End Override Bootstrap navbar styling   */

/* Begin card styling                      */
.card > .card-header {
  background-image: none;
  background-color: #fff;
  color: #006400;

}
/* End card styling                        */

.btn-primary {
    color: #fff;
    background-color: #006400;
    border-color: #33aa33;
}

.btn-primary:hover {
  color: #fff;
  background-color: #006400;
  border-color: #33aa33;
}

a {
  color: #ffffff;
}

a:focus, a:hover {
  color: #ffffff;
}

/** End Override Bootstrap navbar styling **/

a, a:hover, a:link, a:visited {
  color: #ffffff;
  text-decoration: none;
}

#accommodation a, #accommodation a:hover, #accommodation a:link, #accommodation a:visited, #contact a, #contact a:hover, #contact a:link, #contact a:visited, #customer_reviews a, #customer_reviews a:hover, #customer_reviews a:link, #customer_reviews a:visited {
  color: #006400 !important;
  text-decoration: none;
}

 #contact span.heading {
  font-weight: bold;
}

.df-label {
  color: #006400;
  padding: 10px 0px;
}

input[type=text], input[type=email], textarea {
  margin: 5px 1px 3px 0px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  appearance: textfield;

  border-radius: 3px; /* future proofing */
  -khtml-border-radius: 4px; /* for old Konqueror browsers */

  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(126, 239, 104, 0.6);
  outline: 0 none;
}

/*
input[type=text], input[type=email], textarea {
  border: 1px solid #33aa33;
}
*/

textarea {
  vertical-align: top;
}

.gps-coordinates {
  padding: 8px 0px 12px 0px;
}

@media only screen and (max-width: 768px) {
  .df-label {
    padding: 0px;
  }
  
  .navbar-brand {
    font-size: 0.95rem;
  }

  .navbar-default {
    font-size: 12px;
  }

  .main-img {
    box-shadow: 4px 4px 2px #c0c0c0;
  }

  .about-us-img {
    box-shadow: 4px 4px 2px #c0c0c0;
    height: 110px;
    width: 220px;
  }

  .accommodation-img, .activities-img {
    padding: 10px 0px;
    height: auto;
    width: 220px;
  }

  .google-map {
    height: 180px;
    width: 240px;
  }

  .video-content {
    width: 100%;
  }
}

@media only screen and (min-width: 769px) {
  .main-img {
    box-shadow: 8px 8px 4px #c0c0c0;
  }

  .about-us-img {
    box-shadow: 6px 6px 3px #c0c0c0;
    height: 220px;
    width: 330px;
  }

  .accommodation-img, .activities-img {
    padding: 10px 0px;
    height: auto;
    width: 330px;
  }

  .google-map {
    height: 300px;
    width: 400px;
  }

  .video-content {
    width: 540px;
  }
}