html {
  height: 100%;
}

body {
  font-family: 'Futura-pt', sans-serif;
  text-rendering: optimizeLegibility;
  font-feature-settings: "kern" on;
  color: black;
  height: 100%;
  font-size: 1.8em;
}

h1 {
  font-family: 'Futura-PT';
  text-transform: uppercase;
  letter-spacing: 5px;
  font-weight: 300;
  text-align: center;
  font-size: 2.3em;
  margin: 60px 0;
}
 
h2 {
  font-family: 'Futura-PT';
  font-size: 1.4em;
  font-weight: 300;
}

h3 {
  font-family: 'Futura-PT';
  font-size: 1em;
}

p {
  font-family: 'Futura-PT';
  font-size: 1em;
  font-weight: 300;
  text-align: left;
}

label {
  font-weight: 300;
  margin-right: 10px;
}

blockquote {
  border: none;
  font-size: 1.4em;
}

footer {
  padding: 40px;
  background-color: black;
  color: white;
  font-size: 0.8em;
  font-weight: 100;
}

footer ul {
  list-style: none;
  padding: 0;
}

footer i {
  margin-right: 5px;
}

footer p {
  font-size: 1em;
  margin-top: 10px;
}

td {
  font-family: 'Futura-PT';
  font-size: 1em;
  font-weight: 300;
}

td:first-child {
  width: 60px;
}

a, a:link, a:visited, a:active {
  color: white;
  border-bottom: 1px dotted rgba(255, 255, 255, .5);
}

a:hover {
  text-decoration: none;
  border-bottom: 1px solid white;
}

.container-fluid {
  padding-right: 0;
  padding-left: 0;
}

#header {
  position: fixed;
  top: 0;
  left: 0;
  height: 110px;
  width: 100%;
  background-color: white;
}

#logo {
  width: 40px;
  position: fixed;
  top: 30px;
  left: 30px;
}

#intro-section {
  width: 100%;
  height: 100%;
  background: #ffffff; /* Old browsers */
  background: -moz-linear-gradient(top,  #ffffff 110px, #95B7BF 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(110px,#ffffff), color-stop(100%,#95B7BF)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  #ffffff 110px,#95B7BF 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  #ffffff 110px,#95B7BF 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  #ffffff 110px,#95B7BF 100%); /* IE10+ */
  background: linear-gradient(to bottom,  #ffffff 110px,#95B7BF 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#95B7BF',GradientType=0 ); /* IE6-9 */
  background-attachment: fixed;
}

#intro-section #logo2 {
  position: absolute;
  top: 40%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  padding: 100px;
  width: 600px;
}

#intro-section #scroll-down {
  position: absolute;
  bottom: 10%;
  left: 50%;
  width: 60px;
}

#intro-section #scroll-down:hover {
  cursor: pointer;
}

.animated { 
  -webkit-animation-duration: 5s; 
  animation-duration: 5s; 
  -webkit-animation-fill-mode: both; 
  animation-fill-mode: both; 
  animation-iteration-count:infinite; 
  -webkit-animation-iteration-count:infinite; 
} 

@-webkit-keyframes bounce { 
  0%, 20%, 50%, 80%, 100% {-webkit-transform: translate(-50%, 0);} 
  40% {-webkit-transform: translate(-50%, -20px);} 
  60% {-webkit-transform: translate(-50%, -11px);} 
} 

@keyframes bounce { 
  0%, 20%, 50%, 80%, 100% {transform: translate(-50%, 0);} 
  40% {transform: translate(-50%, -20px);} 
  60% {transform: translate(-50%, -10px);} 
} 

.bounce { 
  -webkit-animation-name: bounce; 
  animation-name: bounce; 
}

#projects .project {
  /*height: auto;*/
}

#projects .project h1 {
  text-align: left;
  margin-bottom: 10px;
}

#projects .project h2 {
  font-style: italic;
}

#projects .project .sidebar {
  height: 100%;
  color: white;
  padding: 80px 50px;
}

#projects .project .sidebar h2 {
  margin-bottom: 40px;
}

#projects .project .sidebar ul {
  font-size: 0.8em;
  font-weight: 300;
  padding: 0;
  margin-top: 50px;
  list-style: none;
  color: rgba(255, 255, 255, 1);
  display: none;
}

#projects .project .sidebar li i {
  transform: translateY(1px);
  -webkit-transform: translateY(1px);
  -ms-transform: translateY(1px);
  margin-right: 5px;
}

#projects .project .gallery {
  height: 700px;
  padding: 0;
  overflow: hidden;
  position: relative;
}

#projects .project .gallery img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
}

#projects .project .dark-text {
  color: black;
}

#projects .project .dark-text ul {
  color: black
}

#projects .project .dark-text a, 
#projects .project .dark-text a:link, 
#projects .project .dark-text a:active, 
#projects .project .dark-text a:visited {
  color: black;
  border-bottom: 1px dotted black;
}

#projects .project .dark-text a:hover {
  border-bottom: 1px solid black;
}

#projects .project a.open-project,
#projects .project a.open-project:link,
#projects .project a.open-project:active,
#projects .project a.open-project:visited,
#projects .project a.open-project:hover {
  padding: 10px 20px;
  border: 3px solid white;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  display: inline-block;
  margin: 10px 0;
  text-decoration: none;
}

#projects .project .dark-text a.open-project,
#projects .project .dark-text a.open-project:link,
#projects .project .dark-text a.open-project:active,
#projects .project .dark-text a.open-project:visited,
#projects .project .dark-text a.open-project:hover {
  padding: 10px 20px;
  border: 3px solid black;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  display: inline-block;
  margin: 10px 0;
  text-decoration: none;
}

