﻿
.TabsContainer{
    padding:30px 0 30px 0; 
}

.navbar-style {
    color: black;
    font-family: Impact;
}

body {
    background-color: #F8F9FA;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}

.btn {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Glyphicons Halflings";
}

#btnSearch {
    background-color: #28A745 !important; /* Green background */
    border-color: #28A745 !important; /* Green border */
    color: white !important; /* White text */
}

#btnSearch:hover {
    background-color: #218838 !important; /* Slightly darker green on hover */
    border-color: #1E7E34 !important;
}

.cms-logo {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
}
