/* Style Sheet */

* {
  box-sizing: border-box;
}

body {
  font-family: Arial, Helvetica, sans-serif;
}

body { 
	max-width: 1080px; 
	margin: 0 auto !important; 
	float: none !important; 
}

/* Style the header */
.header {
  background-color: lightblue;
  padding: 5px;
  text-align: center;
  font-size: 3vw;
	width: auto;
}


	
	


.navbar {
  overflow: hidden;
  background-color: lightblue;
	width:auto
}



/* Responsive layout - when the screen is less than 400px wide, make the navigation links stack on top of each other instead of next to each other */
@media screen and (max-width: 400px) {
.navbar a {
  float: none;
  font-size: 14px;
  color: black;
  text-align: center;
  padding: 10px 12px;
  text-decoration: none;
	width: 100%;
}
}



.dropdown {
  float: left;
  overflow: hidden;
}

.dropdown .dropbtn {
  font-size: 16px;  
  border: none;
  outline: none;
  color: black;
  padding: 14px 16px;
  background-color: inherit;
  font-family: inherit;
  margin: 0;
}

.navbar a:hover, .dropdown:hover .dropbtn {
  background-color: lightgrey;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 150px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

.dropdown-content a {
  float: none;
  color: black;
  padding: 10px 14px;
  text-decoration: none;
  display: block;
  text-align: left;
}

.dropdown-content a:hover {
  background-color: #ddd;
}

.dropdown:hover .dropdown-content {
  display: block;
}

.container{
		display:flex;
		align-items: center;
	background-color:aliceblue;
	}	


/* Overlay text on photo */
.container2{
	position: relative;
  text-align: center;
	background-color: lightblue;
  color: black;
	  font-family:"brush-script-std;"Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
	  font-size: 24px;
		  font-weight: 400;
	
	
}

.centered {
  position: absolute;
  top: 40%;
  left: 50%;
  transform: translate(-50%, -50%);
	color: black;
	font-family:"brush-script-std;"
}
/* End Overlay text on photo */





/* Create three unequal columns that float next to each other */
/* Left and right column */
.column.side {
  width: 25%;
	background-color: gray;
	padding:20px;align:left;
}

/* Middle column */
.column.middle {
  width: 50%;
	background-color: aliceblue; padding:20px;
}

/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
}

	/* Style the footer */
.footer {
  background-color: lightgray;
  padding: 10px;
  text-align: left;
	height: auto;
	
}
/* End three unequal columns that float next to each other */



/* Create two unequal columns that floats next to each other */
.column {
  float: left;
width: 33.33%;
  padding: 10px;
	}

.left {
  width: 60%;
}

.right {
  width: 40%;
}

/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
}
/* End two unequal columns that floats next to each other */


/* Create three equal columns that float next to each other */
.column3 {
  float: left;
  width: 33.33%;
  padding: 10px;
	background-color:aliceblue;
  height: 500px;
	
}




/* Style the content */
.content {
  background-color:aliceblue;
  padding: 15px;
  
}
	


table, tr, td {
  padding: 3px;
}

/* Gallery */		
	div.gallery {
  margin: 5px;	
  float: left;
  width: 250px;
	  border: 1px solid lightgray;
			
}

div.gallery:hover {
  border: 1px solid lightgray;
}

div.gallery img {
  width: 100%;
  height: auto;
	margin: auto;
	border: 1px solid lightgray;
	
}

* {
  box-sizing: border-box;
}


.responsive {
  padding: 0 6px;
  float: left;
	width: 33.3%;
	  max-width: 100%;
	height: auto;
	
}

@media only screen and (max-width: 700px) {
  .responsive {
    width: 49.99999%;
    margin: 6px 0;
  }
}

@media only screen and (max-width: 500px) {
  .responsive {
    width: 100%;
  }
}

.clearfix:after {
  content: "";
  display: table;
  clear: both;
}
/* End Gallery */	
	
table {
  width: 100%; 
	
}		

	th,td {
  height: 20px;	
		}


	
	.p1 {
	font-size: 10;
		align:left;
	}

#video-wrap { float: left; margin: 0 20px 5px 0; 	
}


img {
  display: block;
  margin-left: auto;
  margin-right: auto;
	border: 1px solid lightgray;
	
}

.center {
  display: block;
  margin: auto;
  width: 50%;
}

img2 {float: left;
}

.div1 {
	 float: left;
  padding: 15px; 
}
	
.textwrap {float:left;
margin:10px;}
