/*
  Theme Name: TheEvent
  Theme URL: https://bootstrapmade.com/theevent-conference-event-bootstrap-template/
  Author: BootstrapMade.com
  License: https://bootstrapmade.com/license/
*/

/*----------
# Webfonts #
-----------*/

@font-face {
    font-family: 'Ringzer0';
    src: url('Ringzer0-Regular.eot');
    src: url('Ringzer0-Regular.eot?#iefix') format('embedded-opentype'),
        url('Ringzer0-Regular.woff2') format('woff2'),
        url('Ringzer0-Regular.woff') format('woff'),
        url('Ringzer0-Regular.ttf') format('truetype'),
        url('Ringzer0-Regular.svg#Ringzer0-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'VT323';
    src: url('hinted-VT323-Regular.eot');
    src: url('hinted-VT323-Regular.eot?#iefix') format('embedded-opentype'),
        url('hinted-VT323-Regular.woff2') format('woff2'),
        url('hinted-VT323-Regular.woff') format('woff'),
        url('hinted-VT323-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'VT220';
    src: url('hinted-VT220-mod.eot');
    src: url('hinted-VT220-mod.eot?#iefix') format('embedded-opentype'),
        url('hinted-VT220-mod.woff2') format('woff2'),
        url('hinted-VT220-mod.woff') format('woff'),
        url('hinted-VT220-mod.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'VGA8';
    src: url('hinted-Px437_IBM_VGA8.eot');
    src: url('hinted-Px437_IBM_VGA8.eot?#iefix') format('embedded-opentype'),
        url('hinted-Px437_IBM_VGA8.woff2') format('woff2'),
        url('hinted-Px437_IBM_VGA8.woff') format('woff'),
        url('hinted-Px437_IBM_VGA8.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: '8bitoperator';
    src: url('hinted-8bitoperatorRegular.eot');
    src: url('hinted-8bitoperatorRegular.eot?#iefix') format('embedded-opentype'),
        url('hinted-8bitoperatorRegular.woff2') format('woff2'),
        url('hinted-8bitoperatorRegular.woff') format('woff'),
        url('hinted-8bitoperatorRegular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

/*--------
# Colours
---------*/

/*
$matrix-black:       #0d0208;
$matrix-darkgreen:   #003b00;
$matrix-green:       #009a22;
$matrix-phosphor:    #00ff41;
*/

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/

body {
  background: #000;
  color: #009a22;
  font-family: "VGA8", sans-serif;
}

a {
  color: #00ff41;
  transition: 0.5s;
}

a:hover,
a:active,
a:focus {
  color: #00ff41;
  outline: none;
  text-decoration: none;
}

p {
  padding: 0;
  /*margin: 0 0 30px 0;*/
}

s {
   text-decoration-line: line-through;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  /*font-family: "Ringzer0", sans-serif;*/
  font-family: "VT220", sans-serif;
  font-weight: 400;
  margin: 0 0 20px 0;
  padding: 0;
  color: #00ff41;
}

.main-page {
  margin-top: 70px;
}

.wow {
  visibility: hidden;
}

/* Prelaoder */

#preloader {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 999;
  width: 100%;
  height: 100%;
  overflow: visible;
  background: #fff url("../img/preloader.svg") no-repeat center center;
}

/* Back to top button */

.back-to-top {
  position: fixed;
  display: none;
  background: #009a22;
  color: #000;
  width: 40px;
  height: 40px;
  text-align: center;
  border-radius: 50px;
  right: 15px;
  bottom: 15px;
  transition: background 0.5s ease-in-out;
  z-index: 5;
}

.back-to-top i {
  font-size: 24px;
  padding-top: 6px;
}

.back-to-top:focus {
  background: #009a22;
  color: #000;
  outline: none;
}

.back-to-top:hover {
  background: #00ff41;
  color: #000;
}

/* Sections Header
--------------------------------*/

.section-header {
  margin-bottom: 60px;
  position: relative;
  padding-bottom: 20px;
}

.section-header::before {
  content: '';
  position: absolute;
  display: block;
  width: 50px;
  height: 4px;
  background: #00ff41;
  bottom: 0;
  left: calc(50% - 25px);
}

.section-header h2 {
  font-size: 36px;
  /*text-transform: uppercase;*/
  text-align: center;
  /*font-weight: 700;*/
  margin-bottom: 10px;
}

.section-header h3 {
  text-align: center;
  /*font-weight: 700;*/
  margin-bottom: 10px;
}

.section-header h4,
.section-header h5 {
  text-align: center;
  /*font-weight: 700;*/
  color: #00ff41;
  margin-bottom: 10px;
}

.section-header h5 {
   font-family: "VGA8", sans-serif;
   font-size: 18px;
   margin-bottom: 20px;
}

.section-header h5 a {
   display: inline-block;
   border: 2px solid #009a22;
   background-color: #009a22;
   color: #000 !important;
   border-radius: 5px;
   padding: 4px 8px;
}

.section-header h5 a:hover {
   background-color: #000;
   color: #00ff41 !important;
}

.section-header p {
  text-align: center;
  padding: 0;
  margin: 0;
  font-size: 24px;
  /*font-weight: 500;*/
  color: #00ff41;
}

.section-with-bg {
  background-color: #f6f7fd;
}



/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/

#header {
  height: 90px;
  padding: 25px 0;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  transition: all 0.5s;
  z-index: 997;
}

#header.header-scrolled,
#header.header-fixed {
  background: rgba(6, 12, 0, 0.98);
  height: 70px;
  padding: 15px 0;
  transition: all 0.5s;
}

#header #logo h1 {
  font-size: 36px;
  margin: 0;
  padding: 6px 0;
  line-height: 1;
  font-family: "Ringzer0", sans-serif;
  font-weight: 700;
  letter-spacing: 3px;
  text-transform: uppercase;
}

#header #logo h1 span {
  color: #00ff41;
}

#header #logo h1 a,
#header #logo h1 a:hover {
  color: #fff;
}

