.masthead {
    height: 100vh;
    min-height: 100%;
    color: white;
    background-image: url('https://rise-apps.s3.us-west-2.amazonaws.com/ios/img/white_solar.png');
    background-size: cover;
    background-position: top;
    background-repeat: no-repeat;
}

.layer {
    background-color: rgba(0, 0, 0, 0.87);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.fullPage
{  height: 100vh;
    min-height: 100%;
    background-color: #1D1D1D;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    color: white;

}
.dl-button{
    background-color: #29ABE2;
    color: white;
    border: none;
    padding: 10px 20px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    cursor: pointer;
    border-radius: 16px;
    width: 15em;
}


#darwinLogo{
    width: 100%;
}


#mockUp{
    width: 100%;
}

@media only screen and (min-width: 300px) {
    body {

    }

    #salesH{
        font-size: 30px;
        color: #29ABE2;
    }

    #darwinLogo{
        margin-top: 20px;
    }
}

@media only screen and (min-width: 600px) {
    body {
    }

    #salesH{
        font-size: 80px;
        color: #29ABE2;
    }
}
