* {
  margin:0px;
  padding:0px;
}

body {
  font-family: 'Roboto', sans-serif;
  color:white;
}

.show-menu {
	text-decoration: none;
	color: #fff;
	background: #58585a;
	text-align: center;
	padding: 10px 0;
	display: none;
	width:100%;
	margin-bottom:1px;
}

input[type=checkbox]{
  display: none;
  -webkit-appearance: none;
}

p, h1, h2, h3 {
  margin-bottom: 20px;
  text-align: center;
}


a, #menu a {
  color: white;
  transition: .4s;
}

a:hover, #menu a:hover {
  color: #d16919;
  text-decoration: none;
}


@media (min-width: 1100px) {

  .container {
    width: 1100px;
    margin:0 auto;
    position: relative;
    z-index: 1;
  }

  #logo {
    margin:0 auto;
    display: block;
    padding-top:20px;
  }

  #myVideo {
    position: fixed;
    right: 0;
    bottom: 0;
    min-width: 100%;
    min-height: 100%;
    z-index: 1;
  } 

  .sponsors {
    width:866px;
    margin: 0 auto;
  }

  .sponsors img {
    display: inline-block;
    margin:10px 10px;
  }

  h1 {
    color: white;
    font-size: 32pt;
    font-weight: 900;
  }

  h3 {
    color: #d16919;
    font-size: 24pt;
  }

  p {
    font-size: 14pt;
  }

  .gallery {
    width:450px;
    margin:0 auto;
  }

  .gallery img {
    display: block;
    margin:10px 0px;
    max-width: 450px;
    height: auto;
  }

   #myTopnav a.icon{
    display: none;
  }

  #myTopnav {
    padding:20px 0px;
    background: black;
    text-align: center;
    height: 20px;
    width:100%;
    position: relative;
    z-index: 1000;
  }

  #myTopnav a {
    color: white;
    font-size: 14pt;
    padding:0px 20px;
    text-decoration: none;
  }

}



@media screen and (max-width : 1099px){
  
  .container {
    width:95%;
    margin-left: 2.5%;
    position: relative;
    z-index: 1;
  }

  img {
    max-width: 90%;
    height: auto;
  }

  #logo {
    margin:0 auto;
    display: block;
    max-width: 90%;
    height: auto;
    padding-top:20px;
  }

  #myVideo {
    position: fixed;
    right: 0;
    bottom: 0;
    min-width: 100%;
    min-height: 100%;
    z-index: 1;
  }

  .sponsors img {
    display: inline-block;
    margin:10px 10px;
  }

  h1 {
    color: white;
    font-size: 24pt;
    font-weight: 900;
  }

  h3 {
    color: #d16919;
    font-size: 18pt;
  }

  .sponsors {
    width: 90%;
    margin:0px 5%;
    text-align: center;
  } 

   p {
    font-size: 14pt;
  }

  .gallery {
    width:90%;
    margin:0 auto;
    text-align: center;
  }

  .gallery img {
    display: block;
    margin:10px 0px;
    max-width: 100%;
    height: auto;
  }

  .topnav a{
    display:none;
  }

  .topnav a.icon {
    display: block;
    position: absolute;
    font-size: 25pt !important;
    top: 8px;
    right: -4px;
    float: right;
    margin: 0px 10px 10px 0;
    color: #6a92ab;
    transition: unset;
  }

  .topnav a.icon:hover{
    background-color:transparent;
  }

   /* 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 (display the links vertically instead of horizontally) */
  .topnav.responsive {
    position: relative; 
    clear:both;
    margin-bottom:20px;
    height: 153px !important;
  }
  .topnav.responsive a.icon {
    position: absolute;
    right: -4px;
    top: -2px;
    border-bottom:none;
    transition: unset;
    /*display: none;*/
  }

  .topnav.responsive a {
    float: none;
    display: block;
    text-align: left;
    border-bottom:1px solid #222222;
    line-height: 1.8;
  }
  .topnav.responsive .dropdown {float: none;}
  .topnav.responsive .dropdown-content {position: relative;}
  .topnav.responsive .dropdown .dropbtn {
    display: block;
    width: 100%;
    text-align: left;
  }

  #myTopnav {
    padding:20px 0px;
    background: black;
    text-align: center;
    height: 20px;
    width:100%;
    position: relative;
    z-index: 1000;
  }

  #myTopnav a {
    color: white;
    font-size: 14pt;
    padding:0px 20px;
    text-decoration: none;
  }


}