section#frontpage {
    padding: 8%;
    background: rgba(0, 0, 0, .5);
    -webkit-box-shadow: 0 5px 11px 0 rgb(50 50 50 / 8%);
    box-shadow: 0 5px 11px 0 rgb(50 50 50 / 8%);
    min-height: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    text-align: center;
}

#frontcontent h2.intro-text {
    font-size: 23pt;
    font: 300 11px/1.4 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

.intro-text span {
    color: #fff;
    font-size: 75px;
    line-height: 80px;
    text-align: center;
    text-transform: uppercase;
}

main {
    position: absolute;
    top: 80px;
    bottom: 80px;
    left: 0px;
    width: 100%;
    overflow-y: auto;
}

footer {
    background: #272727;
    line-height: 18px;
    height: 80px;
    padding: 10px 0;
    font-size: 11pt;
    position: absolute;
    bottom: 0;
    width: 100%;
    overflow: hidden;
    z-index: 1;
}
.page-footer>.container{
    height: 100%;
}
.page-footer a{
    text-decoration: none!important;
}
footer span{
    color: #aaa;
}
footer a:hover span{
    border-bottom: 4px solid #ee0707;
}
.footer-box{
    text-align: center;
}

#contact .main-box{
    padding: 1px 60px;
    padding-top: 10px;
    background: #fff;
}