.container {
    /*position: absolute;*/
    /*top: 50%;*/
    /*left: 50%;*/
    /*-moz-transform: translateX(-50%) translateY(-50%);*/
    /*-webkit-transform: translateX(-50%) translateY(-50%);*/
    /*transform: translateX(-50%) translateY(-50%);*/
    text-align: center;
    vertical-align: middle;
    min-height: 100%;
    margin-bottom: -60px;
}

.container:after {
    content: "";
    display: block;
}

.site-footer, .container:after {
    height: 60px;
}

.site-footer {
    background: transparent;
}

.socialMedia {
    margin-top: 10px;
    font-family: Emulogic;
    color: #EEE;
    font-size: 20px;
    text-align: center;
}

#socialMediaDiv img {
    vertical-align: middle;
}

#socialMediaDiv a {
    margin: 0 15px;
}

.navItem {
    left: 50%;
}

.mainNav {
    margin: 80px 20% 0 20%;
}

.mainNav a {
    display: block;
    font-size: 36px;
    color: #EEE;
    margin: 15px 0;
    text-decoration: none;
    font-family: Emulogic;
}

.logoImage {
    width: 30%;
    max-width: 700px;
    margin-top: 5%;
}

body {
	font-family: "Super Plumber Brothers";
    background: #7089fc;
    height: 100%;
}

a {
    text-decoration: none;
    color: #EEE;
    margin: 0 2%;
}

a:hover {
    color: #DDD;
}

* {
    margin: 0;
}