.redFont{
    color: #BD4147;
    background-color: #F7F7F9;
}

.yellowHighlight{
    background-color: yellow;
    font-weight: bold;
}

h1{
    padding-top: 25px;
}

#numberContainer{
    border: 1px solid lightgray;
    margin-top: 25px;
    margin-bottom: 25px;
}

#primeButton{
    margin-top: 25px;
    margin-bottom: 25px;
}

#numberForm{
    margin-top: 25px;
    margin-bottom: 25px;
}

#userAuthContainer{
    border: 1px solid lightgray;
    margin-top: 25px;
    margin-bottom: 25px;
}

#userAuthForm{
    margin-top: 25px;
    margin-bottom: 25px;
}

#userAuthButton{
    margin-top: 25px;
}

#emailContainer{
    margin-top: 25px;
    margin-bottom: 25px;
}

#emailForm{

}

#contactUsLogo{
    padding-bottom: 25px;
    width: 100%;
}

.whiteText{
    color: white;
}

.blackText{
    color: black;
}

#contactUsJumbotron{
    background-image: url("../images/contactUs5.jpg");
    height: 450px;
}

#contactUs1stline{
    position: relative;
    top: -40px;
    font-size: 300%;
}

#contactUs2ndline{
    position: relative;
    top: -40px;
    font-size: 400%;
}

@media (max-width: 750px){
    
    #contactUs1stline{
        position: relative;
        top: 0px;
        font-size: 200%
    }
    
    #contactUs2ndline{
        position: relative;
        top: 0px;
        font-size: 300%
    }
    
}

.hidden{
    display: none;
}

#contactUsButton{
    margin-top: 15px;
}