html {
    font-size: 14px;   
}

body {
    font-family: Montserrat;
}

footer {
    background-color: #3c3c3b;
    padding: 75px 0 90px;
}

a:link,
a:visited {
    color: #3c3c3b;
}

a:hover,
a:active {
    color: #48aa3c;
}


/* Bootstrap overwrite */

.card {
    border: none;
}

.accordion-button:focus {
    box-shadow: none;
}

textarea.form-control {
    height: 144px;
}

.form-control {
    background: #f4f4f4;
    border-radius: 25px;
    border: none;
    padding: 13px 22px;
}

.form-control:focus {
    background: #f4f4f4;
}

.form-label {
    font-style: normal;
    font-weight: bold;
    font-size: 11px;
    line-height: 13px;
    text-transform: uppercase;
    color: #3c3c3b;
}

.btn {
    border-radius: 100px;
    font-size: 14px;
    font-weight: 600;
    padding: 8px 30px;
}

a:visited.btn-primary {
    color: #fff !important;
}

.btn-primary,
a:visited.btn-primary,
a:hover.btn-primary,
a:hover.btn-active {
    border-color: #48aa3c !important;
    background-color: #48aa3c !important;
    color: #fff !important;
}

.btn-outline-primary,
.btn-primary:visited {
    border-color: #48aa3c !important;
    color: #48aa3c !important;
}

.btn-outline-primary:hover,
.btn-outline-primary:active {
    border-color: #48aa3c !important;
    background-color: #48aa3c !important;
    color: #fff !important;
}

.font-weight-bold {
    font-weight: 600 !important;
}

.accordion-item {
    margin-bottom: 10px;
    background: #fff;
    box-shadow: 0px 0px 8px 3px rgba(0, 0, 0, 0.06);
    border-radius: calc(.25rem - 1px);
    border-top: none;
    border-right: none;
    border-bottom: none;
    border-left: 20px solid #48aa3c;
}

.accordion-button:focus {
    color: #212529 !important;
    border-color: #48aa3c;
}

.accordion-button:not(.collapsed) {
    background-color: #fff;
    color: #212529;
}

.accordion-body {
    padding: 30px 20px 30px 50px;
}

.accordion-button::after {
    display: none;
}

/* End Bootstrap overwrite */


/* Custom */

.user-featured-image {
    width: 100%;
    height: 100%;
    border-radius: 5px;
    background-size: cover;
    background-position: center;
}

.area-featured-image {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
}

.area-cover {
    background-size: cover;
    background-position: center;
    border-radius: 5px;
    overflow: hidden;
}

.area-cover .area-info {
    background-image: url("/static/images/transparent-bg.png");
    color: #fff;
    padding: 60px 80px;
}

.accounts-featured-image {
    background-size: cover;
    background-position: center;
    height: calc(58vw);
}

.user-profile-featured-image {
    background-size: cover;
    background-position: center;
    height: calc(35vw);
}

.text-accent {
    color: #48aa3c !important;
}

.nav-logo {
    width: 96px;
    height: 96px;
}

.nav-menu {
    padding: 36px;
}

/* End Custom */