/*
 * Globals
 */

/* Links */
a,
a:focus,
a:hover {
  color: #555;
  text-decoration:underline;
}
.text-center {
  position: relative;
  width: 100vw !important;
  overflow-x: hidden;
}
/* Custom default button */
.btn-secondary,
.btn-secondary:hover,
.btn-secondary:focus {
  color: #333;
  text-shadow: none; /* Prevent inheritance from `body` */
  background-color: #fff;
  border: .05rem solid #fff;
}

.read-more-box {
  opacity: 0;
  visibility: hidden;
  height: 0px;
  transition: 220ms;
}
.read-more-box.active {
  opacity: 1;
  visibility: visible;
  height: auto;
  margin-top: 50px;
}
/*
 * Base structure
 */

html,
body {
  height: 100%;
  background-color: #fff;
  font-family: 'brandon_grotesqueregular',sans-serif;
  font-size: 20px;
  line-height: 30px;
  width: 100vw;
}

h1,h2,h3 {
  font-family: 'brandon_grotesquebold',sans-serif;
}
h1 {
  font-size: 52px;
}

body {
  display: -ms-flexbox;
  flex-direction: column;
  display: flex;
  color: #444;
}

.cover-container {
  -webkit-flex: 0;
  flex-shrink: 0;
  max-width: 1200px;
  padding: 0px !important;
  flex-basis: auto;
}

img { max-width: 100%; }
.logo {
  margin-left: -10px;
}

  #contact-button {
    margin-top: 10px;
  }

.pnk-yellow {
  position:relative;
  width: 100%;
  margin-top: 100px;
  margin-bottom: 40px;
  background: #fffdb2;
  text-align: center;
}
.pnk-yellow img {
  width: 100%;
  max-width: 1000px;
}
.pnk-blue {
  position:relative;
  width: 100%;
  margin-top: 100px;
  margin-bottom: 40px;
  background: #c4cbcf;
  text-align: center;
}
.pnk-blue img {
  width: 80%;
  padding-top: 50px;
  padding-bottom: 50px;
  max-width: 500px;
}
.pnk-showreel {
  position:relative;
  width: 100%;
  margin-top: 100px;
  background: #bfcbd7;
  text-align: center;
}
.pnk-showreel img {
  width: 100%;
  max-width: 1600px;
}
.pnk-showreel .caption {
  position: absolute;
  top: -35px;
  width: 100%;
  text-align: center;
  font-weight: 700;
  font-size: 15px;
}
.pnk-green {
  position:relative;
  width: 100%;
  margin-top: 100px;
  margin-bottom: 40px;
  background: #87981d;
  text-align: center;
}
.pnk-green img {
  width: 80%;
  max-width: 500px;
  padding-top: 50px;
  padding-bottom: 50px;
}
/*
 * Header
 */
.masthead {
  padding-top: 20px;
  margin-bottom: 0px !important;
  width: 100%;
}

.masthead-brand {
  margin-bottom: 0;
  margin-bottom: 100px;
}

.nav-masthead .nav-link {
  padding: .25rem 0;
  font-weight: 700;
  color: rgba(255, 255, 255, .5);
  background-color: transparent;
  border-bottom: .25rem solid transparent;
}

.nav-masthead .nav-link:hover,
.nav-masthead .nav-link:focus {
  border-bottom-color: rgba(255, 255, 255, .25);
}

.nav-masthead .nav-link + .nav-link {
  margin-left: 1rem;
}

.nav-masthead .active {
  color: #fff;
  border-bottom-color: #fff;
}

  .masthead-brand {
    float: left;
  }
  .nav-masthead {
    float: right;
  }
  h3 {
    font-size: 26px !important;
  }
  .logo { max-width: 300px; }
@media (max-width: 976px) {
  .masthead {
    margin-bottom: 40px !important;
  }
  h1 {
    font-size: 40px;
  }
  h2 {
    font-size: 30px;
  }
  h3 {
    font-size: 24px !important;
  }
  .logo { margin-left: 0px; max-width: 200px; }
  #contact-button {
    margin-right: 10px;
  }
}
@media (max-width: 768px) {
  h1 {
    font-size: 22px;
  }
  h2 {
    font-size: 20px;
  }
  h3 {
    font-size: 18px !important;
  }
  .cover-container {
    max-width: 100%;
    padding: 0px !important;
  }
}

.embed-container {
  position: relative;
  overflow: none;
  border-radius: 10px;
  box-shadow: 0px 3px 20px 0px rgba(0,0,0,0.1);
}
.yellow-stripe {
  display: block;
  position: relative;
  left: 0px;
  top: 0px;
  background: red;
  width: 100%;
  height: 600px;
}

/*
 * Cover
 */
.cover {
  padding: 0 0;
}
.cover .btn-lg {
  font-weight: 700;
}
.main-copy {
  margin-top: 65px;
  padding-left: 30px;
  padding-right: 30px;
}
.text-box {
  width: 650px;
  max-width: 80%;
}
.text-box-small {
  width: 500px;
  max-width: 80%;
}


/*
 * Footer
 */
.mastfoot {
  color: rgba(255, 255, 255, .5);
}

.fadeinleft {
	opacity:0;
	margin-left:-100px;
	max-width:100%;
}
.fadeinleftslow {
	opacity:0;
	margin-left:-300px;
	max-width:100%;
}
.fadeinright {
	opacity:0;
	margin-right:-100px;
	max-width:100%;
}
.intro-banner {
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 999;
  width: 100%;
  text-align: center;
  background: rgba(255,255,255,0);
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  visibility: hidden;
  transition: 320ms;
}
.intro-banner.active {
  background: rgba(255,255,255,0.7);
  visibility: visible;
   backdrop-filter: blur(10px);
}
.intro-banner img {
  width: 200px !important;
  transition: 0ms;
  opacity: 0;
}
.intro-banner.active img {
  margin-top: 0px;
  width: 100% !important;
  max-width: 1200px;
  width: 90%;
  opacity: 1;
}

.hokisa-banner {
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 999;
  width: 100vw;
  text-align: center;
  background: rgba(255,255,255,0);
  height: 100%;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  visibility: hidden;
  transition: 320ms;
}
.hokisa-banner.active {
  background: rgba(255,255,255,0.7);
  visibility: visible;
   backdrop-filter: blur(10px);
}
.hokisa-banner img {
  width: 85% !important;
  max-width: 1000px;
  transition: 0ms;
  opacity: 0;
}
.hokisa-banner.active img {
  margin-top: 0px;
  opacity: 1;
}
@media (max-width: 940px) {
  .hokisa-banner img {
    width: 80% !important;
    max-width: 500px;
  }
}
