/* 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;
}

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



.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%;
}


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 {
  position: absolute;
  width: 100%;
  margin: 0 auto;
  text-align: center;
  bottom: 22px;
}



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






