@font-face {
    font-family: 'Open Sans';
    src: url('../fonts/OpenSans-Italic-webfont.eot');
    src: url('../fonts/OpenSans-Italic-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/OpenSans-Italic-webfont.woff2') format('woff2'),
         url('../fonts/OpenSans-Italic-webfont.woff') format('woff'),
         url('../fonts/OpenSans-Italic-webfont.ttf') format('truetype'),
         url('../fonts/OpenSans-Italic-webfont.svg#open_sansitalic') format('svg');
    font-weight: normal;
    font-style: italic;
}


@font-face {
    font-family: 'Open Sans';
    src: url('../fonts/OpenSans-Regular-webfont.eot');
    src: url('../fonts/OpenSans-Regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/OpenSans-Regular-webfont.woff2') format('woff2'),
         url('../fonts/OpenSans-Regular-webfont.woff') format('woff'),
         url('../fonts/OpenSans-Regular-webfont.ttf') format('truetype'),
         url('../fonts/OpenSans-Regular-webfont.svg#open_sansregular') format('svg');
    font-weight: 400;
    font-style: normal;
}


@font-face {
    font-family: 'Open Sans';
    src: url('../fonts/OpenSans-Semibold-webfont.eot');
    src: url('../fonts/OpenSans-Semibold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/OpenSans-Semibold-webfont.woff2') format('woff2'),
         url('../fonts/OpenSans-Semibold-webfont.woff') format('woff'),
         url('../fonts/OpenSans-Semibold-webfont.ttf') format('truetype'),
         url('../fonts/OpenSans-Semibold-webfont.svg#open_sanssemibold') format('svg');
    font-weight: 500;
    font-style: normal;
}


html {
  min-height: 100%;
  height: 100%;
  width: 100%;
  position: relative;
}

body {
  font-family: Open Sans, "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-size: 16px;
  line-height: 22px;
  color: #28142d;
  -webkit-font-smoothing: antialiased;
  margin: 0;
  padding: 0;
  height: 100%;
  min-height: 100%;
  background-color: #FEFDFE;
}

ul {
  -webkit-padding-start: 20px;
  list-style-type: none;
  font-size: 1em;
  margin-top: 20px;
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
}

ul li {
  line-height: 32px;
  margin-top: 3px;
}

ul li:before {
  content: "\A";
  width: 6px;
  height: 6px;
  position: absolute;
  margin-left: -20px;
  margin-top: 13px;
  background-color: #28142d;
}

ul.nav {
  display: inline-block;
  padding: 0;
}

ul.nav li {
  display: inline-block;
  font-weight: 500;
  cursor: pointer;
  padding: 4px 16px;
}

ul.nav li:hover {
  color: #2b87d2;
}

ul.nav li.active {
  background-color: #2b87d2;
  color: #ffffff;
  border-radius: 2px;
}

ul.nav li:before {
  content: "\A";
  width: 0;
  height: 0;
  position: absolute;
  margin-left: 0;
  margin-top: 0;
  background-color: #fff;
}


h1, h2 {
  font-weight: 200;
}

h1.title {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

h2.project {
  display: block;
  margin: 0 auto;
  padding: 0;
  text-align: center;
}

strong {
  font-weight: 500;
}

p {
  letter-spacing: 0.02em;
  line-height: 2em;
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
}

p a {
  color: #2b87d2;
  text-decoration: none;
  border-bottom: 1px solid #cce3f5;
}

.post {
  text-align: left;
}

.post h3 {
  font-weight: 500;
  max-width: 720px;
  margin-top: 2em;
  margin-left: auto;
  margin-right: auto;
}

.post h2 {
  letter-spacing: 0.05em;
  line-height: 1.5em;
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
  -webkit-margin-before: 0;
  -webkit-margin-after: 0;
  margin-top: 1.25em;
  text-transform: uppercase;
  font-size: 1em;
}

p img {
  max-width: 100%;
  margin: 1em 0px;
}

.header h1.title{
  font-size: 1.5em;
  line-height: 2em;
}

.header h1.title a{
  text-decoration: none;
  color: #28142d;
  width: 1000px;
  margin: 0 auto;
  font-weight: 500;
}

#header {
  background-color: #fff;
  text-align: center;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  border-bottom: 1px solid #e6e6e6;
  z-index: 1;
}

#header a {
  text-decoration: none;
  font-size: 26px;
  line-height: 36px;
  color: #28142d;
  font-weight: 200;
  width: 50%;
  display: inline-block;
}

.main-container {
  background-color: #f5f3f5;
  margin: 0 auto;
  max-width: 100%;
}

@media (max-width: 600px) {
  .main-container {
    width: 640px;
  }
}

.main-container.no-max-width {
  background-color: #FEFDFE;
  max-width: none;
  background-image: url('/img/rule.png');
  background-repeat: repeat;
  width: auto;
}

#main {
  height: 100%;
  width: 1132px;
  max-width: 100%;
  display: block;
  margin: 0 auto;
  text-align: center;
}

#main.nofilter {
  margin: 0 auto;
  width: 960px;
  max-width: 100%;
}

#landing {
  -webkit-transition: all 0.5s linear;
  min-height: 100%;
  position: relative;
  text-align: left;
  transition: all 0.5s linear;
  vertical-align: top;
  zoom: 1;
  height: 100%;
  width: 100%;
  display: table;
  position: relative;
  overflow: hidden;
  /* background-image: url('/img/background.png'); */
  background-size: cover;
  background-position: center;
  background-color: #FEFDFE;
  z-index: 5;
}

