body {
    overflow-x: hidden;
}
.myslide {
    height: 100vh;
    width: 100%;
    min-height: 350px;
    background: no-repeat center center scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    color: white;
    border-radius: 10px;
}

.text h1 {
    font-size: 4em;
}

.text p {
    font-size: 1.2em;
    font-weight:500;
}

@media screen and (max-width: 720px) {
    .myslide {
        height: 50vh;
    }    
}

.text {
    color: white;
    font-weight: bold;
}


.qsn {
    border-radius: 10px;
    box-shadow: 5px 5px 15px rgba(0,0,0,0.3);
    transition: transform .2s;
}

.qsn:hover {
    transform: scale(1.04);
    border-radius: 30px;
}

.card {
    margin-top: 10px;
}

.card-img, .card-img-top {
    transition: transform .2s;
}

.card-img:hover, .card-img-top:hover {
    transform: scale(1.1);
}

.champagne {
    border-top-style: double;
    border-top-color: fuchsia;
    padding-top: 10px;
    padding-bottom: 10px;
}

#testimonials {
    background-color: #DCC790;
    color: black;
    text-align: center;
}

.images {
    width:10%;
    margin:20px;
    transition: transform .2s;
}

.images:hover {
    transform: scale(1.1);
}

.carousel-item {
    padding: 7% 15%;
}


@media (max-width: 720px) {
    .myslide {
        height: 100vh;
        width: 100vh;
        min-height: 350px;
        background: no-repeat center center scroll;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        background-size: cover;
        color: white;
        border-radius: 10px;
    }

    .text {
        margin-left: 10px;
        padding-top: 40px;
    }

    .text h1 {
        font-size: 50px;
        font-weight: 600;
        text-shadow: 0px 1px 1px black;
        margin-top: 5px;
    }

    .text1 {
        padding-top: 30px;
    }
}