#header #logo img {
  padding: 0;
  margin: 0;
  max-height: 40px;
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/

/* Nav Menu Essentials */

.nav-menu,
.nav-menu * {
  margin: 0;
  padding: 0;
  list-style: none;
}

.nav-menu ul {
  position: absolute;
  display: none;
  top: 100%;
  left: 0;
  z-index: 99;
}

.nav-menu li {
  position: relative;
  white-space: nowrap;
}

.nav-menu > li {
  float: left;
}

.nav-menu li:hover > ul,
.nav-menu li.sfHover > ul {
  display: block;
}

.nav-menu ul ul {
  top: 0;
  left: 100%;
}

.nav-menu ul li {
  min-width: 180px;
}

/* Nav Menu Arrows */

.sf-arrows .sf-with-ul {
  padding-right: 30px;
}

.sf-arrows .sf-with-ul:after {
  content: "\f107";
  position: absolute;
  right: 15px;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
}

.sf-arrows ul .sf-with-ul:after {
  content: "\f105";
}

/* Nav Meu Container */

#nav-menu-container {
  float: right;
  margin: 0;
}

/* Nav Meu Styling */

.nav-menu a {
  padding: 8px;
  text-decoration: none;
  display: inline-block;
  color: rgba(202, 206, 221, 0.8);
  /*font-family: "Ringzer0", sans-serif;
  font-weight: 600;*/
  font-family: "VGA8", sans-sans-serif;
  font-size: 16px;
  outline: none;
}

.nav-menu .menu-active a,
.nav-menu a:hover {
  color: #00ff41;
}

.nav-menu > li {
  margin-left: 8px;
}

.nav-menu > li > a:before {
  content: "";
  position: absolute;
  width: 0;
  height: 2px;
  bottom: 0;
  left: 0;
  background-color: #00ff41;
  visibility: hidden;
  transition: all 0.3s ease-in-out 0s;
}

.nav-menu a:hover:before,
.nav-menu li:hover > a:before,
.nav-menu .menu-active > a:before {
  visibility: visible;
  width: 100%;
}

.nav-menu li.buy-tickets a {
  color: #000;
  background: #00ff41;
  padding: 7px 14px;
  border-radius: 10px;
  border: 1px solid #00ff41;
  transition: all ease-in-out 0.3s;
  /*font-weight: 500;*/
  margin-left: 8px;
  margin-top: 2px;
  line-height: 1;
  /*font-size: 13px;*/
  text-transform: uppercase;
  /*font-weight: bold;*/
}

.nav-menu li.buy-tickets a:hover {
  color: #00ff41;
  background: none;
}

.nav-menu li.buy-tickets:hover a:before,
.nav-menu li.buy-tickets.menu-active a:before {
  visibility: hidden;
}

.nav-menu ul {
  margin: 4px 0 0 0;
  padding: 10px;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  background: #fff;
  border-radius: 3px;
}

.nav-menu ul li {
  transition: 0.3s;
}

.nav-menu ul li a {
  padding: 10px;
  color: #060c22;
  transition: 0.3s;
  display: block;
  font-size: 13px;
  text-transform: none;
  border-radius: 3px;
}

.nav-menu ul li:hover > a {
  background: #00ff41;
  color: #fff;
}

.nav-menu ul ul {
  margin: 0;
}

/* Mobile Nav Toggle */

#mobile-nav-toggle {
  position: fixed;
  right: 0;
  top: 0;
  z-index: 999;
  margin: 15px 15px 0 0;
  border: 0;
  background: none;
  font-size: 24px;
  display: none;
  transition: all 0.4s;
  outline: none;
  cursor: pointer;
}

#mobile-nav-toggle i {
  color: #fff;
}

/* Mobile Nav Styling */

#mobile-nav {
  position: fixed;
  top: 0;
  padding-top: 18px;
  bottom: 0;
  z-index: 998;
  background: rgba(6, 12, 0, 0.9);
  left: -260px;
  width: 260px;
  overflow-y: auto;
  transition: 0.4s;
}

#mobile-nav ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

#mobile-nav ul li {
  position: relative;
}

#mobile-nav ul li a {
  color: #fff;
  font-size: 17px;
  overflow: hidden;
  padding: 10px 22px 10px 15px;
  position: relative;
  text-decoration: none;
  width: 100%;
  display: block;
  outline: none;
}

#mobile-nav ul li a:hover {
  color: #00ff41;
}

#mobile-nav ul li li {
  padding-left: 30px;
}

#mobile-nav ul .menu-has-children i {
  position: absolute;
  right: 0;
  z-index: 99;
  padding: 15px;
  cursor: pointer;
  color: #fff;
}

#mobile-nav ul .menu-has-children i.fa-chevron-up {
  color: #00ff41;
}

#mobile-nav ul .menu-item-active {
  color: #00ff41;
}

#mobile-body-overly {
  width: 100%;
  height: 100%;
  z-index: 997;
  top: 0;
  left: 0;
  position: fixed;
  background: rgba(6, 12, 0, 0.8);
  display: none;
}

/* Mobile Nav body classes */

body.mobile-nav-active {
  overflow: hidden;
}

body.mobile-nav-active #mobile-nav {
  left: 0;
}

body.mobile-nav-active #mobile-nav-toggle {
  color: #fff;
}

/*--------------------------------------------------------------
# Intro Section
--------------------------------------------------------------*/

#intro {
  width: 100%;
  height: 100vh;
  background: url("../img/matrix/techno.jpg") top center;
  background-size: cover;
  overflow: hidden;
  position: relative;
}

#intro:before {
  content: "";
/*  background: rgba(6, 12, 34, 0.8);*/
  background: rgba(0, 0, 0, 0.7);
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}

#intro .intro-container {
  position: absolute;
  bottom: 0;
  left: 0;
  top: 90px;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
  padding: 0 15px;
}

#intro h1 {
  color: #009a22;
  font-family: "VT220", sans-serif;
  /*font-size: 56px;*/
  font-size: 48px;
  font-weight: 700;
  text-transform: uppercase;
}

