/* colors */
/* fonts */
.clearfix {
  zoom: 1;
}
.clearfix:after {
  height: 0;
  clear: both;
  content: ".";
  display: block;
  line-height: 0;
  visibility: hidden;
}

.warning {
  color: red;
  border-color: #c80000 !important;
}

/* mixins */
/* flexbox specs */
.projectlogo {
  width: 12em;
  margin: 0 auto;
}

.detail #content, .list #content {
  position: relative;
  padding-left: 0;
  padding-right: 0;
}

#next-project {
  position: fixed;
  top: 285px;
  right: 0;
  cursor: pointer;
}
#next-project svg {
  width: 40px;
  height: 90px;
}
#next-project:hover path {
  fill: #c80000;
}

#content-head {
  grid-row: 1;
  grid-column: 1/span 5 h1;
  grid-column-margin-left: 2%;
}

aside {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 20px;
  width: 100%;
  margin: 25px 0;
  text-align: center;
}

#make-it-work {
  grid-column: 1/span 5;
  grid-row: 3;
  background-color: rgba(0, 0, 0, 0.1);
  padding: 25px;
}

.update {
  border-bottom: 4px solid #ede8e9;
  padding-bottom: 20px;
  padding-top: 10px;
}

.update img {
  width: 100%;
  max-width: 800px;
}

.project-intro {
  display: flex;
}
.project-intro .proj-page-txt {
  /*width:60vw;*/
  padding: 0 4em 2em 4em;
  background-color: #FFF;
}
.project-intro .proj-page-img {
  width: 40vw;
}
.project-intro .proj-page-img img {
  width: 100%;
}

#circlestats {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
#circlestats li {
  height: 12em;
  width: 12em;
  background-color: #FFF;
  border: 0.5em solid #830008;
  border-radius: 50%;
  list-style: none;
  text-align: center;
  margin: 2em;
  z-index: 999999;
}
#circlestats li div {
  padding-top: 4em;
}
#circlestats .numb {
  font-size: 2.5em;
  font-weight: 800;
  padding-top: 6em;
}
#circlestats .circlestat-bg {
  background-color: #000;
  height: 18em;
  width: 18em;
  margin: 0 auto;
  padding: 0 auto;
  border-radius: 50%;
  z-index: 10;
}

#project-placard {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
#project-placard .button {
  border: 2px solid #830008;
}
#project-placard .artwork {
  width: 50%;
}
#project-placard .artwork img {
  width: 100%;
}
#project-placard .artwork.hasvideo {
  width: 66%;
}
#project-placard .artwork.hasvideo #video-frame {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}
#project-placard .artwork.hasvideo #video-frame iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#project-placard #tombstone {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-around;
  -ms-flex-pack: space-around;
  justify-content: space-around;
  width: 58%;
  margin-left: 2%;
}
#project-placard #tombstone .title {
  font-family: "Source Sans Pro", sans-serif;
  color: #000;
  margin-bottom: 5px;
  font-weight: 700;
}
#project-placard #tombstone .title h1 {
  font-family: "Source Sans Pro", sans-serif;
  display: block;
  font-size: 2em;
  line-height: 1.25em;
  font-weight: 700;
  margin: 0;
  font-style: normal;
}
#project-placard #tombstone .title h1 a:link, #project-placard #tombstone .title h1 a:visited {
  text-decoration: none;
}
#project-placard #tombstone .title .byline {
  font-size: 2em;
  line-height: 1.25em;
  font-weight: 200;
  display: block;
}
#project-placard #tombstone .title .byline a:link, #project-placard #tombstone .title .byline a:visited {
  text-decoration: none;
}
#project-placard #tombstone #supporters, #project-placard #tombstone #financial-progress {
  font-size: 1.5em;
  margin: 0.5em 0;
}
#project-placard #tombstone #announce {
  font-size: 17px;
  margin-bottom: 15px;
}
#project-placard #tombstone #announce img {
  height: 25px;
  vertical-align: middle;
}
#project-placard #tombstone #time {
  font-size: 20px;
  font-weight: 200;
  color: #830008;
  margin-bottom: 5px;
}
#project-placard #tombstone #pitch {
  font-size: 14px;
}
#project-placard #tombstone .button {
  background-color: rgba(0, 0, 0, 0.1);
  margin-top: 25px;
  padding: 15px;
  width: 30%;
}

#col-container {
  grid-column: 2/span 4;
}

