/* 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 */
#content {
  margin: 0;
  padding: 0;
  max-width: 100%;
}

@keyframes fadeintag {
  from {
    opacity: 0;
    top: 80px;
  }
  to {
    opacity: 1;
    top: 90px;
  }
}
/* Firefox < 16 */
@-moz-keyframes fadeintag {
  from {
    opacity: 0;
    top: 80px;
  }
  to {
    opacity: 1;
    top: 90px;
  }
}
/* Safari, Chrome and Opera > 12.1 */
@-webkit-keyframes fadeintag {
  from {
    opacity: 0;
    top: 80px;
  }
  to {
    opacity: 1;
    top: 90px;
  }
}
/* Internet Explorer */
@-ms-keyframes fadeintag {
  from {
    opacity: 0;
    top: 80px;
  }
  to {
    opacity: 1;
    top: 90px;
  }
}
/* Opera < 12.1 */
@-o-keyframes fadeintag {
  from {
    opacity: 0;
    top: 80px;
  }
  to {
    opacity: 1;
    top: 90px;
  }
}
#cover-photos {
  grid-column: 1/span 5;
  height: 90%;
  width: 100%;
  /*background:#000;*/
  position: relative;
  background-color: #000;
  /*border-bottom:5vw #000 solid;*/
}
#cover-photos ul {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 90%;
}
#cover-photos ul li {
  -webkit-transition: opacity 0.75s ease-in-out;
  -moz-transition: opacity 0.75s ease-in-out;
  -ms-transition: opacity 0.75s ease-in-out;
  -o-transition: opacity 0.75s ease-in-out;
  transition: opacity 0.75s ease-in-out;
  position: absolute;
  top: -150px;
  opacity: 0;
  width: 100%;
  height: 90%;
  right: 0;
  background-size: cover;
  background-position: center center;
  background-repeat: none;
  list-style-type: none;
}
#cover-photos ul li.on {
  opacity: 1;
}
#cover-photos ul li .slide-featured-artist {
  text-align: center;
  color: #FFF;
}
#cover-photos ul li .slide-featured-artist img {
  border-radius: 50%;
  width: 15vw;
  position: absolute;
  bottom: -8vw;
  left: 5vw;
}
#cover-photos ul li .slide-artist-name {
  font-style: bold;
  font-size: 2em;
  display: block;
  height: 1.5em;
  position: absolute;
  bottom: -70px;
  left: 22vw;
}
#cover-photos ul li .slide-artist-award {
  height: 2em;
  position: absolute;
  bottom: -85px;
  left: 22vw;
  font-weight: 300;
}
#cover-photos ul li .home-featured-artist {
  padding-right: 0px;
  padding-left: 0px;
  color: #FFF;
  position: absolute;
  left: 8vw;
  bottom: -100px;
  width: 80vw;
}
#cover-photos ul li .home-featured-artist img {
  float: left;
  height: 200px;
  border-radius: 50%;
}
#cover-photos ul li .home-featured-artist .featured-artist-txt {
  float: left;
}
#cover-photos ul li .home-featured-artist .home-artist-name {
  font-size: 1.5em;
  bottom: 3em;
  position: absolute;
  font-style: bold;
  background: rgba(0, 0, 0, 0.8);
  padding: 0.5em 1em;
  display: inline-block;
  border-radius: 0.25em;
}
#cover-photos ul li .home-featured-artist .featured-artist-txt {
  float: left;
  position: relative;
  min-width: 150px;
  margin-right: 10px;
}
#cover-photos ul li .home-featured-artist .home-artist-award {
  font-size: 1em;
  background: rgba(0, 0, 0, 0.8);
  padding: 10px;
  display: inline-block;
  bottom: 1.75em;
  position: absolute;
}

#mission {
  grid-column: 2/span 4;
  height: 385px;
  background-color: rgba(0, 0, 0, 0.1);
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: flex-start;
  -ms-flex-align: flex-start;
  align-items: flex-start;
  background-image: url(https://3arts.org/site_media/uploads/py9a3596_awardees_group-bgbw-2.jpg);
  background-position: right bottom;
  background-width: 40% 80%;
  background-repeat: no-repeat;
}
#mission blockquote {
  font-family: "Poly";
  font-style: italic;
  font-size: 35px;
  text-align: center;
  width: 50%;
  margin: 40px;
}

