@charset "utf-8";
/* CSS Document */

/*added css */

/* colors */

.med-gray {
	color:#999;
}

.dk-gray {
	color:#333;
}

.lt-gray {
	color:#CCC;
}

.tan {
	color:#a59682;
	}
	
.brown {
	color:#6a5c4f;
	}
	
.white {
	color:#ffffff;
}
		
.black {
	color:#000000;
}

.tan-bg {
	background-color:#beb096;
}

.brown-bg {
	background-color: #6a5c4f;
}

.black-bg {
	background-color: #000000;
}

.med-gray-bg {
	background-color:#999;
}

.dk-gray-bg {
	background-color:#333;
}

.lt-gray-bg {
	background-color:#CCC;
}

/* fonts */

.work-sans {
	font-family: 'Work Sans', sans-serif;
	}

.josefin {
	font-family: 'Josefin Sans', sans-serif;
}

.small {
	font-size:small;
}

.medium {
	font-size:medium;
}

.large {
	font-size:large;
}

/* text formatting */
.center {
	text-align:center;
}

.right {
	text-align:right;
}

.underlined {
	border-bottom: 1px solid #dcdcdc;
    padding-bottom: 5px;
}






