/*
Color scheme
light green #b3c683
dark green #9aaa73

light blue #93b1c4
blue #708a9a
dark blue #2c373d



*/


html {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  padding: 0;
  background-color:#2c373d;
}

.container-fluid {
  padding: 0;
}


#main-photo {
	border-bottom: 2px solid #fff;
}

.glyphicon-home {
	color: #93b1c4;
	font-size: 20px;
	text-shadow: 4px 1px 0 #fff,
	-4px 1px 0 #fff, 
	-4px 0px 0 #fff, 
	4px 0px 0 #fff, 
	0px -4px 0 #fff, 
	-1px -1px 0 #fff, 
	1px -1px 0 #fff, 
	-1px 1px 0 #fff, 
	1px 1px 0 #fff;
     -webkit-text-stroke: 1px #fff;
	
}




.home-title {
	text-transform: uppercase;
	font-size: 21px;
	margin: 0;
	padding: 10px 20px;
}

.custom-btn:last-child {
	margin-bottom: 5px;
}

.button-wrapper {
	background-color: #708a9a;
	padding: 5px;
	padding-bottom: 1px;
	margin-bottom: 5px;
}

.custom-btn {
	font-size: 21px;
	border-radius: 0;
	background-color: #2c373d;
	border: 2px solid #fff;
	white-space: normal;
	margin-bottom: 0;
	
}

.custom-btn:hover, .custom-btn:active, .custom-btn:focus {
	background-color: #3c484f !important;
	border: 2px solid #fff !important;

}


#logo-container {
	background-color: #93b1c4;
	width: 260px;
	position: absolute;
	z-index: 200;
	right: 0;
	padding: 10px;
	border: 2px solid #fff;
	margin: 15px;
}

.logo {
	margin: 0 auto;
}



#nav-container {
	font-family: "adobe-garamond-pro", serif;
	font-weight: 400;
	font-style: normal; 
	background-color: #2c373d; 
	color: #fff;
	text-align: center;
	font-size: 14px;
	line-height: 24px;
	padding: 0 15px 15px 15px;
	border: solid 2px #fff;
	position: absolute;
	z-index: 200;
	right: 0;
	margin-right: 39px;
	top: 105px;
}

#instructions {
	position: absolute;
	z-index: 200;
	color: #fff;
	top: 528px;
	right: 0;
	width: 200px;
	margin-right: 42px;
	font-size: 18px;
	font-weight: bold;
	text-shadow: 2px 2px 2px rgba(0, 0, 0, 1);

}

h2 {
	font-style: italic;
	font-size: 28px;
	font-weight: 400;
	margin-top:15px;
	
}

.nav > li > a {
    position: relative;
    display: block;
    padding: 2px 15px;
    color: #fff;
    outline: 0;
    transition: background-color 0.5s ease;
}

.nav > li > a:hover, .nav > li > a:active, .nav > li > a:focus {
	background-color:  #3c484f;
	

}



@media (max-width: 950px) {
	#nav-container {
		position: relative;
		margin: 0 auto;
		width: 320px;
		top: 0;
		border: none;
		z-index: 0;
		text-align: left;
	}
	
	#instructions {
	position: relative;
	z-index: 0;
	right: 0;
	width: auto;
	font-size: 14px;
	font-weight: bold;
	top: 0;
	margin-left: 10px;
	margin-right: 10px !important;
	text-align: center;
	right: auto;
	text-shadow: none;

	}

	
	
	#nav-container h2 {
		font-size: 24px;
	}
	
	#logo-container {
		position: relative;
		width: 100%;
		top: 0;
		margin: 0;
		border-left: none;
		border-right: none;
		border-top: none;
		z-index: 0;
	}
	#main-photo {
	}
	
	 .custom-btn {
		 font-size: 18px;
	 }
	 
	 #nav-left {
		 display: inline-block;
		 margin-right: 20px;
	 }
	 #nav-right {
		 display: inline-block;
	 }
	
}

@media (max-width: 500px) {
.glyphicon-home {
	color: #93b1c4;
	font-size: 20px;
	text-shadow: none;
     -webkit-text-stroke: 2px #fff;
	 }
}

/*revised popover*/

.custom-popover, .custom-popover-2,.custom-popover-3,.custom-popover-4 {
	width: 20px;
	height: 20px;
  	text-align: center;
  	padding: 6px 0;
  	font-size: 12px;
  	line-height: 1.42;
  	border-radius: 15px;
	background-color: #869b53;
	border-radius: 20px;
	border: 2px solid #fff;
	position: absolute;
	z-index: 1000;
}

.custom-popover {
	top: 80.90079556577155%; left: 8.333333333333332%;
}