#landing-container {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  background-image: -webkit-linear-gradient(150deg, #59b6dd, #2b87d2);
  background-image: -o-linear-gradient(150deg, #59b6dd, #2b87d2);
  background-image: -moz-linear-gradient(150deg, #59b6dd, #2b87d2);
  background-image: linear-gradient(150deg, #59b6dd, #2b87d2);
}

#landing-svg {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#landing-content {
  border-radius: 4px;
  display: inline-block;
  color: #2b87d2;
  padding: 25px 50px;
  text-align: center;
  position: relative;
  background-color: rgba(161,207,233,0.8);
  border: 1px solid #f4c97b;
  width: 280px;
}

.landing-message-1 {
  font-size: 2.5em;
  letter-spacing: 0.05em;
  line-height: 1em;
  margin-bottom: 0.35em;
}

.landing-message-2 {
  font-size: 1.5em;
  line-height: 1.3em;
  margin-bottom: 1em;
}

.trigger-container {
  bottom: 3em;
  margin-top: 3em;
  text-align: center;
  width: 100%;
}

.trigger {
  background: #f3f3f3;
  border: 2px solid #e6e6e6;
  cursor: pointer;
  display: inline-block;
  font-weight: 600;
  letter-spacing: 0.1em;
  padding: 0.75em;
  text-transform: uppercase;
  width: 10em;
}

.trigger:hover {
  -webkit-background-image: linear-gradient(160deg, #f3f3f3, #e6e6e6);
  background-image: linear-gradient(160deg, #f3f3f3, #e6e6e6);
}

#featured-projects {
  margin: 0 auto 0 auto;
  width: 1132px;
  max-width: 100%;
}

.filter {
  width: 720px;
  max-width: 100%;
  text-align: center;
  vertical-align: top;
  margin: 0px auto;
  padding: 20px 0;
}

.filter-projects{
}

.container.featured {
  background-color: #FEFDFE;
  border: 2px solid #e8e6e8;
  box-sizing: border-box;
  display: none;
  margin: 7px;
  max-width: calc(100% - 20px);
  padding: 10px;
  vertical-align: top;
  width: 360px;
  background-image: url('/img/rule.png');
  background-repeat: repeat;
}


.container.featured:hover {
  border-top: 2px solid #8d4aa0;
}

.container.featured:hover .feature-desc .feature-title {
  color: #8d4aa0;
}

/* .container.featured:nth-child(1n) { */
  /* border-top: 5px solid #DE073E; */
/* } */

/* .container.featured:nth-child(2n) { */
  /* border-top: 5px solid #FF7100; */
/* } */

/* .container.featured:nth-child(3n) { */
  /* border-top: 5px solid #FFBE00; */
/* } */

.container.museum {
  border: 2px solid #e6e6e6;
  border-top: 5px solid #e6e6e6;
  margin: 50px auto;
  max-width: 68.5em;
  vertical-align: middle;
  width: 100%;
  box-sizing: border-box;
  padding: 0;
  background-color: #fff;
}

.container.project {
  margin: 2em auto;
  max-width: 68em;
  vertical-align: middle;
  width: 100%;
  padding: 0 25px;
  box-sizing: border-box;
}

.meta {
  display: block;
  margin: 1em auto 2em auto;
  text-align: center;
}

.index-project {
  background-color: #f3f3f3;
  cursor: pointer;
  margin: 9.5px;
  display: inline-block;
  padding: 4.864px;
  border: 1px solid #e6e6e6;
  width: 250px;
  height: 184px;
  box-sizing: border-box;
  background-color: white;
}

.index-project-img {
  height: 100%;
  background-size: cover;
  background-position: center;
  background-color: white;
}

@media screen and (max-width: 1085px){
  .index-project {
    width: 31.76157%;
    height: 231px;
    margin-right: 0;
  }
}

@media screen and (max-width: 775px){
  .index-project {
    width: 48%;
    height: 288px;
    margin: 0.25em;
  }
}

@media screen and (max-width: 500px){
  .index-project {
    width: 98%;
    height: 368px;
    margin: 0.25em;
  }
}

.main-image {
  text-align: center;
  margin: 0 auto 2em auto;
  width: 720px;
  max-width: 100%;
}

.main-image img {
  max-width: 100%;
  max-height: 500px;
}

.feature-project {
  cursor: pointer;
  max-width: 100%;
}

.feature-image {
  width: 335px;
  max-width: 100%;
  display: inline-block;
  background-size: cover;
  background-position: center;
  height: 225px;
}

.feature-image img {
  width: 100%;
  max-width: 100%;
}

.feature-desc {
  font-size: .9em;
  margin-left: 5px;
  width: calc(100% - 10px);
  max-width: 100%;
  display: inline-block;
  text-align: left;
  vertical-align: top;
}

.feature-title {
  font-size: .9em;
  font-weight: 500;
  line-height: 1.5em;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  margin: 10px auto 5px auto;
}

.feature-summary {
  line-height: 1.5em;
  min-height: 3em;
}

.heading {
  width: 100%;
  text-align: center;
  box-sizing: border-box;
  font-size: 1.5em;
  line-height: 3em;
  background-color: #fff;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

section#footer {
  font-size: 0.85em;
  font-weight: 500;
  letter-spacing: 0.025em;
  padding: 2em 0;
  text-align: center;
}
