@font-face {
    font-family: "sofia";
    src: url("../fonts/sofiapro-light-webfont.woff") format('woff');
}

body {
	text-shadow: 0px 0px 2px rgba(150, 150, 150, 0.35);
	background-color: #f0ede7;
	font-family: "sofia";
    font-weight: 200;
    font-size: 14px;
    color: #4A4645;
}

@media (min-width: 1600px) {
	.container {
  	  max-width: 1300px;
	}
}

.btn {
	box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2);
}

.btn-primary {
	background-color: white;
	color: dimgrey;
	border-color: dimgrey;
}

.btn-primary:hover {
    color: white;
    background-color: rgba(56, 56, 56, 0.35);
    border-color: dimgrey;
}

/* --- HEADER --- */

.nav {
	border-top: 1px solid rgba(0, 0, 0, 0.10);
    padding-top: 1%;
}

a, i {
	color: dimgrey;
	letter-spacing: 1px;
	-webkit-transition: all .15s ease-in-out;
    -o-transition: all .15s ease-in-out;
    transition: all .15s ease-in-out;
}

.header a {
	letter-spacing: 3px;
	-webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

a:hover {
    color: black;
    text-decoration: none;
}

a.active {
	color: black !important;
}

.sliding-middle-out {
	display: inline-block;
	position: relative;
}
.sliding-middle-out:after {
	content: '';
	display: block;
	margin: auto;
	height: 1px;
	width: 0px;
	background: transparent;
	transition: width .5s ease, background-color .5s ease;
}
.sliding-middle-out:hover:after {
	width: 100%;
	background: dimgrey;
	height: 1px;
}

.nav ul > li {
	display: inline-block;
	text-align: center;
	padding-right: 60px;
}

.nav ul > li:last-child {
	padding-right: 0px;
}

.nav ul {
	margin-right: auto;
    margin-left: auto;
    padding-left: 0;
}

.logo {
	font-size: 52px;
	font-family: 'Prata', serif;
	letter-spacing: 2px;
	text-align: center;
	padding-top: 2.5%;
	padding-bottom: 1%;
}

.header {
	background-color: #e4dfd6;
	margin-bottom: 1%;
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.17);
}

/* --- MAIN --- */

h2 {
    font-family: "Bodoni MT", Didot, "Didot LT STD", "Hoefler Text", Garamond, "Times New Roman", serif;
    margin-top: 4%;
    font-size: 3rem;
    margin-bottom: 3%;
}

h2:after {
    height: 1px;
    display: block;
    width: 45%;
    margin-top: 1%;
    margin-left: 0%;
    background: #808080;
    content: '';
}

.container {
	margin-top: 2%;
	margin-bottom: 2%;
}

img {
	width: 100%;
	box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.08);
}

/* --- FOOTER --- */

.footer {
	padding-top: 1.2%;
	padding-bottom: .5%;
	background-color: #cecac2;
}

li {
	list-style-type: none;
}

.footP {
	margin-bottom: .3rem;
}

h3 {
	font-family: "Bodoni MT", Didot, "Didot LT STD", "Hoefler Text", Garamond, "Times New Roman", serif;
	font-size: 1.5rem;
}

.footIcons {
	margin-top: 2%;
}

.footIcons img {
	margin-bottom: 9%;
}

i:hover {
	color: black;
}

#footEmail {
	display: block;
	margin-bottom: .3rem;
}

.centered {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

.footIcons img {
    margin-bottom: 9%;
}