:root { 
    --light-background: #fff;
    --mid-color: #2f8283;
    --dark-background: #424242;
    --light-text: #48CFCB;
    --dark-text: #242424;

}

body{
    color: var(--dark-text);
    background-color: var(--light-background);
}

h1, #h1 {
    font-size: 2.95rem;
    color: var(--light-text);
    font-family: "Playfair Display", serif;
    font-weight: 400;
    font-style: normal;
}

h2 {
    text-align: center;
    color: var(--dark-text);
    font-size: 2.15rem;
    margin-top: 2.5rem;
    margin-bottom: 1rem;
    font-family: "Playfair Display", serif;
    font-weight: 400;
    font-style: normal;
}

h3 {
    font-family: "Noto Serif Georgian", serif;
    font-weight: 400;
    font-style: normal;
}

hr { 
    width: 28vw;
    color: var(--light-text);
}

.hr-alt { 
    color: var(--dark-background);
}

a {
    font-family: "Noto Serif Georgian", serif;
    font-weight: 400;
    font-style: normal;
}

p {
    font-family: "Noto Serif Georgian", serif;
    font-weight: 400;
    font-style: normal;
}

.overlay {
    background-color: rgba(0,0,0, 0.75);
}

/* Nav Bar */ 
.navbar-nav a, .navbar-nav .nav-link.active, .navbar-nav .nav-link.show {
    color: var(--light-background);
}

nav { 
    background-color: var(--mid-color);
}

.navbar-brand {
    font-family: "Playfair Display", serif;
    font-weight: 400;
    font-style: normal;
    color: var(--light-background);
}

/* Jumbo Tron Area */
#jumbotron-row { 
    background-color: rgba(0,0,0, 0.75);
    padding-top: 7rem;
    padding-bottom: 7rem;
    height: 100%;
}

#jumbotron-row p {
    color: var(--light-text);
}

#self-help{
    margin-top: 57px;
    background: url('../images/intro-background.jpg');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

/* Benefits Area */
.card {
    background-color: var(--light-background);
    min-width: 235px;
}

.btn-primary {
    background-color: var(--mid-color);
    color: var(--light-background);
    font-family: "Noto Serif Georgian", serif;
    font-weight: 400;
    font-style: normal;
}

.btn-primary:hover { 
    background-color: var(--dark-background);
    color: var(--light-text);
}

/* Meetups Area */
#mind-care-meetups {
    background: url('../images/mindfulness-meetups.jpg');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

#mind-care-meetups h2 { 
    color: var(--light-text);
}

/* Footer */ 
.footer-area { 
    background-color: var(--mid-color);
    color: var(--light-background);
}

.modal-btn { 
    float: right; 
}

.social-text { 
    text-align: justify;
    width: 283px;
    margin: 0 auto;
}

.facebook-icon { 
    font-size: 52px;
}

.footer-area .btn-class { 
}

.contact-btn {
    background-color: var(--dark-background);
    color: var(--light-text);
    border: none;
}

.contact-btn:hover{ 
    color: var(--light-background);
    border: 1px solid;
    border-color: var(--dark-text);
}

footer a {
    color: var(--dark-background);
}

footer a:hover { 
    color: var(--light-background);
}

#myModal { 
    color: var(--dark-background);
    text-align: left;
}