.anchor {
    padding: 0;
}

.carousel-inner {
    height: 600px;
}

.jumbotron{
    width: 100%;
    color: rgb(6, 0, 0);
    height: 600px;
}

#italText {
    color: #f8cf56;
}

#carouselImage1 {
    background: url("b&w.jpg");
    background-position: center center;
    background-size: cover;
    border-radius: 0px;
    position: relative;
    bottom: 0px;
}

#carouselImage2 {
    background: url("bw.jpg");
    background-position: center center;
    background-size: cover;
    border-radius: 0px;
    position: relative;
    bottom: 0px;
}

#carouselImage3 {
    background: url("iPhoneconcertpic.jpg");
    background-position: center center;
    background-size: cover;
    border-radius: 0px;
    position: relative;
    bottom: 0px;
    filter: grayscale(100%);
}

#carouselImage4 {
    background: url("bw2.jpg");
    background-position: center center;
    background-size: cover;
    border-radius: 0px;
    position: relative;
    bottom: 0px;
}

.overlayTitleWrapper { 
    position:absolute;
    z-index:12;
    top: 0;
    left:0;
    width:100%;
    text-align:center;
  }

#overlayTitleBox {
    width: 70%;
    height: 25%;
    position: fixed;
    left: 15%;
    top: 0%;
    overflow: scroll;
}

 h1 {
      font-size: 700%;
      font-weight: bold;
      font-family: 'Righteous', cursive;
      color: #1DD069;
    }

@media all and (max-width: 880px) {
    h1 {
        font-size: 500%;
        }
    }
    
@media all and (max-width: 600px) {
    h1 {
        font-size: 300%;
        }
    }
  h3{ 
    font-size: 22px;
    font-weight: bold;
    text-align: center;
}
  #spotImg{
      height: 45px;
      width: 45px;
      float:right;
      margin-right: 7px;
      margin-top: 2px;
  }
body{
    font-family: 'Encode Sans Expanded', sans-serif;
}
.overlayText { 
    position:absolute;
    z-index:12;
    top:15%;
    left:0;
    width:100%;
    text-align:center;
    color:#fff;
  }

#headText {
    font-size: 25px;
}

.background {
    width: 100%;
    margin: 0 auto;
}

.artistBox, .concertBox{
    color: whitesmoke;
    position: relative;
    float: center;
}

#concertList{
    color: black;
    overflow: scroll;
    height: 650px;
}

.selectedArtist {
    color: #1DD069;
}

.concertDiv{
     height: 300px;
     border-radius: 8%;
     font-size: 18px;
     background: linear-gradient(to right, rgb(151, 154, 153), rgb(101, 103, 103));
     color: black;
     text-align: center;
     line-height: 1.2;
     float: left;
     width: 43%;
     margin-left: 5%;
     margin-top: 20px;
     padding-left: 0px;
     padding-right: 0px; 
     border: 2px solid #1DD069; 
     box-shadow: 5px 10px 6px rgb(65, 64, 64);
    transition: all 0.3s ease-in-out;
} 

.concertDiv:hover {
    transform: scale(1.05, 1.05);
    }

.concertPic {
    background-position: center center;
    background-size: cover;
    border-radius: 8%;
    height: 100%;
    width: 100%;
    padding: 0;
    clip-path: polygon(100% 0, 100% 76%, 82% 100%, 115% 100%, 0 55%, 0 0);
    -webkit-clip-path: polygon(100% 0, 100% 76%, 82% 100%, 115% 100%, 0 55%, 0 0);
}

.overlayConcertTextDate {
    position: absolute;
    z-index: 12;
    top: 5%;
    right: 0px;
    font-size: 16px;
    font-weight: bold;
    background-color: #F3636B;
    color: white;
    margin-right: 5%;
    border-radius: 11%;
    padding: 0px 7px;
    height: 50px;
    width:55px;
}
#dayStyle{
    background-color: white;
    color: #F3636B;
    border-radius: 2%;
    padding: 0px;
}

.overlayConcertTextName {
    position: absolute;
    z-index: 12;
    top: 72%;
    text-align: left;
    font-size: 100%;
    font-weight: bold;
    color: whitesmoke;
    margin-left: 5px;
    width: 80%;

}
.overlayConcertTextVenue {
    position: absolute;
    z-index: 12;
    top: 82%;
    text-align: left;
    font-size: 100%;
    font-weight: bold;
    color: #f8cf56;
    margin-left: 5px;
    width: 85%;
}

