﻿/*!
 * Site designed by: Jordan Zoucha.
 */

body {
    font-family: 'Arial', san-serif;
    margin: 0;
}
.clear {
    clear: both;
}
#logoLinks {
    position: absolute;
    z-index: 99999;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 188px;
    background: rgba(144, 29, 30, .75);
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: center;
    width: 100%;
}
#otherPage #logoLinks {
    position: relative !important;
}
#otherPage #logoLinks {
    background: rgba(144, 29, 30, 1);
}
#logoLinks a {
    margin: 0;
}
#logoLinks a[href="/default.htm"] img {
    padding-left: 50px;
}
.filler {
    width: 20.3125VW;
    max-width: 20.3125VW;
    margin: 0;
}
#logoLinks img {
    height: 100%;
}
/***** Start of primary nav ******/
#menu-button {
    display: none;
}
nav.mobile {
    display: none;
}
nav.primary {
    position: relative;
    max-width: 650px;
    margin: 0;
    width: 640px;
    padding-right: 50px;
}
nav.primary ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0;
    padding: 0;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
nav.primary ul li {
    display: inline-block;
    width: auto;
    margin: 0;
    list-style-type: none;
}
nav.primary ul li a {
    font-family: bookman-jf-pro, serif;
    font-size: calc(0.9375rem + ((1vw - 10.2px) * 0.3333));
    font-weight: normal;
    display: block;
    padding: 0 10px;
    -webkit-transition: .4s ease-in;
    -webkit-transition: .2s ease-in;
    transition: .2s ease-in;
    text-align: left;
    text-decoration: none;
    /* text-transform: uppercase; */
    color: white;
}
nav.primary ul li a:hover {
    color: white;
    background: black;
    text-decoration: none !important;
}

/******** End of primary Nav ***************/

@media (min-width: 1920px) {
  nav.primary ul li a {
    font-size: 18px;
  }
}

@media screen and (max-width: 1020px) {
.slideDown {
    -webkit-animation: .4s ease-out 0s 1 slideIn;
    animation: .4s ease-out 0s 1 forwards slideIn;
}
.slideUp {
    -webkit-animation: .4s ease-out 0s 1 slideOut;
    animation: .4s ease-out 0s 1 slideOut;
}
#logoLinks {
    display: block;
    flex-direction: column;
    height: auto;
    padding: 0;
    background: #901d1e;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    position: relative;
    z-index: 999999;
}
#otherPage #logoLinks {
    position: static;
}
#logoLinks img {
    display: block;
    margin-right: auto;
    margin-left: auto;
    padding: 40px 0 55px;
    padding-left: 0 !important;
}
/*==============================
	Mobile Nav Styles			
================================*/
nav.primary {
    display: none;
}
#menu-button {
    font-size: 24px;
    position: relative;
    z-index: 400;
    display: inline-block;
    width: 74%;
    height: 60px;
    text-align: center;
}
#menu-button a {
    font-family: bookman-jf-pro, serif;
    font-size: 22px;
    font-weight: normal;
    text-align: left;
    text-decoration: none;
    color: #fff;
}
nav.mobile {
    position: absolute;
    z-index: 671;
    display: block;
    visibility: hidden;
    overflow: auto;
    width: 100%;
    height: auto;
    background: #d0d0d0;
}
#quickLinks {
    flex-direction: column;
}
#quickLinks a {
    width: 70%;
    height: 160px;
    margin-bottom: 20px;
}
#quickLinks a:last-of-type {
    margin-bottom: 0;
}
#quickLinks a h3 {
 font-size: calc(1.25rem + ((1vw - 3.2px) * 1.4286));
}
#quickLinks a h4 {
 font-size: calc(0.75rem + ((1vw - 3.2px) * 0.4286));
}
#quickLinks a h4 {
}
nav.mobile ul {
    font-weight: 300;
    margin: 0;
    padding: 0;
    list-style: none;
}
nav.mobile ul li {
    position: relative;
    border-top: 1px solid #901d1e;
}
/* FIRST LEVEL */
nav.mobile ul li a {
    font-family: bookman-jf-pro, serif;
    font-size: 15px;
    position: relative;
    display: block;
    padding: 10px;
    text-align: left;
    text-decoration: none;
    color: #901d1e;
}
nav.mobile ul li a:hover {
    color: #fff;
    border-left: 4px #901d1e solid;
    background: black;
}
}

@media screen and (max-width: 1020px) {
#menu-button {
    width: 100%;
}
}

@media screen and (max-width:450px) {
#menu-button {
    width: 100%;
}
}
