#masthead{
    background-color: #3d3a3a;
    color: white;
}

@media screen and ( max-width:768px) {
    #masthead .text-title{
        font-size: 13px;
    }

    #masthead .text-description{
        font-size: 10px;
        line-height: 18px;
    }
}

@media screen and ( min-width:768px) {
    #masthead .text-title{
        font-size: 25px;

    }

    #masthead .text-description{
        font-size: 20px;
        line-height: 40px;
    }
}

#masthead .text-title{
    margin-top: 1em;
    margin-bottom: 1em;
}

#masthead .text-description{
    padding-top: .8em;
    padding-bottom: .8em;
}

.text-description, .text-title{
    margin: 0;
}