@font-face {
    font-family: 'OpenSans';
    src: url('../fonts/OpenSans-Medium.woff') format('woff'),
    url('../fonts/OpenSans-Medium.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

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

body {
    font-family: OpenSans !important;
}

a:hover {
	opacity: 0.9;
    color: #fff;
}

.bg-center {
    position: fixed;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
}

.img-bg-logo {
	margin-top: 150px;
	width: 50%;
}