body {
    font-size: 14px;
    font-family: "Segoe UI", "Roboto", "Helvetica Neue";
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

.container {
    max-width: 1200px;
}

.pricing-header {
    max-width: 700px;
}

.card-deck .card {
    min-width: 220px;
}


.smallIcon {
    height: 32px;
    width: 32px;
}

.opacityDiv {
    background-color: rgba(255,255,255,.8);
    padding-top: 20px;
    padding-right: 20px;
    padding-left: 20px;
    padding-bottom: 1px;
    border-bottom-width: 2px;
}

.opacityCalcDiv {
    background-color: rgba(255,255,255,.95);
    padding-top: 20px;
    padding-right: 20px;
    padding-left: 20px;
    padding-bottom: 1px;
    border-bottom-width: 2px;
    border-radius: 25px;
}

.calcTitleDiv {
    background-color: rgba(121, 108, 108, 0.99);
    border-radius: 25px;
}

.bg {
    /* The image used */
    background-image: url("../images/background.webp");

    /* Full height */
    height: 600px;

    /* Center and scale the image nicely */
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.textSpacing {
    letter-spacing: .1px;
}

.modal-header {
    padding:9px 15px;
    border-bottom:1px solid #ddd;
    background-color: #33B5E5;
}

.bluesky{
    color: #33B5E5;
}