* {
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
}
body {
    overflow-x: hidden;
}
.section-title {
    margin-bottom:25px;
    font-size:25px;
}
#timeline {
    margin-bottom: 50px;
}
.container-fluid,
.container- about {
    margin: 0px;
    padding: 25px;
    box-sizing: border-box;
}
.container-about {
    background: linear-gradient(rgba(0, 4, 7, 0.2), rgba(3, 0, 14, 0.9)), url('/static/img/farm/farm-sunrise-small.jpg');
    background-size: cover;
    padding-top: 150px;
    padding-bottom: 150px;
    text-align: center;
    color: white;
}
.container-about .row {
    width: 70%;
    margin: 0 auto;
}
.container-about h1 {
    font-size: 50px;
    font-weight: 700;
    margin-bottom: 50px;
    text-transform: uppercase;
    color: rgb(255, 255, 255);
}
.container-about h2 {
    font-weight: 700;
    font-size: 55px;
    margin-bottom: 50px;
}
.container-about button {
    background: rgba(0, 0, 0, 0.507);
    border: solid rgba(255, 179, 0, 0.915) 1px;
    color: white;
    outline: none !important;
    text-transform: uppercase;
    transition: .1s ease;
    letter-spacing: 5px !important;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 25px;
    width: 275px;
    font-size: 17px;
    font-weight: bold;
    height: 70px;
}
.about-section-picture-wrapper {
    width:50%;
}
.about-section-picture-wrapper img {
    opacity: .5;
    transition:.2s;
    cursor:pointer;
}
.about-section-picture-wrapper img:hover {
    opacity: 1;
}
.col-lg {
    padding:25px;
}
.about-container img {
    margin-bottom:25px;
}
.img-fluid {
    margin-bottom:50px !important;
}
.francesco {
    width:300px;
    border-radius: 90%;
}
 .lead {
    letter-spacing: 0px;
    line-height:1.5em;
    font-size:1em;
}
.very-tall {
    height: auto;
    padding-top:7em;
    margin-bottom:1em;
}
.accordion .card {
    border-radius:0px;
    margin-bottom:25px;
    background:rgb(255, 255, 255);
}
.accordion > .card:not(:last-of-type) {
    border-bottom:solid 1px  rgb(225, 225, 225);
}
.accordion button, 
.accordion button:hover {
    text-transform: uppercase;
    font-weight: 500;
    color:black;
    text-decoration: none;
    font-size:14px;
}
.about-container span {
    font-size: 12px;
    color: rgb(159, 159, 159)
}
.about-container h2 {
    margin-bottom:25px;
}
 .about-container h2 span {
    background: rgb(78, 207, 169);
    color: white;
    font-size: 14px;
}
.about-container h6 {
    font-weight: 300;
    font-size:17px;
}
.about-container .lead {
    font-size:.98em;
    line-height:2.5em ;
    padding-left:25px;
}
 .about-container .row .col-md {
    height: auto;
    min-height: 300px;
    box-shadow: 0px 10px 158px -49px rgba(0, 0, 0, 0.25);
    margin: 15px;
    padding: 25px;
    padding-top: 45px !important;
}
.about-container .row .col-md button {
    background: rgb(78, 207, 169);
    border: solid 3px rgb(78, 207, 169);
    color: white;
    text-transform: uppercase;
    padding: 6px;
    width: 220px;
    height: 50px;
    transition: .2s ease;
    font-weight: 700;
    letter-spacing:0px;
    font-size:1rem;
}
.past-event {
    cursor: not-allowed !important;
    background: grey !important;
    border: grey !important;
    outline: none !important;
}
.timeline {
    list-style: none;
    padding: 20px 0 20px;
    position: relative;
    margin-bottom:100px;
}
.timeline-body .lead {
    letter-spacing: 0px;
    line-height:2.5em;
    font-size:.9em;
}
.timeline-ul {
    padding-left:50px;
}
.timeline:before {
    top: 0;
    bottom: 0;
    position: absolute;
    content: " ";
    width: 3px;
    background-color: #eeeeee;
    left: 50%;
    margin-left: -1.5px;
}
.timeline > li {
    margin-bottom: 20px;
    position: relative;
}
.timeline > li:before,
.timeline > li:after {
    content: " ";
    display: table;
}
.timeline > li:after {
    clear: both;
}
.timeline > li:before,
.timeline > li:after {
    content: " ";
    display: table;
}
.timeline > li:after {
    clear: both;
}
.timeline > li > .timeline-panel {
    width: 46%;
    float: left;
    border: 1px solid #e9e9e9;
    border-radius: 0px;
    padding: 20px;
    position: relative;
}

