body {
    padding: 0;
    margin: 0;
    background: #ffffff;
    text-align: justify;
}

#sticky-footer{
    background-color: #343C46;
}

section a {
    color: #5C8D43 !important;
}

section a:hover {
    color: #343C46 !important;
}

hr.lineStyle {
    border: 1px solid #ffffff;
    margin: 40px;
}

.card-title span {
    color: #5C8D43;
}

.green {
    background-color: #D8E8C7;
    padding: 50px;
}

.quote {
    background-color: #ffffff;
    padding-top: 30px;
}

.quote h1, .quote h2, .quote h3, .quote h4, .quote h5 {
    color: #D8E8C7;
    text-align: right;
}

.dark, .light, .light-gray {
    padding-top: 50px;

    padding-bottom: 10px;
}

.dark {
    background-color: #343C46;
}

.dark h1, .dark h2, .dark h3, .dark h4, .dark h5 {
    color: #ffffff;
}

.dark span, .dark p {
    color: #ffffff;
}

.light-gray {
    background-color: rgba(52, 60, 70, 0.2);
}

.app-describe-headline {
    text-align: center;
    font-size: 4em;
}

.app-describe-text-div {
    padding-left: 50px !important;
    padding-right: 50px !important;
}


.btn-header {
    color: #5C8D43 !important;
    background-color: #ffffff !important;

    border-color: #5C8D43 !important;
    border: 3px solid #5C8D43 !important;
}

.btn-header:hover {
    color: #5C8D43 !important;
    background-color: #ffffff !important;

    border-color: #5C8D43 !important;
    border: 5px solid #5C8D43 !important;
}


#photos {
    -webkit-column-count: 2;
    -webkit-column-gap: 0px;
    -moz-column-count: 5;
    -moz-column-gap: 0px;
    column-count: 2;
    column-gap: 0px;
}

#photos img, #photos2 img {
    width: 100% !important;
    height: auto !important;
    display: block;
}

@media (max-width: 1200px) {
    #photos, #photos2 {
        -moz-column-count: 2;
        -webkit-column-count: 2;
        column-count: 2;
    }

    .screenshot {
        height: 80% !important;
    }
}

@media (max-width: 1000px) {
    #photos, #photos2 {
        -moz-column-count: 2;
        -webkit-column-count: 2;
        column-count: 2;
    }

    .screenshot {
        height: 60% !important;
    }
}

@media (max-width: 800px) {
    #photos, #photos2 {
        -moz-column-count: 1;
        -webkit-column-count: 1;
        column-count: 1;
    }

    .screenshot-left, .screenshot-right {
        text-align: center !important;
    }

    .screenshot-left {
        height: 600px !important;
    }

    .screenshot {
        height: 40% !important;
    }
}

@media (max-width: 400px) {
    #photos, #photos2 {
        -moz-column-count: 1;
        -webkit-column-count: 1;
        column-count: 1;
    }

    .text {
        font-size: xx-small;
    }

    .btn-outline-primary {
        font-size: 20px !important;
    }

    .screenshot-left, .screenshot-right {
        text-align: center !important;
    }

    .screenshot-left {
        height: 600px !important;
    }

    .screenshot {
        height: 50% !important;
    }

    .text-lg-right {
        padding-top: 70px !important;
    }

    .intro-text h1{
        font-size: 3em !important;
    }
}

#photos2 {
    -webkit-column-count: 4;
    -webkit-column-gap: 0px;
    -moz-column-count: 5;
    -moz-column-gap: 0px;
    column-count: 4;
    column-gap: 0px;
}

.container2 {
    position: relative;
}

.image {
    display: block;
    width: 100%;
    height: auto;
}

.overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    transition: .5s ease;
    background-color: #5C8D43;
}

.container2:hover .overlay {
    opacity: 1;
}

.text {
    color: white;
    position: absolute;
    top: 50%;
    left: 25%;
    -webkit-transform: translate(-20%, -45%);
    -ms-transform: translate(-20%, -45%);
    transform: translate(-20%, -45%);
    text-align: center;
}


.img-wrap img {
    width: auto;
    height: 100%;
}

.triangle-up {
    width: 100%;
    height: 0;
    border-left: 25px solid transparent;
    border-right: 0px solid transparent;
    border-bottom: 50px solid #555;
}

#first {
    width: 100%;
    height: 300px;
    background-image: url(../assetts/desk.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}

.screenshot {
    height: 100%;
    width: auto;
}

.screenshot-left {
    text-align: left;
}

.screenshot-right {
    text-align: right;
}

.mb-0 {
    padding: 10px;
    cursor: pointer !important;
}

.mb-0:hover {
    color: #5C8D43;
    cursor: pointer;
}

.faq {
    font-size: large !important;
    font-weight: 500 !important;
    color: #5C8D43 !important;
    background-color: transparent;
    cursor: pointer !important;
    white-space: normal !important;
    text-align: left !important;
}

.card {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: transparent !important;
    background-clip: border-box;
    border: none !important;
    border-radius: .25rem;
}
