/*!
 * Start Bootstrap - Landing Page Bootstrap Theme (http://startbootstrap.com)
 * Code licensed under the Apache License v2.0.
 * For details, see http://www.apache.org/licenses/LICENSE-2.0.
 */

body,
html {
    width: 100%;
    height: 100%;
}

body {
    background-color: #f6e3d5;
}

body,
h1 {
    font-family: 'Assistant', sans-serif;
    font-weight: 400;
    color: #56451a;
}

.lead {
    font-size: 14px;
    font-weight: 400;
    text-align: center;
    letter-spacing: 0.05em;
}

a{
	text-decoration: none;
	color: #56451a;
}

a:hover {
    color: #56451a;
}

.pic {
    padding-top: 50px;
    padding-bottom: 50px;
}

.hr {
    color: #56451a;

}

.intro-header {
	text-align: center;
    background-size: cover;
}

.img-displayed {
	float: center;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.img {
	max-width: 100%;
	height: auto;
}

.intro-message {
    position: relative;
    padding-top: 7%;
    padding-bottom: 7%;
}

.content-section-a {
	float: center;
	margin-top: 1%;
}

.section-heading {
    font-size: 21px;
    line-height: 1.2;
    color: #56451a;
    margin-bottom: 10%;
    text-align: center;
    letter-spacing: 0.03em;
}

footer {
	text-align: center;
    padding-top: 10%;
    padding-bottom: 1%;
}

p.copyright {
    margin: 15px 0 0;
}