.feather-16 {
    width: 16px;
    height: 16px;
}

.feather-24 {
    width: 24px;
    height: 24px;
}

.feather-32 {
    width: 32px;
    height: 32px;
}

.header-footer {
    background-color: #141414;
    color: #999;
}
.header-footer a {
    color: #747e99;
}

.parallax {
    background-image: url("/copper.jpg");
    background-color: #070200;
    padding-top: 50px;
    padding-bottom: 50px;
    color: white;

    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.yanone {
    font-family: 'Yanone Kaffeesatz', sans-serif;
}


.display-5 {
    font-size: 2.5rem;
    font-weight: 300;
    line-height: 1.2;
}


.display-6 {
    font-size: 1.5rem;
    font-weight: 300;
    line-height: 1.2;
}


html {
    font-size: 1rem;
}

.logo-text {
    font-size: 2.5rem;
    font-weight: 300;
    line-height: 1.2;
    -ms-flex-align: center !important;
    align-items: center !important;
}

.logo-container {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
}

.logo-image {
     height: 120px;
     width: auto;
}

@media (min-width: 340.98px) {
    .logo-text {
        font-size: 3.5rem;
        font-weight: 300;
        line-height: 1.2;
        -ms-flex-align: center !important;
        align-items: center !important;
    }

    .logo-container {
        -ms-flex-direction: column !important;
        flex-direction: column !important;
    }

    .logo-image {
        height: 200px;
        width: auto;
    }
}
@media (min-width: 767.98px) {
    .logo-text {
        font-size: 4.5rem;
        -ms-flex-align: start !important;
        align-items: flex-start !important;
    }

    .logo-container {
        -ms-flex-direction: row !important;
        flex-direction: row !important;
    }

    .logo-image {
        height: 256px;
        width: auto;
    }
}




@media (min-width: 768px) {
    
}


.site-content {
    background-color: #1a1a1a;
    color: #f3f3f3;
}

.flex-grow {
    flex: 1 0 auto;
}

.table {
    color: white;
}

html {
    height: 100%;
}

body {
    height: 100%;
}

.main-container {
    height: 100%;
}