html {
	scroll-behavior: smooth;
}

body {

padding: 0px;
	margin: 0px;
	width: 100%;


}
.topnav {
	text-align: center;
	font-size:16px;
	padding: 0px;
	top: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	width: 100%;
	z-index: 10;
	overflow: hidden;
}
.topnav ul {
	margin: 0px;
	padding: 0px;
	display: inline-block;
}
.topnav li {
	list-style-type: none;
	float: left;
}
.topnav a {
	display: block;
	padding: 5px;
	text-decoration: none;
	color: #FFF;
	border: 1px solid;
	border-radius: 5px;
	border-color: transparent;
}
.topnav a:hover {
	
	color:  #D64608;
}

/* Hide the list item that contains the link that should open and close the topnav on small screens */
ul.topnav li.icon {display: none;}

section:focus {
	outline: none;
}

 /* When the screen is less than 680 pixels wide, hide all list items, except for the first one ("Home"). Show the list item that contains the link to open and close the topnav (li.icon) */
@media screen and (max-width:680px) {
  ul.topnav li:not(:first-child) {display: none;}
  ul.topnav li.icon {
    float: right;
    display: inline-block;
	font-size:25px;
  }
}

/* The "responsive" class is added to the topnav with JavaScript when the user clicks on the icon. This class makes the topnav look good on small screens */
@media screen and (max-width:680px) {
  ul.topnav.responsive {position: relative;}
  ul.topnav.responsive li.icon {
    position: absolute;
    right: 0;
    top: 0;
  }
  ul.topnav.responsive li {
    float: none;
    display: inline;
  }
  ul.topnav.responsive li a {
    display: block;
    text-align: left;
  }
  
  .overlay {
   background:transparent; 
   position:relative;
   z-index:99999;
   width:100%;
   height:1px; /* your iframe height */
   top:1px;  /* your iframe height */
   margin-top:-1px;  /* your iframe height */
}
  
}

.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px; height: 0; overflow: hidden;
}

.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
}

li {
    float: left;
}

li a, .dropbtn {
    display: inline-block;
    color: white;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
}

li a:hover, .dropdown:hover .dropbtn {
    background-color: #;
}

li.dropdown {
    display: inline-block;
}

.dropdown-content {
    display: none;
    position: relative;
    background-color: #C54216;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
}

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

.dropdown-content a:hover {background-color: rgba(149,15,17,1.00)}

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

