/* --------------------------------------------- */
/* main.css */


body,
h1,
h2,
h3,
h4,
h5 {
  font-family: "Raleway", sans-serif
}

.w3-link {
  text-decoration: none;
}

.w3-animate-left-out {
  position: relative;
  animation: animateleftout 0.4s
}

.iframe-container {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%;
  height: 0;
}

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

@keyframes animateleftout {
  from {
    left: 0;
    opacity: 1
  }

  to {
    left: -300px;
    opacity: 0
  }
}

.w3-third h2 {
  text-transform: uppercase;
}

.w3-third a {
  text-decoration: none;
}

/* --------------------------------------------- */
/* SIDEBAR */

#sidebar-section {
  z-index:3;
  width:300px;
  font-weight:bold
}

/* --------------------------------------------- */
/* OVERLAY */

#overlay-section {
  cursor:pointer
}

/* --------------------------------------------- */
/* MODAL */

#modal-section {
  padding-top:0
}
