button.mat-raised-button{
    background-color:lime!important;
    color:navy!important;
}
button.mat-raised-button:hover{
    background-color:navy!important;
    color:white!important;
}
.seperators{
    background-color:#ff8c00!important;
}
.promoBoxes{
    border: 6px ridge #ff8c00!important;
}
.slider{
    border: 10px ridge #ff8c00!important;
}
#logoSlider{
    border:none!important;
}
h1{
	border:none!important;
}
.textBoxes a, .textBoxes a:link, .textBoxes a:visited{
    color:#ffc180!important;
}