body{
    background: url("./img/cropped-IMG_17551.jpg") no-repeat top center  scroll;

    @media (min-width: 1024px) {
        background-size: cover;
    }
    
    width: 100%;
    height: 100%;
}
h1,h2{
    color: white;
    text-shadow: 0 0 7px #000;
}

h1{
    font-size: 43px;

    @media (min-width: 1024px) {
        font-size: 70px;
    }
}

h2{
    font-size: 27px;
    @media (min-width: 1024px) {
        font-size: 40px;
    }
}

#brand{

    @media (max-width: 1024px) {
        width: 97%;
        margin: 50px auto 37px auto;
        text-align: center;
    }

    @media (min-width: 1024px) {
        margin: 60px 0 0 105px;
    }


    font-family: "Dancing Script", cursive;
    font-optical-sizing: auto;
    font-weight: 700;
    font-style: normal;
}

.testimonial{
    @media (min-width: 1024px) {
        position: absolute;
    }
   
    width: 700px;
    @media (max-width: 1024px) {
        width: 97%;
        margin: 10px auto;
        padding: 20px;
    }
    min-height: 60px;
    background-color: white;
    border-radius: 10px;
    opacity: 0.7;
    padding: 20px;
    font-family: "Raleway", sans-serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
}

.testimonial:nth-child(1){
    @media (min-width: 1024px) {
        top: 250px;
        right: 20px;  
    }
}

.testimonial:nth-child(2){
    @media (min-width: 1024px) {
        top: 300px;
        left: 50px;  
    }
}

.testimonial:nth-child(3){
    @media (min-width: 1024px) {
        bottom: 70px;
        left: 70px; 
    }
}

.testimonial:nth-child(4){
    @media (min-width: 1024px) {
        bottom: 50px;
        right: 300px; 
    }
}

footer{
    text-align: center;
    color: white;
    text-shadow: 0 0 7px #000;
    font-size: 12px;
    @media (min-width: 1024px) {
        display: none;
    }
}

#ryt{
    @media (min-width: 1024px) {
        position: absolute;
        bottom: 10px;
        right: 10px;
    }
    width: 100px;
    height: 100px;
    @media (max-width: 1024px) {
        margin: 5px auto 5px auto;
        display: block;
    }
}