.custom-popover-2 {
	top: 56.727477435782944%; left: 32%;
}

.custom-popover-3 {
	top: 21.09463734121116%; left: 52.13333333333333%;
}

.custom-popover-4 {
	top: 5.758266818700114%; left: 25.7%;
}

.popover {
	background-color: #869b53;
	border-radius: 0;
	border: 2px solid #fff;
	font-family: "adobe-garamond-pro", serif;
	font-weight: 400;
	font-style: normal; 
	font-size: 17px;
	line-height: 22px;
	color: #fff;
}


.popover-title {
	text-transform: uppercase;
	font-size: 21px;
	background-color: #9aaa73;
	margin: 0;
	padding: 10px 20px;
	border: none;
	-webkit-border-radius: 0 !important;
     -moz-border-radius: 0 !important;
          border-radius: 0 !important;
}


.popover-house {
	position: absolute;
	z-index: 200;
	padding: 5px;
}

.button-popover {
	background-color: #93b1c4;
	text-decoration: none;
}

 .glyphicon-home:hover,  .glyphicon-home:active, .glyphicon-home:focus {
	color: #93b1c4 !important;
	outline: none !important;
}

.button-popover .popover-content {
	padding: 0;
	text-align: center;
}
.custom-pop-container {
	padding: 0;
}
.custom-pop-container p {
	padding: 10px 20px;
}

 

#Peregrine {
	top: 79.975%;
	left: 72.4%;
	text-decoration: none;
}

#Salt_Panne {
	top: 41.952%;
	left: 25.133%;
	text-decoration: none;
}

#Seagate {
	top: 36.619%;
	left: 15.6%;
	text-decoration: none;
}

#Windward {
	top: 65.90649682004748%;
	left: 54%;
	text-decoration: none;
}

.btn:focus,.btn:active {
   outline: none !important;
}


.close-popover, .close-popover:hover {
	text-decoration: none;
	color: #fff;
}





/*modal*/

.modal-body {
	padding: 0;
}

#myModal {
	padding: 0;
}

.modal-open .modal {
	background-color: rgba(44, 55, 61, 0.851);
}


.modal-dialog {
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
  margin-top: 20px;
}

.modal-content {
  height: 100%;
  box-shadow: none !important;
  border-radius: 0;
  background-color: transparent;
  border: none;
}

/*carousel*/

.slide-images {
	margin: 0 auto;
}

.carousel-control {
	margin-top: 70px;
	margin-bottom: 70px;
	background-image: none !important;
	top: 100px;
	bottom: auto;
	left: auto;
}



/*tabbed content*/

.tab-content {
	margin-left: 10%;
	margin-right: 10%;
	background-color: rgb(230, 229, 223);
	border-bottom: solid 2px #fff;
	border-left: solid 2px #fff;
	border-right: solid 2px #fff;

}


.tab-head {
	margin-left: 10%;
	margin-right: 10%;
	background-color: #6c8595;
	border-top: solid 2px #fff;
	border-left: solid 2px #fff;
	border-right: solid 2px #fff;
	font-family: "adobe-garamond-pro", serif;
	font-weight: 400;
	font-style: normal;
}

.custom-tabs {
	padding: 10px 10px 0 10px;;
	font-size: 21px;
	
}
.custom-tabs > li > a {
	border-radius: 0 !important;
	padding: 10px 22px;
	background-color: #4d606b;
	border: none;
}
.custom-tabs li {
	margin-right: 4px;
}

.custom-tabs > li.active > a, .custom-tabs > li.active > a:hover, .custom-tabs > li.active > a:focus {
	background-color: rgb(230, 229, 223); 
	color: #4d606b;
	border: none;
	border-bottom: solid 1px rgb(230, 229, 223) !important;
	
}

.slide-title {
	text-align: right;
	color: white;
	font-size: 34px;
	margin: 15px 54px 5px 10px;
	float: right;
	clear: both;
	text-transform: uppercase;

}

.inquire-container {
	width: 100%;
	border-top: solid 2px #fff;
	border-bottom: solid 2px #fff;
	background-color: #869b53;
	text-align: center;
	padding: 20px;
	margin: 25px 0;
}


.inquire-btn {
	background-color: #9aaa73; 
	font-family: "adobe-garamond-pro", serif;
	font-weight: 400;
	font-style: normal;
	color: #fff;
	border-radius: 0;
	border: 2px solid #fff;
	font-size: 21px;
}

.inquire-btn:hover, .inquire-btn:active,.inquire-btn:focus {
	background-color: #9aaa73; 
	font-family: "adobe-garamond-pro", serif;
	font-weight: 400;
	font-style: normal;
	color: #fff;
	border-radius: 0;
	border: 2px solid #fff;
	font-size: 21px;
}

