
html {
    min-height: 100%;
    /*background-image: url(media/color_bg.jpg);*/
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    background: rgb(72,4,5);
    background: linear-gradient(133deg, rgba(72,4,5,1) 0%, rgba(115,25,76,1) 100%);
    font-size: 16px;
}

img {
    width: 100%;
}

main {
    margin-top: 8rem;
    display: grid;
    justify-content: center;
    grid-template-columns: repeat( 12, 1fr );
    
}

#bg_video {
    position: fixed;
    right: 0;
    bottom: 0;
    min-width: 100%; 
    min-height: 100%;
    opacity: .05;
    z-index: -100;
}

    #copy {
        grid-column: 3 / 11;
        font-size: 2.75rem;
        color: #ed83a4;
        line-height: 4.5rem;
        font-family: 'Poppins', sans-serif;
        font-weight: 200;
        font-style: normal;
        margin-top: 4rem;
    }
    
    #copy span {
        color: #fff;
    }
    
    #uwgmonsoon-logo {
        grid-column: 4 / 10;
    }
    
    #cta {
        grid-column: 5 / 9;
        margin-top: 4rem;
        background-color: rgba(237,131,164, .2);
        border-radius: 100px;
        display: grid;
        justify-content: center;
        align-content: center;
        grid-template-columns: repeat( 5, 1fr );
        padding: 1rem 2rem;
        color: #fff;
        text-decoration: none;
        font-family: "canto-brush", serif;
        font-weight: 400;
        font-style: normal;
        transition:  background-color 1s;
    }

    #cta:hover {
        background-color: rgba(255,255,255, .2);
        cursor: pointer;
        text-decoration: underline;
    }

    #cta-arrow {
        grid-column: 1 / 2;
        padding-top: 0.55vw;
        padding-left: 0.75vw;
    }

    #cta-arrow img {
        width: 40%;
    }

    #cta-contact {
        grid-column: 2 / 6;
        font-size: 2.15vw;
    }

    #cta-contact a {
        color: #fff;
        text-decoration: none;
        font-family: "canto-brush", serif;
        font-weight: 400;
        font-style: normal;
    }
    
    #wpp-logo-container {
        grid-column: 6 / 8;
        margin-top: 4rem;
        margin-bottom: 4rem;
    }

    #wpp-logo-img {
        width: 50%;
        margin: 0 auto;
    }


@media (min-width: 600px) and (max-width:1100px) {
    #copy {
        font-size: 2rem;
        line-height: 4rem;
        margin-top: 7rem;
    }
    
    #uwgmonsoon-logo {
        grid-column: 3 / 11;
    }
    
    #cta {
        grid-column: 4 / 10;
        margin-top: 10rem;
    }

    #cta-contact {
        font-size: 3vw;
    }
    
    #wpp-logo-container {
        margin-top: 10rem;
    }

    #wpp-logo-img {
        width: 100%;
        margin: 0;
    }

}

@media (max-width:600px) {
    #copy {
        font-size: 1.25rem;
        line-height: 2rem;
        margin-top: 5.5rem;
    }

    
    #uwgmonsoon-logo {
        grid-column: 2 / 12;
    }
    
    #cta {
        grid-column: 2 / 12;
        margin-top: 5rem;
        padding: 1rem;
    }

 

    #cta-arrow {
        padding-top: 1.75vw;
        padding-left: 3.75vw;
    }

    #cta-contact {
        font-size: 5vw;
    }
    
    #wpp-logo-container {
        grid-column: 5 / 9;
    }

    #wpp-logo-img {
        width:100%;
        margin: 0;
    }
}
