html {
    height: 100%;
    width: 100%;
}

body {
    background-image: url("images/img3.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

a {
    position:absolute;
    top:0;
    left:0;
    bottom:0;
    right:0;
    z-index:1;
}

#quote3 {
    float: right;
    width: 50%;
    margin-top: 250px;
    margin-right: -40px;
}

h1 {
    font-size: 60px;
    font-family: 'helvetica neue', sans-serif;
    font-weight: 350;
    color: white;   
}

@media (max-width: 1255px) {
    #quote3 {
        width: 40%;
        margin-right: 10px;
    }
    
    h1 {
        font-size: 45px;
        font-weight: 300;
    }
}

@media (max-width: 940px) {
    h1 {
        margin-left: 20px;
    }

@media (max-width: 855px) {
    #quote3 {
        width: 70%;
    }  
    
    h1 {
        font-size: 45px;
    }
}
    
@media (max-width: 800px) {
    #page2 {
        width: 55%;
        margin-left: 40px;
    }
    
    #quote3 {
        margin-right: 20px;
    }
}
    
@media (max-width:720px) {
    #quote3 {
        margin-right: 20px;
    }
}

@media (max-width: 678px) {
    #quote3 {
        margin-top: 250px;
    }
    
    h1 {
        width: 70%;
        font-size: 40px;
        margin-left: 40px;
    }
 }
    
@media (max-width: 375px) {
    h1 {
        width: 100%;
        font-size: 35px;
    }
}
