#home{

}
#about_the_project{
    background-color: #FEFEFE;
    padding-top: 100px;
    padding-bottom: 100px;
}
#about_our_team{
    background-color: #FEFEFE;
    padding-top: 100px;
    padding-bottom: 100px;
}

.team{
    padding: 0 5px 20px;
    margin-bottom: 20px;
}

.team-name{
    font-size: 1.3em;
    text-align: center;
}

.team-title{
    font-size: 1.1em;
    text-align: center;
}

#explore{
    background-color: #FEFEFE;
    padding-top: 100px;
    padding-bottom: 100px;
}
.explore_city{
    padding: 0 5px 40px;
}
.explore_city .image-container{
    height: 200px;
    overflow: hidden;
}
.explore_city_thumbnail{
    height: 200px;
    margin-bottom:10px;
}
.explore_city_thumbnail .image-container{
    height: 200px;
    overflow: hidden;
}
.explore_city_thumbnail .image-container img {
    position: relative;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    top: 50%;
}
.city-name{
    font-size: 1.3em;
    text-align: center;
}
#events{
    background-color: #FEFEFE;
    padding-top: 100px;
    padding-bottom: 100px;
}

.events_title_group{
    position: relative;
    top: -40px;
}

.event{
    padding: 0 0 20px;
    border-bottom: 1px solid #62B6CB;
    margin-bottom: 20px;
}

.event:last-child{
    border-bottom: none;
}

.event .event-description{
    padding: 10px 0;
    font-size: 1em;
}

.event .event-date{
    font-size: 0.8em;
}

#events .image-container{
    height: 400px;
    overflow: hidden;
}
#events .image-container img {
    position: relative;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    top: 50%;
}

._fadeInUp,
._fadeInLeft{
    opacity: 0;
}

/*
.section_title span {
    font-size: 2.5em;
    letter-spacing: normal;
    line-height: 0.6em;
    font-weight: bold;
    padding-left: 0;
    margin-bottom: 85px;
}
.section_title_mini span{
    margin-top:100px;
    font-size: 0.8em;
    line-height: 0.6em;
    font-weight: bold;
    background-color: #fefefe;
    letter-spacing: 0.5em;
}
*/
.section_title span, .section_subtitle span{
    background-color: #FEFEFE;
    padding: 5px;
    font-size: 1em;
}
.section_title span{
    font-size: 0.8em;
    letter-spacing: 0.5em;
    padding-left: 18px;
}
.section_subtitle span{
    font-size: 2em;
    line-height: 0.6em;
    font-weight: normal;
}
.events_title_group {
    font-weight: bold;
}