body {
    font-size: 16px;
    color: #000;
    font-family: 'Montserrat', sans-serif;
}


.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    font-family: 'DINPro-Bold-Cd';
    font-weight: 100;
    text-transform: uppercase;
}

hr {
    border-top: 1px solid #868686;
}

a {
    color: #000000;
    font-weight: 700;
    transition: .3s;
}

a:focus, a:hover {
    color: #ff6600;
    text-decoration: none;
}

#content-container {
    padding-bottom: 44px;
}

#home-page {
    margin-bottom: -30px;
}

.aboutSection {
    background-image: url(https://psmfirestorm.blob.core.windows.net/42cc8517-cf86-4a76-9b6e-94df2c18b31a/about-back.jpg);
    background-size: contain;
    background-repeat: no-repeat;
    background-color: white;
    color: black;
    padding: 60px 0;
    margin-top: 0!important;
}

.page-background > div,
#calendar-page,
#employees-team-page,
#promotions-page,
#inventory-page,
#vdp-container,
#thankyou-page,
#showroom {
    background-color: white;
    padding: 15px;
    border-radius: 20px;
}






/* HEADER */

.header-background {
    background-color: #000000;
}

.header-container {
    max-width: 1480px;
    margin: auto;
    display: flex;
    justify-content: space-around;
    padding: 20px 15px;
    align-items: center;
    color: white;
}

.header-container a {
    color: white;
}

.header-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.header-btm .dealer-address {
    padding-right: 5px;
    border-right: 1px solid gray;
}

.header-btm .dealer-city {
    padding-left: 5px;
}

.header-top .dealer-phone {
    font-size: 28px;
}

.header-top .phone-text {
    font-weight: 900;
    padding-left: 5px;
}

.header-social {
    display: flex;
    justify-content: space-between;
}

.header-social a, 
.footerSocial a {
    font-size: 25px;
    padding: 1px 5px;
    width: 35px;
    height: 35px;
    background-color: #565656;
    margin: 0 3px;
    border-radius: 10px;
    text-align: center;
    background: linear-gradient(135deg, rgba(237,237,237,1) 0%,rgba(209,209,209,1) 38%,rgba(239,239,239,1) 67%,rgba(224,224,224,1) 100%);
    color: black;
}

.header-btm .dealer-address {
    padding-right: 5px;
    border-right: 1px solid gray;
}

.header-btm .dealer-city {
    padding-left: 5px;
}

.siteSearch {
    display: flex;
    border-bottom: 3px solid gray;
    width: 300px;
    margin: auto;
    position: relative;
}

.siteSearch .form-control {
    border-radius: 0;
    background-color: transparent;
    border: none;
    background: transparent;
    color: white;
}

.siteSearch .form-control:hover {
    background-color: transparent;
    border: none;
}

.siteSearch .form-control:focus {
    border-color: black;
    box-shadow: none;
}

.siteSearch button {
    background-color: transparent;
    border: none;
    font-size: 18px;
    background: transparent;
    color: white;
}

.headerMid {
    margin-top: 12px;
}

.headerMid h3 {
    margin-top: 0;
}

a.sideTab {
    position: fixed;
    transform: rotate(-90deg);
    background-color: black;
    left: -57px;
    top: 250px;
    border-radius: 0 0 8px 8px;
    color: #ff6600;
    z-index: 4;
    border: 3px solid #ffffff;
}

a.sideTab:hover {
    color: #000000;
}

a.sideTab h4 {
    margin: 0;
    padding: 10px;
}






/* NAVIGATION */

#main-nav {
    background-color: #c7b896;
    background-image: url(https://psmfirestorm.blob.core.windows.net/a5ba9844-7570-4da9-9511-0f2c29119db9/nav-back-2.jpg);
    background-size: cover;
    background-position: 50% -54%;
    box-shadow: 0 0 10px black;
    z-index: 555;
    position: relative;
}

@media (min-width: 768px) {
.navbar-nav {
    float: none;
    margin: 0;
    display: flex;
    justify-content: space-between;
}
}

.navbar-nav > li > a {
    text-transform: uppercase;
    font-size: 22px;
    padding: 20px 10px;
    font-style: italic;
    color: black;
    text-shadow: 1px 1px 1px #d0c8ae;
    font-family: 'DINPro-Bold-Cd', sans-serif;
}

.nav>li>a:focus, .nav>li>a:hover,
.nav .open>a, .nav .open>a:focus, .nav .open>a:hover {
    background-color: transparent;
    color: white;
    text-shadow: 1px 1px 1px black;
}

