/*Global*/
body {
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  line-height: 24px;
  color: #666;
  background-color: #fff;
  margin: 0px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #333;
}

h2 {
  font-size: 40px;
  margin-bottom: 20px;
}

h3 {
  font-size: 20px;
}

p {
  font-size: 17px;
}

section {
  padding: 3% 0;
}

.heading {
  padding-bottom: 20px;
}

/*Landing*/
#landing {
  background-image: url("../images/background.jpg");
  height: 75em;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.landing-info {
  margin-top: 20em;
}

.landing-info h2 {
  color: #fff;
  font-size: 7em;
  line-height: 100px;
  font-weight: 600;
  text-transform: uppercase;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

.landing-info p {
  font-size: 3em;
}

.landing-info h1 {
  color: #878787;
  font-size: 3em;
  line-height: 100px;
  font-weight: 600;
  text-transform: uppercase;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

/*Parallax*/
section.module.parallax {
  height: 600px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-attachment: fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

section.module.parallax h1 {
  color: rgba(255, 255, 255, 0.8);
  font-size: 68px;
  line-height: 400px;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

section.module.parallax-1 {
  background-image: url("../images/1.png");
}

section.module.parallax-2 {
  background-image: url("../images/2.png");
}

section.module.parallax-3 {
  background-image: url("../images/3.png");
}

section.module.parallax-4 {
  background-image: url("../images/4.png");
}

/*Rules*/
.rule-icon,
.btn-primary,
.date:after,
.folio-overview a:hover {
  background-color: #00b700;
}

.rule-icon {
  border-radius: 4px;
  color: #fff;
  display: inline-block;
  font-size: 36px;
  height: 90px;
  line-height: 90px;
  width: 90px;
  -webkit-transition: background-color 0.2s ease;
  transition: background-color 0.2s ease;
}

.our-rules .col-sm-4:hover .rule-icon {
  background-color: #874417;
}

.our-rules .col-sm-4 {
  border-right: 2px solid #f2f2f2;
  border-bottom: 2px solid #f2f2f2;
  padding-bottom: 50px;
}

.our-rules .col-sm-4:nth-child(4),
.our-rules .col-sm-4:nth-child(5),
.our-rules .col-sm-4:nth-child(6) {
  border-bottom: 0;
  padding-top: 60px;
}

.our-rules .col-sm-4:nth-child(3),
.our-rules .col-sm-4:nth-child(6) {
  border-right: 0;
}

.rule-info h3 {
  margin-top: 35px;
}

.contactUs .col-sm-6:nth-child(2) {
  border-right: 0;
}

/*Voting*/
.vcenter {
  display: inline-block;
  vertical-align: middle;
  float: none;
}

.content-container {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.content-container .cms-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  border-right: 2px solid #f2f2f2;
}
.content-container .cms-container p {
  padding: 20px 40px;
}
#discord-widget-container {
  display: flex;
  justify-content: center;
}
@media all and (min-width: 1200px) {
  .content-container .cms-container {
    width: 50%;
  }
  #discord-widget-container {
    width: 50%;
  }
}


/*Footer*/
hr.style14 {
  height: 1px;
  background-image: -webkit-linear-gradient(left, #f0f0f0, #8c8b8b, #f0f0f0);
  background-image: -moz-linear-gradient(left, #f0f0f0, #8c8b8b, #f0f0f0);
  background-image: -ms-linear-gradient(left, #f0f0f0, #8c8b8b, #f0f0f0);
  background-image: -o-linear-gradient(left, #f0f0f0, #8c8b8b, #f0f0f0);
}