
a {
    color: #b92c4b;
}

.navbar-default .navbar-collapse {
    border-color: transparent;
    background-color: #000;
}

.cta-button {
    color: #fff;
    background-color: #b92c4b;
    font-weight: 500;
}

.contact-box .contact-info {
    border: 1px solid #b92c4b;
}

@media(min-width:768px)  {
	
	.navbar-default .navbar-collapse {
	    border-color: transparent;
	    background-color: transparent;
	}
	
	.contact-box {
	    background-color: rgb(186 45 76);
	    box-shadow: 0px 4px 40px rgb(0 0 0 / 16%);
	}
	
	.contact-box .contact-info {
	    border: 1px solid #fff;
	}
	
	.contact-box ul.social-buttons li a {
		color: #222;
		background-color: #fff;
	}
}

ul.social-buttons li a {
    background-color: #b92c4b;
}

ul.social-buttons li a:active,
ul.social-buttons li a:focus,
ul.social-buttons li a:hover {
    color: #fff;
    background-color: #111
}

.solid-box-right-2 {
    border: 7px solid #111;
}

.fancy span:before, .fancy span:after {
    border-top: 2px solid #b92c4b;
}

.fancy-dark span:before, .fancy-dark span:after {
    border-top: 2px solid #fff;
}

.fotorama__thumb-border {
    border-color: #b92c4b;
}