html,body {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}
body {
  position: relative;
  font-family: Arial, sans-serif;
  font-size: 14px;
  background-color: #FCFCFC;
  color: #222;
}
body.forum-page {
  background-color: #E5E4E5;
}
body * {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}
header {
  position: absolute;
  display: block;
  top: 0;
  width: 100%;
  height: 50px;
  z-index: 1;
  background-color: transparent;
}

body.forum-page header {
  background-color: #292E33;
}
header + section {
  padding-top: 7%;
}
section {
  position: relative;
  width: 100%;
  padding: 24px 0;

}
.container {
  position: relative;
  display: block;
  width: 960px;
  max-width: 90%;
  height: 100%;
  margin: 0 auto;

}

#home {
  position: relative;
  background-color: #F5003A;
  background: url("/?originalUrl=https%3A%2F%2Ffruum.github.io%2Fimages%2Fbg-track.jpg") bottom right #1A1D21 no-repeat;
  background-size: cover;
  color: #fff;
  padding-bottom: 0;
  padding-top: 0;
}

#home > .container {
  padding-top: 62px;
  text-align: center;
}

#home h1 {
  font-size: 30px;
  line-height: 40px;
  font-weight: 100;
  margin-top: 120px;
  margin-bottom: 0.5em;
  text-shadow: 0 0 8px rgba( 0, 0, 0, 0.1 );
}

#home h3 {
  font-size: 14px;
  line-height: 20px;
  font-weight: 100;
  margin: 0 0 2em;
  letter-spacing: 0.05em;
  text-shadow: 0 0 6px rgba( 0, 0, 0, 0.1 );
}

.logo {
  position: relative;
  display: block;
  float: left;
  height: 100%;
  width: 140px;
  background: url("/?originalUrl=https%3A%2F%2Ffruum.github.io%2Fimages%2Ffruum-logo.png") center center transparent no-repeat;
}

.menu-right {
  float: right;
  line-height: 52px;
  font-size: 12px;
  color: #fff;
  opacity: 0.5;
  text-decoration: none;
  text-transform: uppercase;
}

.menu-right:hover {
  opacity: 1;
}

.mainmenu {
  position: relative;
  height: 100%;
  float: left;
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.menuitem {
  float: left;
}

.menuitem a {
  display: block;
  color: #fff;
  padding: 0 20px;
  line-height: 52px;
  text-decoration: none;
  text-transform: uppercase;
  opacity: 0.8;
}

.menuitem a:hover {
  background-color: rgba( 0, 0, 0, 0.05 );
  opacity: 1;
}



.main-cta-buttonlink {
  position: relative;
  display: inline-block;
  text-decoration: none;
  text-transform: uppercase;
  color: #fff;
  background-color: #F5003A;
  margin-bottom: 30px;
  padding: 5px 50px;
  line-height: 30px;
  font-size: 14px;
  border-radius: 1px;
  -moz-border-radius: 1px;
  -webkit-border-radius: 1px;
  transition: background-color 0.15s;
  -moz-transition: background-color 0.15s;
  -webkit-transition: background-color 0.15s;
}

.main-cta-buttonlink:hover {
  background-color: #c9123c;
}

.main-cta-textlink {
  color: rgba( 255, 255, 255, 0.8 );
  text-decoration: none;
}

.main-cta-textlink:hover {
  color: #fff;
}



#explanation {
    margin: 120px 0 20px;
}

#explanation .container {
  text-align: center;
  padding-bottom: 30px;
}

#explanation h3 {
  font-family: Arial;
  font-size: 14px;
  line-height: 20px;
  color: #EDEDED;
}



#description {
  background-color: #E5E4E5;
}

#description h2.main-descriptor {
  color: #383E45;
  margin-top: 70px;
  margin-bottom: 70px;
}


a {
  color: #F5003A;
}

a.read-more {
  color: #F5003A;
  text-decoration: none;
  text-transform: uppercase;
}

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



.main-link {
  padding: 5px 10px;
  border-width: 1px;
  border-style: solid;
  border-color: #fff;
  color: #fff;
  text-decoration: none;
  border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
}

