html, body {
    max-width: 100%;
    overflow-x: hidden;
}

* {
    margin: 0;
    padding: 0;
}

.hover {
-webkit-user-select: none;
-webkit-touch-callout: none;        
}

/*------------------------------------------Fonts---*/

body {
  font-family: 'Open Sans', Arial, Helvetica, sans-serif;
  font-weight: regular; 
  color: #515357;
}

h1 {
  font-weight: 700;
  font-size: 5em;
}

h2 {
  font-weight: 300;
  line-height: 120%;
  font-size: 2em;
}

h3 {
  font-weight: 700;
  text-transform: uppercase;
  font-size: 1.1em;
}

h4 {
  font-size: 0.9em;
  color: #8B8B8B;
}

p {
  color: #8B8B8B;
  font-family: 'PT Serif', serif;
  font-size: 1.2em;
}

a {
  text-decoration: none;
  color: #3B3B3B;
  -webkit-transition: color 0.5s;
}

a:hover {
  text-decoration: none;
  color: rgba(255,90,95,1);
   -webkit-transition: color 0.2s;
}

a:hover_effect {
  color: rgba(255,90,95,1);
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
}

/*------------------------------------------Navbar---*/

.navbar-default .navbar-nav > li > a {
  color: white; 
}

.navbar-default .navbar-nav > li > a:hover {
  color: rgba(255,90,95,1);
}

.navbar-default .navbar-nav > li > a:hover_effect {
  color: rgba(255,90,95,1);
}


.navbar {
  background-color: rgba(0,0,0,0.8);
  border-radius: 0px;
  border-width: 0px;
  position: fixed;
  z-index: 100;
  width: 100%;
}

.navbar .container{
  padding-right: 0px;
  padding-left: 0px;
}

.navbar-brand {
  position: absolute;
  width: 100%;
  left: 0;
  text-align: center;
  margin: auto;
}

.navbar-left {
  left: 0px;
}

.navbar-left:hover {
  left: 0px;
}

button {
  position: relative;
  top: 3px;
}

header ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
  font-size: 1.05em;
}

header li {
  float: right;
  display: inline;
}

#gone {
  opacity: 0;
}

/*------------------------------------------Jumbotron---*/
.jumbotron {
  padding: 100px;
  
  /*-Gradient-*/
  background: rgba(255,255,255,1);
  background: -moz-linear-gradient(110deg, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 47%, rgba(230,230,230,1) 47%, rgba(255,255,255,1) 61%, rgba(255,255,255,1) 69%, rgba(255,255,255,1) 100%);
  background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(255,255,255,1)), color-stop(47%, rgba(255,255,255,1)), color-stop(47%, rgba(238,238,238,1)), color-stop(61%, rgba(255,255,255,1)), color-stop(69%, rgba(255,255,255,1)), color-stop(100%, rgba(255,255,255,1)));
  background: -webkit-linear-gradient(110deg, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 47%, rgba(238,238,238,1) 47%, rgba(255,255,255,1) 61%, rgba(255,255,255,1) 69%, rgba(255,255,255,1) 100%);
  background: -o-linear-gradient(110deg, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 47%, rgba(238,238,238,1) 47%, rgba(255,255,255,1) 61%, rgba(255,255,255,1) 69%, rgba(255,255,255,1) 100%);
  background: -ms-linear-gradient(110deg, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 47%, rgba(238,238,238,1) 47%, rgba(255,255,255,1) 61%, rgba(255,255,255,1) 69%, rgba(255,255,255,1) 100%);
  background: linear-gradient(110deg, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 65%, rgba(240,240,240,1) 65%, rgba(255,255,255,1) 85%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff', GradientType=1 );
}

.descriptor {
  padding-left: 0%;
  padding-right: 32%;
  padding-top: 10%;
  padding-bottom: 10%;
}

/*------------------------------------------Project---*/

.overview {
  margin-bottom: -150px;
  margin-top: 20px;
}

.br {
  padding: 2px;
  background-color: rgba(255,90,95,1);
}

.project {
  background-color: #FDFDFD;
  padding-top: 0px;
  padding-bottom: 20px;
  margin-top: -30px;
}