#intro h1 span {
  color: #00ff41;
}

#intro h2 {
  color: #009a22;
  font-family: "VGA8", sans-serif;
  font-size: 24px;
  text-align: left !important;
  /*text-transform: uppercase;*/
  letter-spacing: 1px;
}

#intro h2 span {
  color: #00ff41;
}

#intro h3 {
  color: #009a22;
  font-family: "VGA8", sans-serif;
  font-size: 24px;
  /*font-weight: 600;*/
  /*text-transform: uppercase;*/
}

#intro h3 span {
  color: #00ff41;
}

#intro h4 {
  color: #fff;
  font-family: "VGA8", sans-serif;
  font-size: 20px;
  /*font-weight: 600;*/
}

#intro h4 span {
  color: #00ff41;
}

#intro p {
  color: #ebebeb;
  font-weight: 700;
  font-size: 20px;
}

#intro .play-btn {
  width: 94px;
  height: 94px;
  background: radial-gradient(#00ff41 50%, #009a22 52%);
  border-radius: 50%;
  display: block;
  position: relative;
  overflow: hidden;
}

#intro .play-btn::after {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-40%) translateY(-50%);
  transform: translateX(-40%) translateY(-50%);
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 15px solid #fff;
  z-index: 100;
  transition: all 400ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

#intro .play-btn:before {
  content: '';
  position: absolute;
  width: 120px;
  height: 120px;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  -webkit-animation: pulsate-btn 2s;
  animation: pulsate-btn 2s;
  -webkit-animation-direction: forwards;
  animation-direction: forwards;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: steps;
  animation-timing-function: steps;
  opacity: 1;
  border-radius: 50%;
  border: 2px solid rgba(163, 163, 163, 0.4);
  top: -15%;
  left: -15%;
  background: rgba(198, 16, 0, 0);
}

#intro .play-btn:hover::after {
  border-left: 15px solid #00ff41;
  -webkit-transform: scale(20);
  transform: scale(20);
}

#intro .play-btn:hover::before {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-40%) translateY(-50%);
  transform: translateX(-40%) translateY(-50%);
  width: 0;
  height: 0;
  border: none;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 15px solid #fff;
  z-index: 200;
  -webkit-animation: none;
  animation: none;
  border-radius: 0;
}

#intro .about-btn {
  font-family: "VGA8", sans-serif;
  font-size: 24px;
  text-transform: uppercase;
  /*letter-spacing: 1px;*/
  display: inline-block;
  padding: 12px;
  border-radius: 10px;
  transition: 0.5s;
  line-height: 1;
  margin: 10px;
  color: #000;
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
  border: 1px solid #00ff41;
  background-color: #009a22;
}

#intro .about-btn:hover {
  background: none;
  color: #00ff41;
}

@-webkit-keyframes pulsate-btn {
  0% {
    -webkit-transform: scale(0.6, 0.6);
    transform: scale(0.6, 0.6);
    opacity: 1;
  }

  100% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    opacity: 0;
  }
}

@keyframes pulsate-btn {
  0% {
    -webkit-transform: scale(0.6, 0.6);
    transform: scale(0.6, 0.6);
    opacity: 1;
  }

  100% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    opacity: 0;
  }
}

/*--------------------------------------------------------------
# About Section
--------------------------------------------------------------*/

#about {
  background: url("../img/matrix/glitch_blocks.jpg");
  background-size: cover;
  overflow: hidden;
  position: relative;
  color: #fff;
  padding: 60px 0 40px 0;
  line-height: 1.2;
}

#about:before {
  content: "";
/*  background: rgba(13, 20, 41, 0.5);*/
  background: rgba(0, 20, 0, 0.5);
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}

#about h2 {
  font-size: 36px;
  /*font-weight: bold;*/
  margin-bottom: 10px;
  color: #fff;
}

#about h3 {
  font-size: 18px;
  /*font-weight: bold;*/
  text-transform: uppercase;
  margin-bottom: 10px;
  color: #fff;
}

#about p {
/*  font-size: 16px;*/
  font-size: 20px;
  margin-bottom: 20px;
  color: #fff;
  text-align: justify;
}

#about span {
  color: #00ff41;
}

/*--------------------------------------------------------------
# COVID19 Section
--------------------------------------------------------------*/

#covid19 {
  background: url("../img/matrix/neo_smith.jpg");
  background-size: cover;
  overflow: hidden;
  position: relative;
  color: #fff;
  padding: 60px 0 40px 0;
  line-height: 1.2;
}

#covid19:before {
  content: "";
/*  background: rgba(13, 20, 41, 0.5);*/
  background: rgba(0, 20, 0, 0.2);
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}

#covid19 .right {
   text-align: right;
}

#covid19 h2 {
  font-size: 36px;
  /*font-weight: bold;*/
  margin-bottom: 10px;
  color: #fff;
}

#covid19 h3 {
  font-size: 18px;
  /*font-weight: bold;*/
  text-transform: uppercase;
  margin-bottom: 10px;
  color: #fff;
}

#covid19 p {
/*  font-size: 16px;*/
  font-size: 20px;
  margin-bottom: 20px;
  color: #fff;
  text-align: justify;
}

#covid19 span {
  color: #00ff41;
}


/*--------------------------------------------------------------
# Instructors Section
--------------------------------------------------------------*/

#instructors {
   background: url("../img/matrix/techno.jpg");
   background-size: cover;
   overflow: hidden;
   position: relative;
   color: #fff;
   padding: 60px 0 30px 0;
}

#instructors:before {
   content: "";
   /*  background: rgba(13, 20, 41, 0.5);*/
   background: rgba(0, 0, 0, 0.7);
   position: absolute;
   bottom: 0;
   top: 0;
   left: 0;
   right: 0;
}

