:root {
    --animate-duration: 800ms;
    --animate-delay: 0.9s;
  }

.navbar.navbar-no-bg {
    /* background: #444; */
    background: rgba(68, 68, 68, 0.9);
}

.contact-bar img {
    position: absolute;
    z-index: 2000;
}

.navbar-brand img {
    position: absolute;
    top: 10px;
    z-index: 1000;
}

.navbar-brand {
    width: 170px;
}

.navbar-toggler[aria-expanded="true"] {
    margin-bottom: 12px;
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    color: var(--bs-nav-pills-link-active-color);
    background-color: #6078BF;
}

.top-container {
    height: 100vh;
    max-height: 1080px;
}

.services-container {
    padding-top: 40px;
    margin-top: -40px !important;
}

/* #6078BF
rgb(96,120,191,0.6)
#596380 
rgb(89,99,128,0.6)*/

.invisible {
    display: none;
}

.text-dark {
    color: #596380 !important;
}

.top-container .text {
    color: #FFF;
    text-shadow: 1px 1px 2px #596380;
}

.top-container h2 {
    font-size: 2em;
    margin-top: 30px;
    color: #596380;
    text-shadow: 1px 1px 2px #6078BF;
}

.underline {
    width: 200px;
    height: 0;
    border: 1px dashed rgb(89, 99, 128, 0.8);
    margin: 8px;
    display: inline-block;
}

.left-line {
    width: 0;
    height: 100px;
    border-left: 1px solid rgb(89, 99, 128, 0.8);
    margin: 8px 10px 8px 12px;
    display: inline-block;
}

h2 {
    font-size: 2em;
    margin-top: 30px;
    color: #6078BF;
    text-shadow: 1px 1px 2px #596380;
}

h3 {
    font-size: 1.5em;
    margin-top: 30px;
    color: #596380;
    font-weight: 700;
}

.top-container h1 {
    font-size: 3.5em;
    margin-top: 50px;
    color: #FFF;
    font-weight: 600;
    text-shadow: 1px 1px 2px #596380;
}

.text {
    hyphens: auto;
    text-align: justify;
}

.services-box {
    padding-top: 8px;
}

.services-box .services-box-icon {
    width: 80px;
    height: 80px;
    margin: 30px auto;
    color: #fff;
    line-height: 80px;
    text-align: center;
    border-radius: 28px;
    filter: drop-shadow(3px 3px 2px #596380);
    background: #6078BF;
    /* Old browsers */
    background: -moz-linear-gradient(top, #FFF 0%, #6078BF 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #FFF), color-stop(100%, #6078BF));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #FFF 0%, #6078BF 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #FFF 0%, #6078BF 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #FFF 0%, #6078BF 100%);
    /* IE10+ */
    background: linear-gradient(to bottom, #FFF 0%, #6078BF 100%);
    /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFF', endColorstr='#6078BF', GradientType=0);
    /* IE6-9 */
}

.service-icon-element {
    fill: #FFF;
    filter: drop-shadow(2px 2px 1px #596380);
}

@media (max-width: 767px) {
    .text-xs-center {
        text-align: center !important;
    }
}

.about-container {
    background-color: rgb(96,120,191,0.1);
    width: 100%;
}

.about-picture {
    max-height: 500px;
    filter: drop-shadow(4px 4px 2px #596380);
}

a {
    color: #6078BF;
    text-decoration: none;
}

a:hover {
    color: #596380;
    text-decoration: underline;
}

footer {
    background-color: rgb(89,99,128,0.4);
}

h6 {
    color: #596380;
    font-weight: 700;
}

.text-small {
    font-size: 0.8em;
}

.form-control {
    border: 2px solid rgb(89,99,128,0.6);
    background-color: rgb(96,120,191,0.1);
    border-radius: 20px;
}

.btn-primary {
    background-color: #6078BF;
    border: 1px solid rgb(96,120,191,0.1);
}

.btn-primary:hover {
    background-color: #596380;
    border: 1px solid rgb(96,120,191,0.1);
}

.form-check .form-check-input:checked~.form-check-label::before {     
    background-color: #596380;
}

input[type=checkbox]:checked{
    background-color: #596380 !important;
    border: 1px solid rgb(96,120,191,0.1);
}