#project-details {
  padding: 0 25px;
}
#project-details .progress {
  height: 75px;
}
#project-details .progress .progress-bar li:before {
  height: 35px;
}
#project-details #col-container {
  padding-top: 25px;
  width: 100%;
  display: flex;
  flex-direction: row;
  -webkit-justify-content: start;
  -ms-flex-pack: start;
  justify-content: start;
}
#project-details #col-container .col:nth-child(1) {
  width: 49%;
  /*text-align:justify;*/
}
#project-details #col-container .col:nth-child(2) {
  margin-left: 2%;
  width: 49%;
}
#project-details #col-container .col h2 {
  font-family: "Source Sans Pro", sans-serif, sans-serif;
  font-weight: 500;
  text-align: left;
  /*font-style:italic;*/
}
#project-details #col-container .col #full-details h2 {
  /*background-color:$dawn;*/
  padding: 15px 0;
}
#project-details #col-container .col #rewards {
  /*background-color:$dawn;*/
}
#project-details #col-container .col #rewards p {
  padding: 0 0 0 15px;
}
#project-details #col-container .col #rewards h2 {
  margin: 0;
  padding: 15px 0 0 15px;
  font-size: 25px;
}
#project-details #col-container .col #rewards #levels {
  padding: 0 15px 0 15px;
}
#project-details #col-container .col #rewards #levels > li {
  list-style-type: none;
  margin-bottom: 15px;
  font-size: 13px;
}
#project-details #col-container .artist-block {
  margin: 2em;
  padding: 0;
  border-top: none;
}
#project-details #col-container .artist-block img {
  border-radius: 50%;
}

#project-stats {
  padding: 0 25px;
  margin-bottom: 25px;
}
#project-stats #stat-pages {
  margin: 0;
  padding: 0;
}
#project-stats #stat-pages > li {
  display: none;
  list-style-type: none;
}
#project-stats #supporters {
  padding: 0;
}
#project-stats #supporters li {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  list-style-type: none;
  float: left;
  margin: 0 15px 25px 0;
  width: 150px;
}
#project-stats #supporters li aside {
  margin: 0;
  font-size: 12px;
}
#project-stats #supporters li .profile {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background-size: cover;
  background-color: rgba(0, 0, 0, 0.1);
}
#project-stats #supporters li:nth-child(8n+1) {
  clear: both;
}
#project-stats .posted {
  font-size: 13px;
  font-weight: 300;
  color: #56524d;
}

.list #col-container {
  display: block;
  margin-bottom: 0;
}

.projmore {
  margin: 0 auto;
  text-align: left;
  display: block;
  font-weight: 200;
}

.projmore:hover {
  text-decoration: underline;
}

.projlogo {
  display: block;
  margin: 0 auto;
  padding-bottom: 25px;
}

.detail #col-container {
  -webkit-justify-content: start;
  -ms-flex-pack: start;
  justify-content: start;
}
.detail #col-container.about {
  padding: 0 25px;
}
.detail #col-container.about .col:nth-child(1) {
  width: 30%;
}
.detail #col-container.about .col:nth-child(2) {
  width: 70%;
}
.detail #col-container.about .col #assorted-successfull {
  padding: 0;
}
.detail #col-container.about .col #assorted-successfull li {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  list-style-type: none;
  width: 49%;
  height: 250px;
  float: left;
  color: #FFF;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 40px;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
.detail #col-container.about .col #assorted-successfull li:nth-child(even) {
  margin-left: 1%;
  margin-bottom: 1%;
}
.detail #col-container.about .col #assorted-successfull li.link {
  height: 50px;
  font-size: 14px;
  line-height: 50px;
  background-color: #ede8e9;
  text-align: center;
  position: relative;
  text-transform: uppercase;
}
.detail #col-container.about .col #assorted-successfull li.link a {
  background: none;
}
.detail #col-container.about .col #assorted-successfull li:not(.link):hover span {
  opacity: 0;
}
.detail #col-container.about .col #assorted-successfull li:not(.link):hover a {
  background: none;
}
.detail #col-container.about .col #assorted-successfull li span {
  -webkit-transition: opacity 0.3s ease-in-out;
  -moz-transition: opacity 0.3s ease-in-out;
  -ms-transition: opacity 0.3s ease-in-out;
  -o-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
  z-index: 100;
  opacity: 1;
}
.detail #col-container.about .col #assorted-successfull li span:first-of-type {
  font-style: italic;
}
.detail #col-container.about .col #assorted-successfull li a {
  -webkit-transition: background 0.3s ease-in-out;
  -moz-transition: background 0.3s ease-in-out;
  -ms-transition: background 0.3s ease-in-out;
  -o-transition: background 0.3s ease-in-out;
  transition: background 0.3s ease-in-out;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 99;
  background-color: rgba(30, 30, 30, 0.5);
}
.detail #col-container.about .col #stats {
  margin: 25px 0;
}
.detail #col-container.about .col #stats ul {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.detail #col-container.about .col #stats ul li {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  list-style: none;
  text-align: center;
  font-size: 100%;
  width: 200px;
  height: 200px;
  margin: 0 2%;
  background-color: #28281f;
  border-radius: 50%;
  color: #FFF;
  font-family: "Source Sans Pro", sans-serif;
}
.detail #col-container.about .col #stats ul li .number {
  font-family: "Source Sans Pro", sans-serif, sans-serif;
  font-style: italic;
  font-size: 50px;
}
.detail #col-container.about .col #stats div {
  width: 80%;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 20px;
  text-align: center;
  margin: 35px 10%;
  color: #28281f;
}

