@import url('https://fonts.googleapis.com/css?family=Nunito|Open+Sans');
@import url('../../font-awesome/css/font-awesome.min.css');
.bg {
    background-image: url('../../img/lake-fall.jpg');
    background-size: cover;
    background-attachment: fixed;
    background-position: center center;
    background-repeat: no-repeat;
    width: 100vw;
    height: 100vh;
}
.bg .header {
    margin-top: 5vh;
}u

.bg h1 {
    font-family: 'Nunito', sans-serif;
    font-weight: bold;

    color: #333;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    padding: 30px 0;
}
.bg p.v-divider {
    font-size: 20px;
}

.bg .button-group .button {

    border: 1px solid #eee;
    background-color: rgba(10, 10, 10, 0.8);
    color: #fff;
}

.reveal {
    max-height: 90vh;
    overflow: auto;
}
.reveal h2 {
    font-family: 'Nunito', sans-serif;
}
.reveal p {
    font-family: 'Open Sans', sans-serif;
}