.modal-footer {
	border: none;
}

.close-modal-btn, .close-modal-btn:hover {
	border-radius: 0;
	border: 2px solid #fff;
	padding: 6px 7px;
	vertical-align: top;
	background-color: #4d606b;
	line-height: 14px;
	color: #fff;
	position: absolute;
	float: right;
	right: 10%;
	margin-top: 12px;
	margin-right: 14px;
}

.close-bottom {
	position: relative !important;
}

@media (max-width: 740px) {
	.slide-title {
	    text-align: left;
	    color: white;
	    font-size: 34px;
	    margin: 15px 54px 5px 10px;
	    float: none;
	    clear: both;
	}
	.inquire-container {
		padding: 10px;
	}
	.inquire-btn, .inquire-btn:hover, .inquire-btn:active, .inquire-btn:focus {
		font-size: 16px;
	}


}

@media (max-width: 400px) {
	.custom-tabs {
    padding: 10px 0px 0 7px;
    font-size: 18px;
	}
	.custom-tabs > li > a {
	    border-radius: 0 !important;
	    padding: 8px 18px;
	    background-color: #4d606b;
	    border: none;
	}
	
}

.rendering {
	padding-top: 30px;
}






.popover.right>.arrow:after {
    left: 3px;
    bottom: -10px;
    border-right-color: #708a9a;
}
.popover.right>.arrow {
    left: -12px;
    margin-top: -12px;
    border-right-color: #fff;
}






.green-pop.right>.arrow:after {
    left: 3px;
    bottom: -10px;
    border-right-color: #869b53;
}
.popover.right>.arrow {
    left: -12px;
    margin-top: -12px;
    border-right-color: #fff;
}



.popover.left>.arrow:after {
    right: 3px;
    bottom: -10px;
    border-left-color: #708a9a;
}
.popover.left>.arrow {
    right: -12px;
    margin-top: -12px;
    border-left-color: #fff;
}





.popover.bottom>.arrow:after {
    top: 3px;
    bottom: -10px;
    border-bottom-color: #708a9a;
}
.popover.bottom>.arrow {
    top: -12px;
    bottom: -12px;
    border-bottom-color: #fff;
}


.popover.top>.arrow:after {
    bottom: 3px;
    border-top-color: #93b1c4;
}
.popover.top>.arrow {
    bottom: -12px;
    border-top-color: #fff;
}


.green-pop.bottom>.arrow:after {
    top: 3px;
    bottom: -10px;
    border-bottom-color: #9aaa73;
}
.green-pop.bottom>.arrow {
    top: -12px;
    bottom: -12px;
    border-bottom-color: #fff;
}


.popover>.arrow {
    border-width: 12px;
}

.trigger-tab {
	text-decoration: none;
}

.trigger-tab:hover {
	text-decoration: none;
}



.dot  {

    background:#869b53;
    animation:myfirst 2s;
    -moz-animation:myfirst 2s infinite; /* Firefox */
    -webkit-animation:myfirst 2s infinite; /* Safari and Chrome */
}

     @-moz-keyframes myfirst /* Firefox */
    {
    0%   {background:#b3c683;}
    50%  {background:#7b8a58;}
    100%   {background:#b3c683;}
    }

        @-webkit-keyframes myfirst /* Safari and Chrome */
    {
    0%   {background:#b3c683;}
    50%  {background:#7b8a58;}
    100%   {background:#b3c683;}
    }
    
    
    
    
.popover-house  {

    color:#93b1c4;
    animation:house 2s;
    -moz-animation:house 2s infinite; /* Firefox */
    -webkit-animation:house 2s infinite; /* Safari and Chrome */
}

     @-moz-keyframes house /* Firefox */
    {
    0%   {color:#93b1c4;}
    50%  {color:#2c373d;}
    100%   {color:#93b1c4;}
    }

        @-webkit-keyframes house /* Safari and Chrome */
    {
    0%   {color:#93b1c4;}
    50%  {color:#2c373d;}
    100%   {color:#93b1c4;}
    }    

.inquire-marshwalk-btn {
	width: 100%;
	font-size: 14px;
	border: 2px solid #fff;
	border-radius: 0;
	margin-top: 10px;
	color: #fff;
	background-color: #708a9a;
}

.inquire-marshwalk-btn:hover, .inquire-marshwalk-btn:active, .inquire-marshwalk-btn:focus {
	width: 100%;
	font-size: 14px;
	border: 2px solid #fff;
	border-radius: 0;
	margin-top: 10px;
	color: #fff;
	background-color: #93b1c4;
}

