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

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

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

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

p {
    font-family: 'ClanOTBook', sans-serif;
   font-size: 16px;
   line-height: 1.63;
   text-align: center;
   color: #E6E6E6;
}

a {
   color : #C7A338;
}

.bold {
   font-family: 'ClanOTMedium', sans-serif;
   font-size: 18px;
   color: #E6E6E6;
}

header, section {
   margin: 0 auto;
}

header {
   margin-top: 71px;
}

section {
   width: 300px;
}

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

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

h2#welcome {
  font-family: 'ClanOTBold', sans-serif;
  font-size: 22px;
  line-height: 1.27;
  text-transform: uppercase;
  margin-bottom: 16px;
}

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

span.line {
    width: 75px;
    height: 4px;
    display: block;
    background : #C7A338;
    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;
      margin-bottom: 16px;
   }

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

   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;
   }
}
