@charset "utf-8";

@keyframes fadeIn {
    from {opacity: 0;}
    to {opacity: 1;}
}
body{
	height: 100%;
	margin: 0 !important;
	padding: 0 !important;
	background-color:#111111;
}
html{
    height: 100%;
    margin: 0;
    padding: 0;
}
/*----------------------------------NavBar-------------------------------- */
/*Nav bar color*/
.navbar{
	background-color:#020202;
	height: 45px;
}
/*logo hidden*/
.brandHidden{
	display:none;
}
/*Nav alignment*/
.nav {
   float: none;
   margin: 0 auto;
   display: table;
   position: relative;
   text-align: center;
}
.nav li {
	margin-top: 0px;
}
.brand {
	margin-top: 5px;
}
.navbar-nav>li>.dropdown-menu{
	padding-top: 1px;
}
#morenav{
	min-width: 86.47px;
	width: 86.47px;
}
/*Nav font style*/
.navbar-inverse .navbar-nav>li>a {
	color: #d1d1d1 ;
}
.nav li a {
	font-family: 'Philosopher', sans-serif;
	font-size: 10pt;
	color: #d9d9db;
}
.dropdown-menu>li>a{
	font-family: 'Philosopher', sans-serif;
	font-size: 9pt;
	color: #d9d9db;
	margin-top: 8px;
}
@keyframes fadeInDropDown {
    from {opacity: 0;}
    to {opacity: .9;}
}
.dropdown-menu {
	margin-top: 25px;
	min-width: 106.2px;
	width:106.2px;
    background-color: #020202 !important;
    animation-name: fadeIn;
    animation-duration: .7s;
    box-shadow: 0px 0px 0px 0px transparent;
    border: none;
    border-radius: 5px;
 	animation: fadeInDropDown;
 	animation-duration: 1.1s;
 	animation-fill-mode: forwards;
}
.dropdown-menu>li>a:focus, .dropdown-menu>li>a:hover{
	background-color:#020202;
	color: white;
}
.navbar-inverse .navbar-nav>.open>a, .navbar-inverse .navbar-nav>.open>a:focus, .navbar-inverse .navbar-nav>.open>a:hover{
	color: white;
	background-color: transparent; /*no*/
}
/*Mobile nav adjustments*/
@media screen and (max-width: 767px) {
	#mainNavBar{
		margin-top: -5px;
		box-shadow: 0px 0px 0px 0px transparent;
		border: none;
		background-color: black;
		opacity: .9;
		max-height: 2000px;
		height: 1000px;
	}
	.navbar-toggle{
		float:left;
		margin-left:35px;
		margin-top: 5px;
	}
	.navbar-nav .open .dropdown-menu{
		background-color: transparent !important; /*no*/
	}
	.navbar-inverse .navbar-nav .open .dropdown-menu>li>a {
    	color: #d9d9db;
    	margin-top: 10px;
    	text-align: left;
	}
	.navbar-inverse .navbar-nav .open .dropdown-menu>li>a:focus, .navbar-inverse .navbar-nav .open .dropdown-menu>li>a:hover {
    	color: white;
	}
	.brand{
		display:none;
	}
	.navbar-header{
		margin-top: 5px;
	}
	.brandHidden{
		display:initial;
		margin-left: 25px;
		margin-top: 5px;
	}
	.nav li a {
		font-family: 'Philosopher', sans-serif;
		font-size: 9pt;
		color: white;
	}
	.navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form{
		float: left;
	}
	.navbar-inverse .navbar-nav>li>a:focus, .navbar-inverse .navbar-nav>li>a{
		float: left;
	}
}
/*---------------------------Home---------------------------------*/
#wrapper{
	width: 100%;
	margin: auto;
}
#home{
	width: 100%;
	position:relative;
	margin: 0 auto;
	margin-bottom: 8%;
}

