/*!
 * Start Bootstrap - Full Width Pics HTML Template (http://startbootstrap.com)
 * Code licensed under the Apache License v2.0.
 * For details, see http://www.apache.org/licenses/LICENSE-2.0.
 */

body {
    margin-top: 50px; /* Required margin for .navbar-fixed-top. Remove if using .navbar-static-top. Change if height of navigation changes. */
}

.image-bg-fluid-height,
.image-bg-fixed-height {
    text-align: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

h4 {
color: darkred;
}

h5 {
color: dimgrey;
font-size: 18px;    
}

.lodge {
margin-left: 30px;
}



footer {
text-align: center;
}

.map-fix {
float: right;
clear: right;    
}

.lodge-list {
margin-top: 50px;
}

.image-bg-fluid-height {
	background: url(../images/DNA-B-468x60-3.png) no-repeat center center scroll;
    padding: 100px 0;
}

.image-bg-fluid-height-2 {
	background: url(../images/header-2.jpg) no-repeat center center scroll;
    padding: 30px 0;
}

.image-bg-fixed-height {
	background: url(../images/header.jpg) no-repeat center center scroll;
    height: 450px;
}

.img-center {
	margin: 0 auto;
}

section {
    padding: 10px 0;
}

.section-heading {
    margin: 30px 0;
    font-size: 4em;
}

.section-lead {
    margin: 30px 0;
}

.section-paragraph {
    margin: 30px 0;
}

footer {
    margin: 50px 0;
}

@media(max-width:768px) {
    section {
        padding-top: 25px;
        padding-bottom: 25px;
    }

    .section-heading {
        font-size: 2em;
    }
    
    .navbar-brand {
    font-size: 16px;
    }
}

/* custom */

.right-dropdown {
width: 100%;
}
.info-list {
list-style-type: none;
text-align: left;
margin: 0px;
}

ul.info-list {

margin: 0px;
}
.info-title {
color:crimson;
margin: 0px;  
padding: 5px 0px 10px 0px;
font-size: 1.3em; 
text-align: center;    
}

.well-size {
padding: 10px;
    margin-left: 0px;
}

ul, menu, dir {
margin: 0px;
padding: 0px;
}

small {
font-size: .65em;
}
/*
.nopadding {
   padding: 0 !important;
   margin: 0 !important;
}
*/

.myButton {
	-moz-box-shadow:inset 0px 1px 0px 0px #f5978e;
	-webkit-box-shadow:inset 0px 1px 0px 0px #f5978e;
	box-shadow:inset 0px 1px 0px 0px #f5978e;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #f24537), color-stop(1, #c62d1f));
	background:-moz-linear-gradient(top, #f24537 5%, #c62d1f 100%);
	background:-webkit-linear-gradient(top, #f24537 5%, #c62d1f 100%);
	background:-o-linear-gradient(top, #f24537 5%, #c62d1f 100%);
	background:-ms-linear-gradient(top, #f24537 5%, #c62d1f 100%);
	background:linear-gradient(to bottom, #f24537 5%, #c62d1f 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f24537', endColorstr='#c62d1f',GradientType=0);
	background-color:#f24537;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #d02718;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:Arial;
	font-size:15px;
	font-weight:bold;
	padding:6px 24px;
	text-decoration:none;
	text-shadow:0px 1px 0px #810e05;
}
.myButton:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #c62d1f), color-stop(1, #f24537));
	background:-moz-linear-gradient(top, #c62d1f 5%, #f24537 100%);
	background:-webkit-linear-gradient(top, #c62d1f 5%, #f24537 100%);
	background:-o-linear-gradient(top, #c62d1f 5%, #f24537 100%);
	background:-ms-linear-gradient(top, #c62d1f 5%, #f24537 100%);
	background:linear-gradient(to bottom, #c62d1f 5%, #f24537 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#c62d1f', endColorstr='#f24537',GradientType=0);
	background-color:#c62d1f;
}
.myButton:active {
	position:relative;
	top:1px;
}


.btn-default {
border: none;
}

.well-height {
min-height: 550px;
}

.nav-float {
clear: right;
float: right;    
}