/* navbar */
nav {
  width: 100%;
  height: 60px;
  margin: 0 auto;
  background: #e0091b;
}

nav ul {
  list-style: none;
  text-align: center;
}
nav ul li {
  display: inline-block;
}
nav ul li a {
  display: block;
  padding:  17px 45px;
  text-decoration: none;
  color: black;
  font-weight: 800;
  text-transform: uppercase;
  margin: 0 10px;
}
 nav ul li a,
nav ul li a:after,
nav ul li a:before {
  transition: all .5s;
}
nav ul li a:hover {
  color: white;
  text-decoration: none;
} 

  .dropdown-item{
    display: block;
    padding:  17px 45px !important;
    text-decoration: none;
    color:white !important;
    font-weight: 800 !important;
    text-transform: uppercase;
    margin: 0 !important;
    background-color: black !important;
  }
  .dropdown-menu{
    background-color: black !important;
    padding: 0 !important;
    text-align: center !important;
  }

.dropdown-item:hover {
    color: white!important;
    background-color: #ff5100 !important;
  }

  .sticky {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9999;
  }

  #mobile_menu {
    display: none;

}

  .row{
    margin:0 !important;
  }

  /* header */
header {
    background-color: #E0091B;
    background-repeat: repeat;
    width: 100%;
    height: 50px;

    text-align: center;
    color: white;
}

.logo{
  height: 65px;
  padding: 10px 15px;
  
  }

.eventcard1{
    background-image: url("../images/orpheum3.jpg");
    height: 500px;
    

    
}


.eventcard2{
    background-image: url("../images/bartrivia.png");
    height: 500px;

}

.eventcard3{
    background-image: url("../images/vintagefestbackground.jpg");
    height: 500px;
}

.eventcard4{
  background-image: url("../images/this_week/picnicbackground.jpg");
  height: 530px;
}


  .container {
    display: flex;
    align-items: center;
    justify-content: center
  }
  
  img {
    height: 455px;
    padding: 85px 15px;
  }
  
  .image {
    flex-basis: 40%;

  }


  .img4{
    padding: 100px 15px 100px 15px ; 
    height:550px ;
    }
 
    .bonus_info{
      padding: 20px 0 0 0;
      opacity: 56%;
    }

    .rsvp  {
      height: 23px !important;
      padding: 0 10px 0 0 !important;
    }

    #rsvp, #rsvp2, #rsvp3, #rsvp4, #rsvp5, #rsvp6{
      font-size: 17px;
      padding: 0 30px 0 0;
    }
     .likes{
      height: 23px !important;
      padding: 0 10px 0 0 !important;
    }

    #likes, #likes2, #likes3, #likes4, #likes5, #likes6 {
      font-size: 17px;
      padding: 0 30px 0 0;
    }

    .seen{
      height: 23px !important;
      padding: 0 10px 0 0 !important;
      padding: 0 30px 0 0;
    }

    #seen, #seen2, #seen3, #seen4, #seen5, #seen6 {
      font-size: 17px;
    }

  
  .text {
    font-size: 20px;
    color:white;
    padding: 100px 0 0 0;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
  }
  
  .text4{
    padding-top: 60px;
}


  .text a{
      font-size: 15px;
     
  }
  .text h1{
      border-top-left-radius:15px;
      border-top-right-radius:15px;
      background-color: rgba(0, 0, 0, 0.60);
      padding:  20px 30px 10px 30px;
      margin: 0 !important;
  }

  .text h4 {
    background-color: rgba(0, 0, 0, 0.60);
    padding: 3px 30px;
    margin: 0 !important;
}
.text h6 {
  font-family: roboto;
  background-color: rgba(0, 0, 0, 0.60);
  padding: 30px 60px 50px 30px;
  margin: 0;
  border-bottom-left-radius:15px;
  border-bottom-right-radius:15px;
}

  ::-webkit-scrollbar {
    width: 12px;
    display: none;
}

/* footer */
footer{
  background-color: #e0091b;
  height: 250px;
  color: white;
  display: flex !important;
  justify-content: center;
  text-align: center;
  align-items: center;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
  font-size: 14px;
}

footer h6{
  border:  solid 2px white;
  border-radius: 10px;
  padding: 30px 90px;
}



/* Mobile Version */
@media (max-width: 1000px) {

.logo
{
    display: none;
}

img{
  width: 100%;
  height:fit-content;
   padding: 10px 10px;
}
.img2{
  width: 100%;
  height:fit-content;
  padding:60px 45px ;
}
.img3{
  width: 100%;
  height:fit-content;
padding:40px 15px ; 
}

.img4{
  padding:0 ; 
  width: 100%;
  height:fit-content;
  padding: 0 0 20px 15px; 
  }

  .rsvp  {
    width: auto;
    height: 23px !important;
    padding: 0 10px 0 0 !important;
  }

   .likes{
    width: auto;
    height: 23px !important;
    padding: 0 10px 0 0 !important;
  }

  .seen{
    width: auto;
    height: 23px !important;
    padding: 0 10px 0 0 !important;
    padding: 0 30px 0 0;
  }


.text {
  width: 100%;
  height:fit-content;
  padding: 10px 0 0 0;

}

.eventcard1{
  width: 100%;
  height:fit-content;
}

.eventcard2{
  height:fit-content;
}

.eventcard3{
  height:fit-content;
}

.eventcard4{
  height: fit-content;
  padding-top: 40px;
}


nav {
  height: 80px;
}

nav ul {
  list-style: none;
  text-align: center;
   padding-left: 1%;
}
nav ul li {
  display: inline-block;
}
nav ul li a {
  display: block;
 padding: 10px 10px 0 0;
  margin: 12px;
  text-decoration: none;
  color: black;
  font-weight: 800;
  text-transform: uppercase;
}
 nav ul li a,
nav ul li a:after,
nav ul li a:before {
  transition: all .5s;
}

.dropdown-item{
  display: block;
  padding: 0 0 0 10px !important;
  text-decoration: none;
  color:white !important;
  font-weight: 700 !important;
  text-transform: uppercase;
  margin: 0 !important;
  background-color: black !important;
}

.dropdown-menu{
  text-align: left !important;
}

#home{
  display: none;
}

}