#instructors .section-header h3 {
   font-family: "8bitoperator", sans-serif;
   text-transform: uppercase;
   font-size: 1.3rem;
   font-weight: normal;
}
#instructors .section-header h4 {
   font-family: "8bitoperator", sans-serif;
   text-transform: uppercase;
   font-size: 1.1rem;
   font-weight: normal;
}

#instructors .instructor {
  position: relative;
  overflow: hidden;
  margin-bottom: 30px;
}

#instructors .instructor .details {
  background: rgba(6, 12, 0, 0.76);
  position: absolute;
  left: 0;
  bottom: -30px;
  right: 0;
  text-align: center;
  padding-top: 10px;
  transition: all 300ms cubic-bezier(0.645, 0.045, 0.355, 1);
  z-index: 5;
}

#instructors .instructor .details h3 {
  font-family: "8bitoperator", sans-serif;
  color: #00ff41;
  font-size: 18px;
  margin-bottom: 5px;
}

#instructors .instructor .details h5 {
  font-family: "8bitoperator", sans-serif;
  color: #00ff41;
  font-size: 16px;
  margin-bottom: 5px;
}

/* To be used when 4 instructors in a row */
#instructors .instructor .details h4 {
  font-family: "8bitoperator", sans-serif;
  color: #00ff41;
  font-size: 14px;
  margin-bottom: 5px;
  text-transform: uppercase;
}

#instructors .instructor .details h6 {
  color: #fff;
  font-size: 14px;
  margin-bottom: 5px;
  text-transform: uppercase;
}

#instructors .instructor .details p {
  /*color: #009a22;*/
  color: #00ff41;
  font-size: 15px;
  margin-bottom: 10px;
  /*font-style: italic;*/
  text-transform: uppercase;
  letter-spacing: 1px;
}

#instructors .instructor .details span {
  font-size: 10px;
  font-weight: bold;
  margin-left: 10px;
  /*font-style: italic;*/
  text-transform: uppercase;
  border-radius: 4px;
  border: 0;
  padding: 2px 10px 2px 10px;
  white-space: nowrap;
  overflow-x: scroll;
}

#instructors .instructor .details .confirmed {
   background-color: #ffd700; /* gold */
   color: #000;
   font-size: 14px;
}

#instructors .instructor .details .confirmed2 {
   background-color: #1ac6ff; /* deep sky blue */
   color: #000;
   font-size: 14px;
}

#instructors .instructor .details .tbd {
  background-color: #009a22;
  color: #000;
  font-size: 14px;
}

#instructors .instructor .details .onhold,
#instructors .instructor .details .soldout {
  background-color: #ff4500; /* orangered */
  color: #000;
  font-size: 14px;
}

#instructors .instructor .details .weekday {
  display: none;
  background-color: #009a22;
  color: #000;
  font-size: 14px;
}

#instructors .instructor .details .weekday {
  display: none;
  background-color: #009a22;
  color: #000;
  font-size: 14px;
}

#instructors .instructor .details .social {
  height: 30px;
}

#instructors .instructor .details a {
  color: #fff;
}

#instructors .instructor .details a:hover {
  color: #00ff41;
}

#instructors .instructor:hover .details {
  bottom: 0;
}

#instructors .section-header s {
   color: #009a22;
}

/*--------------------------------------------------------------
# Instructor Details
--------------------------------------------------------------*/

#instructors-details {
  padding: 60px 0;
}

#instructors-details {
   font-size: 20px;
   color: #aaa !important;
}

#instructors-details .details {
   font-size: 18px;
}

#instructors-details .details p {
   color: #009a22;
   line-height: 1.2;
}

#instructors-details .course-details p {
   line-height: 1.2;
}

#instructors-details .instructor-image {
   margin-bottom: 10px;
}

#instructors-details h4 {
   /*text-transform: uppercase;*/
   /*font-weight: bold;*/
   font-size: 20px;
}

#instructors-details h4 s {
   color: #009a22;
}

#instructors-details h5 {
   /*text-transform: uppercase;*/
   /*font-weight: bold;*/
   font-family: "VGA8", sans-serif;
   text-align: center;
   font-size: 16px;
}

#instructors-details .dates {
   display: inline-block;
   border: 1px solid #009a22;
   background-color: #009a22;
   color: #000;
   border-radius: 5px;
   padding: 4px 8px;
}

#instructors-details .confirmed {
   border: 1px solid #ffd700;
   background-color: #ffd700;
}

#instructors-details .confirmed2 {
   border: 1px solid #1ac6ff;
   background-color: #1ac6ff;
}

#instructors-details .onhold {
   border: 1px solid #ff4500;
   background-color: #ff4500;
}

#instructors-details .dates:hover {
   border: 1px solid #00ff41;
   background-color: #003b00;
   color: #00ff41;
}

#instructors-details .course-details b {
   color: #00ff41;
   text-transform: uppercase;
   font-weight: normal;
}

#instructors-details .details h2,
#instructors-details .course-details h2 {
  color: #00ff41;
  font-size: 24px;
  font-weight: normal;
  margin-bottom: 10px;
}

#instructors-details .details h3,
#instructors-details .course-details h3 {
   /*text-transform: uppercase;*/
   /*font-weight: bold;*/
   font-size: 28px;
}

#instructors-details .details .social {
  margin-bottom: 15px;
}

#instructors-details .details .social a {
  background: #000;
  color: #009a22;
  line-height: 1;
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  border: 2px solid #009a22;
  width: 36px;
  height: 36px;
  padding-top: 9px;
}

#instructors-details .details .social a:hover {
  background: #009a22;
  color: #000;
}

#instructors-details .details .social a i {
  font-size: 18px;
}

#instructors-details li {
  margin-bottom: 5px;
  line-height: 1.2;
}

#instructors-details .btn {
  font-family: "8bitoperator", sans-serif;
  font-size: 15px;
  border-radius: 50px;
  padding: 10px 20px;
  transition: all 0.2s;
  background-color: #00ff41;
  border: 0;
  color: #000;
  white-space: normal !important;
}

#instructors-details .btn:hover,
#instructors-details .soldout {
  background-color: #e0072f; /* red */
}

