/* general styles */
html, body {
  height: 100%;
  width: 100%;
  background-color: #5A5722;
}

/* padded section */
.pad-section {
  padding: 50px 0;
}
.pad-section img {
}

/* header */
.description {
	width: 100%;
	text-align: center;
}

.navbar-brand {
	margin-left: 5%;
}

/* vertical-centered text */
.text-vcenter {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}
.text-vcenter h1 {
  font-size: 4.5em;
  font-weight: 700;
  margin: 0;
  padding: 0;
}


/* Typography */
h1 {
	font-family: 'League Script', cursive;
	color: #FFF;
	font-weight: normal;
	font-size: 1.8em;
	margin-bottom: 0.8em;
	margin-top: 0px;
}
h2 {
	font-family: 'Raleway', sans-serif;
	color: #FFF;
	font-size: 0.8em;
	text-transform: uppercase;
	font-weight: 200;
	margin-top: -32px;
	line-height: 1.25em;
}
h3 {
	font-family: 'Special Elite', sans-serif;
	text-transform: uppercase;
	color: #FFF;
	font-size: 1em;
}
h4 {
	font-family: 'Raleway', sans-serif;
	color: #FFF;
	font-size: 1em;
	font-weight: 200;
	margin-top: -24px;
	line-height: 1.25em;
}
h5 {
	font-family: 'League Script', cursive;
	color: #FFF;
	font-weight: normal;
	font-size: 2.6em;
	text-align: center;
}
h6 {
	font-family: 'Raleway', sans-serif;
	color: #FFF;
	font-size: 1.2em;
	text-transform: uppercase;
	font-weight: 200;
	margin-top: -38px;
	line-height: 1.25em;
	letter-spacing: 1px;
	text-align: center;
}
h7 {
	font-family: 'Special Elite', sans-serif;
	color: #000;
	font-size: 1em;
	line-height: 0.2em;
}


p{
	font-family: 'Raleway', sans-serif;
	font-size: 1em;
	color: #FFF;
}

.footer p{
	font-size: 0.8em;
}

.black{
	color: #000;
}


/* additional sections */
#home {
	display: table;
	height: 100%;
	position: relative;
	width: 100%;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-attachment: fixed;
	background-image: url(../img/okavango-river-lodge-bar-b.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}

.footer {
	position: absolute;
	bottom: 0;
	width: 100%;
	/* Set the fixed height of the footer here */
	height: 60px;
	background-color: #5A5722;
}

.footer .container {
	width: auto;
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 0;
	padding-left: 15px;
	background-color: #5A5722;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: rgb(255,255,255);
}

.footer a{
	color: rgb(255,255,255);
}

.footer a:hover{
	font-weight: bold;
	text-decoration: none;
}

.background {
	width: 100%;
	text-align: center;
	margin-top: 250px;
}

#lodging {
	background-color: #5a5722;
}

#lodging .container {
	background-color: #5a5722;
	background-image: url(../img/orl-fish.png);
	background-repeat: no-repeat;
	background-position: left top;
}

#amenities {
	background-color: #A6A13F;
	color: #ffffff;
}
#amenities .glyphicon {
  display: inline-block;
  font-size: 60px;
  text-align: center;
  vertical-align: middle;
}

#amenities .fa {
  display: inline-block;
  font-size: 60px;
  text-align: center;
  vertical-align: middle;
}

#amenities .container {
	background-color: #A6A13F;
	background-image: url(../img/orl-three-fish.png);
	background-repeat: no-repeat;
	background-position: right top;
}

.panel-default>.panel-heading{
	background-color: #676327;
	color: #FFF;
}

#activities {
	display: table;
	height: 800px;
	position: relative;
	width: 100%;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-attachment: fixed;
	background-image: url(../img/mokoro-okavango-river-lodge.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}
#activities .panel {
  opacity: 0.85;
}

#activities .container {
	background-color: rgba(0,0,0,0.1);
}

#safaris .container {
	background-color: #5A5722;
}

#safaris-main {
	display: table;
	height: 800px;
	position: relative;
	width: 100%;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-attachment: fixed;
	background-image: url(../img/moremi-day-trip.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	padding-top: 40px;
}
#safaris-main .panel {
  opacity: 0.85;
}

#safaris-main .container {
	background-color: rgba(0,0,0,0.1);
}

#safaris-main a{
	color: #5A5722;
}

#safaris-main a:hover{
	font-weight: bold;
	text-decoration: none;
}


#location {
	background-color: #A6A13F;
}

#location .container {
	background-color: #A6A13F;
	background-image: url(../img/orl-three-big-fish.png);
	background-repeat: no-repeat;
	background-position: left center;
}

#google_map {
  height: 500px;
}

#faq .container {
	background-color: #5A5722;
}

#faq-main {
	display: table;
	height: 800px;
	position: relative;
	width: 100%;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-attachment: fixed;
	background-image: url(../img/okavango-river-lodge-family-room.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	padding-top: 40px;
}
#faq-main .panel {
  opacity: 0.85;
}

#faq-main .container {
	background-color: rgba(0,0,0,0.1);
}


social {
  padding: 20px 0;
}

social .container {
	background-color: #5A5722;
}

social .glyphicon {
  color: #333333;
  font-size: 60px;
}
social .glyphicon:hover {
  color: #306d9f;
}

social a{
  	color: rgb(255,255,255);
}

social a:hover{
	color: rgb(255,255,255);
	font-weight: bold;
	text-decoration: none;
}

.text-right{
	font-size: 0.8em;
}

/* buttons */
.btn-lg,.btn-group-lg>.btn {
	border-radius: 50% / 25%;
}

/* scroll-top-button */
.scroll-top-wrapper {
    position: fixed;
    opacity: 0.85;
    visibility: hidden;
    overflow: hidden;
    text-align: center;
    z-index: 99999999;
    background-color: #CA5751;
    color: #eeeeee;
    width: 40px;
    height: 40px;
	line-height: 36px;
    right: 30px;
    bottom: 30px;
    padding-top: 2px;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.scroll-top-wrapper:hover {
    background-color: #d2322d;
}
.scroll-top-wrapper.show {
    visibility:visible;
    cursor:pointer;
    opacity: 1.0;
}
.scroll-top-wrapper i.fa {
    line-height: inherit;
}

/* slide-panel*/
#slide-panel {
    width:300px;
    height:300px;
    padding:10px;
    background:#5A5722;
	opacity: 0.85;
    margin-left:-300px;
}
#opener {
    float:right;
    margin:-10px -58px 0px 0px;
    border-radius:0;
	font-size: 1.6em;
}
#slide-panel a{
	color:#fff;
	text-decoration: underline;	
}

/* bootstrap photo gallery */
.modal {
	overflow: auto;
	color: #333;
}

#links{
	display: none;
}
