/* Stylesheet for AWM Water Features by Rowan Bixler */

html {
  scroll-behavior: smooth;
}

.banner {
	display: inline;
	width: 322px;
	max-width: 100%;
    height: auto;
	float: left;
	margin-right: 0.5em;	
	margin-top: 0.5em;
	margin-bottom: 0.5em;
	max-width: 60%;
}

.navbar {
	display: none;
}

header {
	overflow: visible;
	background-color: rgba(0,0,0,0.6);
	position: fixed; /* Set the navbar to fixed position */
	top: 0; /* Position the navbar at the top of the page */
	left: 0;
	width: 100%;
	backdrop-filter: blur(10px);  
	-webkit-backdrop-filter: blur(10px);
	z-index: 1;
}

/* The side navigation menu */
.open {
	color: #FFFFFF;
	font-family: Futura, Calibri, sans-serif;
	font-size: 60px;
	float: right;
	padding-right: 5%;
}
.sidenav {
	height: 100%; /* 100% Full-height */
	width: 0; /* 0 width - change this with JavaScript */
	position: fixed; /* Stay in place */
	z-index: 1; /* Stay on top */
	top: 0;
	right: 0;
	background-color: #111; /* Black*/
	overflow-x: hidden; /* Disable horizontal scroll */
	padding-top: 60px; /* Place content 60px from the top */
	transition: 0.5s; /* 0.5 second transition effect to slide in the sidenav */
}

button {
	color: inherit;
	background-color: inherit;
	border: none;
}

button:active {
	border: none;
}

/* The navigation menu links */
.sidenav a, .dropdown-btn {
	padding: 8px 8px 8px 32px;
	text-decoration: none;
	font-size: 25px;
	font-family: Futura, Calibri, sans-serif;
	color: #77B5D7;
	display: block;
	transition: 0.3s;
}

.dropdown-container {
	display: none;
	background-color: #262626;
	padding-left: 8px;
}

/* When you mouse over the navigation links, change their color */
.sidenav a:active {
	color: #FFFFFF;
}

/* Position and style the close button (top right corner) */
.sidenav .closebtn {
	position: absolute;
	top: 0;
	right: 25px;
	font-size: 36px;
	margin-left: 50px;
}

/* Style page content - use this if you want to push the page content to the right when you open the side navigation */
#main {
	padding: 20px;
	margin-top: 130px;
}

/* On smaller screens, where height is less than 450px, change the style of the sidenav (less padding and a smaller font size) */
@media screen and (max-height: 450px) {
	.sidenav {padding-top: 15px;}
	.sidenav a {font-size: 18px;}
}
.accordion {
	background-color: #77B5D7;
	color: #FFFFFF;
	font-family: Futura, Calibri, sans-serif;
	font-weight: bold; 
	letter-spacing: 0.0625em; 
	font-size: 1.15em;
	cursor: pointer;
	padding: 18px;
	max-width: 100%;
	border: solid #000000; 
	border-radius: 6px;
	text-align: left;
	outline: none;
	transition: 0.4s;
}

.active, .accordion:hover {
	border: solid #FFFFFF; 
}

.panel {
	padding: 0 0px;
	background-color: #ffffff00;
	max-height: 0;
	overflow: hidden;
	transition: max-height 0.2s ease-out;
}

body {
	background-color: #000000;
	background-image: url("images/banner.jpg");
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
	position: relative;	
}

p {
	color: #000000;
	font-family: Futura, Calibri, sans-serif;
	font-size: 1.15em;
}

h1, h2 {
	color: #FFFFFF;
	font-family: Futura, Calibri, sans-serif;
}

h1 {
	font-size: 2em;
}

a {
	color: #77B5D7;
	text-decoration: none;	
}

#container {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}

#main {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}

.left-article-img {
	float: right;
	display: inline-block;
	max-height: 300px;
	width: 400px;
	margin-left: 0.5em;
	margin-bottom: 0.5em;
	max-width: 100%;
}

.right-article-img {
	float: left;
	display: inline-block;
	max-height: 300px;
	width: 400px;
	margin-right: 0.5em;
	margin-bottom: 0.5em;
	max-width: 100%;
}

.left-article {
	float: left;
	background-color: rgba(119, 181, 215,0.8);
	/* Experimental web feature (Can be viewed in Microsoft Edge) */
	backdrop-filter: blur(10px);  
	-webkit-backdrop-filter: blur(10px);
	margin: 1em;
	padding: 3%;
	border: 2px black solid;
	display: block;
	box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.8);
}

.right-article {
	float: right;
	background-color: rgba(119, 181, 215,0.8);
	/* Experimental web feature (Can be viewed in Microsoft Edge) */
	backdrop-filter: blur(10px);  
	-webkit-backdrop-filter: blur(10px);
	margin: 1em;
	padding: 3%;
	border: 2px black solid;
	display: block;	
	box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.8);
}

.galleryvideo {
	display: inline-block;
	height: 240px;
	width: 426px;
	margin-left: 0.5em;
	margin-bottom: 0.5em;
	max-width: 100%;
}

.borderlinkpicture {
	border: solid #000000;
	float: right;
	display: inline-block;
	max-height: 300px;
	width: 400px;
	margin-left: 0.5em;
	margin-bottom: 0.5em;
	max-width: 100%;
	transition: 0.4s;
}

section {
	float: left;
	background-color: rgba(119, 181, 215,0.8);
	/* Experimental web feature (Can be viewed in Microsoft Edge) */
	backdrop-filter: blur(10px);  
	-webkit-backdrop-filter: blur(10px);
	margin: 1em;
	padding: 3%;
	border: 2px black solid;
	display: block;
	max-width: 100%;
	box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.8);
}

section div {
	margin-bottom: 1%;
}

