/* HOMEPAGE */
/* ======== */

/*@font-face {
  font-family: 'Valencia Sans';
  src:  url('fonts/valencia.woff2') format('woff2'), url('fonts/valencia.woff') format('woff'), url('fonts/valencia.ttf') format('truetype'), url('fonts/valencia.otf') format('opentype'); }
*/

html {
  scroll-behavior: smooth;
}

@media (max-width: 850px) {
  .mobile-dropdown {
    display: block;
  }

  img.menu {
    display: block;
  }
 
	.right-header {
		display: none;
	}
}


span.small-ampersand {
  font-size: 15px;
}

.journey-screen {
  display: none;
}

.mobile-dropdown {
  position: fixed;
  width: 100%;
  height: 568px;
  z-index:1000;
  margin-top: 0px;
  background-color: rgba(29,34,50, .92);
}

.mobile-dropdown a.highlighted-about {
  color: rgba(229,121,88,1);
}

.mobile-dropdown a.highlighted-about:hover {
  color: rgba(229,121,88,1);
}

.mobile-dropdown a{
  display: block;
  text-align: left;
  margin-left: 7.5%;
  margin-bottom: 18px;
  color: rgb(156,133,98);
  text-decoration: none;
  font-family: "Roboto", sans-serif;
  font-size: 15px;
  font-weight: 500;
  text-decoration: none;
}

.mobile-dropdown a:hover {
  color: white;
}

.mobile-dropdown a:active {
  color: white;
}

.mobile-dropdown a:active, .mobile-dropdown a:hover, .mobile-dropdown a:visited {
  text-decoration: none;
}

.links-group {
  margin-top: 20px;
}

.links-group a.indent {
  margin-left: 12%;
}

.mobile-dropdown img.heart {
  margin-top: -315px;
  margin-left: -30px;
  height: 15px;
}

.intro-div, .iflist-intro-div, .moviemates-intro-div {

  background-size: cover; -moz-background-size: cover; 
  -webkit-background-size: cover; background-repeat: no-repeat; background-position: center center;}

.content-b {
  display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
           /* OLD - Firefox 19- (buggy but mostly works) */
  display: -moz-box;
  display: -ms-flexbox;      /* TWEENER - IE 10 */
  display: -webkit-flex;     /* NEW - Chrome */
  display:flex;
  align-items: center;
  height: 100%;
  width: 100%;
  padding-right: 240px;
}



.mobile-about {
  display: none;
}


p.role-name {
  font-family: 'Barlow', sans-serif;
  color: rgb(220,220,220);
  font-size: 17px;
  font-weight: 600;
  text-shadow: 0px 1px 2px rgba(22,22,22,0.1);}

p.role-name-additional {
  font-family: 'Barlow', sans-serif;
  color: rgb(220,220,220);
  font-size: 17px;
  font-weight: 600;
  text-shadow: 0px 1px 2px rgba(22,22,22,0.1);}


.product-description button.enter-my-studio {
  background-color: rgba(229,121,88,.3);
  height: 39px;
  width: 172px;
  color: rgba(239,232,218,.5);
}

.product-description button.enter-my-studio:hover {
  background-color: rgba(229,121,88,1);
  color: rgb(239,232,218);
}


.main-welcome button.enter-my-studio {
  background-color: rgba(229,121,88,.3);
  height: 39px;
  width: 172px;
  color: rgba(239,232,218,.5);
}

.main-welcome button.enter-my-studio:hover {
  background-color: rgba(229,121,88,1);
  color: rgb(239,232,218);
}

.main-welcome {
  position: absolute;
  width: 100%;
  margin: 0 auto;
  text-align: center;
  bottom: 22px;
}

.main-welcome button.enter-my-studio {
  background-color: rgba(229,121,88,.3);
  width: 172px;
  color: rgba(239,232,218,.5);
  border-radius: 5px;
  border: none;
  outline: none;
  height: 40px;
  width: 184px;
  font-family: 'Barlow', sans-serif;
  color: rgba(255,255,255,.5);
  font-size: 18px;
  font-weight: 600;
  margin-top: 4px;
  -webkit-transition: background-color 0.2s ease-out;
  -moz-transition: background-color 0.2s ease-out;
  -o-transition: background-color 0.2s ease-out;
  -ms-transition: background-color 0.2s ease-out;
  transition: background-color 0.2s ease-out;
  -webkit-transition: color 0.2s ease-out;
  -moz-transition: color 0.2s ease-out;
  -o-transition: color 0.2s ease-out;
  -ms-transition: color 0.2s ease-out;
  transition: color 0.2s ease-out;
      cursor:pointer;
}

.main-welcome button.enter-my-studio:hover {
  background-color: rgba(229,121,88,1);
  color: rgb(239,232,218);}

  
  



.section img.award {
	width: 15%;
}

img.iflist-metrics {
	width: 65%;
}

/* .video-border {
	border: 30px solid black;
}

.video-border-239-239-239 {
	border: 25px solid rgb(239,239,239);} */



@media (max-width: 793px) {
  .desktop {
    display: none;
  }
  .intro-div {
    display: none;
  }

  .bio-page-mobile a {
    font-size: 18px;
    font-weight: 500;
  }

  .bio-page-mobile a:hover {
    text-decoration: none;
  }

  .journey-screen {
    display: block;
    background-color: rgb(21,23,38);
  }

  .journey-screen h3.career-journey-title {
    font-family: 'Barlow', sans-serif;
    font-size: 26px;
    color: rgb(232,221,199);
    font-weight: 600;
    text-align: center;
    margin-top: 105px;
    margin-bottom: 30px;  
  }

  .journey-screen img.career-journey-pic {
    width: 100%;
  }



  .mobile-about {
    padding-bottom: 50px;
    display: block;
    width: 100%;
    padding-top: 45px;
    margin: 0 auto;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#1e5799+0,2989d8+50,207cca+51,7db9e8+100;Blue+Gloss+Default */
    background: #1e5799; /* Old browsers */
    background: -moz-linear-gradient(top, rgb(4,6,18), rgb(39,43,62)); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgb(4,6,18), rgb(39,43,62)); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgb(4,6,18), rgb(39,43,62)); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='rgb(4,6,18)', endColorstr='rgb(39,43,62)',GradientType=0 ); /* IE6-9 */}

  .mobile-about img.portrait {
    width: 30%;
    margin: 0 auto;
    margin-top: 50px;
    margin-bottom: 20px;
    text-align: center;
  }

  .mobile-about .bio-page-mobile h3 {
    font-family: 'Barlow', sans-serif;
    font-size: 20px;
    color: rgb(232,221,199);
    text-align: center;
    font-weight: 600;    
    margin-bottom: 30px;}

  .mobile-about .bio-page-mobile p {
    color: rgba(232,221,199,.7);
    font-size: 17px;
    line-height: 28px;
    font-family: "Barlow";
    margin-top: -15px;
    margin: 0 auto;
    width: 85%;
  }
}
