@charset "utf-8";
a {
  color: #ec6d11;
}
a:hover {
  color: #ec6d11;
  text-decoration: underline;
}
h1 {
  font-size: 40px;
  font-family: "Oswald", sans-serif;
}
h2 {
  font-size: 34px;
  font-family: "Oswald", sans-serif;
}
h3 {
  font-size: 33px;
  font-family: "Oswald", sans-serif;
}
h4 {
  font-size: 24px;
  font-family: "Oswald", sans-serif;
}
h5 {
  font-size: 20px;
  font-family: "Oswald", sans-serif;
}
h6 {
  font-size: 20px;
  font-family: "Oswald", sans-serif;
}
p {
  font-family: "Open Sans", sans-serif;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1.4;
  font-family: "Oswald", sans-serif;
  background: #fff;
  font-size: 17px;
  color: #2c2c2c;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
img {
  max-width: 100%;
  height: auto;
}
.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}
.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}
.aligncenter {
  margin: 5px auto 20px auto;
  text-align: center;
}
.transition {
  transition: all ease-in-out 0.3s;
  -moz-transition: all ease-in-out 0.3s;
  -webkit-transition: all ease-in-out 0.3s;
  -o-transition: all ease-in-out 0.3s;
}
ul.bullets {
  padding: 0;
  overflow: hidden;
}
ul.bullets li {
  position: relative;
  padding-left: 15px;
  margin-bottom: 5px;
}
ul.bullets li:before {
  display: inline-block;
  font-family: '"Font Awesome 5 Free"';
  -webkit-font-smoothing: antialiased;
  content: "\f100";
  position: absolute;
  left: 0;
  top: 0;
}
ul.social {
  margin: 0;
  padding: 0;
  float: right;
}
ul.social li {
  display: inline-block;
  margin-left: 7px;
}
ul.social li a {
  font-size: 24px;
  color: #fff;
}
ul.social li a:hover {
  color: #ec6d11;
}
header,
footer {
  background: #252525;
}
header {
  padding-top: 30px;
  padding-bottom: 30px;
}
header ul.social {
  margin-top: 7px;
}
.logo {
  width: 290px;
  float: left;
}
.tagline {
  font-size: 30px;
  font-family: "Oswald", sans-serif;
  text-transform: uppercase;
  color: #ec6d11;
  margin: 0;
  font-weight: 300;
  line-height: 1;
  float: left;
  margin-left: 40px;
  margin-top: 5px;
}
.tagline:before {
  content: "|";
  color: #fff;
  padding-right: 40px;
}
.hat-selector {
  text-align: center;
  padding-top: 60px;
  padding-bottom: 60px;
}
.hat-selector .title {
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 600;
  background: #ebebeb;
  display: inline-block;
  margin: 0 auto 30px auto;
  padding: 15px 30px;
}
.hat-type {
  border: 1px solid #959595;
  border-radius: 10px;
  padding: 30px 30px 70px 30px;
  height: 100%;
  position: relative;
}
.hat-type:hover {
  border: 1px solid #ec6d11;
}
.hat-type h2 {
  text-transform: uppercase;
  margin: 20px auto 20px auto;
  clear: both;
  position: relative;
}
.hat-type p {
  font-size: 16px;
}
.hat-type:hover h2 {
  color: #ec6d11;
}
.hat-type h2:before {
  content: "";
  position: absolute;
  z-index: 0;
  left: 50%;
  top: 0;
  transform: translate(-50%, 0);
  width: 60%;
  height: 1px;
  background: #959595;
}
.hat-type:hover h2:before {
  background: #ec6d11;
}
.hat-type:hover h2:after {
  background: #ec6d11;
}
.hat-type h2:after {
  content: "";
  position: absolute;
  z-index: 0;
  left: 50%;
  bottom: 0;
  transform: translate(-50%, 0);
  width: 60%;
  height: 1px;
  background: #959595;
}
.hat-type .button-customize-container {
  position: absolute;
  bottom: 25px;
  left: 0;
  right: 0;
  text-align: center;
}
.hat-type a.button-customize {
  background: #494949;
  color: #fff;
  text-transform: uppercase;
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  display: inline-block;
}
.hat-type a:hover {
  text-decoration: none;
}
.hat-type a .button-text {
  padding: 8px 10px;
  background: #494949;
  float: left;
}
.hat-type a:hover .button-text {
  background: #ec6d11;
}
.hat-type a .button-arrow {
  background: #ec6d11;
  padding: 8px 15px;
  float: left;
}
.hat-type a:hover .button-arrow {
  background: #494949;
}
footer {
  padding: 30px 0;
}
footer p {
  color: #fff;
  text-transform: uppercase;
  font-size: 13px;
}
footer p a:hover {
  text-decoration: none;
}
footer .first p {
  color: #ec6d11;
}
footer .second p {
  text-align: center;
}
footer .second p a {
  color: #fff;
}
footer .third p {
  float: right;
}
footer .third p a {
  color: #fff;
}
footer ul.social {
  margin-left: 15px;
  margin-top: -9px;
}
@media (max-width: 992px) {
  .tagline {
    font-size: 21px;
    margin-top: 11px;
  }
  .hat-type h2 {
    font-size: 28px;
  }
  .hat-type a .button-text {
    padding: 11px 10px;
    font-size: 12px;
  }
}
@media (max-width: 768px) {
  header .col-md-3 {
    text-align: center;
  }
  header ul.social {
    float: none;
    margin-top: 15px;
  }
  .row-eq-height .col-md-4 {
    margin-bottom: 30px;
  }
  footer .first,
  footer .second,
  footer .third {
    text-align: center;
  }
  footer .third p {
    float: none;
  }
  footer ul.social {
    margin-left: 0;
    margin-bottom: 8px;
    float: none;
  }
}
@media (max-width: 570px) {
  header .col-md-9 {
    text-align: center;
  }
  .logo {
    float: none;
  }
  .tagline {
    padding: 0;
    text-align: center;
    float: none;
    margin: 20px 0 0 0;
  }
  .tagline:before {
    display: none;
    padding: 0;
  }
}