.social-media-icons {
    display: none;
}





/* CONTENT */

.h-btn-container {
    display: flex;
    justify-content: space-around;
    margin-top: 30px;
}

.h-btn-container a {
    flex: 0 0 26%;
    position: relative;
}

.h-btn-container a:before {
    content: '';
    width: 106%;
    height: 115%;
    position: absolute;
    background-size: cover;
    z-index: -1;
    border-radius: 29px;
    box-shadow: 0 0 10px black;
    top: -7%;
    left: -3%;
}

.h-btn-container a:hover {
    transform: scale(1.1);
}

.h-btn-block {
    text-align: center;
    background-color: black;
    border-radius: 23px;
    padding: 15px;
}

.h-btn-block h2 {
    font-size: 45px;
    line-height: 29px;
    margin: 0;
    color: white;
    position: relative;
    z-index: 333;
    text-shadow: 0px 0px 2px black;
    margin-top: 5px;
}

.h-btn-block h2 span {
    display: block;
    font-size: 40px;
    color: darkgrey;
    z-index: 0;
    position: relative;
    font-style: italic;
}

.h-btn-block > span {
    color: #ff6600;
    text-transform: uppercase;
    font-size: 14px;
    margin-top: 9px;
    display: block;
}

.homeAbout img {
    float: right;
    width: 45%;
    transform: rotate(5deg);
    margin-top: -107px;
    box-shadow: 5px 5px 0 #ff6600;
    margin-left: 48px;
}

.homeAbout h1 {
    font-size: 57px;
    line-height: 34px;
    position: relative;
    z-index: 333;
    margin-top: 5px;
    margin-bottom: 27px;
}

.homeAbout h1 span {
    display: block;
    color: #ff6600;
    font-size: 45px;
}

.homeAbout p {
    text-align: justify;
    line-height: 30px;
    text-shadow: 1px 1px 1px white;
}

.p-header {
    background-attachment: fixed;
    background-size: cover;
    height: 275px;
    position: relative;
    background-position: bottom;
    margin-bottom: 25px;
    border-bottom: 5px solid black;
    border-radius: 17px 17px 0 0;
}

