@charset "utf-8";
/* CSS Document */

.tigetSet {
	color:#E8B842;
	font-family: FreeMono, monospace;
}

.headerSet {
	 
	text-align:center; 
	font-size: 45px;
	font-family: Andale Mono, monospace;

}

.bodyCenter {
	font-family: FreeMono, monospace;
	text-align: center;
}

.bodySet {
	font-family: FreeMono, monospace;
}

.photoSet {
	width: 70%;
	display: block; 
	margin-left:auto;
	margin-right: auto;
	border-style: solid;
	border-color: #38281f;
	border-width: 5px;
}

	a {
		text-decoration: underline;
		text-decoration-color:#D7DBD0;
	
	}
	
	a:visited {
		color:#869173;
	}
	
	a:hover {
		color:#485436;
	}
	
	.column-layout {
		max-width: 1100px;
		background-color: #553D31;
		color:#F7F8F8;
		Margin:40px auto 0 auto;
		padding: 20px 50px;
		display: flex;
	}
	
	.main-column {
		flex: 3;
		order: 1;
	}
	
	.sidebar-one {
		padding: 10px 20px;
		flex: 1;
		order: 2;
	}
	
	.sidebar-two {
		padding: 10px 20px;
		flex: 1;
		order: 3;
	}
	
	.call-out-container {
		max-width: 1200px;
		margin: 40px auto 0 auto;
	}
	
	.call-out {
		padding: 20px;
		box-sizing: border-box;
		margin-bottom: 20px;
		flex-basis: 30%;
	}
	
	@media (min-width:700px) {
		.call-out-container {
			display: flex;
			justify-content: space-between;
		}
	}
	
	.call-out:nth-child(1) {background-color: #BF936B;}
	.call-out:nth-child(2) {background-color: #D39870;}
	.call-out:nth-child(3) {background-color: #856269;}
	
	.equal-height-container {
		max-width: 900px;
		margin: 0 auto;
		display: flex;
	}
	
	.first {
		background-color:#6E3C2A;
		padding: 20px;
		flex:1;
	}
	
	.second {
		background-color: #FFFFFF;
		flex:1;
		display:flex;
		flex-direction:column;
	}
	
	.second-a {
		background-color:#A86B37;
		flex:1;
	}
	
	.second-b {
		background-color:#C6A88B;
		flex:1;
	}
	}
	a {
		text-decoration: underline;
		text-decoration-color:#D7DBD0;
	
	}