html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
  position: relative;
  min-height: 100%;
}

body {
    padding-top: 75px;
    margin-bottom: 60px;
}






/* Styles for entire website page  */


footer {
    padding-left: 45px;
    padding-right: 45px;
}

/*.navbar-inverse .navbar-toggle {
    background-color: #333;
}*/

.shrink .site-logo {
    width: 12%;
}

.site-logo {
    width: 150px;
    float: left;
}
/*.site-logo {
    width: 40%;
    height: auto;
    padding: 1em 0;
    margin: 0 auto;
}*/


/* Styles for index page  */

.features-header {
    font-weight: 800;
    font-family: Manrope, sans-serif;
    color: #203864;
    font-size: 40px;
    text-align: center;
    padding-bottom: 30px;
}

.features-text-one-head {
    text-align: left;
    padding-left: 24px;
    padding-right: 24px;
    font-size: 28px;
    font-weight: 600;
    font-family: 'Manrope', sans-serif;
    color: #f04930;
}

.features-text-one {
    text-align: justify;
    padding-left: 24px;
    padding-right: 24px;
    font-size: 20px;
    font-weight: 600;
    font-family: 'Manrope', sans-serif;
    color: #203864;
}

.features-text-two {
    text-align: left;
    font-size: 18px;
    font-weight: 400;
    /* font-family: 'Montserrat', sans-serif; */
    color: #203864;
    padding-top: 25px;
    padding-left: 24px;
    padding-right: 24px;
    padding-bottom: 4%;
}

/* Styles for index page pricing */



.pricing-text-one {
    text-align: center;
    padding-left: 20%;
    padding-right: 20%;
    font-size: 22px;
    font-weight: 600;
    font-family: 'Montserrat', sans-serif;
    color: #203864;
}

@media (max-width: 800px) {
    .pricing-text-one {
        font-size: 18px;
    }
}



.cards-price-container {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    flex-wrap: wrap;
}


.card-price {
    background-image: linear-gradient( #474747, #474747);
    border: 2px solid #474747;
    border-radius: 25px;
    padding: .4rem;
    -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15);
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.15);
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    position: relative;
    transition: box-shadow .4s;
}


    .card-price:hover {
        box-shadow: 0 0 15px rgba(33,33,33,.2);
    }

.card-price-body {
    padding: 15px;
}

.card-price-title {
    text-align: center;
    font-weight: 800;
    font-family: 'Montserrat', sans-serif;
    font-size: 20px;
    color: #FFFFFF;
}


.plan-style {
    text-align: center;
    font-weight: 600;
    font-family: 'Montserrat', sans-serif;
    font-size: 18px;
    color: #FFFFFF;
}


.card-price-text {
    text-align: center;
    color: #FFFFFF;
    font-weight: 400;
    font-size: 16px;
}



.card-price-price {
    text-align: center;
    color: white;
    font-weight: 900;
    font-size: 45px;
}



.site-login-btn {
    background-image: linear-gradient( #FFB03B, #E9A43E);
    border: 2px solid #03286D;
    padding-left: 25px;
    padding-right: 25px;
    border-radius: 50px;
    color: #203864;
    cursor: pointer;
    font-weight: bold;
}

/* End of - Styles for index page pricing */