#imgleft{
	width: 410px;
	margin-top:4%;
	border-style: solid;
	border-width: 5px 5px 5px 5px;
	border-color: white;
	-webkit-box-shadow: 0px 0px 32px 12px rgba(0,0,0,0.8);
	-moz-box-shadow: 0px 0px 32px 12px rgba(0,0,0,0.8);
	box-shadow: 0px 0px 32px 12px rgba(0,0,0,0.8);
	animation-name: fadeIn;
    animation-duration: 2s;

}
#imgcenter{
	width: 910px;
	margin-top:4%;
	margin-left:1.2%;
	border-style: solid;
	border-width: 5px 5px 5px 5px;
	border-color: white;
	-webkit-box-shadow: 0px 0px 32px 12px rgba(0,0,0,0.8);
	-moz-box-shadow: 0px 0px 32px 12px rgba(0,0,0,0.8);
	box-shadow: 0px 0px 32px 12px rgba(0,0,0,0.8);
	animation-name: fadeIn;
	animation-duration: 2s;
}
#imgcenter2{
	display: none;
	width: 520px;
	margin-top:4%;
	margin-left:1.2%;
	border-style: solid;
	border-width: 5px 5px 5px 5px;
	border-color: white;
	-webkit-box-shadow: 0px 0px 32px 12px rgba(0,0,0,0.8);
	-moz-box-shadow: 0px 0px 32px 12px rgba(0,0,0,0.8);
	box-shadow: 0px 0px 32px 12px rgba(0,0,0,0.8);

}
#imgright{
	width: 410px;
	margin-left: 1.2%;
	margin-top:4%;
	border-style: solid;
	border-width: 5px 5px 5px 5px;
	border-color: white;
	-webkit-box-shadow: 0px 0px 32px 12px rgba(0,0,0,0.8);
	-moz-box-shadow: 0px 0px 32px 12px rgba(0,0,0,0.8);
	box-shadow: 0px 0px 32px 12px rgba(0,0,0,0.8);
	animation-name: fadeIn;
    animation-duration: 2s;
}
#imgwrapper{
	width: 1790px;
	margin: auto;
	margin-top: 100px;
}
@media screen and (max-width: 1900px){
	#imgcenter{
		display: none;
	}
	#imgcenter2{
		display: initial;
		animation-name: fadeIn;
    	animation-duration: 2s;
	}
	#imgwrapper{
		width: 1400px;
		margin: auto;
		margin-top: 100px;
	}
}
@media screen and (max-width: 1350px){
	#imgcenter{
		display: none;
	}
	#imgcenter2{
		display: none;
	}
	#imgwrapper{
		width: 850px;
		margin: auto;
		margin-top: 100px;
	}
}
@media screen and (max-width: 767px)  {
	#imgleft {
		display: none;
	}
	#imgright {
		height: 100%;
		width: 100%;
	}
	#imgwrapper{
		width: 70%;
		margin: auto;
		margin-top: 100px;
	}
}
@media screen and (max-width: 450px){
	#imgright {
		height: 100%;
		width: 100%;
	}
}
/*----------------------Gallery------------------------*/
#gallery{
	width: 70%;
	max-width: 960px;
	height: auto;
	margin: 0 auto;
	margin-top: 50px;
}
#gallery-header{
	color: white;
	font-family: 'Tangerine', cursive;
	font-size: 40pt;
}
#gallery-header-image{
	display: block;
	width: 100%;
	margin: 0 auto;
  	outline: 4px solid white;
  	outline-offset: -4px;
    cursor: pointer;

    /*hover off*/
    -webkit-transform: scale(1);
 	-webkit-transition-duration: 1s;
}
#gallery-col-left{
	margin-left: 0;
}
.gallery-column{
	width: 32.33%;
	margin-left: 1.5%;
	float: left;
}
.gallery-thumbnail{
	display: block;
	margin-top:3%;
	max-width: 100%;
	max-height: 100%;
	height: auto;
	width: auto;
  	outline: 4px solid white;
  	outline-offset: -4px;
    cursor: pointer;

    /*hover off*/
    -webkit-transform: scale(1);
 	-webkit-transition-duration: 1s;
}
#gallery-header-image:hover{
	-webkit-transform: scale(1.02);
 	-webkit-transition-duration: 1s;
}
.gallery-thumbnail:hover{
	-webkit-transform: scale(1.03);
 	-webkit-transition-duration: 1s;
}


