html {
    scroll-behavior: auto !important;
}

body {
    width: 100%;
    font-family: 'Poppins';
    overflow-y: scroll;
}

* {
    transition: .2s all;
}

.hidden {
    display: none !important;
}

#topbar {
    padding: .25em;
}

#topbar ul li {
    margin: .25em;
}

header {
    color: #333;
    width: 100%;
}

header .logo {
    max-height: 100px;
}

#showcase {
    background: url('../img/banner.jpg') no-repeat top right;
    background-size: cover;
    min-height: 800px;
    padding: 0 0 3em 0;
}

#content {
    margin-top: 5em;
}

footer {
    background: url('../img/ruler_footer.png') repeat-x bottom center;
    background-color: #009540 !important;
    margin-top: 5em;
    color: #fff;
}

footer a,
footer a.btn-link {
    color: #fff;
}

footer a:hover {
    color: #009540 !important;
}

footer a.btn-link:hover {
    color: #005224 !important;
}

/** ----------------------------- **/

@media(max-width: 768px) {
    .btn span {
        display: none !important;
    }
}

.separator {
    background-color: #009540 !important;
    padding: 3em;
    margin: 0 0 3em 0;
}

.bg-primary {
    background-color: #009540 !important;
}

.btn-outline-primary {
    border-color: #009540 !important;
    color: #009540
}

.btn-outline-primary:hover {
    background-color: #009540 !important;
}

.btn-primary {
    background-color: #009540 !important;
    border-color: #009540 !important;
}

.btn-primary:hover {
    background-color: #fff !important;
    border-color: #009540 !important;
    color: #009540 !important;
}

.btn-link {
    text-decoration: none;
    color: #333;
}

.btn-link:hover,
.btn-link:active,
.btn-link:focus {
    text-decoration: none;
    color: #333 !important;
}

.bg-ruler {
    background: url('../img/ruler.png') top center repeat-x;
}

.btn svg {
    position: relative;
    top: -2px;
}

.h0 {
    font-weight: 900;
    font-size: 64px;
    line-height: 1.25em;
}

.h1 {
    font-weight: bold;
}

.rounded {
    border-radius: 15px !important;
}

.bg-transparent {
    background: #fffffff6 !important;
}

.back-to-top {
    transition: .2s all;
    position: fixed;
    bottom: 10px;
    right: 10px;
    font-size: 100% !important;
    background: rgb(255, 255, 255);
    color: #333;
    padding: .6em;
    border-radius: 50%;
    opacity: .5;
    text-align: center;
    text-decoration: none;
    z-index: 99999999 !important;
    color: #009540;
    right: 15px;
    bottom: 15px;
}

.back-to-top:hover {
    transition: .2s all;
    opacity: 1;
}

.link {
    border-bottom: dotted #777 1px;
    font-weight: 600 !important;
}

h1 {
    font-weight: 900;
    font-size: 64px;
    line-height: 1.25em;
}

ul.no {
    list-style: none;
}

.zoom {
    transform: scale(1) !important;
    transition: all .2s !important;
    cursor: pointer;
}

.zoom:hover {
    transform: scale(1.1) !important;
    transition: all .2s !important;
    cursor: pointer;
}

.list-group svg {
    margin-right: 10px;
    position: relative;
    top: -1px;
    color: #009540 !important;
}
