@charset "utf-8";
/* CSS Document */
@font-face {
  font-family: "Grandstanderclean";
  src: url("../fonts/Grandstanderclean.eot");
  src: url("../fonts/Grandstanderclean.eot") format("embedded-opentype"),
    url("../fonts/Grandstanderclean.woff2") format("woff2"),
    url("../fonts/Grandstanderclean.woff") format("woff"),
    url("../fonts/Grandstanderclean.ttf") format("truetype"),
    url("../fonts/Grandstanderclean.svg#Grandstanderclean") format("svg");
}

body {
  background: #006fb9;
  padding-top: 15px;
}

.container {
  max-width: 900px;
}

.logo {
  max-width: 100%;
}

.yr {
  margin-top: 30px;
  border: 5px solid #c71027;
  background: #f9e91b;
  padding: 10px 30px 20px;
  font-size: 2.4em;
  font-weight: bold;
  font-family: "Grandstanderclean";
  color: #cb2126;
  text-align: center;
  width: 80%;
  text-transform: uppercase;
  margin-bottom: 35px;
  line-height: 1;
}
.mac .yr {
  padding-top: 30px;
}

.white-text {
  width: 80%;
  color: #fff;
  margin-top: 80px;
  font-size: 20px;
  margin-bottom: 80px;
}

hr.red {
  width: 90%;
  color: #f00;
  background-color: #cb1c27;
  height: 5px;
  border: 0;
  margin-bottom: 60px;
}

h2 {
  text-align: center;
  color: #fcef35;
  font-family: "Grandstanderclean";
  font-size: 2.5em;
  margin-bottom: 30px;
}
h2 span {
  display: block;
  color: #fff;
}
h3 {
  text-transform: uppercase;
  text-align: center;
  color: #fff;
  font-family: "Grandstanderclean";
  font-size: 2.5em;
  margin-bottom: 30px;
}

.ybb {
  margin-bottom: 65px;
}

footer {
  color: #fff;
  font-size: 11px;
  margin-bottom: 20px;
  text-align: center;
}

footer a {
  color: #fff;
}
footer a:hover {
  color: #fff700;
}

.followus {
  position: relative;
  margin: 14px auto 0 auto;
  text-align: center;
}

.followus .bigsoc {
  display: inline-block;
  overflow: hidden;
  width: 35px;
  height: 35px;
  margin-left: 10px;
  margin-right: 0;
}

.followus .bigsoc:first-of-type {
  margin-left: 0;
}

.followus img {
  margin-top: -35px;
  display: block;
  max-width: 100%;
  height: auto;
}

.followus img:hover {
  margin-top: 0;
}
.container > img {
  max-width: 100%;
  display: block;
  margin: auto;
}
a {
  text-decoration: none;
}
a:hover {
  opacity: 0.9;
  border: none;
}
