.home-bg{
    margin-top: 0px;
    max-width: 100%;
    width:100%;
    height: auto;
    margin-bottom: -10px;
}

.top-spacer{
    height: 90px;
}


.image-wrap { 
   position: relative; 
   width: 100%; /* for IE 6 */
   
  background-image: url("/images/top/concerthall.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  /* background-attachment: fixed;*/
  background-attachment: fixed;
  background-position: 50% 0%;
  min-height: 1000px;
}

.cc { 
   position: absolute; 
   top: 75px; 
   left: 0; 
   width: 100%; 
   display:block;
}
#concerts-container{
    width: 700px;
    margin: 0 auto;
    text-align: center;
}
#concerts-container > h2{
    font-size: 26px !important;
    letter-spacing: 6px;
    font-weight: normal;
    color:white;
}
.cc-flex{
    font-family: 'raleway';
  font-size: 26px !important;
  font-weight: 300;
    display:flex;
    justify-content: space-between;
 
}
.concert{
    width: 100%;
    margin: 50px auto;
    text-align: center;
    color: white;
    font-size: 22px;
    font-weight: 350;
}
.concert > h2{
   font-size: 26px !important;
    letter-spacing: 3px;
    font-weight: normal;
    color:white;
    margin-bottom:30px;
}

.left{
    color: white;
}

.med{
    color: white;

}

.right{
    width: 150px;
}
.right a{
    color: white;
    text-decoration: none;
}
.right a:hover{
    color: red;
    text-decoration: none;
}
@media screen and (max-width:800px){
.cc-flex{
   
    display:block;
 
}
.right{
    width: auto;
}
}

