﻿.heading {
    font-family: futura-pt !important;
    font-weight: 600;
    font-size: 30px;
    margin-left: auto;
    margin-right: auto;
    text-transform: uppercase;
    text-align: center;
}
.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;
    border: 3px solid black;
    text-transform: uppercase;
    padding: 20px;
}
.hidden {
    display: none;
}
.mainForm {
    background-color: white;
    color: #004373 ;
    border-radius: 40px;
    margin-bottom: 50px;
    padding-bottom: 50px;
    min-height: 350px;
    font-weight: 600;
}
.imageViewer {
    max-width: 90%;
    max-height: 10vw;
    margin-top: 50px;
    min-height: 10vw;
}
.col-lg-2 {
    max-width: 100%;
    height: 350px;
}
.subHead {
    font-family: futura-pt !important;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 20px;
    width: 100%;
    margin-bottom: 0px;
}
.top {
    margin-top: 30px;
}
.listGrid {
    width: 100%;
    table-layout: fixed;
}
.listGrid tr{
    text-align: center;
}
.end {
    margin-bottom: 20px;
}
@media (max-width: 1260px) {
    .col-lg-2 {
        height: 300px;
    }
}
@media (max-width: 991px) {
    .heading {
        text-align: center;
    }
    .listGrid tr {
        text-align: center;
    }
    .col-lg-2 {
        padding: 0;
        height: 260px;
    }
    .listGrid td {
        display: inline-block;
        width: 100%;
        padding: 20px;
    }
    .imageViewer {
        padding: 0;
        display: inline-block;
        margin-top: 0;
        padding-top: 20px;
        margin-bottom: 0;
        max-height: 200px;
        max-width: 200px;
    }
}
