@charset "utf-8";
/*@font-face {
    font-family: League_Gothic;
    src: url('fonts/League_Gothic.otf') format('opentype');
}*/
body {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	
	overflow-y: scroll;
	overflow-x: hidden;
}
.header {
	position: relative;
	width: 100vw;
	overflow-x: hidden;
	text-align: center;
}
.banner {
	position: relative;
	width: 100%;
	margin-bottom: -5px;
}
.nav {
	position: relative;
	top: 0;
	left: 0;
	width: 100%;
	background: #F5F2ED;
	-webkit-box-shadow: 0px -7px 9px -7px rgba(193,145,109,0.4) inset;
	-moz-box-shadow: 0px -7px 9px -7px rgba(193,145,109,0.4) inset;
	box-shadow: 0px -7px 9px -7px rgba(193,145,109,0.4) inset;
}
.navBar {
	padding: 0;
	margin: 0;
	padding-top: 1vh;
	padding-bottom: 1vh;
}
.navBtn {
	margin-left: 5px;
	margin-right: 5px;
	color: black;
	font-variant: small-caps;
	font-weight: bold;
	text-decoration: none;
	font-size: 12px;
}
.navBtn:hover {
	cursor: pointer;
	color: black;
	text-shadow: #6C5C4D 0px 0px 4px;
}
.break1 {
	display: none;
}
.visToggle1 {
	display: inline-block;
}
.break2 {
	display: block;
}
.visToggle2 {
	display: none;
}
.tour {
	position: relative;
	width: 100vw;
	overflow: hidden;
	text-align: center;
	background: #C1916D;
	background: -webkit-linear-gradient(to top, #C1916D, #DBD2C1);
	background: -o-linear-gradient(to top, #C1916D, #DBD2C1);
	background: -moz-linear-gradient(to top, #C1916D, #DBD2C1);
	background: linear-gradient(to top, #C1916D, #DBD2C1);
}
.contact {
	position: relative;
	width: 100vw;
	min-height: 46vw;
	overflow: hidden;
	text-align: center;
	background: url(../images/NGA1.jpg) top center;
	background: 100% auto;
}
.title {
	position: relative;
	font-size: 36px;
	font-variant: small-caps;
	font-weight: bold;
	text-align: center;
}
.title1 {
	margin-top: 5vh;
	margin-bottom: 10vh;
}
.description {
	position: relative;
	display: inline-block;
	width: 50vw;
	min-width: 270px;
	font-size: 14.7px;
	margin-top: 5vh;
	margin-bottom: 5vh;
}
.desc1 {
	margin-top: 0;
	margin-bottom: 10vh;
	padding-bottom: 0;
}
.headerDetails {
	position: relative;
	bottom: 0;
	margin-bottom: 10vh;
	color: black;
	font-variant: small-caps;
	font-weight: bold;
	font-size: 12px;
	text-shadow: 0px 0px 20px white, 0px 0px 20px white, 0px 0px 20px white;
	text-align: center;
}
.headerDetails p {
	margin: 0;
	padding: 0;
}
.hdrDetails {
	font-variant: normal;
}
.email {
	text-decoration: none;
	color: black;
}
.email:hover {
	color: #EF7F20;
}
/*.heading {
	font-weight: bold;
	color: #077141;
}*/
.facebook {
	margin-top: 5vh;
	position: relative;
	display: inline-block;
	text-decoration: none;
	color: black;
}
.fb {
	position: relative;
	height: 100px;
}
.footer {
	position: relative;
	width: 100vw;
	background: #C1916D;
	background: -webkit-linear-gradient(to right, #C1916D, #DBD2C1);
	background: -o-linear-gradient(to right, #C1916D, #DBD2C1);
	background: -moz-linear-gradient(to right, #C1916D, #DBD2C1);
	background: linear-gradient(to right, #C1916D, #DBD2C1);
	padding: 0;
	margin: 0;
    font-family: Century Gothic;
	font-size: 10px;
	text-align: center;
	overflow: hidden;
}
.credit {
	position: relative;
	top: 2px;
	padding: 0;
	margin: 0;
	margin-left: 10px;
}
.creditInvis {
	display: none;
}
.creditDes {
	position: relative;
	top: -10px;
}
.cahillcode {
	position: relative;
	top: 0px;
	height: 30px;
	padding: 0;
	margin: 0;
}
.break2 {
	display: inline;
}
.invis {
	display: none;
}
@media only screen and (min-width: 335px) {
.footer {
	text-align: center;
}
.credit {
	margin-left: 0;
}
}
@media only screen and (min-width: 460px) {
.break1 {
	display: block;
}
.visToggle1 {
	display: none;
}
.break2 {
	display: none;
}
.visToggle2 {
	display: inline-block;
}
}
@media only screen and (min-width: 530px) {
.navBtn {
	font-size: 2.25vw;
}
.headerDetails {
	font-size: 2.25vw;
}
}
@media only screen and (min-width: 460px) {
.credit {
	top: -10px;
}
.creditInvis {
	display: inline;
}
.creditDes {
	top: 0;
}
.cahillcode {
	top: 10px;
}
.break2 {
	display: none;
}
}
@media only screen and (min-width: 710px) {
.break1 {
	display: none;
}
.visToggle1 {
	display: inline-block;
}
.navBtn {
	font-size: 16px;
}
.headerDetails {
	font-size: 16px;
}
}
@media only screen and (min-width: 753px) {
.description {
	font-size: 1.95vw;
}
}
@media only screen and (min-width: 1028px) {
.description {
	font-size: 20px;
}
}