body {
    font-family: 'Rubik' !important;
    color: #333333ff;
}

.primary-color {    
    color: #2a9fe7ff !important;
}

.primary-color-bg {    
    background-color: #2a9fe7ff !important;
}

.primary-dark-color-bg {
    background-color: #00639fff !important;
}

.primary-dark-color {
    color: #00639fff !important;
}

header {
    background-color: #008be2e2 !important;
    min-height: 4rem;    
}

.nav-link {
    color: #fff;
}

.d-inline-block a, .d-inline-block .mx-2 {
    text-decoration: none;
    color: #fff;
    fill: #fff;
}

.header-contact-info {
    font-size: .7rem;
}

.header-contact-info img {
    width: .6rem;
    height: .6rem;
}

.main-image img {    
    width: 100%;
    max-height: 600px;    
    object-fit: cover;
    object-position: bottom;
}

.service-cards {
    margin-top: -5rem;
}

.service-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    color: #fff;
    height: 10rem;
    width: 15rem;
}

.heading {    
    font-weight: bold;
    font-size: 2rem;
}

.split {
    border-right: solid 2px #008be2e2;
}

.icon-size-50 {
    width: 50px;
    height: 50px;
}

#packages {
    background: url(./graphics/packages_bg.png);
    width: 100%;
    min-height: 700px;
    background-size: cover;
}

.package-split {
    margin-left: 20%;
    width: 60%;
    height: 3px;
    background-color: #858585ff;
}

#contact {
    background: url(./graphics/contact_bg.png);
    width: 100%;
    min-height: 550px;
    background-size: cover;
}

#contact input, #contact textarea {
    opacity: .6;
}

.btn {
    padding: .5rem .75rem;
    border: none;
    margin: auto;
    background-color: #008be2e2 !important;
}

.btn:hover {
    background-color: #008be2e2 !important;
    color: #0a58ca !important; 
}

#contact-info {
   background-color: #e6e6e6ff; 
}

footer {
    min-height: 250px;
    background-color: #0e212dff;
}

#contact-info a {
    text-decoration: none;
    color: #333333;
}

.fs12 {
    font-size: 1.2rem;
}

.z-index-2000 {
    z-index: 2000;
}