@media all and (min-width: 500px) and (max-width: 750px) {
  #make-it-work {
    display: none;
  }

  .projlogo {
    width: 350px;
  }

  .detail #col-container {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .detail #col-container .col {
    width: 100% !important;
    margin-left: 0 !important;
  }

  #project-stats #supporters li:nth-child(4n+1) {
    clear: none;
  }
  #project-stats #supporters li:nth-child(2n+1) {
    clear: both;
  }

  .detail #col-container.about .col #stats {
    margin: 0;
  }
  .detail #col-container.about .col #stats ul {
    margin: 0;
    padding: 0;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: flex-start;
    justify-content: flex-start;
  }
  .detail #col-container.about .col #stats ul li {
    margin: 0;
    width: 33.33%;
    height: 150px;
    font-size: 15px;
    border-radius: 0px;
  }
  .detail #col-container.about .col #stats ul li .number {
    font-size: 35px;
  }
}
@media all and (max-width: 500px) {
  #circlestats {
    display: none;
  }

  .project-intro {
    display: flex;
  }
  .project-intro .proj-page-txt {
    padding: 0 4em 2em 4em;
    background-color: #FFF;
  }
  .project-intro .proj-page-img {
    width: 40vw;
  }
  .project-intro .proj-page-img img {
    width: 100%;
  }

  #project-placard .artwork.hasvideo {
    width: 100% !important;
  }

  #next-project {
    display: none;
  }

  #make-it-work {
    display: none;
  }

  .projlogo {
    width: 350px;
  }

  #content-head {
    display: block;
    margin-top: 68px;
  }
  #content-head h1 {
    margin-left: 4%;
    color: #0c0c03;
  }
  #content-head .sub-nav {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  #content-head .sub-nav li {
    width: 100%;
    text-align: center;
    border-bottom: solid 1px #56524d;
  }
  #content-head .sub-nav li a {
    display: block;
    padding: 10px 0;
  }
  #content-head .sub-nav li:not(:last-child) {
    margin: 0;
  }

  #project-placard {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  #project-placard .artwork {
    width: 100%;
  }
  #project-placard #tombstone {
    width: 100%;
  }

  .detail #col-container {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .detail #col-container .col {
    width: 100% !important;
    margin-left: 0 !important;
  }

  #project-stats #supporters li {
    width: 100px;
  }
  #project-stats #supporters li:nth-child(4n+1) {
    clear: none;
  }
  #project-stats #supporters li:nth-child(2n+1) {
    clear: both;
  }
  #project-stats #supporters li .profile {
    display: none;
  }

  #project-details .artist-block {
    display: block;
    width: 90%;
  }
  #project-details #col-container {
    flex-direction: column;
    width: 100%;
  }
  #project-details #col-container .col {
    width: 100% !important;
  }

  .detail #col-container.about .col #stats {
    margin: 0;
  }
  .detail #col-container.about .col #stats ul {
    margin: 0;
    padding: 0;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: flex-start;
    justify-content: flex-start;
  }
  .detail #col-container.about .col #stats ul li {
    margin: 0;
    width: 100%;
    height: auto;
    font-size: 20px;
    padding: 15px 0;
    border-bottom: solid 1px rgba(0, 0, 0, 0.1);
    border-radius: 0px;
  }
  .detail #col-container.about .col #stats ul li .number {
    font-size: 35px;
  }
}

/*# sourceMappingURL=projects.css.map */
