::selection {
    background: #FFD037;
}
.pb-6, .py-6 {
    padding-bottom: 4rem!important;
    padding-top: 4rem!important;
}
.highlight {
    color: #772eb3;
} 
/* header */
.header {
    -webkit-box-shadow: 0 0px 1px 2px rgba(147, 154, 161, 0.15);
    box-shadow: 0 0px 1px 2px rgba(147, 154, 161, 0.15);
    background-color: #f9f9f9;
}
#branding a {
    color: #218fe9;
}
#branding a:hover {
    color: #117ad0;
}

#branding .btn-primary:active {
    transform: translateY(1px);
}

#branding .btn-primary {
    background-color: #36a5ff;
    border-color: #36a5ff;
    color: #ffffff;
    transition: opacity .3s ease-out;  
}
#branding .btn-primary:hover {
    background-color: #36a5ff;
    border-color: #36a5ff;
    opacity: .9;
    color: #ffffff;
}

#branding .btn-outline-primary {
    border-color: #36a5ff;
    color: #36a5ff;
    transition: all .3s;
}
#branding .btn-outline-primary:hover {
    background-color: #ffffff;
    border-color: #36a5ff;
    transform: translateY(-1px);
    box-shadow: 0 5px 6px 0 #36a5ff66;
}

#branding .btn-secondary {
    background-color: #511385;
    background: linear-gradient(149deg, rgba(178,115,230,1) 0%, rgba(119,46,179,1) 100%);
    box-shadow: 0 4px 6px 0 #b32fff66;
    border: 0;
    border-radius: 22px;
    padding: .5rem 1.3rem;
    color: #ffffff !important;
}
#branding .btn-secondary:hover {
    background-color: #511385;
    background: linear-gradient(149deg, rgba(178,115,230,1) 0%, #511385 100%);
    box-shadow: 0 5px 6px 0 #772eb366;
    border-color: #511385;
}
.nav-items li {
    display: inline-block;
}
.nav-items {
    margin: 0;
    text-align: right;
}
@media (max-width: 600px) {
    .nav-items {
        text-align: center;
    }
    .nav-items li {
        display: block;
    }
    .logo {
        text-align: center;
    }
}
#branding .nav-link {
    color: #211f1f;
    font-weight: 400;
    position: relative;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    vertical-align: sub;
    padding: 0;
    margin: .4rem 1rem;
}
#branding .nav-link:hover {
    color: #4b3176;
    text-decoration: none;
}

#branding .nav-link::after {
    background-color: #d1efed;
    border-radius: 2px;
    content: "";
    height: 3px;
    left: 0;
    opacity: 0;
    position: absolute;
    -webkit-transition: opacity 0.2s ease-in-out;
    transition: opacity 0.2s ease-in-out;
    width: 100%;
    bottom: -3px;
}
#branding .nav-link:hover::after {
    opacity: 1;
}

/* header end */



.card-img-top {
    padding: 20px;
}

.font2 {
    font-family: Roboto,Helvetica Neue,Helvetica,Segoe UI,Arial,sans-serif;
    font-weight: 400;
}

.article {
    max-width: 740px;
    margin: 0 auto;
}
.article img {
    box-shadow: 0px 0px 15px -4px #7b7b7b;
    max-width: 100%;
    margin-bottom: 1rem;
}

.article .no-shadow {
    box-shadow: none;
}
.article  li {
    margin-bottom: .9rem;
}
.article p, .article ul li, .article ol li {
    font-weight: 400;
    font-style: normal;
    font-size: 21px;
    line-height: 1.58;
    letter-spacing: -.003em;
    /*color: rgba(0,0,0,.74);*/
    font-family: Georgia,Cambria,"Times New Roman",Times,serif;
}

.article h1, .article h2, .article h3, .article h4, .article h5, .article h6 {
    margin-bottom: 1rem;
    margin-top: 2.5rem;
}
.bg-feature {
    background: linear-gradient(146deg, #f9f9f9 0%, #8ed0df 100%);
    box-shadow: 0px 6px 10px 4px #c8e7ee;
}

.no-overflow {
    overflow: hidden;
}

@media (max-width: 576px) {
    .feature-desc {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }
    .feature-img-container {
        -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
        order: 12;
    }
}
.feature-img {
    box-shadow: 0px 0px 15px 0px #7b7b7b;
    max-width: 100%;
    position: relative;
    z-index: 2;
}
.extra-shadow {
    box-shadow: 0px 0px 20px 1px #444;
}
.feature-img--background {
    position: absolute;
    left: -15%;
    top: -15%;
    width: 130%;
    height: 130%;
    z-index: 1;
}

#branding h2 {
    font-family: serif;
    font-size: 2em;
    font-weight: 700;
}
#branding h3 {
    font-family: serif;
    font-size: 1.5em;
    font-weight: 700;
}

#branding h1, #branding .h1 {
    font-size: 2.1em;
    font-family: serif;
    font-weight: bold;
    font-weight: 700;
    color: #323648;
}
#branding .bg-feature h1::after, #branding .bg-feature .h1::after {
    background-color: #fbe800;
    content: ' ';
    height: 4px;
    width: 90%;
    display: block;
    transform: translateX(5%);
}
.btn-lg__plus {
    padding: .8rem 2rem;
}

.center {
    display: flex;
    align-items: center;
    justify-content: center;
}

#branding .icon {
    width: 60px;
    height: 60px;
    border-radius: 100%;
    background-color: #e7e8e9;
    text-align: center;
    line-height: 58px;
    font-size: 1.4em;
    display: inline-block;
}
#branding p, #branding li {
    font-size: 1.3em;
}
#branding .lead {
    font-size: 1.5em;
    font-weight: 300;
}
#branding .lead2 {
    font-size: 1.6em;
}

.check {
    margin-left: 6px;
}
.check::before {
    content: "\f058";
    font-family: "Font Awesome 5 Free";
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    font-weight: 900;
    color: #6bcd27;
    position: relative;
    left: -6px;
}
li.check {
    list-style: none;
}
.shadow-none {
    box-shadow: none;
}

@media (min-width: 1200px) {
    .container-small {
        max-width: 800px !important;
    }
}
@media (min-width: 992px) {
    .container-small {
        max-width: 800px !important;
    }
}
/* extra small */
.container-xs {
    max-width: 400px !important;
}

.mw-400 {
    max-width: 400px;
}
.mw-500 {
    width: 100%;
    max-width: 500px;
}
.mw-600 {
    width: 100%;
    max-width: 500px;
}
.mw-800 {
    width: 100%;
    max-width: 800px;
}

.gallery img {
    max-width: 32%;
    border: 1px solid #424242;
}