.blue, .blue .nav-link {
    color:#4c91c6 !important;
}

.circle {
    width: 100px;
    height: 100px;
    background: #4c91c6;
    border-radius: 50%
}

.rectangle-rounded {
    width: 100%;
    height: 100%;
    background: #4c91c6;
    border-radius: 5%;
    min-width: 100px;
    min-height: 100px;
}

.rectangle {
    width: 100%;
    height: 100%;
    min-width: 150px;
    min-height: 150px;
    background: #4c91c6;
}

main {
    padding: 60px 15px 0;
}

.gray-bg {
    background-color: #f8f8f894;
}
.gray-bg::before {
    background-color: #f8f8f894;
    position: absolute;
    z-index: -1;
}

.footer {
    background-color: #61B5F5;
    color: white;
}

.linkDropdown {
    background-color: white;
    color: black;
    border-color: white;
}


.linkDropdown:focus {
    background-color: white;
    color: black;
    border-color: white;
}

.linkDropdown:hover {
    background-color: white;
    color: black;
    border-color: black;
}

.accordion-item {
    border: 0;
}

.accordion-button:not(.collapsed) {
    background-color: white;
    box-shadow: none;

}

.card {
    min-height: 490px;
}

@media (max-width:600px) {
    .headerSizeMobile {
        max-width: 200px;
    }
    .mobileCircleDiv {
        display: inline-block;
    }
    
    .mobileCircleSpan {
        position: absolute;
        margin-left: 20px;
        margin-top: 20px;
    }
}
@media (min-width:601px) {
    .mobileCircleDiv {
        margin-bottom: 15px;
    }

    .headerSizeMobile {
        margin-top: 20px;
    }
}

.btn-primary {
    background-color: #61B5F5;
    border-color: #61B5F5;
}

.btnwidth {
    width: 180px;
}

.card-img-top {
    max-width: 300px;
    max-height: 300px;
}

@media (min-width:601px) {
    html {
        font-size: 1.3rem;
    }

    .flowChart {
        transform: scale(1.3);
        transform-origin: 0 0;
        
    }

    .flowChartWrapper {
        overflow: auto;
        height: 100%;
    }
}

.tab {
    margin-left: 40px;
}




 @media (max-width:600px) {
    .centerLeft {
        text-align: left; 
        margin: auto; 
        width: 230px;
      }
}
@media (min-width:601px) {
    .centerLeft {
        text-align: left; 
        margin: auto; 
        width: 280px;
      }
}