@charset "UTF-8";
/* Full Screen Images */

html, body {
    height: 100%;
    width: 100%;
}

.full-screen {
    display: table;
    position: relative;
    width: 100%;
    height: 100%;
    background: url(../img/Background-01.jpg) no-repeat center center scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

/* Centred Text */

.text-vertical-center {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}

.text-vertical-center h1 {
    margin: 0;
    padding: 0;
    font-size: 4.5em;
    font-weight: 700;
	color:#fff;
	font-family: "sourcesanspro-bold";

}

.text-vertical-center h3 {
	color:#fff;
	font-family: "sourcesanspro_regular";


}



