
/* Main CSS
---------------------------------------------------*/

body
{
  font-family: 'Work Sans', sans-serif;
  font-weight: 800;
  padding-top: 0px;
  overflow-x: hidden;
  width: 100%;
}
h2 {
  font-weight: 800;
  font-size: 17px;
  margin-bottom: 10px;
}
b {
  font-weight: 800;
}
ul {
  list-style: disc;
  margin: 0;
  padding:12px;
}

#slideshow
{
  width:100%;
  margin-top:6vh;
  padding:0;
  display: none;
}

#mobileScroll {
  margin: 20px 0px 20px 0px;
  display: block;
}

#mobileScroll img {
  margin-bottom: 60px;
}
#mobileScroll figure {
  margin-top: -55px;
  text-align: center;
  font-family: 'Work Sans', sans-serif;
  font-weight: 500;
}

#studio-container {
  margin-top: 6vh;
  padding: 0 50px;

  font-weight: 500;
  font-size: 17px;
}

#bio
{
  margin-left: 2vw;
  width: 100%;
  padding: 0;
}

#clients
{
  margin-left: 2vw;
  width: 100%;
  padding: 0;
}

.icons
{
  display:inline;
  width:100%;
  height:100%;
}

.navbar {
  width: 100%;
  padding: 1rem 50px;
}
.navbar-toggler {
  border: none;
}

.navbar-brand {
 font-size: 1.5rem;
}

.navbar-nav
{
  list-style-type: none;
  padding:0px;
  padding-top:0px;
}

.navbar-light .navbar-nav .nav-link {
  color: black;
}

.navbar-light .navbar-nav .active > .nav-link {
  color: black;
  -webkit-text-fill-color: white;
  -webkit-text-stroke-width: 0.5px;
  -webkit-text-stroke-color: black;
  padding-bottom: 0.6px !important;
  text-decoration:none;
}

.navbar-light .navbar-nav .nav-language {
  color: black;
  font-size: 17px;
  font-weight: 500;
  
  text-decoration:none;
  margin-right: 30px;
}
.navbar-light .navbar-nav .nav-language:hover {
  color: black !important;
  text-decoration: underline !important;
}

.nav-item a
{
  color: black;
  padding-bottom: 0.6px !important;
  text-decoration:none;
}

.nav-item a:visited
{
  color: black;
  text-decoration: none;
}

#selected
{
  color: black;
  -webkit-text-fill-color: white; /* Will override color (regardless of order) */
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: black;
  padding-bottom: 0.6px !important;
  text-decoration:none;
}

.rslides {
  width:100%;
  height:auto;
  }

.rslides figure {
  text-align: left;
  font-family: 'Work Sans', sans-serif;
  font-weight: 500;
  padding-left:20px;
}

.rslides_container {
  position: relative;
  float: left;
  width: 100%;
  }

.large-btns_nav {
  z-index: 3;
  position: absolute;
  -webkit-tap-highlight-color: rgba(244,244,244,0);
  opacity: 0;
  text-indent: -9999px;
  overflow: hidden;
  top:30vh;
  bottom: 0;
  left: 0;
  width: 50%;
  }

.large-btns_nav:active {
  opacity: 0;
  }

.large-btns_nav.next {
  left: auto;
  background-position: right 50%;
  right: 0;
  }

.img-responsive
{
  float:none !important;
}

/* Desktop*/
@media screen and (min-width: 991px) {
  .navbar-brand {
   font-size: 2.5vw;
  }

  .navbar-brand a:hover {
    color: black;
    -webkit-text-fill-color: white;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: black;
    padding-bottom: 0.6px !important;
    text-decoration: none;
  }

  .nav-item {
    font-size: 2.5vw;
  }

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

  .nav-item a:hover {
    color: black;
    -webkit-text-fill-color: white;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: black;
    padding-bottom: 0.6px !important;
    text-decoration: none;
  }

  .navbar-light .navbar-nav .active > .nav-link {
    color: black;
    -webkit-text-fill-color: white;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: black;
    padding-bottom: 0.6px !important;
    text-decoration: none;
  }

  #slideshow
  {
    width:100%;
    margin-top:10px;
    padding:0;
    display: block;
  }

  #mobileScroll {
    display: none;
  }

  .large-btns_nav {
    top:20vh;
  }

  #bio
  {
    margin-left:0;
    width:40%;
    padding:0;
  }

  #clients
  {
    margin-left:0;
    width:53.3%;
    padding:0 0 0 12px;
  }


}
