
/* GLOBAL */
/* GLOBAL CSS */

#oms-wrapper .btn {
	letter-spacing: 0.5px;
	padding: 1rem 1.5rem !important;
	font-family: Oswald;
	border-radius: 3000rem;
	border: 0;
}

.logo-accent {
    background: var(--primary);
    position: absolute;
    border-radius: 30px;
    left: 20px;
    top: 29px;
    width: 18px;
    height: 17px;
}
@media (min-width: 992px) {
    .logo-accent {
        left: 23px;
        top: 27px;
        width: 25px;
        height: 25px;
    }
} 
/* PAGE SPECIFIC */

/* FOOTER */
