html {
    background: url(/images/backgrounds/home.jpg) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

h1 {
    font-weight: 400;
    font-family: Montserrat,sans-serif;
    line-height: 1.2;
    margin-bottom: 0.75rem;
    font-size: 3.4375rem;
    color: #fff;
}

.container {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
.text-center {
    position: absolute;
    top: 80%;
    left: 0;
    right: 0;
    transform: translate3d(0,-50%,0);
    text-align: center;
}

.segware-logo {
    position: absolute;
    top: 1rem;
    left: 1rem;
    height: 30px;
}

.g-radius--circle {
    border-radius: 50% !important;
}
.s-icon--white-bg {
    color: #222324;
    background: #fff;
    border-width: 0.0625rem;
    border-style: solid;
    border-color: #fff;
    line-height: 1.4;
}
.s-icon--lg {
    width: 3.5rem;
    height: 3.5rem;
    font-size: 1.625rem;
}
.s-icon {
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    line-height: 3.5rem;
    transition-duration: 300ms;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.7,1,0.7,1);
}
.s-icon--white-bg:focus, .s-icon--white-bg:hover {
    color: #13b1cd;
    background: #fff;
    border-color: #fff;
}
.s-icon:focus, .s-icon:hover {
    font-size: 2.2rem;
    text-decoration: none;
    transition-duration: 300ms;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.7,1,0.7,1);
}