.link3ap {
  grid-column: 1/span 4;
  padding-bottom: 6vw;
}

#mission2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
#mission2 h1 {
  grid-column: 1;
  padding: 4vw 4vw 1vw 6vw;
  font-size: 2vw;
  line-height: 3vw;
}
#mission2 img {
  width: 50vw;
  height: 50vw;
  grid-column: 2;
  border-radius: 50%;
  margin-top: -4em;
  z-index: 999999;
  object-fit: cover;
}
#mission2 a, #mission2 a:link, #mission2 a:visited {
  text-decoration: none;
  margin: 0 auto;
  padding: 0.5em 0 0 0;
  border-bottom: 0.25em solid #830008;
  font-size: 2.5vw;
  justify-content: left;
  margin-left: 6vw;
  transition: border-bottom 0.5s;
  transition: color 0.25s;
}
#mission2 a:hover {
  color: #c62026;
  border-bottom: 0.25em solid #c62026;
  transition: border-bottom 0.5s;
  transition: color 0.25s;
}

.poop {
  display: none;
}

#res2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
#res2 h1 {
  grid-column: 1;
  padding: 4vw 4vw 1vw 6vw;
  font-size: 2vw;
  line-height: 3vw;
}
#res2 p {
  grid-column: 1;
  padding: 0vw 4vw 1vw 6vw;
  font-size: 2vw;
  line-height: 3vw;
}
#res2 img {
  width: 30vw;
  height: 30vw;
  grid-column: 2;
  border-radius: 50%;
  margin-top: -4em;
  z-index: 999999;
  object-fit: cover;
  margin: 0 auto;
  padding: 5vw 0vw;
}
#res2 a, #res2 a:link, #res2 a:visited {
  text-decoration: none;
  margin: 0 auto;
  padding: 0.5em 0 0 0;
  border-bottom: 0.25em solid #830008;
  font-size: 2.5vw;
  justify-content: left;
  margin-left: 6vw;
  transition: border-bottom 0.5s;
  transition: color 0.25s;
}
#res2 a:hover {
  color: #c62026;
  border-bottom: 0.25em solid #c62026;
  transition: border-bottom 0.5s;
  transition: color 0.25s;
}

.link {
  width: 50%;
  margin: 0 40px;
  text-align: center;
}
.link a {
  font-family: "Source Sans Pro", sans-serif;
  border-bottom: solid 3px #c80000;
  padding-bottom: 5px;
}

#stats2 {
  /*border:1em solid $brand-red;*/
  color: #FFF;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-template-rows: auto;
  justify-items: center;
  align-items: center;
  background-color: #000;
  padding-top: 2em;
  margin-top: 2em;
}
#stats2 h1 {
  grid-column: 1/span 4;
  text-align: center;
  padding: 2vw 8vw 1vw 8vw;
  font-size: 2vw;
  line-height: 3vw;
  font-weight: 700;
}
#stats2 img {
  width: 18vw;
  grid-column: 1;
  padding-top: 0.5vw;
}
#stats2 .proj_logo {
  grid-column: 1;
  grid-row: 1;
}
#stats2 .proj_count {
  grid-column: 2;
  grid-row: 1;
}
#stats2 .proj_sum {
  grid-column: 3;
  grid-row: 1;
}
#stats2 .proj_pledge {
  grid-column: 4;
  grid-row: 1;
}
#stats2 .number {
  margin-top: 5.5vw;
  font-size: 3.5vw;
  font-weight: 800;
  display: block;
}
#stats2 a, #stats2 a:link, #stats2 a:visited {
  text-decoration: none;
  color: #FFF;
  margin: 0 auto;
  border-bottom: 0.25em solid #830008;
  font-size: 2.5vw;
  justify-content: left;
  transition: border-bottom 0.5s;
  transition: color 0.25s;
}
#stats2 a:hover {
  color: #c62026;
  border-bottom: 0.25em solid #c62026;
  transition: border-bottom 0.5s;
  transition: color 0.25s;
}

.cir {
  width: 18vw;
  height: 18vw;
  margin: 1vw;
  border-radius: 50%;
  color: #fff;
  font-size: 2vw;
  text-align: center;
  background: #000;
  justify-self: center;
  line-height: 3vw;
  font-weight: 200;
  z-index: 666 !important;
  position: absolute;
  box-shadow: 0em 0em 1em rgba(255, 255, 255, 0.2);
}

