@import url('https://fonts.googleapis.com/css2?family=Heebo:wght@400;700&display=swap');

h1, h2, h3, h4, h5, a, ul, li, .price-media * {
    font-family: 'Heebo', sans-serif !important;
}

p, #top div {
    font-family: 'Muli', sans-serif !important;
}

html {
    scroll-behavior: smooth;
}

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

.addImgShadow {
    box-shadow: 10px 10px 0px 1px rgba(0,114,132,0.75);
    -webkit-box-shadow: 10px 10px 0px 1px rgba(0,114,132,0.75);
    -moz-box-shadow: 10px 10px 0px 1px rgba(0,114,132,0.75);
}

.highlightCustom {
    font-weight: bold;
    color: #007284;
}


.lightgreylinks a.social-icon {
    color: #017486;
}

.niceFont1 {
    font-family: 'Playfair Display', serif !important;
}

.niceFont2 {
    font-family: 'Muli', sans-serif !important;
}

#box_wrapper {
    background: white;
}

blockquote {
    font-size: 28px;
}

.quote1,
.quote1  * {
    background-color:  #017486 !important;
    color: white;
}

.logoHolder img {
    height: 60px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.minheight370 {
    min-height: 370px;
}

.hoverMe {
    transition: all 300ms ease;
    transform: scale(1);
}

.hoverMe:hover {
    transform: scale(1.1);
}

.price-table li {
    font-size: 15px;
    line-height: 20px;
}

.plan-name {
    font-size: 25px;
}

.plan-price {
    font-size: 30px;
}

.moreInfoExtra {
    margin-top: 30px;
}

.infoSvg {
    width: 19px;
    margin-bottom: -3px;
    margin-right: 6px;
    fill: white;
}

.priceTableCustom {
    margin-bottom: 0px;
}

.opacity05 {
    opacity: 0.7;
}

.makePulse {
    animation: 3s infinite pulse;
}

@keyframes pulse {
    0% {
        transform: scale(0.9);
    }

    50% {
        transform: scale(1);
    }

    100% {
        transform: scale(0.9);
    }
}

.makePulse2 {
    animation: 5s infinite pulse2;
}

@keyframes pulse2 {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.1);
    }

    100% {
        transform: scale(1);
    }
}

.naviHolder {
    display: flex;
    justify-content: center;
}

.naviHolder img {
    width: 50px;
}

.addressHolder {
    text-align: left;
    margin-left: 20px;
}

@media (min-width: 1200px) {
    .intro_section .small-text {
        font-size: 30px;
        margin-top: 30px;
    }
}


@media (max-width: 980px) {
    .buttonContact {
        width: 100%;
        margin-bottom: 17px !important;
    }

    .logoHolder img {
        height: 35px;
        margin-top: 15px;
    }
}

.color1 {
    color: #ffffff !important;
}

@media (min-width: 1400px) {
    .sf-menu > li > a {
        margin-left: 20px;
        margin-right: 20px;
    }
}