@charset "UTF-8";
/* CSS Document */


#topDiv {
	width: 100%;
	background-color: rgb(0, 102, 51);
	padding: 0px;
	margin: 0px;
	height: 180px;
}

#mainLogo {
	height: 180px;
	width: auto;
	margin: 0px;
}

#upperContactDiv {
	font-family: sans-serif;
	position: absolute;
	top: 25px;
	right: 5px;
	text-align: right;
	font-size: 20px;
	
}

#upperContactDiv span {
	xfont-weight: bold;
}

#upperContactDiv a {
	text-decoration: none;
	color: rgb(20, 20, 100)
}

.contactMain {
	font-size: 18px;
}



/***********
 * Nav Bar Stuff
 **********/
/* Add a black background color to the top navigation */
.topnav {
    background-color: #333;
    overflow: hidden;
}

/* Add an active class to highlight the current page */
.active {
    background-color: #565656;
    color: white;
}

/* Style the links inside the navigation bar */
.topnav a {
    float: left;
    display: block;
    color: #f2f2f2;
    text-align: center;
    padding: 10px 16px;
    text-decoration: none;
    font-size: 17px;
	font-family: 'Lato', sans-serif;
	text-transform: uppercase;
}

.topnav a:active {
	color: #f2f2f2;
}

.topnav a:visited {
	color: #f2f2f2;
}

/* When the screen is less than 600 pixels wide, hide all links, except for the first one ("Home"). Show the link that contains should open and close the topnav (.icon) */
@media screen and (max-width: 600px) {
  .topnav a:not(:first-child) {display: none;}
  .topnav a.icon {
    float: right;
    display: block;
  }
}

/* The "responsive" class is added to the topnav with JavaScript when the user clicks on the icon. This class makes the topnav look good on small screens (display the links vertically instead of horizontally) */
@media screen and (max-width: 600px) {
  .topnav.responsive {position: relative;}
  .topnav.responsive a.icon {
    position: absolute;
    right: 0;
    top: 0;
  }
  .topnav.responsive a {
    float: none;
    display: block;
    text-align: left;
  }
}

/* Change the color of links on hover */
.topnav a:hover {
    background-color: #ddd;
    color: black;
}

/* Hide the link that should open and close the topnav on small screens */
.topnav .icon {
    display: none;
}


/***** End nav bar stuff ******/

body {
	margin-left: auto;
	margin-right: auto;
	font-family: 'PT Sans', sans-serif;
}

sh1 sh2 {
	font-family: 'Playfair Display', serif;
}


.banner-box {
	height: 400px;
	background-color: #464646;
	background-image: url(images/banner2.jpg);
	background-size: cover;
	background-position: 10% 50%;
	font-family: 'Lato', sans-serif;
}

#BannerHeading {
	color: white;
	text-shadow: 2px 2px 0 #000;
	font-size: 28px;
	margin-top: 00px;
}

#BannerHeading span {
	padding-left: 40px;
	padding-top: 2px;
	padding-bottom: 2px;
}

#BannerSubheading {
	color: white;
	margin-top: 2px;
	text-shadow: 2px 2px 0 black;
	font-size: 22px;
	xpadding-left: 80px;
	
}

#BannerSubheading span {
	xbackground: rgba(0,0,0,.5);
	padding-left: 60px;
	padding-right: 5px;
	padding-bottom: 3px
}

#BannerSpacer {
	font-size: 8px;
}

.col img {
	width: 100%;
	xmax-width: 400px;
	height: auto;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
}

.col a {
	font-size: 14px;
}

.col p {
	margin-bottom: 2px;
	margin-left: 5px;
	margin-right: 5px;
}

.col {
	width: 80%;
	max-width: 600px;
	display: block;
	margin: 1%;
	margin-top: 1px;
	margin-left: auto;
	margin-right: auto;
}

.colHeading {
	xmargin-left: auto;
	xmargin-right: auto;
	font-weight: normal;
	text-align: left;
	font-size: 20px;
	width: 95%;
	margin-bottom: 0px;
	padding-top: 3px;
	padding-bottom: 3px;
}

.colHeading a {
	color: black;
	text-decoration:none;
	font-size: 20px;
	
}

.colHeading a:visited {
	color: black;
}

.colContainer {
	display: table;
	width: 100%;
	margin-top: 20px;
}

.colSpacer {
	height: 15px;
}

.InfoA {
	margin-left: 5px;
}

a:visited {
	color: blue;
}

a:hover {
	color: darkorange;
}

#bottomDivider {
    background-color: #333;
    overflow: hidden;
	margin-top: 15px;
	padding: 5px;
	font-size: 11px;
	color: white;
}


@media (max-width:900px){
	#BannerHeading {
		font-size: 3vw;
	}
	
	#BannerSubheading {
		font-size: 2.5vw;
	}
	
	.banner-box {
		height: 350px;
	}
}

.mainBodyDiv {
	max-width: 800px;
	margin-left: auto;
	margin-right: auto;
}

.pricingWrapper {
	margin-left: 15px;
}

.pricingContent {
	margin-left: 15px;
}


.packageHeader {
	font-weight: bold;
	font-size: 18px;
}

.addOns {
	margin-top: 3px;
	margin-left: 10px;
}

.tblLeftCol {
	float: left;
	overflow: hidden;
	white-space: nowrap;
}

.tblRightCol {
	float: left;
	overflow: hidden;
}

.tblLeftCol:after {
	content: ".......................................................";
}

.tblPriceLeft {
	width: 300px;
}

.tourSampleLink {
	font-size: 18px;
}

.specialColor {
	color: rgb(0,100,0);
}

.centerImage {
	margin-left:auto;
	margin-right:auto;
	text-align: center;
	padding-top: 25px;
}

#profilePhoto {
	width: 400px;
	height: auto;
}

/*TABLET*/
@media (max-width:600px){
	.col {
		display: block;
		width: 75%;
	}
	
	.banner-box h1 {
		padding-left: 10px; 
	}
	
	.banner-box h2 {
		padding-left: 20px;
		
	}
	
	.banner-box {
		height: 280px;
	}
	
	#upperEmail {
		font-size: 14px;
	}
	
	#upperPhone {
		font-size: 16px;
	}
	
	#mainLogo {
		height: 150px;
	}
	
	#topDiv {
		height: 150px;
	}
	
	#profilePhoto {
		width: 75%
	}
}

/*MOBILE*/
@media (max-width:400px){
	#mainLogo {
		height: 125px;
	}
	
	#topDiv {
		height: 125px;
	}

	
	#upperEmail {
		font-size: 12px;
	}
	
	#upperPhone {
		font-size: 14px;
	}
}


