/* *****************************************************

    ** Custom Stylesheet **

    Any custom styling you want to apply should be
    defined here.

***************************************************** */

.navbar-main,
ul.top-nav > li.primary-action > a.btn,
.btn-primary {
	background-color: crimson;
}

.btn-primary {
    border-color: whitesmoke !important;
}