#quote {
  padding-left: 30px;
  padding-right: 30px;
  text-align: center;
  margin-top: -30px;
}

#quote h2 {
  font-size: 2.4em;
}

.decor {
  z-index: 1;
  position: relative;
  top: -130px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}

.decor p {
  font-size: 10em;
  font-family: "Times New Roman", Times, serif;
  opacity: 0.15;
  color: rgba(255,90,95,1);
  height: 30px;
  line-height: 100px;
  
}

img {
  width: 100%;
  padding-top: 0px;
  padding-bottom: 0px;
}

.commentary {
  padding-left: 17%;
  padding-right: 17%;
  padding-top: 20px;
  padding-bottom: 20px;
}

/*-----------------------------Project Navigation---*/

.nextproject {
  margin-top: 20px;
  margin-bottom: 20px;
}

.nextproject h3 {
  margin-bottom: -35px;
  font-size: 0.9em;
}

.glyphicon-triangle-left {
  position: relative;
  top: 2px;
  -webkit-transition: right 0.2s;
  transition: right 0.2s;
  right: 0px;
}
.glyphicon-triangle-right {
  position: relative;
  top: 2px;
  -webkit-transition: left 0.2s;
  transition: left 0.2s;
  left: 0px;
}

.pull-left {
  position: relative;
  -webkit-transition: right 0.2s;
  transition: right 0.2s;
  right: 0px;
}

.pull-left:hover {
  position: relative;
  right: 4px;
  -webkit-transition: right 0.2s;
  transition: right 0.2s;
}

.pull-left:hover .glyphicon {
  position: relative;
  right: 8px;
  -webkit-transition: right 0.2s;
  transition: right 0.2s;
}

.pull-right {
  text-align: right;
  -webkit-transition: left 0.2s;  
  transition: left 0.2s;
  left: 0px;
  position: relative;
}

.pull-right:hover {
  position: relative;
  left: 4px;
  -webkit-transition: left 0.2s;
  transition: left 0.2s;
}

.pull-right:hover .glyphicon {
  left: 8px;
  -webkit-transition: left 0.2s;
  transition: left 0.2s;
}


/*------------------------------------------Footer---*/
footer {
  background-color: none; 
  padding-top: 10px;
  padding-bottom: 10px;
}

#social {
  float: right;
}

@media(max-width: 991px){
 
  .navbar .container {
    padding-right: 0px !important;
    padding-left: 0px !important;
  }
  
  .decor {
    position: relative;
    top: 120px !important;
  }
  
  .decor p {
    height: 190px;
    line-height: 20px;
    position: relative;
    top: -260px;
  }
  
}

@media(max-width: 767px){
 
  .navbar .container {
    padding-right: 15px !important;
    padding-left: 35px !important;
  }
  
}

@media(max-width: 720px){
 
  h1 {
    font-weight: 700;
    font-size: 3.2em;
  }

  h2 {
    font-weight: 200;
    line-height: 120%;
    font-size: 1.7em;
  }
  
  .navbar .container{
    padding-right: 15px;
    padding-left: 33px;
  }
  
  .project .container{
    margin: 1%;
  }
  
  .jumbotron {
    padding: 15% 0px 10% 0px;
  }
  
  .decor {
    position: relative;
    top: 120px !important;
  }
  
  .decor p {
    height: 190px;
    line-height: 20px;
    position: relative;
    top: -260px;
  }
  
  .overview {
  margin-bottom: -140px;
  margin-top: 20px;
  }
  
  .descriptor {
    padding-top: 10%;
    padding-bottom: 10%;
  }

}

@media(max-width: 662px){
  
  .decor p {
    top: -200px !important;
    font-size: 10em !important;
  }
   
}


@media(max-width: 412px){
  
  .decor p {
    font-size: 8em !important;
    top: -280px !important;
  }
   
  #quote h2 {
    font-size: 2.0em;
  }
  
  #quote {
    padding-left: 10px;
    padding-right: 10px;
  }
  
  img {
    width: 100%;
    margin: 0;
    padding: 0;
  }
  
  h1 {
  font-size: 2.9em;
  }
  
  
}
