@font-face {
  font-family: 'American Typewriter';
  src: url('fonts/AmericanTypeItcTOT-Medi.woff') format('woff');
}

@font-face {
  font-family: 'Futura';
  src: url('fonts/FuturaLTProXBoldCond.woff') format('woff');
}

.header-secret {
  background-color: #F5DF12;
  height: 90px;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  z-index: 30;
  border-bottom: 2px solid #0C68BD !important;
}

.bd-tw-button {
  color: #0C68BD;
}

.logo {
  color: #0C68BD;
  font-family: 'Futura';
  font-style: normal;
  font-weight: 900;
  font-size: 30px;
  line-height: 52px;  
  letter-spacing: -0.045em;
}

.button.is-rounded {
  color: #0C68BD;
  background-color: #F5DF12;
  border: 1px solid #0C68BD;
  font-family: 'American Typewriter';
  font-style: normal;
  font-weight: 400;
  font-size: 13px;
  line-height: 15px;
}

.buttonnavhover:hover {
  color: #F5DF12 !important;
  border: 1px solid #F5DF12;
  background-color: #0C68BD;
}

.buttoncopyhover:hover {
  color: #F5DF12 !important;
  border: 1px solid #F5DF12;
  background-color: #0C68BD;
}

.first-hero {
  background-image: url('img/collection.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  top: 78px;
}

.back-section1 {
  background-color: #0C68BD;
}

.back-section2 {
  background-color: #F5DF12;
}

.copy1 {
  font-family: 'American Typewriter';
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  color: #F5DF12;
}

.copy2 {
  font-family: 'American Typewriter';
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  color: #0C68BD;
}

.twit:hover {
  color: #0a5194;
}

.titlefaq {
  margin-bottom: 10px;
  text-decoration: underline;
}

.link {
  color: #000 !important;
  text-decoration: underline;
}
.link:hover {
  color: rgb(48, 48, 48) !important;
}

.copytitle1 {
  font-family: 'Futura';
  font-style: normal;
  font-weight: 900;
  font-size: 36px;
  line-height: 47px;
  letter-spacing: -0.02em;
  color: #F5DF12;
}

.copytitle2 {
  font-family: 'Futura';
  font-style: normal;
  font-weight: 900;
  font-size: 36px;
  line-height: 47px;
  letter-spacing: -0.02em;
  color: #0C68BD;
}

.is-copy {
  margin-top: 30px;
}

.footer {
  background-color: #0C68BD;
}

.footercopy {
  font-family: 'Futura';
  font-style: normal;
  font-weight: 900;
  font-size: 40px;
  line-height: 78px;  
  letter-spacing: -0.045em;
  color: #F5DF12;
}

.italic {
  font-style: italic;
}

@media screen and (max-width: 768px) {
  .header-secret {
    background-color: #F5DF12;
    height: 170px;
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    z-index: 30;
  }
  .copytitle1 {
    margin-top: 100px !important;
  }
  .column.is-5 {
    width: 70%;
  }
  .footercopy {
    font-size: 19px;
  }
  .logo {
    font-size: 21px;
  }
  .lessSpaceMobile {
    margin-top: -20px !important;
    margin-bottom: 0px !important;
  }
}