﻿

.CustomHalfSectionContainer {
    /*display:table-row;*/
    display:flex;
    flex-wrap:wrap;
    justify-content: center;
}

.CustomHalfSection {
    width: 50%;
    width: calc(50% - 40px);
    background-color: #eee;
    margin: 0px 20px 0px 20px;
    min-height: 100%;
}

.CustomHalfSectionLine {
    width: 60%;
    height: 1px;
    background-color: darkgray;
    margin: auto;
    margin-top: 15px;
    margin-bottom: 15px;
}

.contentClassFullWidthAll {
    width: 100% !important;
    max-width: 100% !important;
    height: auto !important;
    max-height: 110vw;
    object-fit: contain;
}

.contentClassZeroMargin {
    margin:0px !important;
}

.froala-style-10-margin {
    margin-left: 10px;
    margin-right: 10px;
}
.froala-style-20-margin {
    margin-left: 20px;
    margin-right: 20px;
}
.froala-style-30-margin {
    margin-left: 30px;
    margin-right: 30px;
}
.froala-style-40-margin  {
    margin-left:40px;
    margin-right:40px;
}

.froala-style-letter-spacing {
    letter-spacing:4.3px;
}

.froala-style-thin-font {
    font-weight:300;
}

@media (max-width: 767px) {
    .CustomHalfSection {
        width: calc(100% - 40px);
        /*margin-top:40px;*/
        width: 100%;
    }

    .fr-view img {
        margin: 10px;
    }

    .contentClassFullWidthTablet {
        width: 100% !important;
        max-width: 100% !important;
        height: auto !important;
        max-height: 110vw;
        object-fit: contain;
    }

    .contentClassCenterTablet {
        display: block !important;
        float: none !important;
        vertical-align: top !important;
        text-align: center !important;
        margin: 10px auto !important;
    }
}

@media (max-width: 414px) {
    .contentClassFullWidthPhone {
        width: 100% !important;
        max-width: 100% !important;
        height: auto !important;
        max-height: 110vw;
        object-fit: contain;
    }

    .contentClassCenterPhone {
        display: block !important;
        float: none !important;
        vertical-align: top !important;
        text-align: center !important;
        margin: 10px auto !important;
    }
}

.contentClassImageMargin {
    border: 10px solid transparent;
}

/* Maintain aspect ratio for images */
.fr-view img :not(.contentClassFullWidthBannerImg) {
    height: auto !important;
    max-width: 100% !important;
}

.froalaTableNoBorder {
    border:0 !important;
}



.froala-style-blog-text {
    font-family: Helvetica, Arial, sans-serif;
    font-size: 16px;
}

    .froala-style-blog-text span {
        font-family: Helvetica, Arial, sans-serif;
        font-size: 16px;
    }

.froala-style-event-text {
    font-family: Helvetica, Arial, sans-serif;
    font-size: 16px;
}
    .froala-style-event-text span {
        font-family: Helvetica, Arial, sans-serif;
        font-size: 16px;
    }

.froala-style-regular-header {
    font-family: Helvetica, Arial, sans-serif;
    font-size: 16px;
    font-weight: bold;
}
    .froala-style-regular-header span {
        font-family: Helvetica, Arial, sans-serif;
        font-size: 16px;
        font-weight: bold;
    }

.froala-style-fancy-header {
    font-family: 'Alex Brush', cursive !important;
    font-size: 36px !important;
}
    .froala-style-fancy-header span {
        font-family: 'Alex Brush', cursive !important;
        font-size: 36px !important;
    }

.froala-style-resize-to-fit span {
    display:block;
}



.froalaButton {
    /*box-shadow: 2px 2px 10px rgba(10, 10, 10, .4);*/
    box-shadow: inset 0 0 0 2px rgba(0, 0, 0, 0.15);
    padding: 9px 18px;
    margin: 0px 0px 0px 8px;
    height: 42px;
    min-width: 160px;
    /*display: inline-block;*/
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    width: 300px;
    max-width: calc(100% - 20px);
    cursor: pointer;
    /*font-family: Arial, Helvetica, sans-serif;*/
    font-family: "Poppins", sans-serif;
    font-size: 17px;
    letter-spacing: 1px;
    text-shadow: 0 0 1px rgba(0,0,0,.3);
}

    .froalaButton:hover {
        /*box-shadow: 2px 2px 10px rgba(10, 10, 10, .8);*/
        background-color:#e6e6e6;
    }

    .froalaButton:active {
        /*box-shadow: 2px 2px 10px rgba(10, 10, 10, 1);*/
        background-color: #ddd;
    }

.froalaLandingPageButtonContainer {
    padding-top: 30px;
    padding-bottom: 30px;
    cursor:pointer;
}

    .froalaLandingPageButtonContainer:hover .froalaButton {
        background-color: #e6e6e6;
    }

    .froalaLandingPageButtonContainer:hover .froalaButton {
        background-color: #ddd;
    }


.contentClassFullWidthBannerImg {
    width: 100%;
    width: 100vw !important;
    max-width: 100vw !important;
    margin-left: calc(50% - 50vw) !important;
    max-height: 150px;
    object-fit: cover;
    min-height: 150px;
}

@media (max-width: 414px) {
    .froalaButton {
        font-size: 13px;
        padding-top: 13px;
        padding-bottom: 13px;
        max-width:80%;
    }
}