html {
	background-image: url("../images/background.jpg");
	background-size: 5em 5em;
}

body {
	max-width: 60em;
	width: 95%;
	height: auto;
	background-color: white;
	margin: 0 auto;
	padding: 0em;
	border: .1875em solid black;
	box-shadow: 0 .5em 1em .5em;
}  

#header img { 
	float: left; 
	padding: 1em 2em 1em 1em;
	max-width: 8.3125em;
	min-width: 2.5em;	
} 

#header h1 {
	text-align: center;
	padding-top: .5em;
	font-size: 2em;
}

#header h3 {
	text-align: center;
	padding-top: .5em;
	font-family: "tangerine";
}

#nav_menu {
	clear: left;
}

#nav_menu ul {
	list-style: none;
	position: relative;
}

#nav_menu ul li {
	float: left;
	width: 10em;
}

#nav_menu ul ul {
	display: none;
	position: absolute;
	top: 100%;
}

#nav_menu ul ul li {
	float: none;
}

#nav_menu ul ul ul {
	position: absolute;
  	top: 0;
  	left: 100%;
}

#nav_menu ul li:hover > ul {
	display: block;
}

#nav_menu > ul::after {
	content: "";
	clear: both;
	display: block;
}

#nav_menu ul {
	margin: 0;
	padding: 0;
}

#nav_menu ul li a {
	text-align: center;
	display: block;
	width: 100%;
	padding: .7em 0;
	text-decoration: none;
	background-color: black;
	color: white;
}

#nav_menu ul li a.current {
	color: red;
}

#nav_menu ul li a:hover, #nav_menu ul li a:focus {
	background-color: gray;
}

h2 {
	font-family: "tangerine";
	font-size: 2em;
	text-shadow: .25em .25em .25em #aaa;
}

#welcome_statement h3 {
	text-align: center;
	padding-right: 5%;
	font-family: "tangerine";
	text-shadow: .25em .25em .25em #aaa;
	font-size: 2.5em; 
}

#welcome_statement h4 {
	text-align: center;
	padding-right: 5%;
	padding-left: 5%;
	font-family: "tangerine";
	text-shadow: .25em .25em .25em #aaa;
	font-size: 2em; 
}

#vetted_businesses {
	width: 21.75%;
	height: 57%;
	float: left;
	padding-top: 2em;
	padding-left: 2%; 
}

#vetted_header {
	font-size: 1.75em;
}

#vetted_businesses h2 {
	font-size: 1.75em
}

#vetted_businesses ul {
	list-style-type: none;
}

#vetted_businesses img {
	width: 13em;
}

#vetted_businesses audio {
	width: 13em;
}


#reconnaissance_creed {
	width: 47%;
	height: 57%;
	float: left;
	padding-left: 1%;
	text-align: center;
	font-family: "tangerine";
	text-shadow: .25em .25em .25em #aaa;
}

#reconnaissance_creed h2 {
	font-size: 4em;
}

#reconnaissance_creed h4 {
	font-size: 2.5em;
}

#east_coast_recon_round_up_2025 {
	padding-top: 1.75em;
	font-size: .8em;
	float: right;
}

#east_coast_recon_round_up_2024 {
	padding-top: 30em;
	font-size: 1em;
	width: 50%;
	float: right;
}


main { box-sizing: border-box;}

.text {
	text-align: center;
}

.slideshow-container {
  width: 18.5em;
  height: 14em;
  float: right;
  margin: auto;
  padding-right: 1.5em;	
}
 
/* The dots/bullets/indicators */
.dot {
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.active {
  background-color: #717171;
}

/* Fading animation */
.fade {
  animation-name: fade;
  animation-duration: .3s;
}

@keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

/* On smaller screens, decrease text size */
@media only screen and (max-width: 300px) {
  .text {font-size: 11px}
}

/* Unit Logo Attributes, Bottom of Page */
#unit_logo {
	padding-top: 2em;
	padding-bottom: 2em;
	clear: both;
	width: 100%;
    height: 5%;
	text-align: center;
	background: white;
}

/* Unit Logo Attributes, Bottom of Page */
.logo {
	height: 6em;
	width: 5em;
	margin: .2em;
}

footer { 
	width: 100%;
	display: block;
	padding-bottom: 2em;
} 

footer p {
	font-size: 75%;
	text-align: center;
}

#mobile_menu {
    display: none;
}

@media only screen and (max-width: 1010px) {
	
	#nav_menu {
		display: none;
	}

	#mobile_menu {
		display: block;
		padding-top: 1em;
	}
}

@media only screen and (max-width: 954px) {
	#east_coast_recon_round_up_2025 {
		height: 25%;
		width: 25%;
		float: right;
	}

	.slideshow-container {
		width: 180px;
		height: 180px;
}
}

@media only screen and (max-width: 730px) {

	#reconnaissance_creed h2 {
		font-size: 30px;
	}

	#reconnaissance_creed h4 {
		font-size: 30px;
	}

	.slideshow-container {
		width: 140px;
		height: 140px;
}
}


@media only screen and (max-width: 650px) {

	#nav_menu {
		display: none;
	}

	#header {
		width: 200px;
		height: 120px;
	}

	#header img {
		width: 100px;
		display: center; 
	}

	#header h1 {
		display: none;
	}

	#header h3 {
		display: none;
	}

	#mobile_menu {
		display: block;
		padding-top: 1em;
	}

	#welcome_statement h3 {
		font-size: 30px;
		padding: center;
		padding-top: 10x;
	}

	#welcome_statement h4 {
		font-size: 30px;
	}
	
	#vetted_businesses ul li{
		font-size: 50%;
		margin-left: -30px;
	}

	#reconnaissance_creed h2 {
		font-size: 30px;
	}

	#reconnaissance_creed h4 {
		font-size: 30px;
	}

	#marine_corps_hymn {
		display: none;
	}

	#star_spangled_banner {
		display: none;
	}
	
	#east_coast_recon_round_up_2025 {
		height: 25%;
		width: 25%;
		float: right;
	}

	.slideshow-container {
		width: 80px;
		height: 80px;
}
}

@media only screen and (max-width: 650px) {

	.slideshow-container {
		width: 140px;
		height: 140px;
}
}

@media only screen and (max-width: 600px) {

	.slideshow-container {
		width: 120px;
		height: 120px;
}
}

@media only screen and (max-width: 500px) {

	.slideshow-container {
		width: 100px;
		height: 100px;
}
}

@media only screen and (max-width: 450px) {

	.slideshow-container {
		width: 90px;
		height: 90px;
}
}


/*
@media only screen and (max-width: 60em) {

	#welcome_statement {
		font-size: 125%
	}
	#vetted_businesses ul {
		margin-left: -2em;
		font-size: 80%;
	}

	#vetted_businesses img {
		width: 100%;
	}

	#vetted_businesses audio {
		width: 100%;
	}

	#vetted_reconnaissance {
		font-size: 20%;
	}	
	#reconnaissance_creed {
		max-width: 40%;
		font-size: 70%;
	 }
	.slideshow-container { 
		width: 20%;
	}
	#header h1 {
		font-size: 1.5em;
	}

	@media only screen and (max-width: 45.625em) {
		.logo {
		height: 4em;
		width: 3em;
		margin: .1em;
	}
	}
}

*/