.stat-3ap {
  padding-top: 5vw;
}

.statcir {
  width: 20vw;
  height: 20vw;
  border-radius: 50%;
  background-position: center;
  z-index: 665 !important;
  display: block;
}

#stats {
  grid-column: 2/span 4;
  margin: 25px 0;
}
#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;
}
#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%;
}
#stats ul li img {
  width: 100%;
}
#stats ul li:not(:first-child) {
  background-color: #28281f;
  border-radius: 50%;
  color: #FFF;
  font-family: "Source Sans Pro", sans-serif;
}
#stats ul li:not(:first-child) .number {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 50px;
}
#stats div {
  width: 80%;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 20px;
  text-align: center;
  margin: 35px 10%;
  color: #28281f;
}

/*
@keyframes residency-slideshow-anim {
    0% { background-image: url(https://3arts.org/site_media/uploads/residency_fellowships/3artsresidency-1-camargo.jpg);}
    15% { background-image: url(https://3arts.org/site_media/uploads/residency_fellowships/3artsresidency-2-montalvovilla.jpg); }
    30% { background-image: url(https://3arts.org/site_media/uploads/residency_fellowships/3artsresidency-3-macdowellcolony.jpg);}
    45% { background-image: url(https://3arts.org/site_media/uploads/residency_fellowships/3artsresidency-4-rauschenberg.jpg);}
    60% { background-image: url(https://3arts.org/site_media/uploads/residency_fellowships/3artsresidency-5-safi.jpg);}
    75% { background-image: url(https://3arts.org/site_media/uploads/residency_fellowships/3artsresidency-6-uic.jpg);}
    100% { background-image: url(https://3arts.org/site_media/uploads/residency_fellowships/3artsresidency-1-camargo.jpg);}
}
@-webkit-keyframes residency-slideshow-anim {
    0% { background-image: url(https://3arts.org/site_media/uploads/residency_fellowships/3artsresidency-1-camargo.jpg);}
    15% { background-image: url(https://3arts.org/site_media/uploads/residency_fellowships/3artsresidency-2-montalvovilla.jpg); }
    30% { background-image: url(https://3arts.org/site_media/uploads/residency_fellowships/3artsresidency-3-macdowellcolony.jpg);}
    45% { background-image: url(https://3arts.org/site_media/uploads/residency_fellowships/3artsresidency-4-rauschenberg.jpg);}
    60% { background-image: url(https://3arts.org/site_media/uploads/residency_fellowships/3artsresidency-5-safi.jpg);}
    75% { background-image: url(https://3arts.org/site_media/uploads/residency_fellowships/3artsresidency-6-uic.jpg);}
    100% { background-image: url(https://3arts.org/site_media/uploads/residency_fellowships/3artsresidency-1-camargo.jpg);}
}
@-ms-keyframes residency-slideshow-anim {
    0% { background-image: url(https://3arts.org/site_media/uploads/residency_fellowships/3artsresidency-1-camargo.jpg);}
    15% { background-image: url(https://3arts.org/site_media/uploads/residency_fellowships/3artsresidency-2-montalvovilla.jpg); }
    30% { background-image: url(https://3arts.org/site_media/uploads/residency_fellowships/3artsresidency-3-macdowellcolony.jpg);}
    45% { background-image: url(https://3arts.org/site_media/uploads/residency_fellowships/3artsresidency-4-rauschenberg.jpg);}
    60% { background-image: url(https://3arts.org/site_media/uploads/residency_fellowships/3artsresidency-5-safi.jpg);}
    75% { background-image: url(https://3arts.org/site_media/uploads/residency_fellowships/3artsresidency-6-uic.jpg);}
    100% { background-image: url(https://3arts.org/site_media/uploads/residency_fellowships/3artsresidency-1-camargo.jpg);}
}
@-moz-keyframes residency-slideshow-anim {
    0% { background-image: url(https://3arts.org/site_media/uploads/residency_fellowships/3artsresidency-1-camargo.jpg);}
    15% { background-image: url(https://3arts.org/site_media/uploads/residency_fellowships/3artsresidency-2-montalvovilla.jpg); }
    30% { background-image: url(https://3arts.org/site_media/uploads/residency_fellowships/3artsresidency-3-macdowellcolony.jpg);}
    45% { background-image: url(https://3arts.org/site_media/uploads/residency_fellowships/3artsresidency-4-rauschenberg.jpg);}
    60% { background-image: url(https://3arts.org/site_media/uploads/residency_fellowships/3artsresidency-5-safi.jpg);}
    75% { background-image: url(https://3arts.org/site_media/uploads/residency_fellowships/3artsresidency-6-uic.jpg);}
    100% { background-image: url(https://3arts.org/site_media/uploads/residency_fellowships/3artsresidency-1-camargo.jpg);}
}


#tailend-modules {
    grid-column: 2 / span 4;
    @include flexbox();

    border-top:solid 5px $mid-grey;

    .module {
        @include flexbox();

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

        width:50%;
        text-align:center;
        padding: 50px;

        &:first-child {
            border-right: solid 5px $mid-grey;
        }

        h1 {
            margin-bottom:10%;
            font-family:$source-sans;
            font-size:30px;
            font-weight:700;
        }

        p {
            font-family:$source-sans;
            font-size:18px;
            font-weight:700;
        }

        .link > a {
            font-family:$source-sans;
            padding-bottom:5px;
            border-bottom:solid 3px $bright-red;
        }

        &.residency-slideshow {
            position:relative;
            color:#FFF;


            a {
                color:#FFF;

                &:hover {
                    color:$bright-red;
                }
            }

            &:after {
                content:'';
                position:absolute;
                width:100%;
                height:100%;
                top:0;
                right:0;
                bottom:0;
                left:0;
                animation: residency-slideshow-anim 10s ease-in-out infinite;
                -ms-animation: residency-slideshow-anim 10s ease-in-out infinite;
                -moz-animation:residency-slideshow-anim 10s ease-in-out infinite;
                -webkit-animation: residency-slideshow-anim 10s ease-in-out infinite;

                z-index:-1;
                background-position: 50% 50%;
                background-size:cover;
                background-repeat:no-repeat;
                background-image:url(https://3arts.org/site_media/uploads/residency_fellowships/3artsresidency-1-camargo.jpg);
            }
        }
    }
}*/
/*break2*/
@media all and (min-width: 200px) and (max-width: 750px) {
  #tagline {
    display: none;
  }

  #cover-photos {
    border-bottom: 12vw #000 solid;
  }
  #cover-photos ul li .slide-featured-artist {
    display: flex;
    flex-direction: column;
    text-align: center;
  }
  #cover-photos ul li .slide-featured-artist img {
    border-radius: 50%;
    width: 30vw;
    bottom: -25vw;
  }
  #cover-photos ul li .slide-artist-name {
    bottom: -85px;
    left: 38vw;
  }
  #cover-photos ul li .slide-artist-award {
    height: 2em;
    position: absolute;
    bottom: -100px;
    left: 38vw;
  }
  #cover-photos ul li .home-featured-artist {
    left: 10vw;
    bottom: -150px;
  }
  #cover-photos ul li .home-featured-artist {
    background-color: transparent;
    left: 0;
    bottom: -100px;
    padding-right: 0px;
    padding-left: 0px;
    color: #FFF;
    position: absolute;
    width: 100%;
  }
  #cover-photos ul li .home-featured-artist img {
    padding-left: 2vw;
    height: 200px;
    border-radius: 50%;
  }
  #cover-photos .home-artist-award {
    font-weight: 200;
  }

  #mission {
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  #mission blockquote {
    text-align: left;
    font-size: 20px;
    width: 43%;
  }
  #mission .link {
    width: 43%;
    text-align: left;
  }

  /*    #mission2{
          display: flex;
          margin-bottom:6vw;

          h1{
              flex-grow: 0;
              flex-shrink: 0;
              flex-basis: 50%;
              padding: 12vw 1vw ,5vw 4vw;
              margin-top:10vw;
              font-size: 3vw;
              font-weight: 600;
          }

          img{
              border-radius:50%;
              width:42vw;
              height:42vw;
              margin: 2vw;
              z-index: 999999;
              margin-top:6vw;
          }
      a, a:link, a:visited{
          text-decoration: none;

          padding: .5em 1em 0 0;
          border-bottom:.25em solid $dark-red;
          font-size: 2.5vw;
          justify-content: left;
          margin-left: 12vw;
      }
      }*/
  #stats2 {
    margin-top: 0;
  }

  #stats {
    margin: 0;
  }
  #stats ul {
    margin: 0;
    padding: 0;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  #stats ul li:first-child img {
    width: 75%;
  }
  #stats ul li:not(:first-child) {
    border-radius: 0px;
  }
  #stats ul li:not(:first-child) .number {
    font-size: 35px;
  }
  #stats ul li {
    margin: 0;
    width: 25%;
    height: 150px;
    font-size: 15px;
  }
  #stats div {
    font-size: 13px;
    margin: 15px 0;
    width: auto;
  }
}
@media all and (min-width: 950px) and (max-width: 1200px) {
  #cover-photos ul {
    margin-top: 0px;
  }
}
@media all and (min-width: 200px) and (max-width: 950px) {
  #mission {
    background-image: url(https://3arts.org/site_media/uploads/py9a3596_awardees_group-bgbw-2.jpg);
    background-size: 55%;
    background-position: 100%;
  }
  #mission blockquote {
    width: 50%;
    padding: 0 auto;
    margin: 0 50% 25px 0;
    font-size: 24px;
  }
  #mission .link {
    width: 50%;
    padding: 0 auto;
    margin: 0 50% 0 0;
  }
}
/*break3*/
@media all and (max-width: 500px) {
  #mission2 {
    display: flex;
    flex-direction: column-reverse;
    margin-top: 1em;
    justify-content: center;
    text-align: center;
    padding-bottom: 12vw;
  }
  #mission2 h1 {
    font-size: 6.5vw;
    padding: 1.5em;
    margin-top: 0.25em;
    text-align: center;
    line-height: 8vw;
  }
  #mission2 img {
    width: 90vw;
    height: 90vw;
    margin: 0 auto;
    padding-top: 0;
  }
  #mission2 a, #mission2 a:link, #mission2 a:visited {
    font-size: 8vw;
    margin: 0 auto;
    text-align: center;
  }

  .cir {
    width: 60vw;
    height: 60vw;
    margin: 5vw;
    border-radius: 50%;
    color: #fff;
    font-size: 10vw;
    text-align: center;
    background: #000;
    justify-self: center;
    line-height: 10vw;
    font-weight: 200;
    z-index: 666 !important;
    position: absolute;
  }

  .link3ap {
    order: 2;
    padding: 10vw 0 15vw 0;
  }

  .statcir {
    width: 70vw;
    height: 70vw;
    border-radius: 50%;
    background-position: center;
    z-index: 665 !important;
    display: block;
  }

  #stats2 {
    /*border:1em solid $brand-red;*/
    color: #FFF;
    display: flex;
    flex-direction: column;
    justify-items: center;
    align-items: center;
    background-color: #000;
    padding-top: 2em;
    margin-top: 2em;
  }
  #stats2 h1 {
    order: 1;
    grid-column: 1/span 4;
    text-align: center;
    padding: 2vw 6vw 1vw 6vw;
    font-size: 6vw;
    line-height: 7.5vw;
    font-weight: 700;
  }
  #stats2 img {
    order: 0;
    width: 60vw;
    padding: 0.5vw 0 2vw 0;
  }
  #stats2 .proj_count {
    order: 3;
  }
  #stats2 .proj_sum {
    order: 4;
  }
  #stats2 .proj_pledge {
    order: 5;
    padding-bottom: 15vw;
  }
  #stats2 .number {
    margin-top: 20vw;
    font-size: 10vw;
    font-weight: 800;
    display: block;
  }
  #stats2 a, #stats2 a:link, #stats2 a:visited {
    order: 8;
    text-decoration: none;
    color: #FFF;
    margin: 0 auto;
    border-bottom: 0.25em solid #830008;
    font-size: 8vw;
    justify-content: left;
    transition: border-bottom 0.5s;
    transition: color 0.25s;
  }
  #stats2 a:hover {
    color: #c62026;
    border-bottom: 0.25em solid #c62026;
    transition: border-bottom 0.5s;
    transition: color 0.25s;
  }

  #res2 {
    display: flex;
    flex-direction: column;
    padding-bottom: 25vw;
  }
  #res2 h1 {
    padding: 4vw 4vw 1vw 6vw;
    font-size: 6vw;
    line-height: 7.5vw;
    text-align: center;
  }
  #res2 p {
    padding: 0vw 4vw 1vw 6vw;
    font-size: 6vw;
    line-height: 7.5vw;
    text-align: center;
  }
  #res2 div {
    order: 1;
    text-align: center;
  }
  #res2 img {
    order: 0;
    width: 70vw;
    height: 70vw;
    grid-column: 2;
    border-radius: 50%;
    margin-top: -4em;
    z-index: 999999;
    object-fit: cover;
    margin: 0 auto;
    padding: 5vw 0vw;
  }
  #res2 a, #res2 a:link, #res2 a:visited {
    order: 8;
    text-decoration: none;
    color: #000;
    margin: 0 auto;
    border-bottom: 0.25em solid #830008;
    font-size: 8vw;
    transition: border-bottom 0.5s;
    transition: color 0.25s;
  }
  #res2 a:hover {
    color: #c62026;
    border-bottom: 0.25em solid #c62026;
    transition: border-bottom 0.5s;
    transition: color 0.25s;
  }

  .nomobile {
    display: none;
  }

  #mission {
    height: auto;
    background-image: url(https://3arts.org/site_media/uploads/py9a3596_awardees_group-bgbw-2.jpg);
    background-position: 50% 10%;
    background-size: 100% auto;
  }
  #mission blockquote {
    margin-top: 350px;
    width: 80%;
    margin-left: 10%;
    margin-right: 10%;
    font-size: 25px;
  }
  #mission .link {
    width: 80%;
    margin: 25px 10% 50px 10%;
  }

  #cover-photos ul {
    height: 90%;
  }
  #cover-photos ul li .slide-featured-artist {
    display: flex;
    flex-direction: column;
    text-align: center;
  }
  #cover-photos ul li .slide-featured-artist img {
    border-radius: 50%;
    width: 20vw;
  }
  #cover-photos ul li .slide-artist-name {
    font-size: 1.5em;
    bottom: -65px;
    left: 32vw;
  }
  #cover-photos ul li .slide-artist-award {
    font-size: 0.75em;
    line-height: 1.5em;
    bottom: -80px;
    left: 32vw;
    text-align: left;
  }
  #cover-photos .home-featured-artist {
    color: #FFF;
    margin: 5vw !important;
    width: 90vw !important;
    display: flex;
    flex-direction: column;
    height: 250px;
    justify-content: center;
    line-height: 4em;
    background-color: rgba(0, 0, 0, 0.8) !important;
  }
  #cover-photos .home-featured-artist img {
    margin: 0 30vw;
    border-radius: none;
    width: 30vw;
    height: 30vw !important;
    align-self: center !important;
  }
  #cover-photos .home-featured-artist .featured-artist-txt {
    float: none;
  }
  #cover-photos .home-featured-artist .home-artist-name {
    align-self: center;
    font-size: 1em !important;
    margin: 0 auto !important;
    padding: 0 auto !important;
    background: transparent !important;
    text-align: center;
    display: block !important;
    border-radius: 0.25em;
  }
  #cover-photos .home-featured-artist .featured-artist-txt {
    /*border:1px solid khaki;*/
    position: relative;
    min-width: 150px;
    margin-right: 10px;
  }
  #cover-photos .home-featured-artist .home-artist-award {
    text-align: center;
    align-self: center;
    margin: 0 auto !important;
    padding: 0 auto !important;
    background: transparent !important;
    font-size: 1em;
    display: block !important;
    bottom: 1.75em;
  }

  #stats {
    margin: 0px;
  }
  #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: start;
    justify-content: flex-start;
  }
  #stats ul li:first-child img {
    width: 25%;
  }
  #stats ul li:not(:first-child) {
    border-radius: 0px;
  }
  #stats ul li:not(:first-child) .number {
    font-size: 35px;
  }
  #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);
  }
  #stats div {
    font-size: 18px;
    margin: 15px 20px;
    width: auto;
  }

  /*    #tailend-modules {

          -webkit-flex-direction:column;
          -ms-flex-direction:column;
          flex-direction:column;

          .module {
              width:100%;
              padding:0;
              height:300px;

              &:first-child {
                  border:none;
              }

              h1 {
                  font-size:30px;

              }

              p {
                 font-size:14px;
                  margin:0px 15px;
                  padding-top:25px;
              }

              .link a{
                  margin-bottom:25px;
              }

          }

      }*/
}

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