








/****************************************************************************************
Overview Page
****************************************************************************************/



li {
  list-style: none;
}


#page-background {
  background-image: url('../images/overview-background.png');
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 100%;
  height: 100%;
  position: fixed;
}

.overview-title {
  position: fixed;
  top: 20px;
  width: 500px;
  height: 70px;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: -5px;
  background-color: rgba(0, 0, 0, 0.7);
  color: #FFF;
  font-family: 'Poppins', serif;
  font-weight: 300;
  font-size: 44px;
}

.overview-statement {
  /* display: none; */
  position: relative;
  top: 91.5px;
  width: 500px;
  height: 420px;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: rgba(0, 0, 0, 0.7);
  color: #FFF;
  font-family: 'Poppins', serif;
  font-weight: 300;
  /* transition: ease-in;*/
}

a {
  color: #FADCAE;
  text-decoration: none;
}

a:hover {
  color: #AFB38A;
}

.practice-services a {
  text-decoration: none;
  color: #FADCAE;
  line-height: 22px;
}
.practice-services a:hover {
  font-size: 18px;
  color: #AFB38A;
}

.services-link-container {
  text-decoration: underline;
}







/****************************************************************************************
Overview Page
****************************************************************************************/






/**************************************************************************************
MEDIA QUERIES
**************************************************************************************/



@media(max-height: 1920px) and (max-width: 2460px) and (min-width: 1441px) {

  .nav-items {
    width: 600px;
  }

  .landing {
    margin-left: 60%;
  }

}

@media(max-height: 1079px) and (min-height: 610px) and (max-width: 1440px) and (min-width: 1261px) {

  .nav-items {
    width: 600px;
  }

  .landing {
    margin-left: 50%;
  }

}



/**************************************************************************************
MEDIA QUERIES
**************************************************************************************/






/**************************************************************************************
Mobile Navigation QUERIES
**************************************************************************************/




@media(max-width: 415px) and (min-width: 320px) {

  .navbar {
    position: relative;
    top: 0;
  }

  #site-nav {
	  top: 0;
  }

  .fa-bars {

  }

  .navbar-toggle {
    margin-top: 10px;
    padding: 6px 10px;
    background-color: #FFF;
  }

  .logo {
    height: 85px;
    padding: 0;
    display: inline-block;
    margin-left: 78% !important;
    position: absolute;
    top: -8px;
  }

  .nav-items {
    width: 375px;
  }

  .navbar-default .navbar-nav>li>a.overview {
    background-color: #AFB38A;
    color: #000;
    margin-left: 0;
    text-align: center;
    width: 375px;
  }

  .navbar-default .navbar-nav>li>a.projects {
    background-color: #E1D6CC;
    color: #000;
    text-align: center;
  }

  .navbar-default .navbar-nav>li>a.studio {
    background-color: #A66459;
    color: #000;
    text-align: center;
  }

  .navbar-default .navbar-nav>li>a.contact {
    background-color: #F9DBAE;
    color: #000;
    text-align: center;
  }

  .navbar-default .navbar-nav>li>a.landing {
    background-color: rgba(0, 0, 0, 0.7);
    width: 375px;
    text-align: center;
    left: 15px;
  }

  #page-background {
    position: static;
    height: 780px;
  }

  .overview-title {
    position: relative;
    padding-top: 4px;
    top: 80px;
    width: 100%;
  }

  .studio-content-container {
    top: 150px;
  }

  .overview-statement {
    position: relative;
    top: 100px;
    width: 320px;
    height: 540px;
    margin-left: 5.5%;
  }

  /** Page Queries **/
  .page-background {
    height: 100%;
  }

}




/**************************************************************************************
Mobile Navigation QUERIES
**************************************************************************************/



/*********************************************************************
Navigation
*********************************************************************/



.navbar {
	bottom: 4%;
}

#site-nav {
	height: 55px;
	bottom: 4%;
}

.container-fluid {
  padding: 0;
}

.row {
  margin-left: 0;
}

.logo {
  height: 113px;
  padding: 0;
  display: inline-block;
  margin-left: 50px;
  position: absolute;
  top: -19px;
}

.navbar-default {
  background-color: rgba(0, 0, 0, 0.7);
  border-color: rgba(0, 0, 0, 0.1);
}

.navbar-toggle {
  float: none;
}

.navbar {
  border-radius: 0px;
  position: fixed;
  width: 100%;
  height: 55px;
}

.navbar-default .navbar-nav>li>a {
  color: #FFF;
  padding-top: 17px !important;
}

.navbar-default .navbar-nav>li>a.overview:hover {
  color: #000;
  background-color: #AFB38A;
  background-size: contain;
}

.navbar-default .navbar-nav>li>a.projects:hover {
  color: #000;
  background-color: #E1D6CC;
  background-size: contain;
}

.navbar-default .navbar-nav>li>a.studio:hover {
  color: #FFF;
  background-color: #A66459;
  background-size: contain;
}

.navbar-default .navbar-nav>li>a.contact:hover {
  color: #000;
  background-color: #F9DBAE;
  background-size: contain;
}

.navbar-default .navbar-nav>li>a.landing:hover {
  color: #F9DBAE;
}

.navbar-default .navbar-nav>.active>a {
  color: #000;
  background-color: #AFB38A;
}

.navbar-right {
  margin-right: 85px;
}



#site-nav {
  position: fixed;
  width: 100%;
  /*z-index: 10;*/
}


.nav-items {
  display: inline-block;

  height: 55px;
  padding: 0;
  margin: 0;
}

.nav-items li a {
  text-decoration: none;
  font-family: 'Poppins', serif;
  font-size: 20px;
  height: 55px;
}


.nav-items {
  display: inline-block;
  height: 55px;
  padding: 0;
  margin: 0;
}

.nav-items a {
  text-decoration: none;
  font-family: 'Poppins', serif;
  font-size: 20px;
}

.overview {
  color: #000;
  margin-left: 140px;
}

.landing {
  color: #fff;
  display: inline-block;
  position: relative;
}

.landing:hover {
  color: #F9DBAE;
}



/*********************************************************************
Navigation
*********************************************************************/
