﻿body {
    padding-bottom: 0;
    font-family: futura-pt !important;
    color: #004373 ;
}
.row{
    margin: 0px !important;
    width: 100%;
}
.col-md-3 {
    text-align: center;
    margin-top: 10px;
}
body .container-fluid {
    padding-left: 0px;
    padding-right: 0px;
    background-color: white;
}
.SpiritWearMsg {
	display: block;
	margin-left: auto;
	margin-right: auto;
	width: 90vw;
	text-align: center;
	margin-bottom: 30px;
	font-weight: 600;
	color: #004373 ;
	font-size: 20px;
}
body a:hover {
    text-decoration: none;
}
#navCats .col-lg-4 {
    list-style-type: none;
    color: white;
    background-color: #284254;
    font-size: 20px;
    font-weight: 600;
    text-align: center;
    margin-left: 0;
    margin-right: 0;
    height: 50px;
    padding-top: 8px;
}
.homeLink img {
    /*height: 210px;*/
    display: block;
    margin-left: auto;
    margin-right: auto;
    padding: 0px;
    margin-top: 0px;
    margin-bottom: 0px;
}

.mainBanner{
    padding: 20px;
    margin: 10px;
}

.Left img {
    margin-left: 50px;
}
.Middle img {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.Right img {
	float: right;
	margin-right: 50px;
}
.bottomRow {
    text-align: center;
    background-color: #8a2128;
    color: white;
    font-weight: 700;
}
.bottomRow a {
	color: white;
}
.body-content {
    width: 100%;
}
.col-xl-6 {
    padding-left: 0 !important;
}
.topNav {
    margin-top: 10px;
    margin-bottom: 30px;
}
.headerLogo {
    width: 100%;
    background-color: #03235d;
}	
.footerContent {
    text-align: center;
    font-size: 12px;
    background-color: white;
    padding-top: 20px;
    font-weight: 600;
}
.footerContent ul {
    list-style-type: none;
    margin-bottom: 50px;
    color: #004373 ;
}
ul {
    padding: 0;
}
.footBold {
    font-weight: 700;
    font-size: 20px;
    margin-bottom: 10px;
    display: inline-block;
    color: #004373 ;
}
.footerContent a {
    color: #004373 ;
}
.footerContent p {
    margin-bottom: 0;
    font-weight: 600;
}
.endFooter {
    font-size: 14px;
    color: #004373 ;
}
.adminAccess {
    font-size: 10px;
    text-decoration: none;
    font-weight: 600;
    padding-bottom: 15px;
    text-align: center;
    background-color: white;
    width: 100%;
    display: block;
}
@media (max-width: 1199px) {
    .box a{
        text-align: center;
        width: 100%;
    }
    .headerLogo img {
        display: block;
        margin-left: auto;
        margin-right: auto;
        max-width: 80vw;
    }
    .col-xl-6 {
        padding-right: 0px !important;
    }
    .box {
       border-right: none;
    }
    .boxRight {
        margin-top: 10px;
        text-align: center;
        margin-bottom: 10px;
        padding-left: 0px !important;
    }
    .topNav {
        border: none;
        margin-bottom: 20px;
    }
    .last {
        padding-bottom: 30px;
    }
}
@media (max-width: 600px) {
    .headerLogo img {
        height: 90px;
    }

    .cats{
        margin-bottom: 50px;
    }
}