/*----------------------Lightroom------------------------*/
#lightroom{
	display: none;
	width: 100%;
	height: 100%;
	position:fixed;
	top: 0;
	left: 0;
	background-color: black;
	opacity: .997;
	z-index: 9999;
}
#lightroom-close-button{
	float: right;
	margin-top: 1%;
	margin-right: 2%;
	text-align: center;
	font-size: 2em;
	color: white;
	cursor: pointer;

}
#image-container{
	position: relative;
	width: 84%;
	height: 84%;
	margin: 0 auto;
}
#lightroom-back-arrow{
	width: 7%;
	height: auto;
	position: absolute;
	top: 0; 
	bottom: 0; 
	left: 0; 
	right: 0;
	margin: auto;
	margin-left: 3%;
	opacity: .3;
	cursor: pointer;
}
#lightroom-primary-image{
	max-height: 95%;
	max-width: 80%;
	height: auto;
	width: auto;
	position: absolute;
	top: 0; 
	bottom: 0; 
	left: 0; 
	right: 0;
	margin: auto;
}
#lightroom-back-arrow:hover{
	opacity: 1.0;
}
#lightroom-forward-arrow{
	display: block;
	width: 7%;
	height: auto;
	position: absolute;
	top: 0; 
	bottom: 0; 
	left: 0; 
	right: 0;
	margin: auto;
	margin-right: 3%;
	opacity: .3;
	cursor: pointer;
}
#lightroom-forward-arrow:hover{
	opacity: 1.0;
}
#lightroom-thumbnail-wrapper{
	width: 84%;
	height: 16%;
	margin: 0 auto;
	text-align: center;
}
#lightroom-thumbnail-container{
	display:inline-block;
	width: auto;
	height: 94%;
}
.lightroom-thumbnail{
	display: block;
	max-width: 100%;
	max-height: 100%;
	height: auto;
	width: auto;
	float: left;
	margin-left: 30px;
	cursor: pointer;

	/*hover off*/
	-webkit-transform: scale(1);
 	-webkit-transition-duration: 1s;
}
.lightroom-thumbnail:hover{
	-webkit-transform: scale(1.04);
 	-webkit-transition-duration: 1s;
}
.lightroom-thumbnail-current{
	display: block;
	max-width: 100%;
	max-height: 100%;
	height: auto;
	width: auto;
	background-color: black;
	float: left;
	margin-left: 30px;
	border: 4px solid white;
	-webkit-box-shadow: 0px 0px 12px 3px rgba(255,255,255,1);
	-moz-box-shadow: 0px 0px 12px 3px rgba(255,255,255,1);
	box-shadow: 0px 0px 12px 3px rgba(255,255,255,1);
	cursor: pointer;
		/*hover off*/
	-webkit-transform: scale(1);
 	-webkit-transition-duration: 1s;
}
.lightroom-thumbnail-current:hover{
	-webkit-transform: scale(1.04);
 	-webkit-transition-duration: 1s;
}
#lightroom-thumb1{
	margin-left: 0px;
}
@media screen and (max-width: 1300px){
	#lightroom-thumbnail-container{
		display: none;
	}
	#image-container{
		height: 100%;
		width: 90%;
	}

}

/*--------------------------About---------------------------------*/
#about{
	width: 100%;
	height: auto;
	margin-top: 0px;
}
.stuck{
	position: fixed;
	top: 50px;
}
#crossbar{
	width: 100%;
	height: 60px;
	background-color: white;
	margin: auto;
	margin-top: 50px;
}

#crossbar-placeholder{
	margin-top: 50px;
	width: 100%;
	height: 60px;
	visibility: hidden;
	display: none;
}
#about-header{
	color: black;
	font-size: 24pt;
	font-family: 'Philosopher', sans-serif;
	display:none;
	margin:0 auto;	
	animation-name: fadeIn;
    animation-duration: 5s;
}
#about-header p {
	margin-top: 22px;
	font-size: 16pt;
}
#about-header-two{
	color: black;
	font-size: 24pt;
	font-family: 'Philosopher', sans-serif;
	display:none;
	margin:0 auto;	
	animation-name: fadeIn;
    animation-duration: 5s;
}
#about-header-two p {
	margin-top: 22px;
	font-size: 16pt;
}
#mariotakingphoto{
	height: 60px;
	float: left;
}
#aboutbox{
	width: 60%;
	overflow: auto;
	margin: auto;
	margin-top: 100px;
}

.about-images {
	display: flex;
    align-items: center;
    justify-content: space-evenly;
    flex-wrap: wrap;
}

#ab-boxshadow{
	/* background-color: black;
	-webkit-box-shadow: 0px 0px 0px 0px rgba(0,0,0,1);
	-moz-box-shadow: 0px 0px 0px 0px rgba(0,0,0,1);
	box-shadow: 0px 0px 0px 0px rgba(0,0,0,1); */
}
#mario1{
 margin-left: 0px;

}
.aboutmario{
	display: block;
	width: 30%;
	border: 5px solid white;
}
#about-text-container{
	width: 95%;
	color: white;
	font-family: 'Ubuntu', sans-serif;
	margin: auto;
	margin-top: 20px;
}
#read-more-button{
	display: none;
}
#read-less-button{
	display: none;
}
#more-text{
	display: inline;
}

@media screen and (max-width: 900px){
	#aboutbox{
		width: 60%;
		overflow: auto;
		margin: auto;
		margin-top: 100px;
	}
	#crossbar{
		height: 60px;
		margin-top: 45px;
	}
	#mariotakingphoto{
		height: 60px;
		border-radius: 10px;
	}
	#about-header p {
		margin-top: 22px;
		font-size: 16pt;
	}
	#about-header-two p {
		margin-top: 22px;
		font-size: 16pt;
	}
	#about-text-container{
		float: none;
		margin-left: 10%;
		width: 90%;
	}
	#read-more-button{
		display: inline;
		color: #166323;
	}
	#read-more-button:hover{
		cursor: pointer;
		color: #29b240;
	}
	#read-less-button{
		display: none;
		color: #166323;
	}
	#read-less-button:hover{
		cursor: pointer;
		color: #29b240;
	}
	#more-text{
		display: none;
	}
	#mario2{
		float: none;
		width: 80%;
		margin: auto;
	}
	#mario1{
		display: none;
	}
	#mario3{
		display: none;
	}
}

