﻿
.body {
    font: roboto;
}

.bg-image {
    background-image: url(img/sequoia.jpg);
    background-color: rgb(18, 20, 17);
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: scroll;
}

.narrow {
    width: 70%;
    margin-left: auto;
    margin-right: auto;
}

.logo {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 50px;
    margin-bottom: 50px;
    align-content: center;
    max-width: 50%;
    max-height: 150px;
    opacity: 1 !important; 
}

.logo-sm {
    display: block;
    margin-left: auto;
    margin-right: auto;
    align-content: center;
    max-height: 150px;
    opacity: 1 !important;
}

.list-group-item {
    opacity: 0.8;
}