/* #FA5858  red */
/* #C94444  dark-red */
/* #3E547A  blue */
/* #2F4858  dark-blue */
/* #F3EED9  beche */
/* #FFF     white */
/* width */
::-webkit-scrollbar {
  width: 16px;
}
/* Track */
::-webkit-scrollbar-track {
  background: #F0F0F0;
}
/* Handle */
::-webkit-scrollbar-thumb {
  background: #C94444;
}
/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #FA5858;
}
::-moz-selection { /* Code for Firefox */
  color: #F3EED9;
  background: #FA5858;
}
::selection {
  color: #F3EED9;
  background: #FA5858;
}
/* Scroll-button */
.scrollBtn {
  display: none;
  position: fixed;
  font-size: 40px;
  right: 66px;
  bottom: 50px;
  -webkit-text-stroke: 1px #F3EED9;
}
.scrollBtn:hover {
  opacity: 0.8;
  cursor: pointer;
  color: #C94444;
}
.center {
  text-align: center;
}
/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {
  body {
    margin: 0px;
    color: #2F4858;
    font-family: 'Carrois Gothic', sans-serif;
    font-weight: bold;
    font-size: 20px;
    letter-spacing: 1px;
  }
  h1, h2, h3 {
    font-family: 'Carrois Gothic SC', sans-serif, monospace;
    letter-spacing: 10px;
    margin-top: 20px;
    margin-bottom: 100px;
    margin-left: 10px;
  }
  a {
    color: #C94444;
    text-decoration: none;
    white-space: nowrap;
  }
  a:hover {
    color: #FA5858;
    -webkit-transition: 0.08s ease;
    -moz-transition: 0.08s ease;
    -o-transition: 0.08s ease;
  }
  section {
    display: block;
    margin: auto;
    padding: 100px 20px 100px 20px;
  }
  b {
    display: block;
    margin-top: 5px;
    margin-bottom: 5px;
  }
  .invert {
    color: #2F4858;
    background-color: #FFF;
  }
  #socials > img {
    display: block;
    margin: auto;
    margin-bottom: 20px;
    width: 200px;
    height: auto;
  }
  .backgroundVideo {
    display: none;
  }
  #about {
    margin-top: -50px;
  }
  p > a {
    margin-right: 0px;
  }
  video {
    display: block;
    border-radius: 64px;
    margin: auto;
    margin-top: 40px;
    margin-bottom: 40px;
    width: calc(100% - 80px);
  }
  #portfolio {
    background-color: #F3EED9;
  }
  #video {
    background-color: #F3EED9;
  }
  /* B A N N E R ------------------------------------------------------------------------------------------- */
  .banner {
    display: block;
    width: calc(100% - 40px);
    padding: 15px 20px 16px 20px;
    background-color: #C94444;
    color: #fff;
    font-size: 16px;
  }
  .banner > a {
    color: #fff;
  }
  .banner > a:hover {
    color: #dedede;
  }
  /* Y T --------------------------------------------------------------------------------------------------- */
  .video {
    display: block;
    padding: 20px;
    text-align: center;
    background-color: #e7e7e7;
  }
  .bigVideo {
    display: block;
    margin: 10px 0px 10px 0px;
    width: calc(100% - 20px);
    height: auto;
    -webkit-transition: 0.08s ease;
    -moz-transition: 0.08s ease;
    -o-transition: 0.08s ease;
    border-radius: 13px;
  }
  .bigVideo:hover {
    cursor: pointer;
    opacity: 0.9;
  }
  .smallVideo {
    display: block;
    margin: 10px 0px 10px 0px;
    width: calc(100% - 20px);
    height: auto;
    -webkit-transition: 0.08s ease;
    -moz-transition: 0.08s ease;
    -o-transition: 0.08s ease;
    border-radius: 32px;
  }
  .smallVideo:hover {
    cursor: pointer;
    opacity: 0.9;
  }
  .bigVideo > img {
    width: 100%;
    height: auto;
    border-radius: 32px;
  }
  .bigVideo > iframe {
    border-radius: 32px;
  }
  .smallVideo > img {
    width: 100%;
    height: auto;
    border-radius: 32px;
  }
  .smallVideo > iframe {
    border-radius: 32px;
  }
  .bigVideo .playBtn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    background-color: #555;
    color: white;
    font-size: 16px;
    padding: 12px 24px;
    border: none;
    cursor: pointer;
    border-radius: 5px;
    text-align: center;
  }
  /* N A V  B A R S ---------------------------------------------------------------------------------------- */
  .navTablet {
    visibility: visible;
    z-index: 7;
    display: block;
    position: -webkit-sticky;
    position: sticky;
    top: 0px;
    margin-top: -67px;
    padding: 22px 0px 22px 0px;
    width: 100%;
    height: 25px;
    font-size: 20px;
    text-align: center;
    background-color: #FFF;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.1);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.1);
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.1);
  }
  .navTablet > a {
    visibility: visible;
    margin: 0px 10px 0px 10px;
    color: #454545;
    font-size: 18px;
  }
  .navTablet a:hover {
    color: #F65B5B;
  }
  .nav {
    visibility: hidden;
    z-index: 8;
    text-align: center;
    display: block;
    position: -webkit-sticky;
    position: sticky;
    top: 0px;
    margin-top: -1px;
    padding: 22px 0px 20px 0px;
    width: 100%;
    height: 25px;
    font-size: 20px;
    text-align: center;
    background-color: #FFF;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.1);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.1);
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.1);
  }
  .nav > a {
    visibility: hidden;
    margin: 0px 10px 0px 10px;
    color: #454545;
  }
  .split {
    visibility: hidden;
    margin: 0px 10px 0px 10px;
  }
  .navLogo {
    visibility: hidden;
  }
  .navTitle {
    display: inline;
    font-family: 'Oleo Script';
    margin-left: 20px;
    margin-right: 20px;
    color: #C94444;
  }
  /* A B O U T  U S ---------------------------------------------------------------------------------------- */
  .theTeam {
    display: block;
    width: 100%;
    text-align: center;
  }
  .team {
    display: block;
    padding: 10px;
    margin-bottom: 30px;
    text-align: center;
  }
  .teamInfo > b {
    display: block;
    margin-top: 6px;
  }
  .teamImg {
    display: block;
    width: 100px;
    height: 100px;
    margin: auto;
    margin-bottom: 10px;
    border-radius: 100px;
    -webkit-box-shadow: 0px 2px 3px 0px rgba(0,0,0,0.5);
    -moz-box-shadow: 0px 2px 3px 0px rgba(0,0,0,0.5);
    box-shadow: 0px 2px 3px 0px rgba(0,0,0,0.5);
  }
  .story {
    display: block;
    width: 100%;
    text-align: center;
  }
  .hashtag {
    display: inline-block;
    font-family: 'Oleo Script';
    font-size: 30px;
    margin: 16px;
    color: #C94444;
  }
  .teamInfo > a {
    font-size: 20px;
    margin-right: 0px;
    opacity: 0.6;
  }
  .teamInfo > a:hover {
    color: #C94444;
    opacity: 1;
  }
  /* I G --------------------------------------------------------------------------------------------------- */
  .instaEmbed {
     display: inline-block;
     margin-bottom: 0px;
  }
  #pfContainer {
    display: block;
    margin-top: -20px;
    padding-left: 30px;
    margin-bottom: 20px;
  }
  .pfImage {
    display: inline-block;
    width: calc(33.333% - 13px);
    height: auto;
    margin: 10px 0px 10px 0px;
    border-radius: 20px;
  }
  .pfImageL {
    display: inline-block;
    width: calc(100% - 24px);
    height: auto;
    margin: 10px 0px 10px 0px;
    border-radius: 20px;
  }
}
