@media only screen and (max-width: 600px) {
    body {
        /*background-color: lightblue;*/
    }

    #myCarousel{
         width:100%;
        margin-top: -35px;
        height: 200px;
    }
    .delay1 .delay3{
        font-size: smaller !important;
    }

    a.btn.delay4{

        font-size: smaller !important;
        width: 200px;
        height: 50px;
        padding: 20px;
        margin-bottom: 20px;
    }
}

