body,h1,h2,h3,h4,h5,h6 {font-family: "Poppins", sans-serif}

body, html {
  height: 100%;
  line-height: 1.8;
}

.w3-bar .w3-button {
  padding: 16px;
}

.responsive {
  max-width: 100%;
  height: auto;
  padding:10px 10px;
  margin-left: auto;
  margin-right: auto;
}

.responsivenopadding {
  max-width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}

.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 35px;
    height: 0;
    overflow: hidden;
}

.video-container iframe {
    position: absolute;
    top:0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* For image Displaying Text Tips */
.container .content {
  position: absolute;
  bottom: 10px;
  left: 10px;
  backgrougnd: rgb(0, 0, 0); /* Fallback color */
  background: rgba(0, 0, 0, 0.3); /* Black background with 0.5 opacity */
  color: #f1f1f1;
  width: 95%;

}

.container {
  position: relative;
  text-align: center;
  color: white;
}

/* Centered text */
.hero-text {
  text-align: center;
  position: absolute;
  top: 30%;
  left: 30%;
  transform: translate(-30%, -30%);
  color: white;
  font-size:8vw;
  width:100%;
}

.hero-text-small {
  text-align: center;
  position: absolute;
  top: 10%;
  left: 10%;
  transform: translate(-10%, -10%);
  color: white;
  font-size:8vw;
  width:100%;
}

/* Add an active class to the active dropdown button */
.active {
  background-color: #f1f1f1;
  color: white;
}


/* Fixed sidenav, full height */
.sidenav {
  height: 100%;
  width: 200px;
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  background-color: #fefefe;  <!-- #111  -->
  overflow-x: hidden;
  padding-top: 20px;
}
/* Style the sidenav links and the dropdown button */
.sidenav a, .dropdown-btn {
  padding: 6px 8px 6px 16px;
  text-decoration: none;
  font-size: 20px;
  color: #111111;   <!-- #818181  -->
  display: block;
  border: none;
  <!-- background: none; -->
  background-color: #fefefe;
  width: 100%;
  text-align: left;
  cursor: pointer;
  outline: none;
}

/* Dropdown container (hidden by default). Optional: add a lighter background color and some left padding to change the design of the dropdown content */
.dropdown-container {
  display: none;
  background-color: #f1f1f1; <!-- #262626  -->
  padding-left: 8px;
}

/* On mouse-over */
.sidenav a:hover, .dropdown-btn:hover {
  color: blue; <!-- #111111;  #f1f1f1  -->
}

/* Optional: Style the caret down icon */
.fa-caret-down {
  float: right;
  padding-right: 8px;
}

.resizeable-iframe {
  height: 500;
  marginHeight: 0;
  border: none;
  width: 100%;
  marginWidth: 0;
  overflow-x:hidden;
  overflow-y:hidden;
}

.flex-container {
  display: flex;
  flex-direction: row;
}

/* Responsive layout - makes a one column-layout instead of two-column layout */
@media (max-width: 800px) {
  .flex-container {
    flex-direction: column;
  }
}

.w3-theme-l5 {color:#000 !important; background-color:#eaf7ff !important}
.w3-theme-l4 {color:#000 !important; background-color:#bbe5ff !important}
.w3-theme-l3 {color:#000 !important; background-color:#76cbff !important}
.w3-theme-l2 {color:#fff !important; background-color:#32b0ff !important}
.w3-theme-l1 {color:#fff !important; background-color:#0092ed !important}
.w3-theme-d1 {color:#fff !important; background-color:#005d97 !important}
.w3-theme-d2 {color:#fff !important; background-color:#005387 !important}
.w3-theme-d3 {color:#fff !important; background-color:#004976 !important}
.w3-theme-d4 {color:#fff !important; background-color:#003e65 !important}
.w3-theme-d5 {color:#fff !important; background-color:#003454 !important}

.w3-theme-light {color:#000 !important; background-color:#eaf7ff !important}
.w3-theme-dark {color:#fff !important; background-color:#003454 !important}
.w3-theme-action {color:#fff !important; background-color:#003454 !important}

.w3-theme {color:#fff !important; background-color:#0069a9 !important}
.w3-text-theme {color:#0069a9 !important}
.w3-border-theme {border-color:#0069a9 !important}

.w3-hover-theme:hover {color:#fff !important; background-color:#0069a9 !important}
.w3-hover-text-theme:hover {color:#0069a9 !important}
.w3-hover-border-theme:hover {border-color:#0069a9 !important}


