@font-face {
  font-family:'survocons';
  src: url('../assets/fonts/survocons.eot');
  src: url('../assets/fonts/survocons.eot?#iefix') format('embedded-opentype'),
       url('../assets/fonts/survocons.woff') format('woff'),
       url('../assets/fonts/survocons.ttf') format('truetype'),
       url('../assets/fonts/survocons.svg#survocons') format('svg');
  font-weight: normal;
  font-style: normal;
}

span.twitter::after {
  font-family:"survocons";
  content:"K";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  vertical-align:bottom;
  color: #259fda;
}

.container {
  width: 1850px;
  margin: 0 auto;
}

.clearfix, .clear {
  clear: both;
}

body {
  background: black url('../assets/img/bg1.png') top center no-repeat;
  background-size: cover;
  color: white;
  padding: 0;
  text-align: center;
  font-family: 'Stainless';
  overflow: hidden;
  font-size: 24px;
}

p {
  margin: 1em auto;
}

h1 {
  font-size: 42px;
  text-transform: uppercase;
  margin-bottom: 0;
}

.social {
  text-align: center;
  margin: 0;
  padding: 0;
}

.social li {
  width: 215px;
  text-align: center;
  color: #085b6d;
  display: inline-block;
  font-size: 15px;
}

.social li .icon {
  margin: 0 auto 12px;
  border: #085d6d 3px solid;
  width: 65px;
  height: 65px;
  background-position: center center;
  background-repeat: no-repeat;
}

.social li .icon.facebook {
  background-image: url(../assets/img/icon-facebook.png);
}

.social li .icon.twitter {
  background-image: url(../assets/img/icon-twitter.png);
}

.social li .icon.instagram {
  background-image: url(../assets/img/icon-instagram.png);
}

#platform-frame {
  height: 92px;
  width: 100%;
  border: none;
  float: left;
}

#bottom {
  background: url(../assets/img/bg-bottom.png) 0 0 no-repeat;
  padding-top: 18px;
  height: 135px;
  width: 100%;
  float: left;
}

body.platform {
  background: url(../assets/img/bg-top.png) 0 0 no-repeat;
  background-size: contain;
  color: #27aae1;
  line-height: 1.5;
  text-align: center;
  padding: 0;
  text-transform: uppercase;
  font-size: 20px;
  overflow: hidden;
  height: 92px;
}

#feature {
  background: url(../assets/img/damascus.jpg) 0 0 no-repeat;
  width: 100%;
  height: 570px;
  float: left;
}

#feature2 {
  background: url(../assets/img/intercept.jpg) 0 0 no-repeat;
  width: 100%;
  height: 570px;
  float: left;
}

#feature3 {
  background: url(../assets/img/happyhours.jpg) 0 0 no-repeat;
  width: 100%;
  height: 570px;
  float: left;
}

#feature4 {
  background: url(../assets/img/publishers-weekend.jpg) 0 0 no-repeat;
  width: 100%;
  height: 570px;
  float: left;
}

#bw-release {
  background: url(../assets/img/battlewake-available-now.png) 0 0 no-repeat;
  width: 100%;
  height: 570px;
  float: left;
}

#svr-sale {
  background: url(../assets/img/rd-survios-sale.jpg) 0 0 no-repeat;
  width: 100%;
  height: 570px;
  float: left;
}

#svr {
  background: url(../assets/img/svr-2019-11.jpg) 0 0 no-repeat;
  width: 100%;
  height: 570px;
  float: left;
}

#publishersale {
  background: url(../assets/img/rd-publisher-sale.jpg) 0 0 no-repeat;
  width: 100%;
  height: 570px;
  float: left;
}

