html, body {
	background-color: white;
}
body {
	min-width: 320px;
	font-family: 'Open Sans', sans-serif;
}
h1, h2, h3, h4, h5, h6 {
	font-family: 'Raleway', sans-serif;
	font-weight: lighter;
}
h1 {
	font-size: 2rem;
}
.container-header{
	margin-bottom: 20px;
}
a, a:visited, a:active {
	color: #8C7444;
}
a:focus, a:hover {
	color: #4E4637;
	text-decoration: none;
}
a.btn-primary {
	color: white;
}

.navbar {
	font-family: 'Raleway', serif;
	padding: 1.25rem 0.75rem;
}
.navbar-brand {
	font-size: 1.25rem;
	margin-right: 0.5rem;
}
.navbar-light .navbar-toggler {
	border-color: transparent;
}
button:focus, button:active {
	outline: none !important;
	background-color: 2px solid #D1A538 !important;
}
.jumbotron {
	background-color: #E1E2D3;
	margin-bottom: 0;
}
section	{
	padding-top: 30px;
	padding-bottom: 60px;
}
.btn {
	border-radius: 0;
	border: 0px solid transparent;
	font-family: 'Raleway', sans-serif;
	text-transform: uppercase;
	font-size: 1rem;
	letter-spacing: 0.1375rem;
	padding: 20px 30px;
	font-weight: 900;
	line-height: 1rem;
}
.btn-primary, .btn-primary:active, .btn-primary:visited {
	background-color: #D1A538 !important;
}
.btn-primary:hover, .btn-primary:focus {
	background-color: #ba922c !important;
}
.tri-btn, .tri-btn:active, .tri-btn:visited {
    display: block;
    font-family: 'Raleway', sans-serif;
	text-transform: uppercase;
	font-size: 1rem;
	letter-spacing: 0.1375rem;
	padding: 20px 30px;
	font-weight: 900;
	line-height: 1rem;
    margin: 10px auto;
    width: 100%;
    max-width: 400px;
    color: white !important;
    text-align: center;
    opacity: 1;
    transition: opacity 0.3s ease-in-out;
}
.tri-btn:hover, .tri-btn:focus {
	opacity: 0.6;
    transition: opacity 0.3s ease-in-out;
}
.card, .card-img-top {
	border-radius: 0;
}
.card {
	border-width: 0;
	border-bottom: 3px solid #8C7444;
	margin-bottom: 15px;
}
.card-body {
	padding: 0.75rem;
}
a .card {
	border-color: #8C7444;
	transition: border-color 0.3s ease-in-out;
}
a img {
	opacity: 1;
	transition: opacity 0.3s ease-in-out;
}
a:hover .card, a:focus .card  {
	border-color: #4E4637;
	transition: border-color 0.3s ease-in-out;
}
a:hover img, card img {
	opacity: .75;
	transition: opacity 0.3s ease-in-out;
}
.carousel-caption {
	color: #4E4637;
}
.carousel-indicators {
	margin-bottom: 0;
	bottom: -45px;
}
.carousel-indicators li {
	background-color: #8C7444;
	margin-left: 5px;
	margin-right: 5px;
	width: 8px;
	height: 8px;
	border-radius: 50%;
}
footer {
	font-size: 0.8rem;
	font-style: italic;
	padding-top: 15px;
	padding-bottom: 15px;
}
.project-description-container {
	margin-top: 45px;
	margin-bottom: 15px;
}
.project-image-links {
	margin-bottom: 30px;
}
.project-image-links .row .col-md-4 {
	margin-bottom: 15px;
}
.related-projects {
	padding-top: 45px;
	padding-bottom: 30px;
}
.modal-content {
	border-radius: 0;
}
.modal-body {
	padding: 10px;
}
.resume-subhead {
	padding-top: 45px;
}
.resume-detail {
	padding-bottom: 30px;
}
/* - - - - - - - - - - - - - - - - - - - - - - - - - */
/* BACKGROUND COLORS - - - - - - - - - - - - - - - - */
/* - - - - - - - - - - - - - - - - - - - - - - - - - */
.background-light {
	background-color: #E1E2D3;
}
.background-highlight {
	background-color: #D1A538;
}
.background-medium {
	background-color: #8C7444;
}
.background-dark {
	background-color: #4E4637;
}
.vertical-text {
	display: flex;
	align-items: center;
}
.vertical-text span {
    transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    display: inline-block;
    font-size: 0.4em;
}
/* - - - - - - - - - - - - - - - - - - - - - - - - - */
/* QUERIES - - - - - - - - - - - - - - - - - - - - - */
/* - - - - - - - - - - - - - - - - - - - - - - - - - */

@media (min-width: 576px) {
	h1 {
		font-size: 2.5rem;
	}
}

@media (min-width: 992px) {
	.carousel-container {
		max-width: 960px;
		margin-left: auto;
		margin-right: auto;
	}
	.carousel-container .carousel .carousel-inner {
		height: 540px;
	}
}
@media (min-width: 1200px) {
	.navbar {
		padding: 1.25rem 1rem;
	}
	.carousel-container {
	    max-width: 1140px;
	}
	.carousel-container .carousel .carousel-inner {
		height: 640px;
	}	
}

/* ======= SPACERS ======= */
/*
gray #E1E2D3
 
orange brown #D1A538
 
brown #8C7444

dark brown #4E4637
*/
