





/***************************************************************************************
Plaza at University Styling
***************************************************************************************/



li {
  list-style: none;
}


.container-fluid {
  padding-left: 0;
  padding-right: 0;
}
.plaza-university-container {
  padding-left: 0;
  padding-right: 0;
}
.row {
  margin-left: 0;
}

.arrow {
  color: #FFF;
  padding-left: 8px;
}

.page-container {
  padding: 0;
}

/** Project Title **/
.plaza-title {
  display: inline-block;
  margin-right: 20px;
}
.project-nav {
  height: 50px;
}
.image-links {
  display: inline;
}
.plaza-list-item {
  display: inline;
  margin-left: 10px;
}
.plaza-one {
  display: inline-block;
  border: 1px solid #fff;
  height: 20px;
  width: 20px;
}
.plaza-one:hover {
  height: 20px;
  width: 20px;
  background-color: #FADCAE;
}
.plaza-two {
  display: inline-block;
  border: 1px solid #fff;
  height: 20px;
  width: 20px;
}
.plaza-two:hover {
  height: 20px;
  width: 20px;
  background-color: #AFB38A;
}
.plaza-three {
  display: inline-block;
  border: 1px solid #fff;
  height: 20px;
  width: 20px;
}
.plaza-three:hover {
  height: 20px;
  width: 20px;
  background-color: #E1D6CC;
}
.plaza-four {
  display: inline-block;
  border: 1px solid #fff;
  height: 20px;
  width: 20px;
}
.plaza-four:hover {
  height: 20px;
  width: 20px;
  background-color: #A76459;
}
.image-nav {
  height: 20px;
  width: 20px;
  border: 1px solid #fff;
}

/** Project Background Images **/
.bx-container img {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  z-index: 101;
  display: none;
}


/** Project Write Up Section **/
.plaza-writeup {
  position: fixed;
  top: 20px;
  width: 500px;
  height: 85px;
  padding-left: 15px;
  padding-top: -5px;
  background-color: rgba(0, 0, 0, 0.7);
  color: #fff;
  font-family: 'Poppins', serif;
  font-weight: 300;
}
.plaza-writeup h2 {
  margin-top: 10px;
}
.plaza-writeup p {
  display: inline;
}
.plaza-click-event {
  display: inline-block;
  margin-left: 290px;
}
.info {
  display: inline-block;
  margin-left: 146px;
}
.glyphicon {
  display: inline-block;
  position: relative;
  top: 2px;
  margin-left: 10px;
}

#plaza-summary {
  display: none;
  width: 500px;
  height: 400px;
  overflow-y: scroll;
  background-color: rgba(0, 0, 0, 0.7);
  color: #FFF;
  font-family: 'Poppins', serif;
  font-weight: 300;
  transition: ease-in;
}
.project-type {
  margin-bottom: 10px;
  padding-left: 10px;
  padding-right: 10px;
}
.client-type {
  margin-bottom: 15px;
  padding-left: 10px;
  padding-right: 10px;
}

.design-team {
  padding-left: 10px;
  padding-right: 10px;
}

.project-services {
  padding-left: 10px;
  padding-right: 10px;
}

.project-summary {
  padding-left: 10px;
  padding-right: 10px;
}

.bg-img {
	height: 615px;
}


/** Project Background Images **/
#plaza-one {
  background-image: url('../../images/1-plaza.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
}
#plaza-two {
  background-image: url('../../images/2-plaza.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
}
#plaza-three {
  background-image: url('../../images/3-plaza.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
}
#plaza-four {
  background-image: url('../../images/4-plaza.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
}








/***************************************************************************************
Plaza at University Styling
***************************************************************************************/





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



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

	.bg-img {
		height: 1080px;
    }

	.summary-container {
		overflow-y: none;
		height: 620px;
	}

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

	.landing {
		margin-left: 60%;
	}

}

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

	.bg-img {
		  height: 630px;
	}

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

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

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

  .navbar-right {
    margin-right: 0 !important;
  }

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

  .nav-items {
    width: 100%;
  }

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

  .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: 100%;
    text-align: center;
    left: 15px;
  }

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

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

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

  .bg-img {
	  height: 750px;
  }

  /*********************************************************************
	Page queries
  *********************************************************************/

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

  #main-nav {
    position: fixed;
    padding-top: 4px;
    top: 65px;
    width: 100%;
    height:89px;
  }

  /*#plaza-one {
    height: 740px;
  }*/

  #plaza-summary {
	width: 350px;
  }

  .image-links {
    display: none;
  }

  .plaza-click-event {
    margin-left: 40%;
    padding-top: 5px;
    padding-left: 10px;
	padding-right: 10px;
    padding-bottom: 5px;
    background-color: #ABAD80;
    color: #000;
  }

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

  .statement {
    position: relative;
    top: 115px;
    width: 320px;
    height: 1130px;
    margin-left: 7%;
  }



}




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




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



#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;
  bottom: 4%;
  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: #E1D6CC;
}

.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
*********************************************************************/
