/* General Selectors */

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    background-color: #348F50;
    background-image: -moz-linear-gradient(45deg, #348F50 15%, #56B4D3 85%);
    background-image: -webkit-linear-gradient(45deg, #348F50 15%, #56B4D3 85%);
    background-image: -ms-linear-gradient(45deg, #348F50 15%, #56B4D3 85%);
    background-image: linear-gradient(45deg, #348F50 15%, #56B4D3 85%);
    background-size: cover;
}

.background {
    position: fixed;
    background-color: #348F50;
    background-image: -moz-linear-gradient(45deg, #348F50 15%, #56B4D3 85%);
    background-image: -webkit-linear-gradient(45deg, #348F50 15%, #56B4D3 85%);
    background-image: -ms-linear-gradient(45deg, #348F50 15%, #56B4D3 85%);
    background-image: linear-gradient(45deg, #348F50 15%, #56B4D3 85%);
    background-image: url('/assets/cultivate/img/background.svg');
    height: 100vh;
    width: 100vw;
    z-index: -1;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    opacity: 0.75;
    background-blend-mode: hard-light;
}

h2 {
    font-weight: 300;
}

h3 {
    font-weight: 300;
}

h4 {
    font-weight: 300;
}

p {
    font-weight: 400;
}

.text-small {
    font-size: 0.75em;
}

.header_main {
    border-left: 10px solid;
    border-image-slice: 1;
    border-left-width: 5px;
    border-image-source: linear-gradient(180deg, #56B4D3 10%, #348F50 90%);
    padding-left: 10px;
}

.header_sub {
    border-left: 10px solid;
    border-image-slice: 1;
    border-left-width: 3px;
    border-image-source: linear-gradient(180deg, #56B4D3 10%, #348F50 90%);
    padding-left: 10px;
}


/* Header Selectors */

header {
    color: #111;
    margin-top: 150px;
    margin-bottom: 150px;
    text-align: center;
    background-color: rgba(255, 255, 255, 0.15);
    padding: 20px;
    border-radius: 4px;
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
}

header h1 {
    font-weight: 200;
}

header h3 {
    font-weight: 100;
}

.header-logo {
    display: flex;
    align-items: center;
    justify-content: center;
}


/* Nav Selectors */

nav {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    display: flex;
    flex-direction: row;
    position: sticky;
    position: -webkit-sticky;
    top: 0;
    z-index: 10;
}

nav ul {
    background-color: #EEE;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    display: flex;
    flex-direction: row;
    flex: 1 1 100%;
    justify-content: center;
    list-style: none;
}

nav ul li {
    /* background-color: #FFF; */
    /* border-radius: 2px; */
    /* border: 1px solid rgba(0, 0, 0, 0); */
    margin: 5px 10px;
    /* padding: 2px 15px; */
}

nav ul li:hover {
    /* border: 1px solid #DDD; */
}

nav ul li a {
    /* color: #000; */
}

nav ul li a:hover {
    /* color: #000;
    text-decoration: none; */
}


/* Content Selectors */

.content {
    background-color: #FFF;
    border-radius: 4px;
    box-shadow: 2px 2px 1px rgba(0, 0, 0, 0.2);
    position: relative;
}

section {
    padding: 20px 40px;
}

.content h2 {
    color: #111;
}

.content h3 {
    color: #111;
}

.content p {
    color: #333;
}


/* Intro */

.intro-image-container {
    align-items: center;
    display: flex;
    height: 100%;
    justify-content: center;
    width: 100%;
}

.intro-image-border {
    border-radius: 50%;
    width: 60%;
    padding: 10px;
    border: 1px solid #DDD;
}

.intro-image {
    border-radius: 50%;
}


/* Community */

.community-title {
    text-align: center;
}

.community-box {
    align-items: center;
    display: flex;
    color: #FFF;
    flex-direction: column;
    padding: 10px;
}

.community-box_left {
    background-color: #EFA8B0;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}

.community-box_middle {
    background-color: #C79CC8;
}

.community-box_right {
    background-color: #A89CC8;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}

.community-icon {
    font-size: 2.5em;
}

.community-amount {
    font-size: 1.5em;
}

.community-variable {}


/* Footer */

footer {
    margin: 100px 0;
}

.footer-logo {
    align-items: center;
    display: flex;
    flex-direction: row;
}

.footer-logo h1 {
    color: #FFF;
    font-weight: 200;
}

footer p {
    color: #FFF;
    font-weight: 300;
}

footer a {
    color: #FFF;
}


/* Plant Card */

.container-plants {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}

.container-plants-horizontal {
    display: flex;
    flex-wrap: wrap;
}

.card-plant-container {
    display: flex;
    flex-direction: row;
    width: 100%;
    margin-bottom: 20px;
}

.card-plant-img-container {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    padding: 4px 12px 4px 0;
}

.card-plant-img {
    width: 100px;
    height: 100px;
    background-size: cover;
    border: 1px solid #DDD;
    background-color: #F8F8F8;
}

.card-2-plant-img {
    width: 100%;
    height: 150px;
    background-size: cover;
    background-color: #F8F8F8;
    background-position: center;
}

.card-plant-content-container {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.card-plant-content-container h5 {
    font-weight: 600;
}

.card-plant-content-container p {
    font-style: italic;
    margin-bottom: 6px;
}

@media only screen and (max-width: 600px) {
    .card-plant-img {
        width: 50px;
        height: 50px;
    }
}


/* Plant */

.plant-img {
    width: 200px;
    height: 200px;
    background-size: cover;
    border: 1px solid #DDD;
    background-color: #F8F8F8;
}

.plant-title {
    font-weight: 300;
}

.plant-sub-title {
    font-style: italic;
    margin-bottom: 6px;
}

.plant-description {}


/* Log */

.log-container {
    margin-bottom: 10px;
    border-radius: 4px;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.4);
    padding: 5px 10px;
}

.log-container p {
    margin-bottom: 2px;
}

.log-header {
    margin-top: 20px;
    letter-spacing: 1px;
    border-radius: 4px;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.4);
    padding: 5px 10px;
    background-color: #348F50;
    background: -moz-linear-gradient(45deg, #348F50 15%, #56B4D3 85%);
    background: -webkit-linear-gradient(45deg, #348F50 15%, #56B4D3 85%);
    background: -ms-linear-gradient(45deg, #348F50 15%, #56B4D3 85%);
    background: linear-gradient(45deg, #348F50 15%, #56B4D3 85%);
    color: #FFF;
}


/* Modal */

.modal_background {
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.5);
}

.modal_container {
    display: flex;
    flex-direction: column;
    width: 90%;
    background-color: #FFF;
    border-radius: 4px;
    box-shadow: 2px 2px 1px rgba(0, 0, 0, 0.2);
}

.modal_header {
    width: 100%;
    background-color: #348F50;
    background: -moz-linear-gradient(45deg, #348F50 15%, #56B4D3 85%);
    background: -webkit-linear-gradient(45deg, #348F50 15%, #56B4D3 85%);
    background: -ms-linear-gradient(45deg, #348F50 15%, #56B4D3 85%);
    background: linear-gradient(45deg, #348F50 15%, #56B4D3 85%);
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    display: flex;
    flex-direction: row;
    padding: 0 25px;
}

.modal_close {
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 2em;
    text-decoration: none;
}

.modal_content {
    padding: 25px;
}