.timeline > li > .timeline-panel:before {
    position: absolute;
    top: 26px;
    right: -15px;
    display: inline-block;
    border-top: 15px solid transparent;
    border-left: 15px solid #ccc;
    border-right: 0 solid #ccc;
    border-bottom: 15px solid transparent;
    content: " ";
}
.timeline > li > .timeline-panel:after {
    position: absolute;
    top: 27px;
    right: -14px;
    display: inline-block;
    border-top: 14px solid transparent;
    border-left: 14px solid #fff;
    border-right: 0 solid #fff;
    border-bottom: 14px solid transparent;
    content: " ";
}
.timeline > li > .timeline-badge {
    color: #fff;
    width: 30px;
    height: 30px;
    line-height: 50px;
    font-size: 1.4em;
    text-align: center;
    position: absolute;
    top: 16px;
    left: 50%;
    margin-left:-15px;
    background-color: #000000;
    z-index: 100;
    border-top-right-radius: 50%;
    border-top-left-radius: 50%;
    border-bottom-right-radius: 50%;
    border-bottom-left-radius: 50%;
}
.timeline-ul li {
    color:rgb(51, 51, 51);
    font-size:.9rem;
    line-height: 30px;
}
.timeline > li.timeline-inverted > .timeline-panel {
    float: right;
}

.timeline > li.timeline-inverted > .timeline-panel:before {
    border-left-width: 0;
    border-right-width: 15px;
    left: -15px;
    right: auto;
}
.timeline > li.timeline-inverted > .timeline-panel:after {
    border-left-width: 0;
    border-right-width: 14px;
    left: -14px;
    right: auto;
}
.timeline-badge.primary {
    background-color: #050505 !important;
}

.timeline-badge.success {
    background-color: #000000 !important;
}
.timeline-badge.warning {
    background-color: #f0ad4e !important;
}

.timeline-badge.danger {
    background-color: #d9534f !important;
}
.timeline-badge.info {
    background-color: #5bc0de !important;
}
.timeline-title {
    margin-top: 0;
    color: inherit;
}
.timeline-body > p,
.timeline-body > ul {
    margin-bottom: 20px;
}
.timeline-body > p + p {
    margin-top: 5px;
    line-height: 40px;
}
@media only screen and (max-width: 1199.98px) {
    .col-md {
        text-align: center;
    }
    .container-about {
        padding-left: 0px;
        padding-right: 0px;
    }
    .container-about h3 {
        margin-bottom: 30px;
    }
    .container-about button {
        margin: 0;
    }
    .container-about .row {
        width: 100%;
        padding: 20px;
    }
}
footer .lead {
    margin-bottom:0px;
}
footer .row {
    margin-bottom:0px;
}
@media only screen and (max-width: 767px) {
    .very-tall {
        height:auto;
        padding-top:1em;
    }
    ul.timeline:before {
        left: 40px;
    }
    ul.timeline > li > .timeline-panel {
        width: calc(100% - 90px);
        width: -moz-calc(100% - 90px);
        width: -webkit-calc(100% - 90px);
    }
    ul.timeline > li > .timeline-badge {
        left: 15px;
        margin-left: 11px;
        top: 16px;
    }
    ul.timeline > li > .timeline-panel {
        float: right;
    }
    ul.timeline > li > .timeline-panel:before {
        border-left-width: 0;
        border-right-width: 15px;
        left: -15px;
        right: auto;
    }
    ul.timeline > li > .timeline-panel:after {
        border-left-width: 0;
        border-right-width: 14px;
        left: -14px;
        right: auto;
    }
    .about-container {
        padding:25px !important;
    }
    .about-section-picture-wrapper {
        width:100%;
    }
    .francesco {
        width:100%;
    }
    footer .col-lg {
        margin-bottom:0px !important;
    }
}