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 {
    margin-bottom: 60px;
}

h1 {
    font-family: 'Nunito+Sans', sans-serif;
    color: #dfafa2;
}

h3 {
    font-family: 'Mulish', sans-serif;
    color: #dfafa2;
}

p {
    font-family: 'Raleway', sans-serif;
    font-size: 16px;
}

.bullet-points {
    font-family: 'Raleway', sans-serif;
    font-size: 16px;
}

.card {
    border: none !important;
}

.banner {
    background-image: linear-gradient(to right, rgb(247 206 226), rgb(216 126 174));
    color: #ffebe4;
}

.banner-text {
    font-family: 'Mulish', sans-serif;
    font-size: 18px;
    font-weight: 400;
    font-style: normal;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: #fbf7f5
}

.shadows-font {
    font-family: 'Nunito+Sans', sans-serif;
    color: #dfafa2;
}

.info-box {
    background-color: #fac6e0; 
    border-radius: 25px;
}

    .info-box h1 {
        font-size: 86px;
        font-weight: bold;
        font-family: 'Mulish', sans-serif;
        color: #ffffff;
    }

    .info-box h3 {
        font-size: 45px;
        font-weight: bold;
        font-family: 'Mulish', sans-serif;
        color: #ffffff;
    }

    .info-box p {
        font-size: 24px;
        font-family: 'Mulish', sans-serif;
        font-weight: bold;
        color: #ffffff;
    }


.btn-primary {
    background-color: #f59dca !important;
    border-color: #f59dca !important;
}

    .btn-primary:hover {
        background-color: #ffe3f1 !important;
    }


