@font-face {
    font-family: 'Kalingas';
    src: url('/wp-content/themes/bretheon-child/css/fonts/Kalinga.eot') format('eot'),
        url('/wp-content/themes/bretheon-child/css/fonts/Kalinga.ttf') format('ttf'),
        url('/wp-content/themes/bretheon-child/css/fonts/Kalinga.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

.container {
    font-family: 'Kalingas', Tahoma;
}

.frontpagemore {
    margin: 0px;
    font-size 20 px;
}

@media only screen and (min-width: 1300px) {

    .container,
    .container .sixteen.columns,
    .container .one.column {
        width: 1160px;
        margin: 0 auto;
    }
}

#PrimaryTitle {
    text-align: center;
    margin-top: 6.5em;
    margin-bottom: 3em;
    padding-left: 60px;
}

#PrimaryTitle h1 {
    font-family: 'Kalingas', Tahoma;
    color: #fff;
    font-size: 60px;
    line-height: 30px;
    text-align: center;
    margin-bottom: 0;
}

#PrimaryTitle h1 small {
    font-size: 20px;
    font-style: italic;
    font-weight: 400;
}

#PrimaryTitle p {
    font-family: 'Kalingas', Tahoma;
    font-size: 20px;
    font-style: italic;
    text-transform: capitalize;
}

#PrimaryTitle .ppt {
    font-family: 'Kalingas', Tahoma;
    margin-right: -120px;
    margin-top: 5px;
}

@media only screen and (max-width: 480px) {
    #PrimaryTitle h1 {
        font-size: 18px;
    }

    #PrimaryTitle h1 small {
        font-size: 14px;
    }

    #PrimaryTitle p {
        font-size: 16px;
    }

    #PrimaryTitle .ppt {
        margin-right: 0;
    }
}

@media only screen and (min-width: 481px) and (max-width: 767px) {
    #PrimaryTitle h1 {
        font-size: 30px;
    }

    #PrimaryTitle h1 small {
        font-size: 20px;
    }

    #PrimaryTitle p {
        font-size: 16px;
    }

    #PrimaryTitle .ppt {
        margin-right: 0;
    }
}

.container .the_content .one-third.column.pane {
    position: relative;
    background-color: white;
    margin: 0 !important;
    margin-bottom: 1.6em !important;
    width: 100% !important;
}

@media only screen and (min-width: 768px) {
    .container .the_content .one-third.column.pane {
        width: 33.33% !important;
    }
}

.pane .imageContainer {
    position: relative;
    z-index: 1;
    width: 100%;
    padding-bottom: 77%;
    background-size: contain;
}

.pane .contentContainer {
    background-color: white;
    text-align: center;
    color: black;
    font-family: 'Exo 2';
    padding-bottom: 66px;
}

@media only screen and (min-width: 768px) {
    .pane .contentContainer {
        position: absolute;
        z-index: 2;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        transition: opacity .5s;
        opacity: 0;
        padding-bottom: 0;
    }

    .pane:hover .contentContainer {
        opacity: 1;
    }
}

.pane .contentContainer a {
    color: inherit;
    text-decoration: none;
    padding: 1em;
}

.pane .contentContainer h3.comsc {
    margin-top: 0;
    font-size: 18px;
    color: #222;
    min-height: 60px;
}

@media only screen and (min-width: 960px) {
    .pane .contentContainer h3.comsc {
        font-size: 22px;
    }
}

.pane .contentContainer p.comsc {
    margin: 0;
    line-height: 1.2em;
    color: #555;
}

@media only screen and (min-width: 960px) {
    .pane .contentContainer p.comsc {
        font-size: 1.1em;
        line-height: 1.7em;
    }

    .pane .contentContainer p.comsc.large {
        font-size: 1.5em;
        line-height: 1.5;
        color: #222;
    }
}

.large-newline {
    display: none;
}

@media only screen and (min-width: 960px) {
    .large-newline {
        display: inline;
    }
}

.pane .contentContainer .more {
    position: absolute;
    text-transform: uppercase;
    bottom: .618em;
    left: 0;
    right: 0;
    text-align: center;
    font-size: 20px;
}

.pane .contentContainer .more:after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    bottom: 7px;
    left: 73%;
    margin-left: -2px;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 11px solid #53a3e0;
    font-size: 18px;
}