#instructors-details .pair {
  font-size: 18px;
  border-radius: 10px;
  padding: 5px 10px;
  transition: all 0.2s;
  background-color: #009a22;
  border: 1px solid #00ff41;
  color: #000;
  /*margin-bottom: 20px;*/
  text-align: center;
  display: inline-block;
  text-transform: uppercase;
}

#instructors-details .pair:hover {
  background-color: #00ff41;
}

/*--------------
 # Modal popup
 -------------*/

#covid-modal .modal-content,
#hybrid-modal .modal-content {
   text-align: center;
   border-radius: 20px;
   border: 3px solid #000;
   line-height: 1;
   padding: 10px;
}

#covid-modal .modal-content {
   background-color: #002800;
}

#hybrid-modal .modal-content {
   background-color: #003b00;
}

#covid-modal .modal-content .modal-body,
#hybrid-modal .modal-content .modal-body {
   color: #fff;
   font-size: 18px;
}

#covid-modal .modal-content .modal-body p,
#hybrid-modal .modal-content .modal-body p,
#covid-modal .modal-content .modal-body ul,
#hybrid-modal .modal-content .modal-body ul {
   text-align: left;
   margin: 0px;
   margin-bottom: 1rem;
}

#covid-modal .modal-content .modal-body span,
#hybrid-modal .modal-content .modal-body span{
   color: #00ff41;
}

#covid-modal .modal-content .modal-body button,
#hybrid-modal .modal-content .modal-body button {
   background-color: #00ff41;
   border-radius: 10px;
   padding: 2px 15px;
   color: #000;
}

#covid-modal table,
#hybrid-modal table {
   display: inline-grid;
   margin-bottom: 1rem;
}

#covid-modal td,
#hybrid-modal td {
   text-align: left;
   white-space: nowrap;
   padding-right: 15px;
}

#covid-modal button,
#hybrid-modal button, {
   display: block;
   margin-left: auto;
   margin-right: auto;
}

#covid-modal .center,
#hybrid-modal .center {
   display: block;
   margin-left: auto;
   margin-right: auto;
   margin-bottom: 1rem;
}

#covid-modal .recordings,
#hybrid-modal .recordings {
   font-size: 14px;
   width: 60%;
}

/*--------------------------------------------------------------
# Schedule Section


#schedule {
  padding: 60px 0 60px 0;
}

#schedule .nav-tabs {
  text-align: center;
  margin: auto;
  display: block;
  border-bottom: 0;
  margin-bottom: 30px;
}

#schedule .nav-tabs li {
  display: inline-block;
  margin-bottom: 0;
}

#schedule .nav-tabs a {
  border: none;
  border-radius: 50px;
  font-weight: 600;
  background-color: #0e1b4d;
  color: #fff;
  padding: 10px 50px;
}

#schedule .nav-tabs a.active {
  background-color: #00ff41;
  color: #fff;
}

#schedule .sub-heading {
  text-align: center;
  font-size: 18px;
  font-style: italic;
  margin: 0 auto 30px auto;
}

#schedule .tab-pane {
  transition: ease-in-out .2s;
}

#schedule .schedule-item {
  border-bottom: 1px solid #cad4f6;
  padding-top: 15px;
  padding-bottom: 15px;
  transition: background-color ease-in-out 0.3s;
}

#schedule .schedule-item:hover {
  background-color: #fff;
}

#schedule .schedule-item time {
  padding-bottom: 5px;
  display: inline-block;
}

#schedule .schedule-item .instructor {
  width: 60px;
  height: 60px;
  overflow: hidden;
  border-radius: 50%;
  float: left;
  margin: 0 10px 10px 0;
}

#schedule .schedule-item .instructor img {
  height: 100%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  margin-left: 50%;
  transition: all ease-in-out 0.3s;
}

#schedule .schedule-item h4 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 5px;
}

#schedule .schedule-item h4 span {
  font-style: italic;
  color: #19328e;
  font-weight: normal;
  font-size: 16px;
}

#schedule .schedule-item p {
  font-style: italic;
  color: #152b79;
  margin-bottom: 0;
}
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Venue Section

#venue {
  padding: 60px 0;
}

#venue .container-fluid {
  margin-bottom: 3px;
}

#venue .venue-map iframe {
  width: 100%;
  height: 100%;
  min-height: 300px;
}

#venue .venue-info {
  background: url("../img/venue-info-bg.jpg") top center no-repeat;
  background-size: cover;
  position: relative;
  padding-top: 60px;
  padding-bottom: 60px;
  height: 450px;
}

#venue .venue-info:before {
  content: "";
  background: rgba(13, 20, 41, 0.6);
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}

#venue .venue-info h3 {
  font-size: 36px;
  font-weight: 700;
  color: #fff;
}

#venue .venue-info p {
  color: #fff;
  margin-bottom: 0;
}

#venue .venue-gallery-container {
  padding-right: 12px;
}

#venue .venue-gallery {
  overflow: hidden;
  border-right: 3px solid #fff;
  border-bottom: 3px solid #fff;
}

#venue .venue-gallery img {
  transition: all ease-in-out 0.4s;
}

#venue .venue-gallery:hover img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

#venue .venue-btn {
  font-family: "Ringzer0", sans-serif;
  font-weight: 700;
  font-size: 18px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 12px 32px;
  border-radius: 50px;
  transition: 0.5s;
  line-height: 1;
  margin-top: 30px;
  color: #fff;
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
  background-color: rgba(248, 34, 73, 0.3);
  border: 2px solid #00ff41;
}

#venue .venue-btn:hover {
  background-color: #00ff41;
}

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Blog Section
--------------------------------------------------------------*/

#blog {
   background: url("../img/matrix/glitch_blocks.jpg");
   background-size: cover;
   overflow: hidden;
   position: relative;
   color: #fff;
   padding: 60px 0;
}

#blog:before {
   content: "";
   background: rgba(0, 0, 0, 0.6);
   position: absolute;
   bottom: 0;
   top: 0;
   left: 0;
   right: 0;
}

