.image-wrapper{
    padding: 20px 0px;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Michroma','Helvetica',Arial,sans-serif;
}

.btn-primary {
    background-color: #46b478;
    border-color: #46b478;
}

.btn-primary:active, .btn-primary:focus, .btn-primary:hover {
    color: #fff;
    background-color: #3aa96c!important;
    border-color: #46b478;
}

p {
    font-weight: 200!important;
}

body {
    font-family: 'Kanit',Helvetica,Arial,Lucida,sans-serif;
}

.text-faded {
    color:white!important;
}

header.masthead h1 {
    letter-spacing: 3px;
}

.text-uppercase {
    text-transform: none!important;
}

header.masthead {
    background-position:center!important;
}

hr {
    border-color: #46b478!important;
}

a {
    color: #46b478;
}

a:hover {
    color: #46b478;
}

#contact a{
    font-weight: bolder;
    font-size: 1.25rem;
}

#mainNav .navbar-nav>li.nav-item>a.nav-link.active {
    color: #46b478 !important;
}

@media (min-width: 1200px){
    header.masthead h1 {
         font-size: 3rem!important;
    }
}

@media (min-width: 768px) {
    header.masthead p {
        font-size: 1.25rem;
    }
}