body {
  background-color: #39561e;
  margin: 0;
  padding: 0;
}

.card-header {
       background-color: #004225;
	   padding: 10px 0;
	   text-align: center;
}

/* BANNER css*/
#main-banner {
  position: relative;
  margin-bottom: 100px;
  width: 100vw;
}
#banner-container {
  height: 100vh;
  overflow: hidden;
  position: relative;

}


#banner-background-4 {
  position: absolute;
  overflow: hidden;
  z-index: 0;
  width: 100vw;
  height: 100vh;
}

#banner-background-4 img {
  position: absolute;
  z-index: 0;
  left: 50%;
  top: 0px;
  margin-right: -50%;
  transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
}


#banner-background-6 {
  position: absolute;
  z-index: 1;
  width: 100vw;
  height: 100vh;
}

#banner-background-6 img {
  position: absolute;
  z-index: 1;
  display: block;
  width: 100%;
  left: 50%;
  bottom: -180px;
  margin-right: -50%;
  transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
}

#banner-border {
  position: absolute;
  bottom: -120px;
  z-index: 5;
  width: 100vw;
  margin: 0 0 0 0;
  padding: 0;
  overflow: hidden;
}

#banner-border img {
  width: 100%;
  margin-left: -20px;
}

/* END OF BANNER css*/
#event-info {
  padding: 2rem 2rem;
}

#community p, #date p {
  line-height: 2.5rem;
  font-size: 1.5rem;
  font-family: 'Roboto', sans-serif;
  color: #ccc7c7;
}

#community h1, #date h1 {
  line-height: 4rem;
  margin-top: 50px;
  margin-bottom: 50px;
  font-family: 'Audiowide', cursive;
  font-size: 4rem;
}

#community h2 {
  line-height: 4rem;
  margin-top: 50px;
  margin-bottom: 50px;
  font-family: 'Audiowide', cursive;
  font-size: 2rem;
}

#community li {
  font-family: 'Roboto', sans-serif;
  font-size: 1rem;
  color: white;
}

#community, #date {
  padding-top: 2rem;
}

#community span {
  position: relative;
  font-size: 3rem;
  margin-top: 2rem;
  padding: 1rem;
  top: 0;
  -webkit-transition: top 0.1s;
  /* Safari */
  transition: top 0.1s;
}

#community span:hover {
  top: -5px;
}

#construction-image {
  padding: 5rem 0;
}

.dotted-hr {
  border-color: white;
  margin: 5rem auto;
  width: 5%;
  border-width: 20px;
  border-style: dotted;
  border-bottom: none;
}

h1, h2, h3, span, i, a {
  color: white;
}

.google-maps {
  position: relative;
  padding-bottom: 85%; // This is the aspect ratio
  height: 0;
  overflow: hidden;
  margin: 0 auto;
  width: 90%;
}

.google-maps iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
  padding: 5rem;
}

a:hover {
  color: white;
}

.flicker {
  animation: flicker 1.3s forwards;
  animation-iteration-count: infinite;
}

@media screen and (max-width: 1600px) {
  #banner-background-4 img {
    height: 900px;
    top: 0px;
  } 
 #banner-border {
    bottom: -95px;
  }

}

@media screen and (max-width: 1400px) {
  #banner-background-4 img {
    height: 800px;
    top: 0px;
  } 
  #banner-background-6 img {
    width: 100%;
    bottom: -20px;
  }

 #banner-border {
	width: 100%;
    bottom: -75px;
  }

}

@media screen and (max-width: 1025px) {

  #banner-background-4 img {
    height: 700px;
    top: 0px;
  }

  #banner-background-6 img {
    width: 100%;
    top: 350;
  }

  #banner-border {
    bottom: -30px;
  }

  #banner-border img {
    width: 120%;
  }

  .google-maps {
    width: 100%;
  }

  .google-maps iframe {
    padding: 0;
    margin-top: 0;
  }

  #community p, #date p {
    line-height: 2.5rem;
    font-size: 1.3rem;
  }

  #community span {
    font-size: 3rem;
    margin-top: 2rem;
    margin-bottom: 2rem;
  }


  .dotted-hr {
    margin: 0 auto;
    width: 20%;
    border-width: 20px;
  }

  #construction-image {
    width: 100%;
    padding-top: 5rem;
  }
}

