@charset "utf-8";
/* CSS Document */


@font-face {
    font-family: chopshop;
    src: url(../fontovi/Chopshop-Regular.ttf);
}
@font-face {
    font-family: monkey;
    src: url(../fontovi/monkey.ttf);
}

/*******************************************************************************************************/
#shop h1 {
	font-family: chopshop;
	font-size: 46px;
	text-decoration:underline;
	color: white;
}

#snap1, #snap2 {
	float: left;
  width: calc(50% - 2em);
  margin-left: 2em;
}

#snap1 img, #snap2 img {
    width: 100%;
	height: auto; 
}




#snaps h1 {
	text-align: left;
	color: white;
}

 
#snaps h2 {
	text-align: center;
	color: white;
	font-family: chopchop;
	}
	
#tshirt1, #tshirt2 {
	margin:20px auto;
	float: left;
	width: calc(50% - 2em);
  	margin-left: 0em auto;
}
	
.buy_button {
	color: orange;
	height:40px;
	width:100px;
}

	
.buy_button:hover {
	color:white;
	background-color:orange;
}

footer {
		display: block;
		height: 100px;
		padding: 1em 15%;
		background: rgba(0,0,0, .75);
		margin-top: calc(25px - 2em);
		position:static;
		z-index: 100000;
	}