#projects #spirograph, #projects #spirograph .sidebar, #projects #spirograph .gallery {
  background-color: #D3D4CE;
}

#projects #snowflake, #projects #snowflake .sidebar, #projects #snowflake .gallery {
  background-color: #0F6E9D;
}

#projects #goldilocks, #projects #goldilocks .sidebar {
  background-color: #000f22;
}

#projects #trillions-of-trees, #projects #trillions-of-trees .sidebar {
  background-color: #021E19;
}

#projects #edible-medical, #projects #edible-medical .sidebar {
  background-color: #EEBB35;
}

#projects #ghost-counties, #projects #ghost-counties .sidebar, #projects #ghost-counties .gallery {
  background-color: #E3D6C5;
}

#projects #mor, #projects #mor .sidebar {
  background-color: #1B1B1B;
}

#projects #tax-free, #projects #tax-free .sidebar {
  background-color: #000000;
}

#projects #data-centric-universe, #projects #data-centric-universe .sidebar {
  background-color: #09131A;
}

#projects #nielsen-identity, #projects #nielsen-identity .sidebar {
  background-color: #000000;
}

#projects #close-votes, #projects #close-votes .sidebar {
  background-color: #C6E8FD;
}

#projects #christmas-carol, #projects #christmas-carol .sidebar {
  background-color: #000000;
}

#projects #exoplanets, #projects #exoplanets .sidebar {
  background-color: #011622;
}

#load-more {
  text-align: center;
  padding: 100px 0;
}

#load-more p {
  text-align: center;
}

#load-more button {
  outline: none;
  border: 4px solid black;
  background-color: white;
  padding: 10px 20px;
  font-weight: 500;
  font-size: 1.4em;
  letter-spacing: 0.2em;
}

#workshop {
  background-color: #95B7BF;
  color: black;
  padding: 30px 0 50px 0;
}

#workshop-details {
  display: none;
}

#workshop-contents {
  margin-left: 40px;
}

#workshop-contact {
  font-size: 1.3em;
  text-align: center; 
  padding: 30px;
}

#workshop-contact-details {
  margin-top: 20px;
  margin-left: 20px;
  font-size: .6em;
  color: black;
}

#workshop-contact-details a {
  text-transform: lowercase;
  color: black;
  border-bottom-color: black;
}

#workshop-contact-details span {
  margin-right: 20px;
}

#workshop-contact-details i {
  margin-right: 5px;
}

/*#training #mc_embed_signup {
  text-align: center;
  margin: 40px 0;
  vertical-align: middle;
}*/

#workshop span {
  text-transform: uppercase;
  letter-spacing: .05em;
  font-weight: 500;
}

/*#training input[type=submit] {
  outline: none;
  border: none;
  background-color: white;
  border-radius: 5px;
  padding: 8px 30px;
}

#training input[type=email] {
  width: 300px;
  outline: none;
  border: none;
  color: #bb2025;
  border-radius: 5px;
  padding: 8px 20px;
}*/

#workshop button {
  outline: none;
  border: none;
  background-color: white;
  padding: 8px 30px;
}

#about {
  padding-bottom: 60px;
}

#about a, 
#about a:link, 
#about a:active, 
#about a:visited {
  color: black;
  border-bottom: 1px dotted black;
}

#about a:hover {
  border-bottom: 1px solid black;
}

#about h2 {
  margin-bottom: 40px;
}

#about .photo {
  text-align: center;
}

/*@media(max-width: 992px) {
  #projects .project .sidebar ul {
    display: block;
  }
}*/


#newsletter {
  background-color: #ddd;
  padding: 30px 0;
  text-align: center;
}

#newsletter input[type=submit] {
  outline: none;
  border: none;
  background-color: white;
  padding: 8px 30px;
}

#newsletter form {
  border: none;
  padding: 15px 0;
}

#newsletter #tlemail {
  width: 400px;
  height: 40px;
  border: 0;
  outline: none;
  padding: 0 10px;
  color: #bb2025;
}

#newsletter a, #newsletter a:visited, #newsletter a:active {
  color: rgb(160, 160, 160);
  font-size: .8em;
  border-bottom: 1px dotted rgba(160, 160, 160, .5); 
}

#newsletter a:hover {
  border-bottom: 1px solid rgba(160, 160, 160, 1); 
}

#office-data-art .txt {
  padding-bottom: 80px;
}

#office-data-art .txt p {
  text-align: center;
  padding: 0 110px;
}

#office-data-art .txt .download-brochure {
  margin-top: 50px;
}

#office-data-art .img {
  padding-right: 0;
  padding-left: 0;
  position: relative;
}

#office-data-art .img .credit {
  position: absolute;
  bottom: 2px;
  right: 2px;
  text-align: right;
  font-size: 10px;
  color: #334;
}

#office-data-art a, 
#office-data-art a:link, 
#office-data-art a:active, 
#office-data-art a:visited {
  color: white;
  background-color: #BB2025;
  padding: 10px 15px;
  margin-top: 50px;
  border: none;
  text-decoration: none;
}

#office-data-art a:hover {
  text-decoration: none;
  border: none;
}

@media(min-width: 992px) {
  #projects .project {
    height: 700px;
  }

  #about {
    padding-bottom: 0;
  }

  #about img {
    transform: translateX(-53px);
    -webkit-transform: translateX(-53px);
    -ms-transform: translateX(-53px);
    margin-top: 60px;
  }

  #office-data-art .txt {
    padding-bottom: 0;
  }

  #office-data-art .txt p {
    padding: 0 50px;
  }
}

@media(min-width: 1200px) {
  #projects .project .sidebar ul {
    display: block;
  }

  #office-data-art .txt p {
    padding: 0 110px;
  }
}