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

.purpleBackground{
    background-color: purple;
}

.blueBackground{
    background-color: #0275D8;
    color: white;
}

.whiteBackground{
    background-color: #FFFFFF;
    color: black;
}


.greenBackground{
    background-color: #5CB85C;
    color: white;
}

.lightBlueBackground{
    background-color: #5BC0DE;
    color: white;
}

.orangeBackground{
    background-color: #F0AD4E;
    color: white;
}

.redBackground{
    background-color: #D9534F;
    color: white;
}

.blackBackground{
    background-color: #373A3C;
    color: white;
}

#logo{
    width: 40px;
}

.iconInNavBar{
    width: 15px;
}

#overMenu{
    margin: 0px;
    padding: 0px;
    width: 100%;
    height: 250px;
}

.menuAfterButton{
    clear: both;
    position: relative;
    float: left;
}

#topContainer{
    padding-top: 65px;
}