/* color scheme
source: https://colorhunt.co/palette/f5e8c7deba9d9e77776f4c5b
https://paletton.com/#uid=30t0u0k9nrS2lL65wxJdLnvhKji
*/


/* general styles */
body {
	background-color: #DEBA9D;
	font-size: 20px;
	font-family: "Gill Sans", "Gill Sans MT", Calibri, sans-serif;
}
a {
	color: #4D5C7D;
}

/* fonts and styles */

.gill-sans {
	font-family: "Gill Sans", "Gill Sans MT", Calibri, sans-serif;
}

.nomargin {
	margin-top: 0px;
}

.works_title {
	padding-top: 32px;
	text-decoration: underline;
}

/* @media queries */

@media (max-width: 768px ) {
	.text-center-small {
		text-align: center;
	}

	#hidden_small {
		display: none;
	}
}

/* class and id specific styles */

.list-group-item {
	background-color: #FFF5EC;
}


#nav_row {
	margin-top:36px;
}

#nav_row a {
	color:black;
}

.rowhead {
	font-size: 20px;
	text-align: center;

}

.col-main {
	margin-bottom: 65px;
}

button {
	margin-left:5px;
	margin-right: 5px;
}

.index_list {
	list-style: none;
	margin: 0;
	padding: 0px;
}
