/* CSS Document */
.homeMainWithimage {
    max-width: 90%;
    display: block;
    border-radius: 60px 30px;
	border-color: #FFA1E2;
	border-width: medium;
    color: #000000;
    background-color: #FFFFFF;
    margin-top: 120px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: auto;
    padding-left: 30px;
    padding-right: 20px;
    padding-bottom: 36px;
    padding-top: 20px;
	z-index: 300; /* Lower than the header z-index */
    overflow: hidden; /* This will contain the floated image */
}
.imageFloatRight {
    float: right;
    margin: 0 0 20px 10px; /* Top Right Bottom Left */
    max-width: 100%; /* Image will scale down with the container */
    height: auto; /* Maintain aspect ratio */
    min-width: 150px; /* Minimum width you want to maintain, adjust as needed */
}
.imageFloatHome {
    float: none;
    margin: 0 0 20px 10px; /* Top Right Bottom Left */
    max-width: 100%; /* Image will scale down with the container */
    height: auto; /* Maintain aspect ratio */
    min-width: 150px; /* Minimum width you want to maintain, adjust as needed */
}
.imagePanelUL {
    font-family: "montserrat", sans-serif; /* Default font */
    text-align: left;
    font-weight: normal;
    font-size: 11pt;
	line-height: 1.2em;
}
.imagePanelUL li {
    margin-bottom: 20px;
}
.imagePanelSubheads {
    font-family: "montserrat", sans-serif; /* Default font */
    text-align: left;
    font-weight: bold;
    font-size: 12pt;
    line-height: 1.2em;
}
.imagePanelHeads {
    font-family: "montserrat", sans-serif; /* Default font */
    text-align: left;
    font-weight: 700;
    font-size: 14pt;
    line-height: 1.2em;
}
.imagePanelMasterHead {
    font-family: "ice-cream-standard", sans-serif; /* Default font */
    text-align: center;
    font-weight: bold;
    font-size: 18pt;
    color: #D0458B;
    margin-left: 10px;
}
.imagePanelMasterHeadLeftJustified {
    font-family: "ice-cream-standard", sans-serif; /* Default font */
    text-align: left;
    font-weight: bold;
    font-size: 18pt;
    color: #D0458B;
    margin-left: 10px;
	line-height: 1.2em;
}