.main-link:not(.read-more):hover {
  background-color: rgba( 255, 255, 255, 0.1 );
  text-shadow: 0 0 5px rgba( 255, 255, 255, 0.4 );
}

.read-more.main-link {
  border-color: #F5003A;
}

.read-more.main-link:hover {
  background-color: #F5003A;
  color: #fff;
  text-decoration: none;
}



h2.main-descriptor {
  font-family: Helvetica, sans-serif;
  font-weight: normal;
  font-size: 24px;
  line-height: 30px;
  color: rgba( 56, 62, 69, 0.5 );
  margin-top: 40px;
  margin-bottom: 40px;
}



.features-set {
  position: relative;
  width: 100%;
  list-style-type: none;
  padding: 40px 0;
  margin: 0;
}

.features-set:after {
  content: '';
  display: table;
  clear: both;
  zoom: 1;
}

.features-set .feature-item {
  position: relative;
  display: block;
  width: 33.333%;
  float: left;
  padding-top: 30px;
  padding-bottom: 30px;
  padding-left: 10px;
  padding-right: 10px;
  height: 250px;
  margin-bottom: 20px;
}

.features-set .feature-promo {
  width: 33.333%;
  float: left;
  min-width: 170px;
  text-align: center;
  padding-top: 10px;
  padding-bottom: 10px;
  margin-bottom: 30px;
}



.feature-item .feature-icon {
  text-align: center;
  padding-bottom: 20px;
  font-size: 48px;
  color: #383E45;
}

.feature-item .feature-description {
  font-family: Helvetica;
  font-size: 18px;
  line-height: 30px;
  font-weight: normal;
  color: rgba( 56, 62, 69, 0.7 );
  height: 90px;
}

#plugins h2.main-descriptor {
  margin-bottom: 0;
}



#forum {
  position: relative;
  height: 100%;
  padding-top: 50px;
  padding-bottom: 0;
}

#forum-container {
  height: 100%;
  width: 100%;
}



.disclaimer {
  font-size: 14px;
  line-height: 20px;
  color: rgba( 56, 62, 69, 0.7 );
}


#final-promo {
  background-color: #212529;
}

#final-promo h2.main-descriptor {
  color: rgba( 237, 237, 237, 0.5 );
}

@media (max-width: 1024px ) {
  section {
    text-align: center;
  }

  h2.main-descriptor {
    padding: 0.5em 0;
    line-height: 2;
  }

  .features-set .feature-item {
    width: 100%;
  }

  .feature-item .feature-description {
    height: auto;
  }
}

#login {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99999999;
  background-color: rgba( 0, 0, 0, 0.6 );
}

#login .popup-container {
  position: relative;
  margin: 100px auto 0;
  width: 400px;
  padding: 30px 20px 20px;
  background-color: #fff;
  color: #333;
  font-size: 14px;
  border-radius: 1px;
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  box-shadow: 0 5px 30px rgba( 0, 0, 0, 0.6 );
  -webkit-box-shadow: 0 5px 30px rgba( 0, 0, 0, 0.6 );
  -moz-box-shadow: 0 5px 30px rgba( 0, 0, 0, 0.6 );
}

.popup-container .popup-close {
  position: absolute;
  top: 4px;
  right: 10px;
  font-size: 10px;
  line-height: 18px;
  text-decoration: none;
}

.popup-container .popup-close:hover {
  text-decoration: underline;
}

.popup-container .popup-disclaimer {
  font-size: 12px;
  line-height: 18px;
  color: #777;
  margin: 10px 0 0;
  padding-top: 10px;
  border-top: 1px solid #eee;
}
.popup-container *:first-child {
  margin-top: 0;
}

.popup-container h6 {
  font-size: 18px;
  margin: 20px 0 10px;
  color: #444;
}

.popup-container .login-github,
.popup-container .login-google {
  position: relative;
  display: block;
  width: 100%;
  padding: 10px;
  text-align: center;
  color: #fff;
  margin: 10px 0;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  text-decoration: none;
}

.popup-container .login-github {
  background-color: #282828;
}
.popup-container .login-github:hover {
  background-color: #2F2F2F;
}

.popup-container .login-google {
  background-color: #dd4b39;
}
.popup-container .login-google:hover {
  background-color: #E4513E;
}
