/* YOUR CUSTOM STYLES */

.extra-margins {
    margin-top: 1rem;
    margin-bottom: 2.5rem;
}

.extra-margins-less {
    margin-top: 0.5rem;
    margin-bottom: 1rem;
}

main {
    padding-top: 0rem;
    padding-bottom: 2rem;
}

a {
    color: #ff6f00;
	font-weight: bold;
}

a:visited {
    color: #ff6f00;
} 
a:hover {
    color: #000;
}

a[href^="tel"]{
    color:inherit;
    text-decoration:none;
	font-weight: normal;
}

.dropdown-item {
    line-height: 0px;
    height: 10px;
    padding-top: 0px;	
}

.dropdown-item:visited {
    color: #000;	
}

.btn-primary {
background: #ef6c00;
color: white !important;
}

.page-footer {
    background: red;
    color: white;
}

 .dropdown-menu .dropdown-divider {
           
		padding-top: -100rem;
		padding-bottom: -100rem;
        }


.navbar {
    background-color: transparent;
}

.top-nav-collapse {
    background-color: #1c2331;
}

@media only screen and (max-width: 768px) {
    .navbar {
        background-color: #1C2331;
    }
}