﻿img {
    border-radius: 20px;
}

.fillout-form .form-select {
    padding: 0px;
}

.contact-box p + p {
    margin-top: 15px;
}

#mainbody .MackinButton {
    font-size: 1.2em;
    font-family: Poppins, sans-serif;
    font-weight: 700;
}

b {
    font-family: "Source Sans 3", sans-serif;
    font-weight: bold;
    font-size: 100%;
}

.collection-subtitleH {
    font-family: Poppins, sans-serif;
    color: #61A0ED;
}

    .collection-subtitleH h1 {
        padding-bottom: 15px;
        font-family: Poppins, sans-serif;
        font-size: 2.5rem;
        font-weight: 800;
        color: #61A0ED;
    }

.collection-description {
    overflow: hidden;
    line-height: 24px;
    padding: 10px 0;
    text-align: center;
}

    .collection-description img {
        margin-bottom: 20px;
    }

.para {
    width: 100%;
}

.headTitle span {
    color: #61A0ED;
    font-family: "Source Sans 3", sans-serif;
    text-transform: none;
    font-size: 2em;
    line-height: 1;
}

h1, h2, h3, h4, h5 {
    text-transform: none;
}

.bold {
    color: #13578c;
    font-family: Source Sans 3, sans-serif;
}

.titleHead {
    font-size: 24px;
    font-weight: bold;
    font-family: Poppins, sans-serif;
    color: #61A0ED;
}

@media (max-width: 576px) {
    .collection-description {
        display: none;
    }
}