@font-face {
	  font-family: 'taz';
	  src: url("assets/fonts/Taz_5_.eot");
	  src: url("assets/fonts/Taz_5_.woff") format("woff");
	  font-weight: normal;
	  font-style: normal; }
	
	@font-face {
	  font-family: 'taz';
	  src: url("assets/fonts/Taz_7_.eot");
	  src: url("assets/fonts/Taz_7_.woff") format("woff");
	  font-weight: bold;
	  font-style: normal; }
	
	html,body {
		font-family: 'taz', sans-serif;
		padding: 1rem;
		margin: 0;
	}
	    
	body {
	    margin: 0;
	    background-color: #f0f0f0;
	    line-height: 1.25em;
	}
	
	.wrapper {
	    min-height: 250px;
	    max-width: 1100px;
	    width: 100%;
	    /*background-color: #233038;*/
	    padding: 1rem;
	}
	
	main {
	    min-height: 350px;
	}
	
	main section {
	    /*padding: 1rem;*/
	    color: white;
		background-color: #5B4C47;
		margin-bottom: 1rem;
	}
	
	main section.content {
		background-image: url(assets/img/ilvy-footer_new.png), url(assets/img/eddie-footer_new.png);
		background-position: left center, right bottom;
		background-size: 50%, 50%;
		background-repeat: no-repeat, no-repeat;
    }
	
	main section.image {
		background-image: url(assets/img/cows.jpg);
		background-position: center;
		background-size: cover;
		background-repeat: no-repeat;
		min-height: 350px;
    }
    
	.column {
	    padding: 1rem 1.5rem;
	    text-align: left;
	}
	
	
	
	#colophon {
	    text-align: left;
	    color: #aaa;
	    font-size: 0.8rem;
	}
	
	h2 {
		font-size: 1.25em;
	}
	
	a {
		color: #e37500;
		text-decoration: none;
	}
	
	a:hover {
		text-decoration: underline;
	}
