
body{
    
}
.headline_copy{
    text-align: center;
    font-size: 36px;
}
.bold_copy{
    font-weight: bold;
}
.headline_copy2{
    text-align: center;
    font-size:24px;
}

.container_div{
    width:100%;
    text-align:center;
}

.casper{
    background-image:url('./img/casper.JPG');
    background-repeat:no-repeat;
    background-position: center;
    opacity: .5;
}


c-wrapper{
    width: 80%; /* for example */
    margin: auto;
}

.carousel-inner > .item > img, 
.carousel-inner > .item > a > img{
    margin: auto;
}
.carousel .item img {
   max-height: 768px;
   width: auto;
 }