html { height: 100%; }
body {
    background: #ecf0f1;
    border-color: #318c2c;
    border-top-style: solid;
    border-top-width: 5px;
    color: #2c3e50;
    font-weight: 400;
    height: 100%;
    padding-top: 5px;
}

.cultureController {
    position: absolute;
    left: 0;
    top: 10px;
    height: auto;
}

.cultureController > div {
    float: left;
    margin-left: 5px;    
    height: auto;
    cursor: pointer;
}

body div { height: 95%; }

#showcase { height: 85% }
h1, h2, h3, h4, h5, h6 {
    color: #34495e;
    font-weight: 700;
}

#header-text {
    margin-bottom: 50px;
    text-align: center;	
}
#header-text.alter { margin-bottom: 30px; }
#header-text h1 {
    font-size: 32px;
    margin-bottom: 20px;
}
#header-text p {
    font-size: 18px;
    line-height: 24px;
    padding: 0 10px;
}


.displayTabel {
    display: table;
    width: 100%;
}
.showcase-desc { height: auto; }
.showcase-media {
    display: table-cell;
    vertical-align: middle;
}
.showcase-media img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    vertical-align: middle;
}

.showcase-desc {
    font-size: 2em;
    margin: 30px 50px;
    text-align: center;
}

#vivaLogo {
    position: absolute;
    right: 20px;
    top: 20px;
    width: 200px;
}

footer {
    bottom: 0;
    left: 0;
    margin: 20px 0 10px;
    text-align: center;
    width: 100%;
}


@media (max-width: 991px) {
    #vivaLogo { display: none; }
}

@media (max-width: 768px) {
    body div { height: auto; }

    #showcase { height: auto; }
}