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


.section-content {
    font-size: 15px;
    font-weight: 400;
}

.head-header {
    padding-top: 0px; 
    padding-bottom: 100px;
    text-align: center;
    color: #eeeeee;
    height:550px;
    background-size: cover;
    background: url(../img/amabile_00.jpg) no-repeat center center;
}

.head-spacer {
    width: 400px;
    border-top: 3px solid #eeeeee;
    border-bottom: 1px solid rgba(0,0,0,1.0);
}

.head-message {
    position: relative;
    padding-top: 20%;
    padding-bottom: 20%;
}

.head-message > h1 {
    margin: 0;
    text-shadow: 2px 2px 3px rgba(0,0,0,0.8);
    font-size: 4em;
}


.head-message > h2 {
    text-shadow: 2px 2px 3px rgba(0,0,0,0.8);
}


.head-message > h3 {
    text-shadow: 2px 2px 3px rgba(0,0,0,0.8);
}


.link-name {
    text-transform: uppercase;
    font-size: 10px;
    font-weight: 500;
    letter-spacing: 2px;
    color: #333333;
}

.content-left {
    padding: 20px 0;
    color: #666666;
    background-color: #F8E8E8;
}

.content-left h4 {
    padding: 10px 10px;
    background-color: #D8B8B8;
}

.content-right {
    padding: 10px 0px;
    color: #666666;
    background-color: #FFFFFF;
}

.content-right h4 {
    padding: 10px 10px;
    background-color: #D8B8B8;
}

.content-right h5 {
    padding: 10px 10px;
    background-color: #D8B8B8;
}

.section-heading {
    margin-bottom: 30px;
    color: #333333;
}

.section-spacer {
    float: left;
    width: 300px;
    border-top: 3px solid #cccccc;
}

.banner {
    padding: 100px 0;
    color: #f8f8f8;
    background: url(../img/amabile_04.jpg) no-repeat center center;
    background-size: cover;
}

.banner h1 {
    margin: 0;
    text-shadow: 2px 2px 3px rgba(0,0,0,0.6);
    font-size: 3em;
}


.banner h2 {
    margin: 0;
    text-shadow: 2px 2px 3px rgba(0,0,0,0.6);
    font-size: 3em;
}

.banner h3 {
    margin: 0;
    text-shadow: 2px 2px 3px rgba(0,0,0,0.6);
    font-size: 2em;
}


.banner ul {
    margin-top: 0;
    margin-bottom: 0;
}

.banner-link-buttons {
    float: right;
    margin-top: 0;
    margin-bottom: 0;
}


footer {
    padding: 50px 0;
    background-color: #eeeeee;
}

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