@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,800');

* {
    font-family: 'Open Sans', sans-serif;
}
body {
    background:#000 url('../img/1.jpg')  no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}


.wrap {
    display: table;
    position: absolute;
    height: 100%;
    width: 100%;
}

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

.quote {
    padding-top: 20px;
    padding-bottom: 20px;
    background-color: rgba(0,0,0,0.7);
    text-align: center;
    color: #fff;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
}
.quote h2 {
    font-size: 40px;
    color: #fff;
}
.quote h3 {
    font-size: 18px;
    color: #ED3023;
    font-weight: bold;
}
.sublinks {
    margin-top: 40px;
}
.sublinks a:link, .sublinks a:hover, .sublinks a:active, .sublinks a:visited {
    color: #fff;
}