@media all and (max-width: 950px) {
    .concertDiv {
        width: 90%;
    }

}

@media all and (max-width: 750px) {
    .concertDiv {
        width: 90%;
    }
}


#clearButton {
    position: absolute;
    bottom: 5px;
    right: 5px;
}

.foot {
    width: 100%;
    margin: 0 auto;
    background-color: rgb(10, 16, 10);
    bottom: 0;
}

.crtext {
    font-size: 10px;
    color: whitesmoke;
    text-align: center;
    margin-top: 5px;
}

.concertBox{
    background: linear-gradient(rgb(10, 16, 10),rgb(101,104,101), rgb(10, 16, 10));
    height: 750px;
}

.artistBox{
background-color: rgb(10, 16, 10);
text-align: center;
height: 750px;
}
#artistList{
    color: whitesmoke;
    font-size: 14px;
    overflow: scroll;
    height: 650px;
}

.photoDiv {
    background-position: center center;
    background-size: cover;
    vertical-align: middle;
    height: 70px;
    width: 70px;
    float: left;
    border-radius: 50%
}

.artistDiv {
    height: 80px;
    width: 100%;
    margin: 10px;
    border-bottom: 1px solid rgba(50, 50, 50, 0.79);
}

.artistText {
    padding: 25px 0px 0px 0px;
    /* display: inline-block; */
    font-size: 14px;
    margin: 0;
    width: 75%;
    cursor: pointer;
}

#followButton, #citybtn, #clearButton{
    border: none;
 color: whitesmoke;
 background-color: rgb(10, 16, 10);
}

.form-control{
    background-color: rgb(10, 16, 10);
    color: whitesmoke;
}
#city, #followArtist{
    border: none;
}
#navColor{
    background-color: #1DD069;
    opacity: .455;
    z-index: 200;
    height: 100%;
    width: 100%;
    position: absolute;
}

/*From w3 school website.... */
.overlayNav {  
    height: 100%;
    width: 100%;
    position: fixed;
    overflow: hidden;
    z-index: 100;
    left: 0;
    top: 0;
    background-image: url("concert.jpg");
    background-size: cover;
}
/* Position the content inside the overlay */
.overlay-NavContent {
    position: relative;
    top: 25%;
    width: 40%;
    left: 30%;
    text-align: center;
    margin-top: 30px;
    padding: 8px;
    font-weight: bold;
    font-size: 15px;
    display: block;
    transition: 0.2s;
    z-index: 500;
    color: #F3636B;
}

.overlayNav button:hover, .overlayNav button:focus {
    background-color: #F3636B;
    color: black;
}

/* Position the close button (top right corner) */
.overlayNav .closebtn {
    position: absolute;
    top: 20px;
    right: 45px;
    font-size: 35px;
    z-index: 500;
}

.separator-type, .title-type, .intro-type, .content-type .intro-type p {
    position: relative;
}
.intro-type .container {
    padding: 107px 0px 102px 0px !important;
}
.company-heading h1 {
    margin-bottom: 60px;
    padding-bottom: 50px;
    line-height: 80px;
    font-weight: bold;
    text-align: center;
    position: relative;
    /* font-size: 105px; */
}
.seo-header, .product-header, .intro-type .container h1.white, .company-heading h1 {
  
    margin-bottom: 20px;
    color: #1DD069;
    height: 325px;
}
.parallax {
    background-attachment: inherit !important;
}
.parallax {
    background-attachment: inherit !important;
}
.parallax {
    background-attachment: inherit !important;
    background-repeat: repeat;
    background-size: cover;
    position: absolute;
    top: 0px;
    bottom: 0px;
    width: 100%;
    z-index: -10;
}
.ct-btn-scroll {
    width: 49px;
    height: 49px;
    position: absolute;
    bottom: 30px;
    left: 0;
    right: 0;
    margin: auto;
    margin-top: 500px;
    z-index: 9;
    border-radius: 50%;
    -webkit-transition: background-color 0.3s ease-in-out;
    transition: background-color 0.3s ease-in-out;
}
#scrollImg {
    max-width: 100%;
    background-color: #1DD069;
    border-radius: 50%;
}
.artistError {
    font-style: italic;
}
.concertError {
    padding-top: 20px;
    text-align: center;
    font-style: italic;
    height: 20px;
    width: 100%;
    color: whitesmoke;
}
h2{
    font-size: 35px;
    font-weight: bold;
}
.tooltip{
    font-size: 17px;
    font-family: 'Encode Sans Expanded', sans-serif;
}