@font-face {
    font-family: CrimsonPro;
    src: url('../fonts/CrimsonPro-VariableFont_wght.ttf')
}
@font-face {
    font-family: Coolvetica;
    src: url('../fonts/coolveticarg.ttf')
}

html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.link {
    color: #679186;
    text-decoration: none;
}

.f-crimson {
    font-family:CrimsonPro;
}

.f-coolvetica {
    font-family:Coolvetica;
}

.shrink-on-hover {
    /*Shrink Animation: https://codepen.io/techshiva/pen/OGbVNx */
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    transition-property: transform;
}

    .shrink-on-hover:hover, .shrink-on-hover:focus, .shrink-on-hover:active {
        -webkit-transform: scale(0.8);
        transform: scale(0.8);
    }

.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;
}

.btn-primary {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

.btn-pink {
   background:#F9B4AB;
   color:#292929;
   width:100%;
   font-size:24px
}



html {
    position: relative;
    min-height: 100%;
    min-width:100%
}

body {
    padding-top:10em;
    padding-bottom: 10em;
    margin-bottom: 60px;
    background-color: #FFFAF3;
}

/*Header Section Start*/

.navbar {
    top: 0;
    position: fixed;
    width: 100%;
    z-index: 1;
}

    .navbar:hover {
        opacity: 1 !important;
    }

.navbar-brand {
    white-space: normal;
    text-align: center;
    word-break: break-all;
    opacity: 1;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

.nav-pills .nav-link.active {
    background-color: #679186;
}

    .nav-pills .nav-link.active:hover {
        background-color: #4b6b63;
        border-color: #4b6b63;
    }

.header-logo {
    height: 70px;
    width: auto;
}

.navbar-nav a, .navbar-nav button {
    font-size: 22px;
}


.border-top {
    border-top: 1px solid #e5e5e5;
}

.border-bottom {
    border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
    box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}
/*Header Section End*/


header, footer, nav {
    background-color: #BBD4CE
}

.btn-primary {
    background-color: #679186;
    border-color: #679186;
}

    .btn-primary:hover {
        background-color: #4b6b63;
        border-color: #4b6b63;
    }


p {
    font-family: CrimsonPro;
    font-size: 24px;
}

.p-small{
    font-size:18px
}


.my-6{
    margin-top:200px;
    margin-bottom:200px;
}

button.accept-policy {
    font-size: 1rem;
    line-height: inherit;
}

.account-nav .nav-link {
    color: black;
}

/*Footer Section Start*/
.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
}
/*Footer Section End*/
