html {
    font-size: 18px !important;
    position: relative;
    min-height: 100%;
}
body {
    margin-bottom: 60px;
    background: rgb(238,156,167);
    background: -moz-linear-gradient(180deg, rgba(238,156,167,1) 0%, rgba(255,221,225,1) 100%);
    background: -webkit-linear-gradient(180deg, rgba(238,156,167,1) 0%, rgba(255,221,225,1) 100%);
    background: linear-gradient(180deg, rgba(238,156,167,1) 0%, rgba(255,221,225,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ee9ca7",endColorstr="#ffdde1",GradientType=1);
    color: black;
    font-family: "Playfair", serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    font-size: 18px !important;
}
@media (min-width: 768px) {
    html {
        font-size: 18px !important;
    }
}

.heading1 {
    font-family: "Playfair Display", serif;
    font-optical-sizing: auto;
    font-weight: 900;
    font-style: normal;
    font-size: 46px;
}
.heading2 {
    font-family: "Playfair Display", serif;
    font-optical-sizing: auto;
    font-weight: 700;
    font-style: normal;
    font-size: 40px;
}
.heading3 {
    font-family: "Playfair Display", serif;
    font-optical-sizing: auto;
    font-weight: 600;
    font-style: normal;
    font-size: 32px;
}

.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;
}
.link-underline {
    text-decoration-line: none;
/*    text-decoration-style: solid;
    text-decoration-thickness: 4px;
    text-decoration-color: #2e7bab;*/
}
a {
    color: #2471a3;
    font-weight: 500;
    text-decoration-line: none;
}
.div-smaller{
    margin-left:20px;
    margin-right:20px;
    padding-left:15px;
    padding-right:15px;
}