@font-face {
    font-family: "Open Sans";
    font-style: normal;
    font-weight: 300;
    src: local("Open Sans Light"), local("OpenSans-Light"), url("https://fonts.gstatic.com/s/opensans/v10/DXI1ORHCpsQm3Vp6mXoaTRampu5_7CjHW5spxoeN3Vs.woff2") format("woff2");
}
@font-face {
    font-family: "Open Sans";
    font-style: normal;
    font-weight: 800;
    src: local("Open Sans Extrabold"), local("OpenSans-Extrabold"), url("https://fonts.gstatic.com/s/opensans/v10/EInbV5DfGHOiMmvb1Xr-hiYtBUPDK3WL7KRKS_3q7OE.woff2") format("woff2");
}

h1 {
    font-family: "Open Sans",sans-serif;
    font-style: normal;
    font-weight: 800;
}

.icons-home {
    text-align: center;
}
.icons-home a {
    border: 0.125rem solid #fff;
    border-radius: 50%;
    display: inline-block;
    line-height: 0;
    margin: 0.125rem;
    padding: 0.938rem;
    transition: all 0.7s ease 0s;
}
.icons-home a .icon {
    fill: #fff;
    height: 18px;
    width: 18px;
}
@media only screen and (min-width: 37.5rem) {
.icons-home a .icon {
    height: 30px;
    width: 30px;
}
}
.icons-home a:hover {
    background: #fff none repeat scroll 0 0;
}
.icons-home a:hover .icon {
    fill: #0c59a0;
}

body {
    left: 0;
    margin: auto;
    right: 0;
    background-color: #0c59a0;
    height: 100%;
    font-family: sans-serif;
	text-align: center;	
	color: #fff;
}

.header-site .content {
    position: absolute;
    top: 15%;
    width: 100%;  
}

.header-site .site-title {
    font-size: 3.75rem;
    line-height: 1;
}
@media only screen and (min-width: 37.5rem) {
.header-site .site-title {
    font-size: 6.25rem;
    margin-bottom: 0;
}
}
.header-site .site-description {
    display: block;
    font-size: 1.25rem;
    margin: 1.875rem 0;
}
@media only screen and (min-width: 37.5rem) {
.header-site .site-description {
    font-size: 2.2rem;
}
}

footer {
    background: #0c59a0 none repeat scroll 0 0;
    margin-top: 100px;
    padding: 1.563rem 0;
}
footer p, footer a {
    color: #fff;
    font-family: "Open Sans",sans-serif;
    font-style: normal;
    font-weight: 300;
    margin: 0;
    text-align: center;
    text-decoration: none;
}
footer a:hover {
    color: #900;
}

.action-buttons {
    margin: 1.8rem 0;
	text-transform: lowercase;
}

.action-buttons  a{
	margin: 0 0.3rem;
	min-width: 130px;
}

.button-ghost{
    border: 0.1rem solid transparent;
    border-radius: 0.18rem;
    cursor: pointer;
    display: inline-block;
    font-size: 1rem;
    font-weight: 300;
    letter-spacing: 0.025rem;
    line-height: 3rem;
    padding: 0 1.25rem;
    text-align: center;
    text-decoration: none;
    white-space: nowrap;
	border-color: rgba(255, 255, 255, 0.4);
    color: #fff;
    text-decoration: none;	
}

.button-ghost:focus, .button-ghost:active, .button-ghost:hover {
    background-color: rgba(255, 255, 255, 0.1);
    border-color: rgba(255, 255, 255, 0.6);
}

.button-ghost:hover{
    color: #fff;
    text-decoration: none;
}
