.black{
	color: black;
}

.pink {
	color: hotpink;
}

a:link {
	color: hotpink;
   text-decoration: none;
}

a:visited {
    color: hotpink;
    background-color: cyan;
}

a:active {
    background-color: hotpink;
} 

a.BlackLink { 
	color: black; 
}


#carr {
	cursor: pointer;
}

.still{
	position: fixed;
	z-index: 8;
	width: 100%
	padding: 3%;
	margin-left: 3%;
}

/*@font-face {
    font-family: Overpass; 
    src: url('Chivo-Black.ttf'); 
    font-weight: normal;
	font-style: normal;
}*/

/*@font-face {
    font-family: Smile; 
    src: url('Chivo-Light.ttf'); 
    font-weight: normal;
	font-style: normal;
}*/

@font-face {
    font-family: 'Smile';
    src: url('chivo-light-webfont.woff2') format('woff2'),
         url('chivo-light-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'Overpass';
    src: url('chivo-black-webfont.woff2') format('woff2'),
         url('chivo-black-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}


body {
	padding-top: 3%;
	height: 100%;
	font-family: Overpass;
	text-align: left;
	line-height: 1.5;
	}

.state {
	font-size: 1.2vw;
	-webkit-transition: all 6s ease-in-out;
	-moz-transition: all 6s ease-in-out;
	-o-transition: all 6s ease-in-out;
	-ms-transition: all 6s ease-in-out;
}

.state:hover{
  -webkit-transform: translate(32em,0);
  -moz-transform: translate(32em,0);
  -o-transform: translate(32em,0);
  -ms-transform: translate(32em,0);

}



.start {
	padding-top: 2%;
	padding-top: 3.88vw;
	}

.contributors{
	padding-top: 2%;
	padding-top: 3.88vw;
	}

.one{
	margin-top: .25%;
	/*margin-left: 1%;*/
	}

.two{
	margin-top: .25%;
	/*margin-left: 2%;*/
	}

.three{
	margin-top: .25%;
	/*margin-left: 3%;*/
	}

.four{
	
	margin-top: .25%;
	/*margin-left: 4%;*/
	}

.five{
	margin-top: .25%;
	/*margin-left: 5%;*/
	}


.outer-container {
  z-index: 2;
  position: relative;
  padding: 10px;
  height: 100vh;
}

.flex-container {
  display: flex;
  width: 100%;
  height: auto;
  justify-content: center;
  flex-wrap: wrap;
  padding: 2%;
}


.column {
  width: 50%;
  margin: 2%;
  position: relative;
}

img {
  max-width: 100%;
  display: block;
}

.comments{
	font-family: smile;
	font-size: .8vw;
	margin-bottom: 6%;
	width: 50%;

}

img:hover .text{
	
}

.black{
	color: black;
}

.leftswag{
	 margin: 2%;
	}

.bg {
    /* The image used */
    background-image: url("print/2.gif");

    /* Full height */
    height: 100%; 

    /* Center and scale the image nicely */
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

#wrapper, img{
    width:100%;
    height: 100%;
}


