/* CSS Document */
@page {
    size: auto;   /* auto is the initial value */
    margin: 0mm;  /* this affects the margin in the printer settings */
}

html {
    position: relative;
    min-height: 100%;
}

html, body {
    margin: 0 0 0 0;
    padding: 0;
    color: rgba(255, 255, 255, 1.00);
}

body {
    font-family: 'OpenSans-CondensedBold';
    font-size: 16px;
}

a {
    cursor: pointer;
}

h1 {
    margin-top: 0;
}

.wrapper {
    position: relative;
    display: block;

    margin-left: auto;
    margin-right: auto;
    margin-top: 20vh;
    margin-bottom: 0;
}

body {
    background: url(../images/landing_background_2.jpg) no-repeat fixed center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.logo {
    background: url(../images/landing_logo.png)  no-repeat center center;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
    display: block;
    height: 20vh;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 8em;
    margin-top: 10em;
}

.button {
    margin: 45px 0;
}

.button a {
    display: block;
    height: 100%;
    width: 100%;
}
.button_1 {
    background: url(../images/landing_button_1.png)  no-repeat center center;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
    display: block;
    height: 5vh;
    width: auto;
    margin-left: auto;
    margin-right: auto;
}
.button_2 {
    background: url(../images/landing_button_2.png)  no-repeat center center;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
    display: block;
    height: 5vh;
    width: auto;
    margin-left: auto;
    margin-right: auto;
}