.riotbar-base-element {
  max-width: 100% !important;
  overflow: hidden;
}

body {
  font-family: Roboto;
  font-weight: 400;
  font-size: 16px;
  color: white;
  background-color: #070323;
}
.container {
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-color: #070323;
}
.survey {
  overflow: hidden;
  width: 100%;
  height: 100%;
}

/* HEADER */
.sg-header {
  position: relative;
  width: 100%;
  height: 300px;
  overflow: hidden;
  text-align: center;
}

.sg-header-image {
  max-width: none !important;
  position: absolute;
  left: 50%;
  height: 100%;
  transform: translateX(-50%);
}


/* TYPE */
h1.sg-title {
  position: relative;
  text-align: left !important;
  margin-top: 270px !important;
}

h1.sg-content {
  font-family: Roboto;
  position: relative;
  text-align: left !important;
  margin-top: 210px;
  padding-top: 0px !important;
}

.sg-page-description {
  max-width: 700px;
  margin: 0 auto;
  text-align: center !important;
}

.sg-page-description:after {
  content: '';
  display: block;
  background: rgba(255, 255, 255, 0.3);
  width: 120px;
  height: 2px;
  margin: 40px auto;
}

.sg-question-title {
  max-width: 700px;
  margin: 0 auto;
  text-align: left;
}

.sg-page-title {
  font-family: Oswald, sans-serif;
  font-weight: 400;
  text-align: center !important;
  font-size: 24px !important;
  text-transform: uppercase;
}

.sg-content a {
  color: #2cb4cd !important;
}


/* CONTENT */
.sg-content{
  max-width: 1000px;
  margin: 0 auto;
  text-align: center !important;
}

.sg-survey-form {
  margin-top: -30px;
}

.sg-question-options {
  margin-top: 40px;
  text-align: center;
}

.sg-image-box {
  padding: 0 !important;
  border-radius: 0px !important;
}

.sg-imageselect-item {
  float: none !important;
  display: inline-block;
}

.sg-caption {
  border-radius: 0px !important;
  font-weight: bold;
  background: none !important;
}

.sg-image-wrapper {
  margin: 0 !important;
  padding: 20px;
}


/* RIOT BAR */
.sg-snc-bar, body:not(.sg-mobile) .sg-snc-lang-list {
  background: none !important;
  border: none !important;
}

/* LoL Kit button */
.vote-btn {
  background: url(https://cdn.leagueoflegends.com/riotbar/prod/1.6.176/images/account/sprites-s2a5147f733.png) 0 -293px;
  color: #b2d9db;
  height: 36px;
  line-height: 28px;
  padding: 6px 0 0 0;
  position: relative;
  text-align: center;
  width: 129px;
  z-index: 0;

  cursor: pointer;
  display: inline-block;
  text-transform: uppercase;
  transition: color 1s cubic-bezier(.06,.81,0,.98);
  vertical-align: middle;

  text-decoration: none;

  border: 0;
  outline: 0;
  font-size: 100%;
  font: inherit;

  user-select: none;
  -webkit-font-smoothing: antialiased;

  box-sizing: border-box;

  white-space: nowrap;
  
  font-family: BeaufortLoL,"Times New Roman";
}