/* html, body { height: 100%; margin: 0px; padding: 0px; } */
html, body {
  background-color: #fff9ee;
  color: #636b6f;
  font-family: 'Nunito', sans-serif;
  font-weight: 200;
  height: 100vh;
  margin: 0;
}

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: 76px;
  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: gold;
  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                                        */
/*************************************************************************************************/
.df-label {
  display: inline-block;
  width: 80px;
}

input[type=text], textarea {
  border: 1px solid #dcdcdc;

  margin: 5px 1px 3px 0px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 3px; /* future proofing */
  -khtml-border-radius: 4px; /* for old Konqueror browsers */
}

textarea {
  vertical-align: top;
}

.full-height {
  height: 100vh;
}

.position-ref {
  position: relative;
}

.top-right {
  position: absolute;
  right: 10px;
  top: 18px;
}

.content {
  text-align: center;
}

.m-b-md {
  margin-bottom: 30px;
}

.card-header {
  padding: .40rem 1.25rem;
  background-color: #fff;
}


h2, h3, h4 {
  color: gold;
  margin-top: 0px;
}

h2 {
  font-size: 1.5rem;
  font-weight: bold;
}

h3 {
  font-size: 1.2rem;
  font-weight: bold;
  /* margin: 20px 0px 0px 0px; */
}

h4 {
  font-size: 18px;
}

/*************************************************************************************************/
/* Table styling									                                             */
/*************************************************************************************************/
.vital_point_indicator {
	border: 1px solid #dcdcdc;
	margin-top: 0px;
	padding: 4px;
	position: absolute;
	border-radius: 4px;
	width: 394px;
}
.vital_parts_of_the_body-container {
	border: 1px solid #dcdcdc;
	width: 680px;
	border-radius: 3px;
}
.vital_parts_of_the_body-table {
	width: 680px;
}
.vital_parts_of_the_body-table thead tr th, .vital_parts_of_the_body-table tfoot tr th {
	color: #000;
	background-color: gold;
	width: 680px;
}

/*************************************************************************************************/
/* End table styling									                                             */
/*************************************************************************************************/
			

/** Begin Override Bootstrap styling      **/
.navbar {
  background-color: #222 !important;
  padding: .3rem 1rem;
}

.navbar a {
  color: #fff !important;
}

.navbar-nav {
  font-size: 13px;
}

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

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

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

.nav-link {
	color: gold !important;
}

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

a.navbar-brand {
  background-color: gold !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: gold !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;
}

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: gold !important;
  background-color: gold !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: gold;
}

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


.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: gold;
  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: gold;
     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: gold;

}
/* End card styling                        */

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

.btn-primary:hover {
  color: #fff;
  background-color: gold;
  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 {
  color: gold;
  text-decoration: none;
}

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

.df-label {
  color: gold;
  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;
  }

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

  .video-content {
    height: 401px !important;
  }
}

@media only screen and (min-width: 769px) {
  .google-map {
    height: 300px;
    width: 400px;
  }

  .video-content {
    height: 401px !important;
  }
}