.serv-header {
    background-image: url(https://psmfirestorm.blob.core.windows.net/61164e33-c2b5-4942-9b56-bc9fe8318a74/service-header.jpg);
}

.parts-header {
    background-image: url(https://psmfirestorm.blob.core.windows.net/9f788639-c227-4535-b482-6db25d1e6e0e/parts-header.jpg);
}

.mc-header {
    background-image: url(https://psmfirestorm.blob.core.windows.net/6d1f4863-cede-4bfd-8242-14229aeed721/mc-header.jpg);
}

.financing-header {
    background-image: url(https://psmfirestorm.blob.core.windows.net/ffe43e91-b0b5-4a16-9654-4772814da720/financing-header.jpg);
}

.gearbucks-header {
    background-image: url(https://psmfirestorm.blob.core.windows.net/fd886fab-d18b-48b0-8951-1d091808a25b/gearbucks-header.jpg);
}

.about-header {
    background-image: url(https://psmfirestorm.blob.core.windows.net/c04dc951-b876-47bf-8e21-66a3511989e4/about-header.jpg);
}

.hog-header {
    background-image: url(https://psmfirestorm.blob.core.windows.net/f6468914-2043-4893-8aea-85cc289bab32/hog-header.jpg);
}



.p-header h1 {
    position: absolute;
    padding: 10px;
    color: black;
    font-size: 70px;
    left: 50%;
    margin: 0;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    background-color: rgb(255 255 255 / 62%);
    border-radius: 26px;
    box-shadow: 0 0 10px black;
    text-shadow: 0 0 2px white;
    width: max-content;
}

.servList {
    list-style: none;
    padding-left: 10px;
}

.servList li {
    padding-bottom: 15px;
}

.servList li:before {
    content: '\f0ad';
    font-family: 'FontAwesome';
    padding-right: 8px;
    color: #7b7b7b;
}

.servBtns .btn-primary {
    background-color: #ff6600;
    margin: 5px;
    background: #ff6600;
    padding: 10px 15px;
    font-size: 18px;
}

.servBtns {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}

.servBtns a {
    flex: 0 0 31%;
}

.extendedTable {
    margin: 0 auto 25px;
}

.extendedTable td, 
.extendedTable th {
    border: 1px solid gray;
    padding: 5px 10px;
    background-color: #efefef;
}

.militaryPics div {
    padding: 15px;
}

.accessorieList {
    float: right;
    display: flex;
    list-style: none;
}

.accessorieList li {
    padding: 0 15px;
}

.accessoriePics,
.militaryPics,
.dynoPics,
.quickPics {
    display: flex;
    justify-content: space-between;
}

.dynoPic,
.dotPic {
    float: right;
    padding: 0 0 10px 10px;
}

.k-link:link, .k-link:visited, .k-nav-current.k-state-hover .k-link {
    color: #000000;
}

.k-draghandle.k-state-selected:hover, .k-ghost-splitbar-horizontal, .k-ghost-splitbar-vertical, .k-list>.k-state-highlight, .k-list>.k-state-selected, .k-marquee-color, .k-panel>.k-state-selected, .k-scheduler .k-scheduler-toolbar .k-state-selected, .k-scheduler .k-today.k-state-selected, .k-state-selected, .k-state-selected:link, .k-state-selected:visited {
    color: #fff;
    background-color: #d2d2d2;
    border-color: #cccccc;
}

a.promo-link {
    color: #000000;
}

a.promo-link:hover {
    color: #ff6600;
}

.mapWrapper {
    position: relative;
    padding-bottom: 101%;
    min-height: 150px;
}

.mapWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.maphourstable td:first-child {
    padding-right: 10px;
    font-weight: 600;
}

.maphourstable {
    margin-bottom: 25px;
}

.mapPage .dealer-name {
    margin-top: 0;
}

.department-container {
    margin-top: 0;
}

.department-container .department {
    background: #fff;
}

.department .title {
    border: none;
    background: #000000;
    color: white;
}

.department .employee .name p {
    text-transform: uppercase;
    margin-bottom: 0;
}

.department .employee .job p {
    margin-bottom: 0;
}

#employees-team-page .page-title {
    text-align: center;
    font-size: 50px!important;
}

ul.gearbucks {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    width: 400px;
    margin: 20px auto;
    border: 1px solid black;
    padding: 0;
}

.gearbucks li {
    flex: 0 0 50%;
    background-color: #dfdfdf;
    border: 1px solid black;
    padding: 5px;
    text-align: center;
}

.gearbucks li:nth-child(odd) {
    background-color: #ff6600;
    font-weight: 700;
}

.hogBtns {
    display: flex;
    justify-content: space-around;
    text-align: center;
}








/* FEATURED INVENTORY */

.featuredInventory {
    margin-top: 26px;
}

.featuredInventory h2 {
    color: black;
    text-align: center;
    font-size: 38px;
    font-style: italic;
    margin-bottom: 6px;
    text-shadow: 1px 1px 2px white;
    position: relative;
    width: max-content;
    margin: 6px auto 20px;
    padding: 3px 14px 3px 6px;
}

.featuredInventory h2:after {
    content: '';
    width: 106%;
    height: 115%;
    position: absolute;
    background-size: cover;
    z-index: -1;
    border-radius: 18px;
    box-shadow: 0 0 10px black;
    top: -6%;
    left: -3%;
}

.single-item-slider .slider-inner .item {
    width: 221px;
}

.single-item-slider .item {
    background-color: #ffffff;
    border: 1px solid #9a9a9a;
    border-radius: 14px;
}

.single-item-slider .item .item-inner {
    border-radius: 14px;
}

.single-item-slider .item-detail .price {
    padding: 3px 13px;
    font-weight: 700;
    text-transform: uppercase;
    bottom: -11px;
    color: #000000;
    font-family: 'DINPro-Bold-Cd';
    font-size: 25px;
    background-color: #ff6600;
    border-radius: 12px;
    width: max-content;
    text-align: center;
    left: 50%;
    transform: translateX(-50%);
}

.single-item-slider .item-detail .name {
    color: black;
    font-size: 14px;
}

.single-item-slider .slider-outer {
    height: 268px;
}







/* INVENTORY */

#FilterQuickSearch {
    margin: 0;
    border: 1px solid #cccccc;
    color: black;
}

.panel-default>.panel-heading {
    color: #000;
    background-color: #e6e6e6;
    border-color: #ddd;
    text-transform: uppercase;
}

.specs-panel.panel-body {
    background-color: #fff;
    color: #000;
}

.k-pager-wrap {
    margin-top: 9px;
}

#filters-box .panel-body li {
    color: #000;
}

.inventory-container .vehicle .price {
    text-align: center;
    position: absolute;
    white-space: nowrap;
    font-size: 26px;
    padding: 1px 8px;
    bottom: -1px;
    left: 50%;
    transform: translateX(-50%);
    font-family: 'DINPro-Bold-Cd';
    background-size: cover;
    color: #000;
    background-color: #d4d4d4;
    background: linear-gradient(135deg, rgba(237,237,237,1) 0%,rgba(209,209,209,1) 38%,rgba(239,239,239,1) 67%,rgba(224,224,224,1) 100%);
    font-weight: 700;
    text-transform: uppercase;
    border-radius: 8px;
    border: 2px solid black;
}

#vehicleList > div {
    margin: 0;
    padding: 10px;
}

.vehicle-box {
    border: 3px solid black;
    border-radius: 9px;
}

.inventory-container .vehicle .thumb {
    border-radius: 8px;
}

.inventory-container .vehicle:hover {
    background-color: #ff6600;
    transition: .4s ease;
}

.vehiclemodel {
    text-transform: uppercase;
    font-size: 20px;
    line-height: 21px;
    min-height: 43px;
}

.inventory-container .vehicle .title {
    padding: 7px 5px 28px;
    background-color: #000;
}

.inventory-container .vehicle .title a {
    color: white;
}

.info {
    font-size: 12px;
    color: #7b7b7b;
    text-align: right;
}

.price-box > text > a:hover {
    color: white;
}

.vehicleyearmake {
    font-weight: 100;
    text-transform: uppercase;
}







/* FORMS */
.btn-primary {
    color: #000;
    background-color: #d4d4d4;
    background: linear-gradient(135deg, rgba(237,237,237,1) 0%,rgba(209,209,209,1) 38%,rgba(239,239,239,1) 67%,rgba(224,224,224,1) 100%);
    font-weight: 700;
    text-transform: uppercase;
    border-radius: 8px;
    border: 2px solid white;
    margin: 5px 0;
    transition: .4s;
    position: relative;
    z-index: 44;
    overflow: hidden;
}

.btn-primary:before {
    content: '';
    width: 0;
    height: 0;
    background-color: #ff6600;
    position: absolute;
    transition: .3s;
    left: 50%;
    top: 50%;
    transform-origin: center;
    transform: translateX(-50%) translateY(-50%);
    z-index: -1;
}

.btn-sec {
    background: #ff6600;
    margin: 10px auto;
    display: block;
    width: max-content;
    font-size: 18px;
    padding: 10px 15px;
}

.btn-sec:hover {
    transform: scale(1.08);
}

.btn-fix {
    position: fixed;
    right: 13px;
    bottom: 3px;
}

.btn-primary:hover,
.btn-primary.active.focus, .btn-primary.active:focus, .btn-primary.active:hover, .btn-primary:active.focus, .btn-primary:active:focus, .btn-primary:active:hover, .open>.dropdown-toggle.btn-primary.focus, .open>.dropdown-toggle.btn-primary:focus, .open>.dropdown-toggle.btn-primary:hover,
.btn-primary.active, .btn-primary:active, .open>.dropdown-toggle.btn-primary,
.btn-primary.focus, .btn-primary:focus {
    color: #000;
    background-color: #ff6600;
    border: 2px solid white;
}

.btn-primary:hover:before {
    width: 101%;
    height: 100%;
    transform-origin: center;
    z-index: -1;
}

.mainform {
    height: max-content;
}

.mainform > div {
    background-color: black;
    padding: 15px;
    color: white;
}

.form-header-text {
    font-family: 'DINPro-Bold-Cd';
    text-transform: uppercase;
    font-size: 40px;
    text-align: center;
    margin-bottom: 0;
    color: #ff6600;
}

.form-control {
    font-size: 14px!important;
    background-color: white;
    color: black;
    box-shadow: none;
    border: 1px solid white;
    margin: 3px 0;
    transition: .3s;
}

.form-control:hover {
    background-color: #e2e2e2;
}

.form-control:focus {
    border-color: #ff6600;
    -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%), 0 0 8px rgb(233 159 102 / 60%);
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%), 0 0 8px rgb(233 153 102 / 60%);
}

.forms-title-section {
    font-size: 25px;
    text-align: center;
    margin-bottom: 7px;
}

.field-validation-valid,
.field-validation-error {
    position: absolute;
    right: 12px;
    top: 5px;
}

.field-validation-valid {
    color: #959595;
}

#Form1512 > div:nth-child(1) > fieldset > div:nth-child(n+2):nth-child(-n+5),
#Form1513 > div:nth-child(1) > fieldset > div:nth-child(n+2):nth-child(-n+5),
#Form1514 > div:nth-child(1) > fieldset > div:nth-child(n+2):nth-child(-n+5) {
    width: 50%;
    display: inline-block;
    padding: 5px;
}

