
*, *:before, *:after {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
body {
	background: #ffffff url(../img/dot-pattern.svg);
	font-family: 'Roboto', sans-serif;
    margin: 0;
    perspective: 1500px;
}

.container {
  margin-top: 0px;
}
.item {
  width:  100%;
  display: flex;
  height:  500px;
  margin-top: -50px;
  align-items: center;
  justify-content: center;
}
.itemFromCollection {
  max-width: 500px;
  width:  100%;
  float:  left;
  display: block;
  padding:  10px;
  margin: auto;
  box-sizing: border-box;

}

.imageHolder {
  width:  100%;
  height:  300px;
  display: flex;
  justify-content: center;
  float:  left;
  margin-bottom: 20px;
}
.expl {
  font-size: .9em;
  font-style: italic;
  color: #aaa;
}
.imageHolder > img {
  height:  300px;
  display:  block;
}
.itemFromCollection > h1 {
  font-size: 1.2em;
  width:  100%;
  display:  block;
  float:  left;
  margin-top:  10px;
}
.color {
  display: flex;
  justify-content: center;
  width:  100%;
}
.colors > .color {
  width:  10px;
  height:  10px;
  float:  left;
  margin:  0px 5px 0px 0px;
}
.holder > p {
  width:  100%;
  display:  block;
  float:  left;
  text-align: center;
}
::selection {
    color: #333333;
    background: #FFF447;
}
a {
    text-decoration: underline;
    color: #999999;
    outline: none;
    transition:all ease 0.3s;
}
.CTA {
    padding: 10px 20px;
    border: 1px solid #eee;
    text-decoration: none;
}
.CTA:hover {

}
a:hover {
    background: #FFF447; 
    color: #000;
}
h3 {
    font-size: 17px;
    margin: 50px 0 10px 0;
    padding: 15px;
    box-sizing: border-box;
    color: #333333;
    font-weight: 400;

}
p {
  color: #666666;
  margin: 10px 0 23px 0;
  font-size: 15px;
  line-height: 180%;
}


/* -------------------------------------------------------------- 
/* =SITE
-------------------------------------------------------------- */
.section {
    max-width: 900px;
    /* padding: 3vw; */
}
/* @media screen and (max-width: 700px) {
	.section { padding: 20vw 9vw;width: 100%; }
} */
.name {
    font-size: 16px;
    margin: 0;
    color: #333;
    font-weight: 400;
}
.logo {
    height: auto;
    width: 50px;
    /*margin: 40px 0 20px 0;*/
    opacity: 1;
    margin-top: -20px;
}

.top {
  padding:  20px 0px;
  box-sizing: border-box;
  margin-top:  50px;
}
table {
  width: 100%;
}

mark {
  background-color: #FFF447;
}

@media (max-width: 600px) {

  .project {
    margin-bottom: 30px
  }
  .holder {
    margin-top: 50px;
  }
  .top {
    margin-top: 10p;
    padding:  10px;
  }
}

/* Larger than mobile */
@media (min-width: 600px) {
  .navbar {
    display: block;
  }
}
@media (min-width: 800px) {

}

@media (min-width: 1024px) {
  .linkContainer {
    display: none
  }
  
}

h1 {
  padding: 5px;
  margin-left: -10px;
  display: block;
  float: left;
  width: auto;
  font-size: 1.2em;
  text-align: center;
  width: 100%;


}

h3 {
  padding: 5px;
  margin-left: -10px;
  display: block;
  float: left;
  width: auto;
}


h4 {
  padding: 5px;
  margin-left: -10px;
  display: block;
  float: left;
  width: 100%;
  font-weight: bold;
  font-size: 1.1em;
}

.holder {
  width: 100%;
  display: block;
  float: left;
}

.imgThumb {
  width: 100%;
  overflow: hidden;
  float: left;
  margin-bottom: 20px;
  font-style: italic;
  color: #aaa;
}

.row {
  margin-bottom: 30px;
}
.spacer {
  height: 50px;
}
.half {
  margin: 5px;
  width: calc(50% - 10px);
}
.aright {
  text-align: right;
}
.aright > a {
  padding: 10px 20px;
  box-sizing: border-box;
  border: 0px solid #000;
}

.heroImage {
  object-fit: cover;
  height: 400px;

  margin-bottom: 20px;
}

.row {
  margin-bottom: 100px;
}
h2 {
  font-size: 2em;
  font-weight: bold;
}
.funding > img {
  max-width: 100px;
  margin: 20px;
}
.imageLink {
  border: none;
  background: transparent;
}
.imageLink:hover {
  border: none;
  background: transparent;
}
@media screen and (max-width: 700px) {
  .aright {
    text-align: center;
    width: 100%;
    margin-top: 20px;
  }
  .spacer {
    height: 20px;
  }
}

