body {
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #227FBB;

    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;

    font-family: -apple-system, BlinkMacSystemFont, "San Francisco", "Roboto", "Segoe UI", "Helvetica Neue", sans-serif;
    color: #fff;
}

*, *:before, *:after {
    box-sizing: border-box;
    position: relative;
    z-index:1000;
}

#links{
    list-style-type:none;
}
#links li{
    padding:50px;
    display:inline;
    float:left;
    color:white;
}

a{
    color:white;
    text-decoration:none;
}

a.contact {
    font-weight: 600;
}

a.contact:hover {
    cursor: pointer;
    text-decoration: underline;
}

a.btn-raised {
    background-image: linear-gradient(to right, rgba(212, 213, 214, 0.3), rgba(212, 213, 214, 0.3));
    background-color: #f4f4f4;
    color: #6c7680;
    padding-left: 16px;
    padding-right: 16px;
    min-width: 88px;
    display: inline-block;
    height: 36px;
    margin: 8px;
    outline: none;
    border: none;
    border-radius: 2px;
    background-clip: padding-box;
    transition: all .15s linear;
    cursor: pointer;
    font-size: 14px;
    line-height: 36px;
    letter-spacing: 0.5px;
    font-weight: 600;
    text-transform: uppercase;
    text-align: center;
}

a.btn-raised:hover {
    background-image: none;
    box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.12), 0 1px 2px 0 rgba(0, 0, 0, 0.24);
}

#links li.a:hover{
    text-decoration:none;
}

.logo {
    max-width: 250px;
    width: 250px;
    height: auto;
}

h2 {
    color: #fff;
}

h2.name {
    font-weight: 500;
    margin-top: 12px;
    margin-bottom: 24px;
}

p.message {
    margin-bottom: 0;
	text-align: center;
	width: 100%;
}

ul.unstyled {
    list-style: none;
    line-height: 1.6;
	text-align: center;
	padding-left: 0;
}
