
html,
body {
width: 100%;
height: 100%;
padding: 0;
margin: 0;
}

.margin-bottom-10 {
margin-bottom: 10px;
}

.margin-bottom-20 {
margin-bottom: 20px;
}

.hidden {
display: none;
}

.text-center {
text-align: center;
}

.img-fullwidth {
display: block;
width: 100%;
height: auto;
}

.highlight {
color: #629701;
}

.section-cover {
width: 100%;
height: 100%;
}

#hero {
background: url(images/cacaofarm-hero.png) no-repeat center center fixed; 
-webkit-background-size: cover;
-moz-background-size: cover;
background-size: cover;
position: relative;
}

.abs-container {
position: absolute;
top: 30%;
width: 100%;
}

#logo {
max-width: 100%;
-webkit-animation-delay: 1s;
-moz-animation-delay: 1s;
animation-delay: 1s;
}

#page-modal .modal-header .close {
margin-top: -12px;
}

#founder-message h2 {
color: #629701;
font-family: georgia, serif;
font-style: italic;
margin-bottom: 30px;
}

#founder-message p {
color: #6e5131;
font-size: 16px;
margin-bottom: 15px;
}