#about-contact-divider{
	width: 100%;
	height: 30px;
	background-color: white;
}
/*---------------------------------------Contact------------------------------------------*/
#header-trigger{
	position: absolute;
}
#contact-wrapper{
	display: flex;
    align-items: center;
	flex-wrap: wrap;
	width: 90%;
	margin: auto;
	margin-top: 100px;
	/* background-image: url('../img/background.jpg');
	background-repeat: no-repeat;
	background-position: center; */
}
#contact-wrapper > * {
	width: 100%;
}
.form-group {
	display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.form-group > * {
	width: 100%;
}
#contact{
	width: 60%;
	display: block;
	margin: auto;
	margin-bottom: 0px;
	min-width: 250px;
	background-color: black;
	background-color: rgba(13, 13, 13, 0.56);
	border-radius: 3px;
	padding: 16px;
}
#contact-info{
	display: block;
	margin: auto;
	width: 200px;
	height: auto;
}
.contact-button{
	width: 200px;
	height: 60px;
	background-color: #edeff2;
	margin-top: 7px;
	padding-top: 20px;
	text-align: center;
	font-weight: bold;
	border-radius: 3px;
}
#phone a {
	text-decoration: none;
	color: black;
}
#phone a:hover{
	color: green;
}
#mail a{
	text-decoration: none;
	color: black;
}
#mail a:hover{
	color: green;
}
#facebook a {
	text-decoration: none;
	color: black;
}
#facebook a:hover{
	color: green;
}
#contact-comment-bg{
	height: auto;
	/* background-color: rgba(62, 126, 36, 0.15); */
}
#contact-comments{
	margin: 0 auto;
	margin-top: 16px;
	text-align: justify;
	width: 60%;
	color: white;
	font-family: 'Ubuntu', sans-serif;
}
@media screen and (max-width: 767px){
	#contact-comments{
	width: 85%;
	}

	#contact{
		width: 100%;
		display: block;
		margin: auto;
		margin-bottom: 0px;
		min-width: 250px;
		background-color: black;
		background-color: rgba(13, 13, 13, 0.56);
		border-radius: 3px;
		padding: 16px;
	}
}

/*-------------------------rates------------------*/

#rates{
	width: 100%;
	margin: auto;
	height: 100%;
	font-size: 100%;
	box-sizing: border-box;
}
.bg {
	top: 0;
	z-index: -1;
	max-width: 100%;
	min-width: 1600px;
	min-height: 100%;
	position: fixed;
}
#rates-wrapper{
	display: flex;
	width: 100%;
	margin: auto;
	height: 100%;
	box-sizing: border-box;
	align-items: flex-start;
	justify-content: flex-start;
}

.text-wrapper {
	display: inline-block;
	width: 60%;
	margin-top: 80px;
	margin-left: 30px;
	padding: 20px;
	box-sizing: border-box;
	background-color: rgba(0, 0, 0, 0.6);
	border-radius: 3px;
}
#rates-header{
	display: inline;
	font-size: 3em;
	font-family: 'Syncopate', sans-serif;
	color: white;
	font-style: bold;
}
#rates-textbox{
 display: inline;
 width: 60%;
 color: white;
}

@media screen and (max-width: 767px){
	.text-wrapper {
		display: inline-block;
		width: 100%;
		height: 100%;
		margin: 0;
		margin-top: 50px;
		padding: 10px;
		box-sizing: border-box;
		background-color: rgba(0, 0, 0, 0.6);
		border-radius: 3px;
	}
	#rates-wrapper{
		width: 100%;
		margin: auto;
		margin-left: 0%;
		height: 100%;
		justify-content: center;
	}
	#rates-header{
		padding-top: 7%;
		font-size: 3em;
		font-family: 'Syncopate', sans-serif;
		color: white;
		font-style: bold;
		padding-left: 33px;
	}

	#rates-textbox{
 		width: 80%;
 		height: auto;
 		color: white;
 		padding-left: 33px;
 		padding-top: 5px;
	}

}
@media screen and (max-width: 400px){
	#rates-header{
		padding-top: 7%;
		font-size: 3em;
		font-family: 'Syncopate', sans-serif;
		color: white;
		font-style: bold;
		padding-left: 33px;
	}

	#rates-textbox{
 		width: 90%;
 		height: auto;
 		color: white;
 		padding-top: 5px;
	}

}	
}