/***********************************************************************
Typography */

body {
	background-image: url("../img/Texture0203.jpeg");
	font-size: 16px;
	line-height: 26px;
	font-family: "hypatia-sans-pro";
	color: #5E2721;
}

h1, h2, h3, h4, h5, h6 {
	font-family: "trajan-pro-3";
	font-weight: normal;
	letter-spacing: 1px;
	text-shadow: 0 1px 1px #fff, 0 0px 1px #000;
}

h3 small {
	font-size: 1rem;
	font-family: "hypatia-sans-pro";
	display: block;
}
h4 {
	font-size: 1.25rem;
}

/***********************************************************************
Navbar */

.bg-dark {
	background-color: #5E2721 !important;
}
.navbar-brand {
	font-family: "trajan-pro-3";
	font-size: 1.5rem;
	letter-spacing: 1px;
	white-space: normal;
}
@media only screen and (min-width: 768px) {
	.navbar-brand {
		font-size: 2rem;
	}
	.navbar-brand small {
		font-size: 1rem;
	}
}
.navbar-text a {
	color: rgba(255, 255, 255, 0.55) !important;
}

/***********************************************************************
 Projects */
.projects {
	padding: 1rem;
}
.projects h3 {
	margin-bottom: 0;
}
.projects h3 a{
	display: block;
	text-decoration: none;
	color: #5E2721;
}
.projects h3 a:hover{
	text-decoration: underline;
}
.card {
	margin-bottom: 1rem;
	text-align: center;
}
.carousel-control-next, .carousel-control-prev {
	width: auto;
}