﻿.container {
    padding-right: 0px !important; 
    padding-left: 0px !important; 
    
}

@media (min-width: 768px) {

    #EventsCalendarMobile {
        display: none;
    }
}

@media (max-width: 767px) {
    #EventsCalendarCarousel {
        display: none;
    }
}

#EventsCalendarCarousel .event-box {
    background-color: #e83b51;
}

#EventsCalendarCarousel .event-box-green {
    background-color: #00a19a;
}

#EventsCalendarCarousel .event-year {
    color: #00a19a;
    font-size: 28px;
}

#EventsCalendarCarousel .event-name {
    color: #e83b51;
    font-size: 2rem;
    font-weight: bold;
}

#EventsCalendarCarousel .event-title a {
    color: #fff;
    font-size: 1.25rem;
    font-weight: 700;
}

#EventsCalendarCarousel .event-title a:hover {
    color: #fff;
    font-size: 1.25rem;
    font-weight: 700;
    text-decoration: none;
}

#EventsCalendarCarousel .small,
#EventsCalendarCarousel small {

    font-size: 90% !important;
    font-weight: 400 !important;
    line-height: 1.2em !important
}

#EventsCalendarCarousel .event-type {
    font-size: 12px;
    font-weight: bold;
    float: right;
    color: #fff;
}

#EventsCalendarCarousel .event-date {
    line-height: 12px;
}

#EventsCalendarCarousel .event-day {
    font-size: 26px;
}

#EventsCalendarCarousel .event-address {
    line-height: 14px;
}

#EventsCalendarCarousel .event-category {
    font-size: 14px;
    color: #fff;
    font-weight: lighter;
}

#EventsCalendarCarousel .carousel-item {
    height: 100%;
}

#EventsCalendarCarousel .carousel-control-prev {
    margin-left: -125px !important;
}

#EventsCalendarCarousel .carousel-control-next {
    margin-right: -125px !important;
}

#EventsCalendarCarousel .img-fluid {
    width: 100%;
}

#EventsCalendarCarousel .carousel-control-prev-icon {
    color: #00a19a;
}

#EventsCalendarCarousel .carousel-control-prev-icon,
#EventsCalendarCarousel .carousel-control-next-icon {
    height: 50px;
    width: 50px;
    outline: #00a19a;
    background-size: 50%, 50%;
    border-radius: 50%;
    border: 1px solid #00a19a;
    background-image: none;
}

#EventsCalendarCarousel .carousel-control-prev-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='Teal' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E");
}

#EventsCalendarCarousel .carousel-control-next-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='Teal' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3e%3c/svg%3e");
}


#EventsCalendarMobile .event-box {
    background-color: #e83b51;
}

#EventsCalendarMobile .event-box-green {
    background-color: #00a19a;
}

#EventsCalendarMobile .event-year {
    color: #00a19a;
    font-size: 25px;
    font-weight: 500;
	margin-left:-15px;
}

#EventsCalendarMobile .event-name {
    color: #e83b51;
    font-size: 25px;
    font-weight: bold;
}

#EventsCalendarMobile .event-title a {
    color: #fff;
    font-size: 1rem;
    font-weight: 700;
}

#EventsCalendarMobile .event-title a:hover {
    color: #fff;
    font-size: 1rem;
    font-weight: 700;
    text-decoration: none;
}

#EventsCalendarMobile .event-type {
    font-size: 12px;
    font-weight: bold;
    float: right;
    color: #fff;
}

#EventsCalendarMobile .event-date {
    line-height: 12px;
}

#EventsCalendarMobile .event-day {
    font-size: 26px;
}

#EventsCalendarMobile .event-address {
    line-height: 14px;
    font-size: 14px;
	padding-right:0.8rem;
}

#EventsCalendarMobile .event-category {
    font-size: 14px;
    color: #fff;
    font-weight: lighter;
}

#AboutUs .topline {
    padding: 0;
    padding-top: 6px;
    width: 100%;
    background-color: #e8e8e8;
    border: none;
}

#AboutUs .about-subtitle {
    font-size: 18px;
    font-weight: 500;
}

#AboutUs .about-title {
    color: #e83b51;
    font-size: 2rem;
    font-weight: bold;
}

#AboutUs .about-text {
    font-size: 0.875rem;
}

#AboutUs h2 {
    font-size: 18px;
    font-weight: bold;
    color: #00a19a;
}

#AboutUs p {
    font-size: 0.875rem;
}

#AboutUs .icon-about {
    width: 37% !important;
}

#AboutUs .icon-much {
    width: 34% !important;
}

#AboutUs .margin-left {
    margin-left: -0.25rem !important;
	margin-top: 1rem;
}

#AboutUs .btn-danger {
    border-radius: 10px 10px;
    font-size: 12px;
    color: #fff;
    background-color: #e83b51;
    border: none;
    width: 100%;
    font-size: 16px;
    background-image: none;
}