/* Style the navigation menu */
.topnav {
  overflow: hidden;
  background-color: #333;
  position: relative;
}

/* Hide the links inside the navigation menu (except for logo/home) */
.topnav #myLinks {
  display: none;
}

/* Style navigation menu links */
.topnav a {
  color: white;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 17px;
  display: block;
}

/* Style the hamburger menu */
.topnav a.icon {
  background: black;
  display: block;
  position: absolute;
  right: 0;
  top: 0;
}

/* Add a grey background color on mouse-over */
.topnav a:hover {
  background-color: #ddd;
  color: black;
}

/* Style the active link (or home/logo) */
.active {
  background-color: #04AA6D;
  color: white;
}

#mainLogo {
  width: 394px;
  height: 307px;
  margin-left: auto;
  margin-right: auto;
}

.mainContent {
  width: 394px; 
  margin-left: auto; 
  margin-right: auto;
}

.videoContainer {
  width: 394px;
}

video {
  max-width: 100%;
  height: auto;
}

@media only screen and (min-width: 768px) {

  #mainLogo {
    width: 657px;
    height: 512px;
    margin-left: auto;
    margin-right: auto;
  }

  .mainContent {
    width: 657px; 
    margin-left: auto; 
    margin-right: auto;
  }

  .videoContainer {
    width: 657px;
    margin-left: auto; 
    margin-right: auto;
  }

}

/* Style all font awesome icons */
.fab {
  padding: 10px;
  font-size: 30px;
  width: 30px;
  text-align: center;
  text-decoration: none;
}

/* Add a hover effect if you want */
.fa:hover {
  opacity: 0.7;
}

/* Set a specific color for each brand */

/* Facebook */
.fa-facebook {
  background: #3B5998;
  color: white;
}

/* Instagram */
.fa-instagram {
  background: #55ACEE;
  color: white;
}

/* Instagram */
.fa-youtube {
  background: #FF0000;
  color: white;
}

.fa-apple {
  background-color: #FC3C44;
  color: white;
}

.fa-tiktok {
  background-color: black;
  color: white;
}

.social_media_links{
  padding: 10px;
  float: left;
}

#social_media_link_container {
  width:350px;
  margin-left: auto;
  margin-right: auto;
}

.tour_dates {
  padding-bottom: 10px;
}

body {
   background-color: #333;
   color: white;
}

h2 {
  border-bottom: 1px solid white;
}

.video {
    background-color: black;
    width: 100%;
    margin-left: auto;
    margin-right:auto;
}

