/* Navigation */

.mx-auto {
  margin-right: auto !important;
  margin-left: auto !important;
}

.uppercase {
  text-transform: uppercase;
}

.tab-style {
  letter-spacing: 5px;
  font-weight: bold;
  padding-right: 1.3rem;
  padding-left: 1.3rem;
  padding-top: 1.3rem;
  padding-bottom: 1.3rem;
  color: white;
}

.navbar-expand-lg .navbar-nav .nav-link {
  padding-right: 0rem;
  padding-left: 0rem;
}

/* Underline styles */
.underline-animation {
  display: block;
  position: relative;
  padding: 0.2em 0;
  color: white;
}

.underline-animation:hover, .underline-animation:focus {
  color: white;
}

/* Fade in */
.underline-animation::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0.13em;
  background-color: white;
  transition: opacity 300ms, transform 300ms;
  opacity 1;
  transform: scale(0);
  transform-origin: center;
}

.underline-animation:hover::after,
.underline-animation:focus::after {
  opacity: 1;
  transform: translate3d(0, 0.2em, 0);
  transform: scale(1);
}

/* Hero Header */
.hero-header {
  background-image: url('../img/openframe-mainPhoto.PNG');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100vh;
  text-align: center;
  color: white;
}

.intro-opacity {
  background-color: white;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0.1;
}

.intro-container {
  height: 100%;
  position:relative;
}

.intro-background {
  /*background-color: white;*/
  padding-top: 100px;
  padding-bottom: 40px;
  /*border-top: solid grey;
  border-bottom: solid black;*/
  /*position: absolute;
  bottom: 0;
  width: 100%;*/
}

.intro-text {
  padding-top: 40vh;
}

.intro-lead-in {
  font-style: italic;
  font-size: 22px;
  line-height: 22px;
}

.intro-heading {
  font-weight: bold;
  font-size: 50px;
  line-height: 50px;
  margin-top: 20px;
}

@media (min-width: 768px) {
  .intro-text {
      padding-top: 40vh;
  }
  .intro-lead-in {
      font-style: italic;
      font-size: 40px;
      line-height: 40px;
  }
  .intro-heading {
      font-weight: 700;
      font-size: 75px;
      line-height: 75px;
      margin-top: 25px;
  }
}

.page-section {
  width: 100%;
  display: block;
  position: relative;
  overflow: hidden;
  padding-top: 60px;
  padding-bottom: 60px;
}

.section-title {
  font-weight: 700;
  font-size: 60px;
  line-height: 75px;
  margin-bottom: 50px;
}

.section-description {
  font-style: italic;
  width: 70%;
  text-align: justify;
  margin: auto;
  margin-bottom: 60px;
}

.section-text {
  margin-top: 30px;
  margin-bottom: 30px;  
  margin-left: 50px;
  margin-right: 50px;
}

.bio {
  background-color: rgb(38, 38, 38);
  color: white;
  text-align: center;
}

.orchestral {
  background-color: rgb(216, 169, 87);
  color: white;
  text-align: center;
}

.amphibia {
  background-color: rgb(55, 95, 84);
  color: white;
  text-align: center;
}

.openframe {
  background-color: rgb(15, 13, 43);
  color: white;
  text-align: center;
}

.nextlevel {
  background-color: rgb(194, 34, 34);
  color: white;
  text-align: center;
}

.xi {
  background-color: rgb(0, 0, 0);
  color: white;
  text-align: center;
}

.contact {
  background-color: white;
  color: black;
  text-align: center;
}

.copyright {
  background-color: black;
  color: white;
  text-align: center;
  font-size: 13px;
  padding:20px;
}

.vimeo-style {
  padding:37.19% 0 0 0;
  position:relative;
  margin-bottom:-80px;
}

ul#openframe-social-links li {
  display: inline-block;
  width: 40px;
}

ul#openframe-social-links a {
  text-decoration: none;
}

.social-links:hover {
  /*transform:skewX(15deg);
  transition: transform 200ms ease-in-out;*/
  animation: slidein 200ms ease-in-out forwards;
}

@keyframes slidein {
  from {
    margin-top: -7px;;
    width: 300%;
  }

  to {
    margin-bottom: 0%;
    width: 100%;
  }
}
