html, body {height:100%; min-height:100%;}

body {
    height:100%;
    background: url("../img/background.jpg") no-repeat center center fixed;  
    background-size: cover;
    font-family: 'Open Sans', sans-serif;
    color: #FFFFFF;
}

.full-page-container {
    position: absolute;
    display: table;
    width: 100%;
    height: 100%;
    text-align: center;
}

.main-container {
    display: table-cell;
    max-width: 845px;
    text-align: center;
    vertical-align: middle;
}

.centered-container {
    margin: 0 auto;
}

.icon-container {
    background-color: #FFFFFF;
    max-width: 700px;
    margin: 0 auto;
    padding-top: 31px;
    padding-bottom: 37px;
    box-sizing: border-box;
}

.text-container {
    background-color: rgba(0, 140, 116, 0.9);
    max-width: 700px;
    margin: 0 auto;
    padding: 46px 50px 46px 50px;
    box-sizing: border-box;
}

.text-container strong {
    font-weight: bold;
}

.text-title, .text-subtitle {
    text-transform: uppercase;
}

.text-title {
    font-size: 26px;
    letter-spacing: normal;
    padding-top: 35px;
}

.text-subtitle {
    font-size: 22px;
    font-weight: normal;
    letter-spacing: -0.6px;
    margin-top: 8px;
    margin-bottom: 52px;
}

.text-normal {
    font-size: 14px;
    font-weight: 300;
    line-height: 20px;
}

.text-author {
    font-style: italic;
    font-weight: 600;
    line-height: 20px;
}
.link {
    text-decoration:none;
    color:#fff;
    font-weight: 900;
}
.link:hover {
    text-decoration:underline;
}
