p {
	font-family: Hind, sans-serif;
}

.top-bar {
  height: 100px;
}

.logo-div {
  width: auto;
  height: 100px;
  padding-top: 14px;
  padding-left: 15px;
  float: left;
}

.nav-div {
  position: static;
  height: 100px;
  padding-right: 20px;
  float: right;
  clear: none;
}

.nav-container {
  height: 80px;
  min-width:100px;
  background-color: transparent;
}

.navbar {
  background-color: transparent;
}

.nav-link {
  height: 100px;
  padding-top: 38px;
  font-family: Hind, sans-serif;
  font-weight: 700;
  text-transform: uppercase;
}

.nav-link:hover {
  color: #bb2121;
}

a {
  color: #bb2121;
}

a:hover {
  color: #333333;
}
.logo {
  height: 70px;
  padding-top: 10px;
}

.sub-nav-bar {
  height: 85px;
  background-color: #000;
}

.subnavbar {
  background-color: transparent;
}

.subnavlink {
  display: block;
  height: auto;
  margin-right: 15px;
  margin-left: 15px;
  padding: 32px 0px 0px;
  float: left;
  border-style: none;
  font-family: Hind, sans-serif;
  color: #fff;
  font-size: 14px;
  letter-spacing: 1px;
  text-decoration: none;
  text-transform: uppercase;
}

.subnavlink:hover {
  height: auto;
  margin-right: 15px;
  margin-bottom: 0px;
  margin-left: 15px;
  padding: 33px 0px 0px;
  color: #fff;
  border-style: solid;
  border-width: 0 0 3px;
  border-bottom-color: #bb2121;
}

.subnavcontainer {
  float: left;
  text-align: left;
}

.float-left {
	float:left;
	padding:0 20px 0 0;
}
.float-right {
	float:right;
	padding:0 0 0 20px;
}

.main-image {
  width: 100%;
}

.subnavicon {
  color: #fff;
}

.subnavdiv {
  float: left;
  border-style: none;
  border-bottom-width: 3px;
  border-bottom-color: #bb2121;
}

.content-section {
  margin-top: 50px;
  margin-bottom: 50px;
}

h1 {
  border-bottom: 3px none #bb2121;
  font-family: 'Bree Serif', serif;
  text-align: center;
  text-transform: uppercase;
}

.home-column-section {
  position: static;
  margin-top: 0px;
  margin-bottom: 30px;
  padding-top: 15px;
  padding-bottom: 15px;
  clear: none;
  background-color: #e8ebee;
  text-align: center;
}

.home-columns {
  margin-bottom: 20px;
}

h2 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: 'Bree Serif', serif;
  font-size: 18px;
  text-align: center;
  text-transform: uppercase;
}

.colunn {
  margin-bottom: 0px;
  padding-bottom: 0px;
}

.footer-section {
  margin-top: 0px;
  padding-top: 0px;
  background-color: #232323;
}

.sub-columns {
  margin-bottom: 20px;
  text-align: center;
}

.more {
  margin-top: 0px;
  padding-top: 0px;
  font-family: 'Bree Serif', serif;
  color: #bb2121;
  text-decoration: none;
  text-transform: uppercase;
}

.more:hover {
  text-decoration: underline;
}

.footer-container {
  padding-top: 50px;
  padding-bottom: 50px;
}

.footer-logo {
  padding-top: 20px;
  padding-bottom: 20px;
}

.footer-logo-div {
  float: left;
}

.footer-text {
  margin-left: 10px;
  padding-left: 20px;
  border-left: 1px solid #fff;
  font-family: Hind, sans-serif;
  color: #fff;
}

.footer-description {
  padding-top: 20px;
  padding-bottom: 20px;
  font-family: Hind, sans-serif;
  color: #fff;
  font-style: italic;
  text-align: center;
}

.copyright-div {
  float: left;
}

.copyright {
  font-family: Hind, sans-serif;
  color: #fff;
  font-size: 12px;
}

.pwdby {
  padding-right: 10px;
  float: right;
}

.link {
  color: #fff;
}

.text-link {
  color: #fff;
}

.footer-link {
  padding-left: 30px;
  font-family: Hind, sans-serif;
  color: #fff;
}

.footer-link:hover {
  color: #bb2121;
}

.callout {
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: Hind, sans-serif;
  color: #bb2121;
  font-size: 20px;
}

.quote {
  height: 38px;
  margin-top: 26px;
  margin-right: 30px;
  padding-top: 10px;
  float: right;
  clear: right;
  border-radius: 13px;
  background-color: #bb2121;
  color: #fff;
  text-align: center;
}

.quote-link {
  margin-top: -13px;
  padding: 0px 25px;
  font-family: Hind, sans-serif;
  color: #fff;
  font-weight: 700;
  text-decoration: none;
}

.quote-link:hover {
  font-weight: 700;
  text-decoration: none;
}

@media (max-width: 991px) {
  .sub-nav-bar {
    float: none;
  }
  .subnavbar {
    position: static;
    height: 85px;
    float: none;
    clear: none;
  }
  .subnavlink {
    font-size: 12px;
  }
  .main-nav-button {
    height: 100px;
    padding-top: 35px;
    padding-bottom: 35px;
  }
  .main-icon {
    color: #bb2121;
    font-size: 35px;
  }
  .footer-description {
    padding-top: 20px;
  }
  .quote-link {
    font-size: 12px;
  }
}

@media (max-width: 767px) {
  .sub-nav-bar {
    height: 116px;
  }
  .subnavlink {
    padding-bottom: 9px;
  }
  .subnavdiv {
    padding-top: 0px;
    padding-bottom: 8px;
    float: none;
    text-align: center;
  }
  .content-container {
    padding-right: 20px;
    padding-left: 20px;
  }
  .p {
    padding-right: 20px;
    padding-left: 20px;
  }
  .sub-columns {
    padding-top: 8px;
    border-top: 1px dotted #857f7f;
  }
  .copyright {
    padding-left: 20px;
  }
  .callout {
    padding-right: 20px;
    padding-left: 20px;
  }
  .quote {
    margin-top: 0px;
    margin-left: 30px;
    float: none;
    clear: both;
  }
}

@media (max-width: 479px) {
  .top-bar {
    height: 80px;
	text-align:center;
  }
  .logo-div {
    height: 75px;	
  }
  .nav-div {
    height: 70px;
    margin-right: 1px;
    padding-right: 0px;

  }
  .logo {
    height: 45px;
  }
  .sub-nav-bar {
    height: 309px;
  }
  .subnavlink {
    float: none;
  }
  .main-nav-button {
    height: 70px;
    padding-top: 22px;
    padding-bottom: 22px;
  }
  .subnavdiv {
    margin-right: auto;
    margin-left: auto;
    clear: none;
  }
}