@media screen and (max-width: 769px) {
  #banner-background-4 img {
	height: 500px;
    top: 0px;
  }	
	
  #banner-background-6 img {
    width: 100%;
    top: 280px;
  }

  #banner-border {
    top: 650px;
  }

  #banner-border img {
    width: 150%;
  }
}

@media screen and (max-width: 650px) {

  #banner-background-4 img {
    height: 350px;
    top: 0px;
  }

  #banner-background-6 img {
    width: 100%;
    top: 200px;
  }


  #banner-border {
    top: 500px;
  }

  #banner-border img {
    width: 150%;
  }

  #community h1, #date h1 {
    font-size: 2.5rem;
  }

  #community h2 {
    font-size: 1.5rem;
  }

  #community span {
    font-size: 2.5rem;
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

}
@media screen and (max-width: 600px) {

  #banner-background-4 img {
    height: 350px;
    top: 0px;
  }

  #banner-background-6 img {
    width: 100%;
    top: 200px;
  }

  #banner-border {
    top: 480px;
  }

  #banner-border img {
    width: 150%;
  }

  #community h1, #date h1 {
    font-size: 2.5rem;
  }

  #community h2 {
    font-size: 1.5rem;
  }

  #community span {
    font-size: 2.5rem;
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

}
@media screen and (max-width: 550px) {

  #banner-background-4 img {
    height: 350px;
    top: 0px;
  }

  #banner-background-6 img {
    width: 100%;
    top: 200px;
  }


  #banner-border {
    top: 450px;
  }

  #banner-border img {
    width: 150%;
  }

  #community h1, #date h1 {
    font-size: 2.5rem;
  }

  #community h2 {
    font-size: 1.5rem;
  }

  #community span {
    font-size: 2.5rem;
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

}

@media screen and (max-width: 450px) {

  #banner-background-4 img {
    height: 350px;
    top: 0px;
  }

  #banner-background-6 img {
    width: 100%;
    top: 230px;
  }


  #banner-border {
    top: 420px;
  }

  #banner-border img {
    width: 200%;
  }

  #community h1, #date h1 {
    font-size: 2.5rem;
  }
  #community h2 {
    font-size: 1.5rem;
  }

  #community span {
    font-size: 2.5rem;
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

}

@media screen and (max-width: 1025px) and (orientation : landscape) {

  #banner-background-4 img {
    height: 100%;
    top: 0;
  }

  #banner-background-6 img {
    width: 100%;
    bottom: 30px;
  }

  #banner-border {
    bottom: -35px;
  }

  #banner-border img {
    width: 150%;
  }
}

@media screen and (max-width: 600px) and (orientation : landscape) {
   #banner-background-4 img {
    height: 100%;
    top: 0;
  }

  #banner-background-6 img {
    width: 100%;
    bottom: 30px;
  }
 
  #banner-border {
    bottom: -25px;
  }

  #banner-border img {
    width: 180%;
  }
}

@media screen and (max-width: 360px) {
  #main-banner {
    margin-bottom: 20px;
  }

  #community span {
    font-size: 2.5rem;
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .dotted-hr {
    margin: 0 auto 2rem auto;
    width: 20%;
    border-width: 15px;
  }

  #community h1, #date h1 {
    line-height: 3rem;
    margin-top: 30px;
    margin-bottom: 30px;
    font-size: 2.2rem;
  }
  #community h2 {
    line-height: 3rem;
    margin-top: 30px;
    margin-bottom: 30px;
    font-size: 1.2rem;
  }

}

@keyframes flicker {
  0% {
    opacity: 1
  }

  70% {
    opacity: 1
  }

  80% {
    opacity: 0
  }

  100% {
    opacity: 0
  }
}
