/*Font Families*/
@font-face {
  font-family: 'ClanOTBook';
  src: url('/fonts/Clan/ClanOT-Book.otf'); /* IE9 Compat Modes */
  src: url('fonts/Clan/ClanOT-Book.otf?#iefix') format('embedded-opentype'), /* IE6-IE8 */

}

@font-face {
  font-family: 'ClanOTMedium';
  src: url('/fonts/Clan/ClanOT-Medium.otf'); /* IE9 Compat Modes */
  src: url('fonts/Clan/ClanOT-Medium.otf?#iefix') format('embedded-opentype'), /* IE6-IE8 */

}

@font-face {
  font-family: 'ClanOTBold';
  src: url('/fonts/Clan/ClanOT-Bold.otf'); /* IE9 Compat Modes */
  src: url('fonts/Clan/ClanOT-Bold.otf?#iefix') format('embedded-opentype'), /* IE6-IE8 */

}

body {
   background: #000;
   display: grid;
   align-items: center;
}

h1, h2, h3, p, a {
   color: white;
   text-align: center;
}

p {
   font-family: ClanOTBook;
   font-size: 16px;
   line-height: 1.63;
   text-align: center;
   color: #ebebeb;
}

a {
   color : #F4BD18;
}

.bold {
   font-family: ClanOTMedium;
   font-size: 16px;
   color: white;
}

header, section {
   margin: 0 auto;
}

header {
   margin-top: 71px;
}

section {
   width: 300px;
}

figure#logo {
   text-align: center;
   width: 160px;
   margin: 0px auto 30px auto;
}

figure#logo img {
   max-width: 100%;
}

h2#welcome {
  font-family: ClanOTBold;
  font-size: 22px;
  line-height: 1.27;
  letter-spacing: 3.7px;
  text-transform: uppercase;
}

h3 {
   font-family: ClanOTMedium;
   font-size: 18px;
   font-weight: 500;
   line-height: 1.56;
   text-align: center;
   font-weight: 100;
   color: #ebebeb;
   width: 280px;
   margin: 40px auto 30px auto;
}

span.line {
    width: 75px;
    height: 6px;
    display: block;
    background : #F4BD18;
    text-align: center;
    margin: 0 auto 38px auto;
}

.next-line {
   width: 100%;
   float: left;
}

/*Responsive*/
@media only screen and (min-width: 321px) {

   h3 {
      width: 340px;
   }

   section {
      width: 350px;
   }

}

/* ----------- iPhone 6, 6S, 7 and 8 ----------- */

/* Portrait and Landscape */
@media only screen
  and (min-device-width: 374px)
  and (max-device-width: 667px)
  and (-webkit-min-device-pixel-ratio: 2) {
     .next-line {
       float: left;
    }

    h3, section {
      width: 370px;
    }
}

/* Portrait */
@media only screen
  and (min-device-width: 375px)
  and (max-device-width: 667px)
  and (-webkit-min-device-pixel-ratio: 2)
  and (orientation: portrait) {
   .next-line {
      float: left;
   }

   h3, section {
     width: 370px;
   }
}


@media only screen and (min-width: 670px) and (min-device-width: 670px) {

   header {
      margin-top: 270px;
   }

   .next-line {
      float: none;
   }

   figure#logo {
      width: 225px;
   }

   h2#welcome {
      font-size: 26px;
      line-height: 28px;
      letter-spacing: 4.3px;
      margin-bottom: 8px;
   }

   h3 {
      font-size: 18px;
      line-height: 28px;
      width: 544px;
      margin-top: 0px
   }

   section {
      width: 560px;
   }

   p {
      font-size: 18px;
      line-height: 28px;
   }

}

@media (min-width: 801px) {

   header {
      margin-top: 174px;
   }

   figure#logo {
      margin-bottom: 51px;
   }

   header, section {
      max-width: 760px;
   }

   section {
      width: 760px;
   }

   span.line {
      margin-bottom: 20px;
   }
}
