/* HTML5 display-role reset for older browswes */
	article, aside, details, figcaption, figure,
	footer, header, hgroup, menu, section {
	 display: block;
	}
	
/*====================================
	Main Styles
====================================*/

/* Body style */

	body {
		background-color: #504A4B;
	 	box-shadow: 0 0 2px rgba(0, 0, 0, 0.06);
	 	color: #CCCCCC;
	 	font-family: Arial, Arial Nova, sans-serif;
	 	margin: 0 auto;
	 	max-width: 1920px;
	 	padding: 2em 2em 4em;
	}

	/* Text style */

	h1 {
		font-size: 3vw;
		text-align: center;
		color: #EDC9AF;
		padding: 0 0 14px 0;
	}

	.headerlogo {
		float: left;
		margin-right: 10px;
	}

	.headerlogo > img { 
		height: 60px;
		width: 60px;
	}

	h2 {
		font-size: 2vw;
		text-align: center;
		color: #EDC9AF;
		padding: 14px;
	}

	h3 {
		font-size: 2vw;
		text-align: center;
		color: #EDC9AF;
		padding: 14px;
	}

	h5 {
		font-size: 2vw;
		text-align: left;
		color: #EDC9AF;
		margin: 0 0 -30;
	}

	b {
		color: #FBB117;
	}

	#hp {
		font-size: 3vw;
		text-align: center;
		color: #E5E4E2;
		padding: 0 0 14px 0;
	}

	#ap {
		font-size: 1.25vw;
		text-align: center;
		font-style: italic;
		border-width: 500px;
		color: #E5E4E2;
		padding: 0 0 14px 0

	}

	p {
		font-size: 1.25vw;
		text-align: center;
		font-style: italic;
		border-width: 500px;
		color: #EDC5AF;
		padding: 0 0 14px 0;
	}

	address {
		text-align: center;
		color: #EDC9AF;
		padding: 5px;
	}

	footer {
		font-size: 1vw;
		text-align: center;
		color: #87F717;
		padding: 15px 0 0 0;
	}

	/* Form styles */

	label {
		width: 4em;
		float: left;
		text-align: right;
		margin-right: 0.5em;
		display: block
	}

	/* Input fields */

	.submit input {
		margin-left: 1em;
	} 

	input {
		color: #000;
		background: #FEE3AD;
		border: 1px solid #6698FF;
	}

	.submit input {
		color: #000;
		background: #FFA20F;
		border: 2px outset #D7B9C9;
	}

	fieldset {
		border: 1px solid #6698FF;
		width: 20em;
	}

	div {
		text-align: center;
	}

	form {
		display: inline-block;
	}

	legend {
		color: #fff;
		background: #FFA20C;
		border: 1px solid #6698FF;
		padding: 2px 6px;
	}

	/* Navbar container */

	.navbar {
		overflow: hidden;
		background-color: #6698FF;
		font-family: Arial;
	}

	.navbar a {
		float: right;
		font-size: 16px;
		color: #FFFFFF;
		text-align: center;
		padding: 17px 16px;
		text-decoration: none;
	}

	.dropdown {
		float: right;
		overflow: hidden;
	}

	.dropdown .dropbtn {
		font-size: 16px;
		border: none;
		outline: none;
		color: #FFFFFF;
		padding: 17px 16px;
		background-color: #6698FF;
		font-family: inherit;
		margin: 0;
	}

	.navbar a:hover, .dropdown:hover .dropbtn {
		background-color: 437C17;
	}

	.dropdown-content {
		display: none;
		position: absolute;
		background-color: #966F33;
		min-width: 160px;
		box-shadow: 0px 8px 16px 0px rgba(0,0,0,0,2);
		z-index: 1;
	}

	.dropdown-content a {
		float: none;
		color: 000000;
		padding: 12px 16px;
		text-decoration: none;
		display: block;
		text-align: left;
	}

	.dropdown-content a:hover {
		background-color: #DDD
	}

	.dropdown:hover .dropdown-content {
		display: block;
	}


	img {
		pointer-events: none;
		width: 100%;
		height: auto;

	}

	/* Audio & Video */

  	iframe {
  		margin: 0 auto;
  		display: block;
  		padding: 10px 0 0 0;
  		filter: drop-shadow(0 0 10px #000000);
  	}

    #bg { 
      position: fixed;
      top: 30.70%;
      width: 96.7%;
      height: 96.7%;
    }

    #bg img {
    	position: fixed;
    	top: 100;
    	left: 0;
    	right: 0;
    	bottom: 50;
    	margin: auto;
    	min-width: 50%;
    	min-height: 50%;
    	filter: grayscale(1);
    	filter: opacity(.2);
    }

	
/* Image containers */

	.column {
 		float: left;
  		width: 20%;
  		padding: 25px;
	}

	.row::after {
  		content: "";
  		clear: both;
  		display: table;
	}

	.container {
		text-align: center;
		margin: 25px;

	}

	.img2 {
  		border: 1px solid #DDD;
  		border-radius: 4px;
  		padding: 5px;
  		width: 150px;
	}
        
	.img2:hover {
    	box-shadow: 0 0 2px 1px rgba(0,140, 186, 0.5);
 	}