#mainheader {
    background: linear-gradient(to bottom, #f08d30 0%, #fefefe 80%);
    text-align: center;
    /*height:8vh;*/
}

body {
  height: 200%;
  width:100%;
}

/*iframe
{
  width:500vw;
  height: 500vh;
}

@media only screen 
    and (min-device-width : 375px)
    and (max-device-width : 667px)
    and (width : 375px) 
    and (height : 559px) 
    and (orientation : portrait) 
    and (color : 8)
    and (device-aspect-ratio : 375/667)
    and (aspect-ratio : 375/559)
    and (device-pixel-ratio : 2)
    and (-webkit-min-device-pixel-ratio : 2)
{
  iframe
  {
    width:500vw;
    height: 300vh;
  }
}

@media only screen and (min-width: 480px)
{ 
  iframe
  {
    width:500vw;
    height: 300vh;
  }
}*/





#footer {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    background-color: #f38428;
    color:darkgreen;
    text-align: center;
    height:20px;
    padding: 4px;    
    font-weight: bold;
    /*height:2vh;*/
}

/*ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    background-color: #f38428;
  }
  
  li {
    float: left;
  }
  
  li a {
    display: block;
    color: white;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
  }
  
  li a:hover {
    background-color: #f38428;
}
body {
    color:#000000
}
.dropbtn {
  background-color: #f38428;
  height:3vw;
  color: white;
  padding: 5px;
  font-size: 1vw;
  border: 1px black solid ;
  font-weight: bold;
  border-collapse: collapse;
}

.dropdown {
  position: relative;
  display: inline-block;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f38428;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

.dropdown-content a {
  color: rgb(231, 231, 231);
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  background-color: #f38428;
  border:1px black solid;
}

.dropdown-content a:hover {background-color: #ee6b00;}

.dropdown:hover .dropdown-content {display: block;}

.dropdown:hover .dropbtn {background-color: #ee6b00;}
*/

body {
  margin:0;
  font-family:Arial
}

.topnav {
  overflow: hidden;
  background-color: #f38428;
  /*height:3vh;*/
}

.topnav a {
  float: left;
  display: block;
  color: #f2f2f2;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 17px;
}

.dropbtn a :hover {
  background-color: #a35b1f;
  border: 1px black solid
}

.active {
  background-color: #4CAF50;
  color: white;
}

.topnav .icon {
  display: none;
}

.dropdown {
  float: left;
  overflow: hidden;
}

.dropdown .dropbtn {
  font-size: 17px;   
  border: none;
  outline: none;
  color: white;
  padding: 14px 16px;
  background-color: #f38428;
  font-family: inherit;
  margin: 0;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 160px;
  z-index: 1;
  border:1px black solid
}

.dropdown-content a {
  float: none;
  color: white;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  text-align: left;
  background-color: #f38428;

}

.dropdown-content a:hover {
  background-color: #a35b1f;
  color: white;
}

.dropdown:hover .dropdown-content  {
  display: block;
}
.verticalLayout
  {
    width:33vw;
    height:90vh
  }

@media screen and (max-width: 860px) {
  .topnav a:not(:first-child), .dropdown .dropbtn {
    display: none;
  }
  .topnav a.icon {
    float: right;
    display: block;
  }
  .aboutus {
   font-size:2vw;
  }
  .verticalLayout
  {
    width:100vw;
    height:95vh
  }
}

@media screen and (max-width: 600px) {
  /*.topnav {
    height:3vh;
  }*/
  .topnav.responsive {position: relative;}
  .topnav.responsive .icon {
    position: absolute;
    right: 0;
    top: 0;
  }  
  .topnav.responsive a {
    float: none;
    display: block;
    text-align: left;
  }
  .topnav.responsive .dropdown {float: none;}
  .topnav.responsive .dropdown-content {position: relative;}
  .topnav.responsive .dropdown .dropbtn {
    display: block;
    width: 100%;
    text-align: left;
  }
  .verticalLayout
  {
    width:98vw;
    height:95vh
  }
}

.impinfo {
  text-align: center;
}
.link {
  text-align: center;
}

#IFmain {
  width: 100%;
  height:87vh;
}

table,tr,td {
  border: 3px solid #f38428;
  border-collapse:collapse;
  font-size:1vw;
}

#rotater {
  width:75%;
  height:75%;
}

.fa fa-facebook-f {
   border: 3px solid #336699;
   size:15vw 15vh
}

body {font-family: Verdana, sans-serif;}
.mySlides {display: none;}
img {vertical-align: middle;}

/* Slideshow container */
.slideshow-container {
  max-width: 100vw;
  margin: auto;
}

/* Caption text */
.text {
  color: #f2f2f2;
  font-size: 15px;
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center;
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* The dots/bullets/indicators */
.dot {
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.active {
  background-color: #717171;
}

/* Fading animation */
.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.5s;
  animation-name: fade;
  animation-duration: 1.5s;
}

@-webkit-keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

@keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

/* On smaller screens, decrease text size */
@media only screen and (max-width: 300px) {
  .text {font-size: 11px}
}

body {font-family: Verdana, sans-serif;}
.mySlides {display: none;}
img {vertical-align: middle;}

/* Slideshow container */
.slideshow-container {
  max-width: 100vw;
  margin: auto;
}

/* Caption text */
.text {
  color: #f2f2f2;
  font-size: 15px;
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center;
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* The dots/bullets/indicators */
.dot {
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.active {
  background-color: #717171;
}

/* Fading animation */
.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.5s;
  animation-name: fade;
  animation-duration: 1.5s;
}

@-webkit-keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

@keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

/* On smaller screens, decrease text size */
@media only screen and (max-width: 300px) {
  .text {font-size: 11px}
}