#blog .blog {
  position: relative;
  overflow: hidden;
  margin-bottom: 30px;
}

#blog .blog .details {
  background: rgba(6, 12, 0, 0.76);
  position: absolute;
  left: 0;
  bottom: 0px;
  right: 0;
  text-align: center;
  padding-top: 10px;
  z-index: 5;
}

#blog h3 {
  font-weight: 600;
  font-size: 20px;
  margin-bottom: 5px;
}

#blog a {
  color: #00ff41;
}

#blog p {
  font-size: 20px;
  line-height: 1.2;
}


/*--------------------------------------------------------------
# New Sponsors Section
--------------------------------------------------------------*/

#sponsorsnew {
   background: url("../img/matrix/motherboard.jpg");
   background-size: cover;
   overflow: hidden;
   position: relative;
   color: #fff;
   padding: 60px 0;
}

#sponsorsnew:before {
   content: "";
   /*  background: rgba(13, 20, 41, 0.5);*/
   background: rgba(0, 30, 0, 0.5);
   position: absolute;
   bottom: 0;
   top: 0;
   left: 0;
   right: 0;
}

#sponsorsnew .sponsor {
  border: 1px solid #e0e5fa;
  background: #fff;
  margin-bottom: 30px;
}

#sponsorsnew .sponsor:hover .sponsor-img img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

#sponsorsnew .sponsor-img {
  overflow: hidden;
  /*margin-bottom: 15px;*/
}

#sponsorsnew .sponsor-img img {
  transition: 0.3s ease-in-out;
}

#sponsorsnew h3 {
  font-weight: 600;
  font-size: 20px;
  margin-bottom: 5px;
  padding: 0 20px;
}

#sponsorsnew .sponsor h2 {
  text-align: center;
}

#sponsorsnew a {
  color: #152b79;
}

#sponsorsnew a:hover {
  color: #00ff41;
}

#sponsorsnew .stars {
  padding: 0 20px;
  margin-bottom: 5px;
}

#sponsorsnew .stars i {
  color: #ffc31d; /* golden yellow */
}

#sponsorsnew p {
  color: #00ff41;
  font-size: 24px;
}

/*--------------------------------------------------------------
# Friends of R0 Section
--------------------------------------------------------------*/

#r0friends {
   background: url("../img/matrix/green_code.jpg");
   background-size: cover;
   overflow: hidden;
   position: relative;
   color: #fff;
   padding: 60px 0;
}

#r0friends:before {
   content: "";
   /*  background: rgba(13, 20, 41, 0.5);*/
   background: rgba(0, 30, 0, 0.5);
   position: absolute;
   bottom: 0;
   top: 0;
   left: 0;
   right: 0;
}

#r0friends .ringzero-friends-wrap {
  /*border-top: 1px solid #e0e5fa;
  border-left: 1px solid #e0e5fa;
  margin-bottom: 30px;*/
}

#r0friends .ringzero-friend {
  padding: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  /*border-right: 1px solid #e0e5fa;*/
  /*border-bottom: 1px solid #e0e5fa;*/
  overflow: hidden;
  /*background: rgba(255, 255, 255, 0.5);*/
  background: #fff;
  height: 160px;
  margin: 5px;
}

#r0friends .ringzero-friend:hover img {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}

#r0friends img {
  transition: all 0.4s ease-in-out;
}

/*--------------------------------------------------------------
# F.A.Q Section
--------------------------------------------------------------*/

#faq {
  padding: 60px 0;
}

#faq #faq-list {
  padding: 0;
  list-style: none;
}

#faq #faq-list li {
  border-bottom: 1px solid #ddd;
}

#faq #faq-list a {
  padding: 18px 0;
  display: block;
  position: relative;
  font-family: "Ringzer0", sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
  padding-right: 20px;
}

#faq #faq-list i {
  font-size: 24px;
  position: absolute;
  right: 0;
  top: 16px;
}

#faq #faq-list p {
  margin-bottom: 20px;
}

#faq #faq-list a.collapse {
  color: #00ff41;
}

#faq #faq-list a.collapsed {
  color: #000;
}

#faq #faq-list a.collapsed i::before {
  content: "\f055" !important;
}

/*--------------------------------------------------------------
# Promo Section
--------------------------------------------------------------*/

#buy-tickets {
   background: url("../img/matrix/data_squares.jpg");
   background-size: cover;
   overflow: hidden;
   position: relative;
   color: #fff;
   padding: 60px 0;
}

#buy-tickets:before {
   content: "";
   /*  background: rgba(13, 20, 41, 0.5);*/
   background: rgba(0, 10, 0, 0.6);
   position: absolute;
   bottom: 0;
   top: 0;
   left: 0;
   right: 0;
}

#buy-tickets .card {
  border: none;
  border-radius: 5px;
  transition: all  0.3s ease-in-out;
  box-shadow: 0 10px 25px 0 rgba(6, 12, 0, 0.1);
  background-color: #003b00;
}

#buy-tickets .card:hover {
  box-shadow: 0 10px 35px 0 rgba(6, 12, 0, 0.2);
}

#buy-tickets .card hr {
  margin: 25px 0;
}

#buy-tickets .card .card-title {
  margin: 10px 0;
  /*font-size: 14px;*/
  letter-spacing: 1px;
  /*font-weight: bold;*/
}

#buy-tickets .card .text-highlight {
   color: #00ff41;
}

#buy-tickets .card .card-price {
  /*font-size: 48px;*/
  font-size: 36px;
  margin: 0;
}

#buy-tickets .card ul li {
  margin-bottom: 20px;
}

#buy-tickets .card .text-muted {
  opacity: 0.4;
}

#buy-tickets .card .btn {
  font-family: "8bitoperator", sans-serif;
  font-size: 20px;
  font-weight: bold;
  border-radius: 10px;
  padding: 10px 20px;
  transition: all 0.2s;
  background-color: #00ff41;
  border: 0;
  color: #000;
}

