    #home #content {
        padding-top: 40px;
        float: right;
        width: 50%;
        color: #FFF;
        margin-right: 80px;
        padding-bottom:80px;
    }
    
    #home #menuSup {
        margin-left: 10%;
    }
    
    #home #content h1 {
        font-family: 'BrandonGrotesque-Black', sans-serif;
        font-size: 62px;
        line-height: 52px;
    }
    
    #home #content p {
        font-size: 20px;
        margin: 13px 20px 26px 0px;
    }
    
    .btn {
        display: inline-block;
        border: 2px solid #FFF;
        padding: 0px 28px;
        font-size: 24px;
        line-height: 32px;
        color: #FFF;
        font-family: 'BrandonGrotesque-Black', sans-serif;
    }
    
    @media (max-width: 780px) {
        #home #content {
            width: 94%;
            margin: 0 auto;
            float: none;
        }
    }
@media (max-width: 520px) {
    #home #content h1{
      font-size: 48px;
        line-height: 42px;
    }
    #home #content p{
        font-size:16px;
    }
}