* {
  box-sizing: border-box;
}

video {
  width: 100%;
  height: auto;
  /*border: 3px solid #73AD21;*/
  padding: 15px;
}

body {
  padding: 10px;
  background: #f1f1f1;  
}

img {
  padding: 1px;
}

.topright {
  position: absolute;
  top: 8px;
  right: 16px;
  font-size: 18px;
}

/* Header for Crandon Water Shows Main Page*/
.header {
  padding: 10px;
  text-align: center;
  position:absolute;
  top:0;
}

h1
{
font-size: 4vw;
font-weight: bold;
font-style: italic;
color: white;
text-shadow: 1px 1px 2px black, 0 0 25px blue, 0 0 5px darkblue;
padding-top: 5px;
margin: 10;
}

h2
{
font-size: 2vw;
font-weight: bold;
font-style: italic;
color: white;
text-shadow: 1px 1px 2px black, 0 0 25px blue, 0 0 5px darkblue;
padding-top: 5px;
margin: 0;
}

/* The only rule that matters */
#video-background {
/*  making the video fullscreen  */
    position:relative;
    object-fit: fill;  
    z-index:-2;
}
/* Style the top navigation bar */
.topnav {
  overflow: hidden;
  background-color: #333;
}

/* Style the topnav links */
.topnav a {
  float: left;
  display: block;
  color: #f2f2f2;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
}

/* Change color on hover */
.topnav a:hover {
  background-color: #ddd;
  color: black;
}

/* Create two unequal columns that floats next to each other */
/* Left column */
.leftcolumn {   
  float: left;
  width: 65%;
}

/* Right column */
.rightcolumn {
  float: left;
  width: 35%;
  background-color: #f1f1f1;
  padding-left: 20px;
}

/* Fake image */
.fakeimg {
  background-color: #aaa;
  width: 100%;
  padding: 20px;
}

/* Add a card effect for articles */
.card {
  background-color: white;
  padding: 20px;
  margin-top: 20px;
}

/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
}

.footer {
  padding: 20px;
  text-align: center;
  background-image: url("/Banners/footer3.JPG");
  background-repeat:no-repeat;
  background-size:cover;
  margin-top: 20px;
}

 /* Navbar container */

/* The dropdown container */
.dropdown {
  float: left;
  overflow: hidden;
}

/* Dropdown button */
.dropdown .dropbtn {
  font-size: 16px;
  border: none;
  outline: none;
  color: white;
  padding: 14px 16px;
  background-color: inherit;
  font-family: inherit; /* Important for vertical align on mobile phones */
  margin: 0; /* Important for vertical align on mobile phones */
}


.navbar a:hover, .dropdown:hover .dropbtn {
  background-color: #ddd;
  color: black;
}

/* Dropdown content (hidden by default) */
.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

/* Links inside the dropdown */
.dropdown-content a {
  float: none;
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  text-align: left;
}

/* Add a grey background color to dropdown links on hover */
.dropdown-content a:hover {
  background-color: #ddd;
}

/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {
  display: block;
}

/* Create two equal columns that floats next to each other */
.column3 {
  float: left;
  width: 32%;
  padding: 15px;
}

/* Clear floats after the columns */
.row3:after {
  content: "";
  display: table;
  clear: both;
}
 
/* Responsive layout - when the screen is less than 800px wide, make the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 800px) {
  .leftcolumn, .rightcolumn, .column3 {   
    width: 100%;
    padding: 0;
  }
}

/* Responsive layout - when the screen is less than 550px wide, make the navigation links stack on top of each other instead of next to each other */
@media screen and (max-width: 550px) {
  .topnav a{
    float: none;
    width: 100%;
  }
 .dropdown{
    text-align: center;
    float: none;
    width: 100%;
  }
}