#buy-tickets .card .btn:hover {
  background-color: #e0072f; /* red */
}

#buy-tickets .card .inactive {
  background-color: #808080 !important; /* grey */
  visibility: hidden;
}

#buy-tickets #buy-ticket-modal input,
#buy-tickets #buy-ticket-modal select {
  border-radius: 0;
}

#buy-tickets #buy-ticket-modal .btn {
  font-size: 15px;
  border-radius: 50px;
  padding: 10px 40px;
  transition: all 0.2s;
  background-color: #00ff41;
  border: 0;
  color: #fff;
}

#buy-tickets span {
   font-size: 26px;
}

#buy-tickets p {
   font-family: "VGA8", sans-serif;
   font-size: 18px;
   font-weight: normal !important;
}

/*--------------------------------------------------------------
# Old Pricing Section
--------------------------------------------------------------*/

#old-pricing {
   background: url("../img/matrix/data_squares.jpg");
   background-size: cover;
   overflow: hidden;
   position: relative;
   color: #fff;
   padding: 60px 0;
}

#old-pricing:before {
   content: "";
   /*  background: rgba(13, 20, 41, 0.5);*/
   background: rgba(0, 10, 0, 0.6);
   position: absolute;
   bottom: 0;
   top: 0;
   left: 0;
   right: 0;
}

#old-pricing .cancellation {
  color: #fff;
  margin-top: 20px;
  margin-bottom: 20px;
  background: #000;
  padding: 10px;
}

#old-pricing .card {
  border: 1px solid #009a22;
  border-radius: 5px;
  /*
  transition: all  0.3s ease-in-out;
  box-shadow: 0 10px 25px 0 rgba(6, 12, 34, 0.1);
  */
  background: #000;
}

/*
#old-pricing .card:hover {
  box-shadow: 0 10px 35px 0 rgba(6, 12, 34, 0.2);
}

#old-pricing .card .card-active {
  background-color: #ffd900;
}

#old-pricing .card .card-active:hover {
  background-color: #ffe44d;
}

#old-pricing .card hr {
  margin: 25px 0;
}
*/

#old-pricing .card .text-muted hr {
  margin: 25px 0;
  border-color: #ffffff;
}

#old-pricing .card .card-title {
  margin: 10px 0;
  font-size: 14px;
  letter-spacing: 1px;
  font-weight: bold;
}

#old-pricing .card .text-highlight {
   color: #00ff41;
}

#old-pricing .card .card-price {
  /*font-size: 48px;*/
  font-size: 36px;
  margin: 0;
}

#old-pricing .card ul li {
  margin-bottom: 20px;
}

#old-pricing .card .text-muted h5,
#old-pricing .card .text-muted h6 {
  color: #004d11 !important;
}

#old-pricing .card .text-muted h3 {
  color: #009a22 !important;
  border: 1px solid #00ff41;
  border-radius: 2px;
  letter-spacing: 3px;
  padding: 3px;
  background-color: #003b00;
  font-family: "8bitoperator", sans-serif !important;
  font-weight: normal !important;
  font-size: 18px;
}

#old-pricing .card .btn {
  font-size: 15px;
  border-radius: 50px;
  padding: 10px 40px;
  transition: all 0.2s;
  background-color: #00ff41;
  border: 0;
  color: #fff;
}

#old-pricing .card .btn:hover {
  background-color: #e0072f; /* red */
}

#old-pricing .card .inactive {
  background-color: #808080 !important; /* grey */
  visibility: hidden;
}

#old-pricing #buy-ticket-modal input,
#old-pricing #buy-ticket-modal select {
  border-radius: 0;
}

#old-pricing #buy-ticket-modal .btn {
  font-size: 15px;
  border-radius: 50px;
  padding: 10px 40px;
  transition: all 0.2s;
  background-color: #00ff41;
  border: 0;
  color: #fff;
}

#old-pricing #buy-ticket-modal .btn:hover {
  background-color: #e0072f; /* red */
}

/*--------------------------------------------------------------
# Contact Section
--------------------------------------------------------------*/

#contact {
  background: url("../img/matrix/glitch_blocks.jpg");
  background-size: cover;
  overflow: hidden;
  position: relative;
  color: #fff;
  padding: 60px 0 40px 0;
}

#contact:before {
  content: "";
/*  background: rgba(13, 20, 41, 0.5);*/
  background: rgba(0, 10, 0, 0.5);
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}

#contact .contact-info {
  margin-bottom: 20px;
  text-align: center;
}

#contact .contact-info i {
  font-size: 48px;
  display: inline-block;
  margin-bottom: 10px;
  color: #00ff41;
}

#contact .contact-info address,
#contact .contact-info p {
  margin-bottom: 0;
  color: #112363;
}

#contact .contact-info h3 {
  font-size: 18px;
  margin-bottom: 15px;
  /*font-weight: bold;*/
  text-transform: uppercase;
  color: #00ff41;
}

#contact .contact-info a {
  color: #00ff41;
}

#contact .contact-info a:hover {
  color: #00ff41;
}

#contact .contact-address,
#contact .contact-twitter,
#contact .contact-email {
  margin-bottom: 20px;
}

#contact .form #sendmessage {
  color: #00ff41;
  border: 1px solid #00ff41;
  display: none;
  text-align: center;
  padding: 15px;
  font-weight: 600;
  margin-bottom: 15px;
}

#contact .form #errormessage {
  color: red;
  display: none;
  border: 1px solid red;
  text-align: center;
  padding: 15px;
  font-weight: 600;
  margin-bottom: 15px;
}

#contact .form #sendmessage.show,
#contact .form #errormessage.show,
#contact .form .show {
  display: block;
}

#contact .form .validation {
  color: red;
  display: none;
  margin: 0 0 20px;
  font-weight: 400;
  font-size: 13px;
}

#contact .form input,
#contact .form textarea {
  padding: 10px 14px;
  border-radius: 0;
  box-shadow: none;
  font-size: 15px;
}

