@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;
}

/* --- 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 --- */

.block {
	padding: 4%;
	background-color: rgba(181, 159, 133, 0.42);
	text-align: center;
}

.bShadow {
	box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.08);
}

h2 { 
	font-family: "Bodoni MT", Didot, "Didot LT STD", "Hoefler Text", Garamond, "Times New Roman", serif;
	margin-top: 15%;
    font-size: 3rem;
    margin-bottom: 5%;
}

h2:after {
    height: 1px;
    display: block;
    width: 40%;
    margin-top: 7.5%;
    margin-left: 30%;
    background: #808080;
    content: '';
}

.blockRow {
	margin-bottom: 1%;
}

@media (min-width: 1600px) {
	.container {
   		max-width: 1300px;
	}
}

@media (min-width: 768px) {
	
.col-md-7 {
	-ms-flex: 0 0 61.995%;
	flex: 0 0 61.995%;
    max-width: 61.995%;
	padding-right: 0px;
  	padding-left: 0px;
}	
	
.col-md-4 {
	-ms-flex: 0 0 36.995%;
	flex: 0 0 36.995%;
    max-width: 36.995%;
}

.col-md-1 {
    -ms-flex: 0 0 1%;
    flex: 0 0 1%;
    max-width: 1%;
    padding-right: 0px;
    padding-left: 0px;
}
}

.col-md-7 img {
	width: 100%;
}

.col-md-7 {
	padding-right: 0px;
    padding-left: 0px;
}

.centered {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

.block2 {
	background-color: #bb968d;
}

.block3 {
	background-color: #c1b4ab;
}


/* --- FOOTER --- */

.footer {
	padding-top: 3%;
	padding-bottom: 1%;
	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;
}