﻿p {
    font: normal normal normal 18px/1.75em poppins-semibold, poppins, sans-serif;
}

.plainInfo {
    padding-top: 2%;
    padding-bottom: 4%;
}

.blueInfo {
    padding-top: 2%;
    padding-bottom: 4%;
    background-color: #185FA5;
    color: white;
}

.blueInfoBoxes {
    padding-top: 2%;
    padding-bottom: 4%;
    background-color: #185FA5;
}

.font-size-headings {
    font: normal normal normal 30px/1.34em poppins-semibold, poppins, sans-serif;
    line-height: 1.34em;
    font-size: 30px;
    font-weight: bold;
}

.miniRow {
    padding-top: 2%;
}

.boxInfo {
    color: #185FA5;
}

.boxText {
    color: #7e7f82;
}

.startToday {
    background-color: #185FA5;
    color: white;
    border-radius: 3px;
    border-color: #185FA5;
    border-style: groove;
    display: inline-block;
    word-wrap: normal;
    margin: auto;
    padding: 1px 5px;
}

.contactUs {
    background-color: white;
    color: #185FA5;
    border-radius: 3px;
    border-color: #185FA5;
    border-style: groove;
    display: inline-block;
    word-wrap: normal;
    padding: 1px 8px;
}

.roundBox {
    border-radius: 5%;
    padding-bottom: 5%;
}

img {
    width: 100%;
}