/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 1200px) {
   
   
}

 
@media only screen and (max-width: 992px) {

    .social-media-links{
        display: none;
    }
    .headCaption{
        width: 100%;
    }
    .testText{
        width: 100%;
    }
    .buttonDiv{
        text-align: center;
    }
}

 
@media only screen and (max-width: 768px) {
   .carousel-item{
 display: flex;
    justify-content: center;
            align-items: center;
}

 .carousel-caption{
        width: 100%;
        font-size: 2rem;
        right:0 !important;
        left:0 !important;
    }

}
 
@media only screen and (max-width: 600px) {
    
}

