body {
			background-color: black;
			color:#F5F5F5;
			font-family: 'Lato', arial, sans-serif;
}
header {
	margin-top: 50px;
	margin-bottom: 25px;
}
#navbar {
	background-color: black;
	line-height: 25px;
	padding-top:15px;
}
.navbar-brand{
	font-family: 'Crimson Text', serif;
	font-size: medium;
	text-align: center;
}
.navbar-brand #subtitle{
	font-size: small;
}
.navbar-nav, #alert{
font-size: medium;
}
@media (min-width: 576px) {
	.navbar-brand{
		font-size: x-large;
	}
	.navbar-nav, #alert{
	font-size: large;
	}
}
	@media (min-width: 768px) {
		.navbar-brand{
			font-size: xxx-large;
		}
		.navbar-nav, #alert{
		font-size: x-large;
		}
	.navbar-brand #subtitle{
		font-size: x-large;
	}
 }

hr {
	border-color: white;
}
.cover {
	background-color: #black;
	margin-bottom:0;
}
h1{
	font-size: x-large;
	text-align: center;
}
@media (min-width: 768px) {
h1{
		font-size: xx-large;
	}
}
@media (min-width: 992px) {
h1{
		font-size: xxx-large;
	}
}
#titletext {
		font-size: medium;
		margin: 15px;
}
#about {
	font-size: medium;
}

@media (min-width: 768px) {
	#titletext {
		font-size: x-large;
		/*margin-left: 5px;*/
		margin-top: 8vw;
	}
	#about {
		font-size: x-large;
	}
}
@media (min-width: 992px) {
	#titletext {
		font-size: xx-large;
		margin-top: 10vw;
/*		margin-left: -55px;*/

	}
	#about {
		font-size: x-large;
		flex-basis: 100%;
		padding-top: 50px;
		background-color: white;
		color: black;
	}
 }
 #frank{
	 max-width: 700px;
	 width: 50%;
	 min-width: 300px;
float: right;
margin: 10px;
 }
#titleimage {
 flex-basis: 320%;
	}
#titleimage img {
		min-width: 300px;
	}
	@media (min-width: 1500px) {
		#titleimage img {
				margin-top:-2vh;
			}
	}

footer {
	font-size: large;
	text-align: center;
	background-color: black;
	padding-top:50px;
}
footer a {
	color: white;
}

#contact-p{
	flex-basis: 100%;
	width:100%
}
#contact-form{
	margin-left: 25px;
}
#contact-info{
	flex-basis: 100%;
}
.contact_form{
	flex-basis: 100%;
}
@media (min-width: 768px) {
	#contact-info{
		flex-basis: 50%;
	}
	.contact_form{
		flex-basis: 50%;
	}
}
#hours-p > h2 {
	margin-top:50px;
}
@media all and (min-width: 992px) {
		.navbar{ padding-top: 0; padding-bottom: 0; }
		.navbar .has-megamenu{position:static!important;}
		.navbar .megamenu{left:0; right:0; width:100%; padding:20px;  }
		.navbar .nav-link{ padding-top:1rem; padding-bottom:1rem;  }
		.col-megamenu {border-right: 1px solid black; height:100%; padding-left: 15px;}
	}

.packet{
	background-color: black;
	font-size: x-large;
	padding-top: 5vw;
    padding-bottom: 5vw;
}
#package{
	flex-basis: 100%;
}
#coverimage{
flex-basis: 100%;
background-image: url('../img/elephant.webp');
padding-top: 15vw;
	padding-bottom: 15vw;
	height:80vh;
	background-repeat: no-repeat;

 background-position: 50% 0%;

}
#folder{
	width:100%
}
.folder{
	flex-basis: 100%;
}
@media (min-width: 768px) {

	.folder{
		flex-basis: 50%;
	}
}

#request-button{
	margin-top: 10px;
font-size:XX-large;
padding: 15px;

}
.dropdown-item {text-transform: capitalize;}

.item {
	color: white;
}
.item:hover {
	color: black;
	text-decoration: none;
	font-weight: bolder;
}
