body {
    font-family: 'TildaSans', Arial, sans-serif;
    color: #000000;
    font-size: 1.2rem;
    font-weight: 300;
}
a {
    text-decoration: none !important;
    color: #347fe1;
    font-weight: 400;
}
a:hover {
    color: #000000;
}
h2 {
    color: #000000;
    font-size: 55px;
    font-weight: 300;
    line-height: 3rem;
    padding-bottom: 1rem;
}
b, strong {
    font-weight: 700;
}
.btn, .card, .card-img-top {
    border-radius: 0;
}

.card:hover {
    border: 1px solid #0472b0;
}

/* header */
img.mybrand {
    width: 200px;
}
#header {
    background: url(../img/bw_header_5.jpg) no-repeat top center;
}
.navbar-brand {
    padding-top: 0;
    padding-bottom: 0;
}
.navbar .navbar-nav .nav-link {
    font-size: 1.2rem;
    font-weight: 400;
    color: #ffffff;
}
.navbar-nav .nav-link {
    font-size: 1.2rem;
    font-weight: 400;
    color: #ffffff;
}
.navbar-nav .nav-link:hover {
    color: #ededed;
    text-decoration: underline !important;
}
.navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 1rem;
    padding-left: 1rem;
}
.navbar .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.9%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

/* slider */
.top-slider {
    background-color: transparent;
    height: 50rem;
    color: #fff;
    font-size: 1.5rem;
}
.top-slider h1 {
    font-size: 4rem;
    font-weight: 500;
    text-transform: uppercase;
}

/* benefits */
.top-benefits {
    margin-top: -10rem;
}
.top-benefits i {
    color: #347fe1;
}

/* splash */
.splash {
    background: url(../img/bg_splash.jpg) no-repeat top center;
    background-size: cover;
    background-attachment: scroll;
    color: #fff;
}
.splash h5 {
    font-size: 2.5rem;
}

a.card-title {
    font-size: 1.25rem;
    font-weight: 500;
    color: #000000;
    line-height: 1.2;
    margin-bottom: 1.75rem;
}
p.card-text {
    margin-top: 1rem;
}

/* contactus */
.contactus {
    background-color: #3f3f3f;
    color: #fff;
}



/* footer  */
.before_footer {
    background: url(../img/before_footer.jpg) no-repeat top center;
    background-size: cover;
    background-attachment: scroll;
    color: #fff;
    font-size: 1.5rem;
}
.before_footer a {
    color: #fff;
    font-size: 1.5rem;
}
.before_footer h5 {
    font-size: 2rem;
    color: #87b5f1;
}
#footer {
    background-color: #262626;
    color: #fff;
}



@media (max-width: 575.98px) {
	.top-slider h1 {
        font-size: 1.9rem;
    }
    h2 {
        font-size: 45px;
    }
	
}