html
{
    height: 100%;
}

body
{
    margin-top: 0px;
    margin-bottom: 0px;
    background-image: url("images/emblembg.png");
    background-repeat: no-repeat;
    background-position: center;
    background-color: #add1d4;
    background-size: 60%;
    height: 100%;
    font-family: "Open Sans", sans-serif;
    font-size: 12px;
}

a
{
    text-decoration: none;
    color: #0b625c;
}

a:hover
{
    color: #03877e;
}

.content-wrapper
{
    height: 100%;
    width: 600px;
    background: rgba(157, 201, 255, 0.8);
    margin: 0px auto;
    padding: 25px 50px 25px 50px;
}

.content
{
    opacity: 100% !important;
}

.main-title
{
    text-align: center;
    padding: 0px;
    margin: 0px;
    vertical-align: middle;
    display: inline-block;
    line-height: normal;
}

.main-title-text
{
    padding: 0px;
    margin: 0px;
    font-family: "Bangers";
    font-size: 50px;
    text-shadow: 2px 2px 2px #726aa9;
    color: #04bdb1;
    letter-spacing: 2pt;
    line-height: normal;
    text-align: center;
}

.welcome-text
{
    font-style: italic;
    padding: 0px;
    margin: 0px 0px 0px 0px;
    font-family: "Satisfy";
    font-size: 28px;
    color: #03877e;
    text-align: center;
}

.links
{
    text-align: center;
    font-size: 16px;
}

.icon-link
{
    display: inline-block;
    vertical-align: middle;
    line-height: normal;
    margin-left: 10px;
    margin-right: 50px;
}

.icon
{
    vertical-align: middle;
    width: 50px;
    padding-right: 10px;
}

.emblem
{
    width: 100px;
}

.footer
{
    text-align: center;
    align-content: center;
    bottom: 2px;
    position: fixed;
    width: 600px;
    color: #646e6d;
}