#Form1512 > div:nth-child(1) > fieldset > div:nth-child(n+7):nth-child(-n+9),
#Form1513 > div:nth-child(1) > fieldset > div:nth-child(n+7):nth-child(-n+9),
#Form1515 > div:nth-child(1) > fieldset > div:nth-child(n+7):nth-child(-n+9),
#Form1522 > div:nth-child(1) > fieldset > div:nth-child(n+2):nth-child(-n+7) {
    width: 33.33%;
    display: inline-block;
    padding: 5px;
}

#Form1515 > div:nth-child(1) > fieldset > div:nth-child(n+2):nth-child(-n+5),
#Form1515 > div:nth-child(1) > fieldset > div:nth-child(n+11):nth-child(-n+14) {
    width: 25%;
    display: inline-block;
    padding: 5px;
}

#Form1512 > div:nth-child(1) > fieldset > div:nth-child(n+11),
#Form1513 > div:nth-child(1) > fieldset > div:nth-child(n+11),
#Form1514 > div:nth-child(1) > fieldset > div:nth-child(6),
#Form1515 > div:nth-child(1) > fieldset > div:nth-child(n+15),
#Form1522 > div:nth-child(1) > fieldset > div:nth-child(n+8) {
    padding: 5px;
}

.customForm textarea, 
.customForm input, 
.customForm select {
    padding: 3px 10px;
    border-radius: 6px;
    font-size: 14px!important;
    background-color: #ffffff;
    color: black;
    border: 1px solid #ffffff;
    margin: 5px 0;
}