.blogpost {
	max-width: 100%
}

.blogarchive {
	display: none;
}

.blogimg {
	max-width: 100%
}

aside {
	width: 28%;
	min-width: 300px;
	background-color: #ffffff00;
	border: none;	
	padding: 1.5em;
	margin: 1em;
	display: inline-block;
}

aside h2 {
	color: #000000;
}

.quote {
	font-style: italic;
	font-size: 1.5em;
}

.profile {
	float: left;
	width: 256px;
	height: 256px;
	margin: 0.5em;
	position: relative;
	border: solid #000000;
}

.header_footerimg {
	max-width: 100%
}

form ul {
	list-style-type: none;
}

form {
	margin-left: auto;
	margin-right: auto;
	padding: 1em;
}

input, select, textarea {
	display: block;
	margin-bottom: 1em;
}

label {
	float: left;
	padding-right: 0.5em;
	text-align: right;
	width: 10em;
}

.btn {
	margin-left: 12em;
}

.chkbx {
	display: inline-block;
}

section ul {
	list-style-type: none;
}

.social_media {
	opacity: 0.7;
	width: 65px;
	height: 65px;
	text-align: center;
	margin: 0.5em;
}

div.gallery img {
    width: 100%;
    height: auto;
}

* {
    box-sizing: border-box;
}

.responsive {
        width: 100%;
}

div.desc {
    padding: 15px;
    text-align: center;
}

/*Table Formatting*/
/*table {
	border: 0.1em solid #000000;
	border-collapse: collapse;
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	max-width: 100%;
}

th, td {
	border: 0.1em solid #000000;
	padding: 1em;
}

th {
	background-color: rgba(0,0,0,0.6);
	color: #FFFFFF;
}*/

.bluebutton {
	display: inline-block; 
	padding: 10px 20px; 
	border: solid #000000; 
	border-radius: 6px; 
	font-weight: bold; 
	letter-spacing: 0.0625em; 
	background: #77b6d7; 
	color: #FFFFFF; 
	text-decoration: none;
	font-family: Futura, Calibri, sans-serif;
	transition: 0.4s;
}

footer {
	display: inline-block;
	font-size: .70em;
	text-align: center;
	margin-top: 2em;
	margin-left: 45%;
}

.floatleft {
	float: left;
	margin: 0.5em;
	max-width: 95%;
}

.floatright {
	float: right;
	margin: 0.5em;
	max-width: 95%;
}

.mobile {
	display: inline;
}

.tablet {
	display: none;
}

.desktop {
	display: none;
}

.clearfix:after {
    content: "";
    display: table;
    clear: both;
}

@media only screen and (min-width: 835px) {

header {
	backdrop-filter: blur(0px);  
	-webkit-backdrop-filter: blur(0px);
}

#container {
	width: 95%;
	margin-left: auto;
	margin-right: auto;
}

#main {
	width: 95%;
	margin-left: auto;
	margin-right: auto;
}

.mobile {
	display: inline;
}

.tablet {
	display: inline;
}

.responsive {
    padding: 0 6px;
    float: left;
    width: 24.99999%;
}

footer {
	margin-right: 45%;
}

}

@media only screen and (min-width: 1432px) {

.open {
	display: none;
}

#main {
	margin-top: 150px;
}

/* Dropdown Button */
.navbar {
	display: block;
	overflow: hidden;
	background-color: #ffffff00;
	font-family: Futura, Calibri, sans-serif;
	font-weight: bold;
	line-height: 120px;
	padding: 0.7em;
}

.navbar a {
	float: left;
	font-size: 2.2em;
	color: white;
	text-align: center;
	text-decoration: none;
	width: 15%;
	text-shadow: 3px 3px #77B5D7;
}

.dropdown {
	float: left;
	overflow: hidden;
	width: 15%;
	text-align: center;
	padding-top: 5px;
}

.dropdown .dropbtn {
	cursor: pointer; 
	border: none;
	outline: none;
	color: white;
	background-color: inherit;
	font-family: inherit;
	font-size: 2.2em;
	font-weight: bold;
	text-shadow: 3px 3px #77B5D7;
}

.navbar a:hover, .dropdown:hover {
	background-color: #77B5D7;
	transition: 0.4s;
}

.dropdown-content {
	display: none;
	position: absolute;
	background-color: #FFFFFF;
	min-width: 160px;
	z-index: 1;
	font-size: 1em;
	width: 12.2%;
}

.dropdown-content a {
	float: none;
	color: #000000;
	text-decoration: none;
	text-align: left;
	font-size: 1.23em;
	line-height: 20px;
	text-shadow: 0px 0px #FFFFFF;
	padding: 0.7em;
}

.subnav:hover {
	background-color: #77B5D7;
	transition: 0.4s;
}

.show {
	display: block;
}

.blogpost {
	max-width: 70%
}

.blogarchive {
	float: right;
	display: inline-block;
	max-width: 25%
}
		
.borderlinkpicture:hover {
	border: solid #FFFFFF;
}

.fadelinkpicture {
	opacity: 0.7;
	width: 200px;
	padding: 2em;
}

.fadelinkpicture:hover {
	opacity: 1;
}

.social_media:hover {
	opacity: 1;
}

.bluebutton:hover {
	border: solid #FFFFFF; 
}

.left-article {
	width: 1400px;
	max-width: 95%;
}

.right-article {
	width: 1400px;
	max-width: 95%;
}

.mobile {
	display: none;
}

.tablet {
	display: none;
}

.desktop {
	display: inline;
}

}

@media only screen and (min-width: 3840px) {

.left-article {
	min-height: 500px;
	min-width: 90%;
	padding: 4%;
}

.right-article {
	min-height: 500px;
	min-width: 90%;
	padding: 4%;
}

}
