﻿.mainImage {
    margin-top: 200px;
    text-align: center;
    font-family: futura-pt !important;
    font-weight: 600;
    font-size: 30px;
}
.heading {
    font-family: futura-pt !important;
    font-weight: 600;
    font-size: 28px;
    margin-bottom: 20px;
    text-align: center;
    text-transform: uppercase;
    color: #004373;
}
.smallHH {
	font-size: 20px !important;
	text-align: center;
	display: block;
	text-transform: none !important;
}
.largeHH {
    font-size: 40px !important;
    text-align: center;
    display: block;
    text-transform: none !important;
}
.mainPara p {
    font-size: 16px;
    text-align: center;
    padding: 40px;
}
.hidden {
    display: none;
}
.col-md-3 {
    text-align: center;
    vertical-align: bottom;
    display: table-cell;
}
.noHeight {
	height: 0px;
}
.modalBackground {
    background-color: black;
    opacity: .6;
}
.modalPopup {
    width: 500px;
    background-color: white;
    height: 300px;
    color: #004373 ;
    text-align: center;
    font-weight: 600;
    font-size: 20px;
    border-radius: 25px;
    text-transform: uppercase;
    padding: 20px;
}
.banner {
    background-color: white;
    margin-bottom: 50px;
    color: black;
}
.col-xl-4.cats span, .col-xl-6.cats span {
    font-size: 24px;
    text-align: center;
    font-weight: 600;
    display: block;
    color: #003865;
}

.col-xl-4.cats img, .col-xl-6.cats img {
    max-height: 300px;
    max-width: 300px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    color: #003865;
    font-size: 30px;
    margin-bottom: 30px;
    border: 5px solid black;
}
@media (max-width: 1199px) {
    ul {
        padding-left: 0;
    }
}
@media (max-width: 786px) {

}
@media (max-width: 410px) {
    .heading {
        font-size: 28px;
    }
}