.customForm [placeholder="First Name"], 
.customForm [placeholder="Last Name"] {
    width: 100px;
}

.customForm [placeholder="Zip Code"] {
    width: 83px;
}

.customForm [placeholder="Phone"] {
    width: 123px;
}

.customForm [placeholder="Questions/Comments"] {
    width: 100%;
}

.inquiryformcontainer, 
.locationBox {
    background-color: black;
    color: white;
}

.locationBox {
    margin-top: 20px;
}

#VehicleInquiryContainer {
    padding: 10px;
}






/* FOOTER */

.footerWrapper {
    background-color: black;
    position: relative;
    color: white;
}

.footerWrapper:before {
    content: '';
    background-image: url(https://psmfirestorm.blob.core.windows.net/a5ba9844-7570-4da9-9511-0f2c29119db9/nav-back-2.jpg);
    width: 100%;
    height: 14px;
    position: absolute;
    top: -14px;
    background-size: cover;
    box-shadow: 0 0 10px black;
}

.footerContainer {
    max-width: 1180px;
    margin: auto;
    display: flex;
    justify-content: space-around;
    flex-flow: column;
    padding: 15px;
}

.footerContainer a {
    color: white;
}

.footerContainer a:hover,
.header-container a:hover {
    color: #ff6600;
}

.footerTop {
    display: flex;
    max-width: 1030px;
    margin: auto;
    justify-content: space-between;
    align-items: center;
    flex-wrap:wrap;
}


.footerLogo img {
    max-width: 250px;
}

.footerLinks ul {
    list-style: none;
    padding: 0;
    display: flex;
    justify-content: space-between;
    margin: 0;
}

.footerLinks li {
    padding: 5px 20px;
    text-transform: uppercase;
    font-family: 'DINPro-Bold-Cd';
    font-size: 18px;
}

.footerBottom {
    display: flex;
    justify-content: space-between;
    margin-top: 30px;
    border-top: 1px solid gray;
    padding: 30px 15px;
    flex-wrap:wrap;
}

.footerInfo .dealer-address, 
.footerInfo .dealer-phone {
    display: block;
}

.footerInfo .dealer-phone {
    font-size: 23px;
}

.footerInfo a:first-child {
    font-weight: 100;
}

.footerHours table td:first-child {
    padding-right: 15px;
    font-weight: 700;
}

.footerHours h4 {
    font-size: 22px;
    margin-top: 0;
    border-bottom: 1px solid #c1c1c1;
}

.footerHours table {
    margin-bottom: 44px!important;
}

.footerMap {
    position: relative;
    padding-bottom: 17%;
    flex: 0 0 47%;
}

.footerMap iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.footerSocial {
    margin-top: 30px;
    display: flex;
    justify-content: space-around;
}

.footerSocial a {
    color: black;
}

footer.body .outer-wrapper {
    background-color: #e0e0e0;
    color: #000;
    background: linear-gradient(to bottom, rgba(242,242,242,1) 0%,rgba(229,229,229,1) 100%);
    text-align: center;
    padding: 10px 0;
}

footer.body .outer-wrapper a, footer.body .outer-wrapper a:visited, footer.body .outer-wrapper a:active {
    color: #000;
}






/* BREAKPOINTS */

@media only screen and (max-width: 1499px) {
.header-container {
    max-width: 1180px;
}
}

@media (max-width: 1199px) {
.homeAbout img {
    width: 51%;
    margin-top: -81px;
    margin-left: 48px;
}
}

@media only screen and (max-width: 1000px) {
    .footerLogo {display:none;}
    .header-container{flex-wrap:wrap;}
    .header-container div {margin-bottom:15px;}
}

@media (max-width: 991px) {
.homeAbout img {
    margin-bottom: 20px;
}

.p-header {
    height: 175px;
}

.p-header h1 {
    font-size: 50px;
}

.h-btn-block h2 {
    font-size: 35px;
    line-height: 22px;
}

.h-btn-block h2 span {
    font-size: 33px;
}
}

@media only screen and (max-width: 983px)
{
    .footerMap{flex:0 0 100%; height:300px;}
    
}

@media (max-width: 767px) {
    body {
        position: relative;
        z-index: 1;
    }
    #outer-wrapper:after {
        content: "";
        position: fixed;
        top: 0;
        height: 100vh;
        left: 0;
        right: 0;
        z-index: -1;
        background: #d4d4d4 url(https://psmfirestorm.blob.core.windows.net/108b581e-c548-4db8-af89-4c349d516e6a/brushed-metal-back-bridge.jpg) no-repeat center center;
        background-size: cover;
    }
    .h-btn-container {flex-direction:column;}
    .h-btn-block {margin-bottom:15px;}
    .srvBtns .btn-primary {font-size:15px; text-align:center;}
.servBtns a {
    flex: 1 0 75%;
}
    .p-header {
    height: 165px;
    margin-bottom: 0;
}
    .p-header h1 {
    font-size: 10vw;
    padding: 1px 3%;
}
    .mc-header h1 {
        font-size:50px;
    }
    .header-social a,
    .header-btm,
    .header-top .phone-text {
    display: none;
}

.siteSearch {
    width: 100%;
}

.header-top .dealer-phone {
    font-size: 45px;
}

.header-logo {
    flex: 0 0 100%;
    text-align: center;
}

.headerMid {
    flex: 0 0 85%;
}

.header-container div {
    margin-bottom: 0;
}

.aboutSection {
    background-size: cover;
}

.footerLinks li {
    padding: 5px 15px;
}

.footerLinks ul {
    /* flex-flow: column; */
    text-align: center;
    flex-wrap: wrap;
    justify-content: space-around;
}

.homeAbout img {
    float: right;
    width: 100%;
}

.aboutSection {
    padding: 30px 0;
}

.footerLinks li {
    padding: 8px 15px;
    border: 3px solid white;
    margin: 10px;
}

a.sideTab {
    top: 300px;
}
}








@media only screen and (min-width: 768px) {
    body {
        background: #d4d4d4 url(https://psmfirestorm.blob.core.windows.net/108b581e-c548-4db8-af89-4c349d516e6a/brushed-metal-back-bridge.jpg) no-repeat center center;
        background-attachment: fixed;
        background-size: cover;
        overflow-x: hidden;
    }
    .footerLinks li { 
        padding:5px;
    }
}
@media only screen and (max-width:600px)
{
    .footerLinks ul {
        margin-top:5px; 
        flex-direction: column;
        text-align: center;
    } 
    .mc-header h1 {
        font-size:47px;
    }
}
@media only screen and (max-width: 549px)
{
    .footerInfo {
        width: 100%;
        text-align: center;
        margin-bottom: 0px;
    }
.footerHours {
    margin: 40px 0 0;
    width: 100%;
    text-align: center;
}
    .footerHours table{width:100%;}
}