#contact .form button[type="submit"] {
  background: #00ff41;
  border: 0;
  padding: 10px 40px;
  color: #fff;
  transition: 0.4s;
  border-radius: 50px;
  cursor: pointer;
}

#contact .form button[type="submit"]:hover {
  background: #e0072f; /* red */
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/

#footer {
  background: #082000;
  padding: 0 0 25px 0;
  color: #eee;
  font-size: 14px;
}

#footer .footer-top {
  background: #040900;
  padding: 60px 0 30px 0;
}

#footer .footer-top .footer-info {
  margin-bottom: 30px;
}

#footer .footer-top .footer-info h3 {
  font-size: 26px;
  margin: 0 0 20px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-family: "Ringzer0", sans-serif;
  font-weight: 700;
  color: #fff;
}

#footer .footer-top .footer-info img {
  height: 40px;
  margin-bottom: 10px;
}

#footer .footer-top .footer-info p {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 0;
  font-family: "Ringzer0", sans-serif;
  color: #fff;
}

#footer .footer-top .social-links a {
  font-size: 18px;
  display: inline-block;
  background: #222636;
  color: #eee;
  line-height: 1;
  padding: 8px 0;
  margin-right: 4px;
  border-radius: 50%;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
}

#footer .footer-top .social-links a:hover {
  background: #00ff41;
  color: #fff;
}

#footer .footer-top h4 {
  font-size: 14px;
  /*font-weight: bold;*/
  color: #fff;
  text-transform: uppercase;
  position: relative;
  padding-bottom: 12px;
  border-bottom: 2px solid #00ff41;
}

#footer .footer-top .footer-links {
  margin-bottom: 30px;
}

#footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#footer .footer-top .footer-links ul i {
  padding-right: 5px;
  color: #00ff41;
  font-size: 18px;
}

#footer .footer-top .footer-links ul li {
  border-bottom: 1px solid #262c44;
  padding: 10px 0;
}

#footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}

#footer .footer-top .footer-links ul a {
  color: #eee;
}

#footer .footer-top .footer-links ul a:hover {
  color: #00ff41;
}

#footer .footer-top .footer-contact {
  margin-bottom: 30px;
}

#footer .footer-top .footer-contact p {
  line-height: 26px;
}

#footer .footer-top .footer-newsletter {
  margin-bottom: 30px;
}

#footer .footer-top .footer-newsletter input[type="email"] {
  border: 0;
  padding: 6px 8px;
  width: 65%;
}

#footer .footer-top .footer-newsletter input[type="submit"] {
  background: #00ff41;
  border: 0;
  width: 35%;
  padding: 6px 0;
  text-align: center;
  color: #fff;
  transition: 0.3s;
  cursor: pointer;
}

#footer .footer-top .footer-newsletter input[type="submit"]:hover {
  background: #e0072f; /* red */
}

#footer .copyright {
  text-align: center;
  padding-top: 30px;
}

#footer .credits {
  text-align: center;
  font-size: 13px;
  color: #ddd;
}

/*---
# CSS strikethrough
---*/

.strikediag {
  background: linear-gradient(to left top, transparent 44.75%, currentColor 46.5%, currentColor 53.5%, transparent 55.25%);
}

.redslash {
  background: linear-gradient(to left top, transparent 44.75%, red 46.5%, red 53.5%, transparent 55.25%);
  font-weight: normal;
}

.withpadding {
  padding: 0 0.15em;
}

/*--
# Misc
------*/

.dontshow {
   display: none;
}

/*--------------------------------------------------------------
# Responsive Media Queries
--------------------------------------------------------------*/

@media (min-width: 767px) {
  #subscribe input {
    min-width: 400px;
  }
}

@media (min-width: 768px) {
  #contact .contact-address,
  #contact .contact-twitter,
  #contact .contact-email {
    padding: 20px 0;
  }
}

@media (min-width: 991px) {
  #schedule .sub-heading {
    width: 75%;
  }
}

@media (min-width: 1024px) {
  #intro,
  #about,
  #instructors,
  #sponsorsnew,
  #r0friends,
  #buy-tickets,
  #old-pricing,
  #contact,
  #subscribe {
    background-attachment: fixed;
  }
}

/* Fix for ipads not supporting background-attachment: fixed */
@supports (-webkit-touch-callout: inherit) {
   #intro,
   #about,
   #instructors,
   #sponsorsnew,
   #r0friends,
   #buy-tickets,
   #old-pricing,
   #contact,
   #subscribe {
     background-attachment: scroll;
   }
}

@media (max-width: 1199px) {
  #header .container {
    max-width: 100%;
  }

  .nav-menu a {
    padding: 8px 4px;
  }
}

@media (max-width: 991px) {
  #header {
    background: rgba(6, 12, 0, 0.98);
    height: 70px;
    padding: 15px 0;
    transition: all 0.5s;
  }

  #nav-menu-container {
    display: none;
  }

  #mobile-nav-toggle {
    display: inline;
  }

  #intro .intro-container {
    top: 70px;
  }

  #intro h1 {
    font-size: 34px;
  }

  #intro p {
    font-size: 16px;
  }

  #schedule .nav-tabs a {
    padding: 8px 60px;
  }
}

@media (max-width: 768px) {
  .back-to-top {
    bottom: 15px;
  }

  #faq #faq-list a {
    font-size: 18px;
  }

  #faq #faq-list i {
    top: 13px;
  }
}

@media (max-width: 767px) {
  #schedule .nav-tabs a {
    padding: 8px 50px;
  }
}

@media (max-width: 574px) {
  #venue .venue-info h3 {
    font-size: 24px;
  }
}

@media (max-width: 480px) {
  #schedule .nav-tabs a {
    padding: 8px 30px;
  }
}

@media (max-width: 460px) {
  #subscribe button {
    margin-top: 10px;
  }
}

@media (max-width: 380px) {
  #about p,
  #covid19 p {
     text-align: left;
  }
}
