﻿*, *:before, *:after {
-moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
}

html, body {
    height: 100%;
}

body {
    margin: 0;
    font-family: 'Source Sans Pro', sans-serif;
}

.header h1, h3{
    color: #fff;
}

.full-page {
    display: table;
    position: relative;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom right, #02b3e4, #02ccba);
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
    padding-top: 50px;
    padding-bottom: 50px;
    text-align: center;
    color: #f8f8f8;

}

.intro-message {
	margin-top: 20%;
    position: relative;
    vertical-align: middle;
}

.intro-divider {
    width: 400px;
}

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    background-color: #f5f5f5;
    vertical-align: bottom;
}