* {
    padding: 0;
    margin: 0;
    list-style-type: none;
    scrollbar-color: #f37d1b rgb(64, 63, 63);
    scrollbar-width: thin;
}

::selection {
    background: rgba(243, 125, 27, 0.5);
    color: #f2f2f2;
}

html {
    height: 100%;
    width: 100%;
}

body {
    background-color: #151515;
    font-family: 'Titillium Web', Verdana, sans-serif;
    height: 100%;
    width: 100%;
}

.btn-primary,
.btn:focus,
.btn:active,
.btn-primary:visited {
    background-color: #f37d1b !important;
    border: none;
}

.btn-outline-primary {
    border-color: #f37d1b;
    color: #f37d1b;
}

.btn-outline-primary:hover {
    border-color: #f37d1b;
    background-color: #f37d1b;
    color: #fff;
}

.btn-primary:hover,
.btn-primary:active
{
    background-color: #313131 !important;
}

.btn {
    border-radius: 0.2rem;
}

.card-title {
    color: #f37d1b;
    text-transform: uppercase;
    font-size: 1.2em;
    font-weight: 600;
}

.card-body {
    background: rgba(255,255,255,0.1);
}

.card {
    background-color: #0a0a0a;
    border: none;
    border-radius: 0;
}

@media only screen and (min-width: 576px) {
    .card-img-top {
        height: 25vh;
        object-fit: cover;
        max-height: 200px;
    }
}

/* content header */
#navigation {
    background-color: #03030d;
    border-bottom: 1px solid #f37d1b;
}

#navigation > .container {
    padding: 0;
}

#navigation .nav-link {
    text-transform: uppercase;
    color: #bfbfbf;
}

#navigation .nav-link:hover {
    text-transform: uppercase;
    color: #f37d1b;
}

#nav-banner-image {
    height: 1em;
}

@media (min-width: 992px) {
    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: 0.7rem;
        padding-left: 0.7rem;
    }
}
/* END content header */

/* footer */
footer {
    margin: 0;
    border-top: 1px solid #f37d1b;
    background: #000000;
    text-align: center;
    color: #f37d1b;
}

footer > * {
    max-width: 800px;
}

#social-media {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin: 0 auto;
    padding: 1em 0;
    justify-content: center;
}

#social-media li {
    padding: 0 1rem;
    list-style-type: none;
}

#social-media a {
    font-size: 1.5rem;
    color: #c1c1c1;
    transition: .3s ease;
}

#social-media a:hover {
    color: #f37d1b;
    text-decoration: none;
}

#footer-copyright {
    text-transform: uppercase;
    color: #f37d1b;
    font-weight: 700;
    width: 100%;
    padding: 1rem 0;
    text-align: center;
}

#copywrite-symbol {
    position: relative;
    top: 2px;
}

.pdf-img {
    background: #fff;
    height: 20rem
}
/* END footer */

/* scroll bar */

::-webkit-scrollbar-track {
    background: rgb(64, 63, 63);
}

::-webkit-scrollbar-thumb {
    background: #f37d1b;
}

::-webkit-scrollbar {
    width: 0.5rem;
}
/* END scroll bar */
