﻿@media (max-width: 767px) {
    .largeModule {
        padding: 30px;
        border: 1px solid #ddd;
        box-shadow: 3px 3px 9px 1px #ccc;
        /*width:765px;*/
        min-height: 180px;
        margin-left: auto;
        margin-right: auto;
        margin-top: 18px;
        background-color: #fff;
    }

    .largeModuleTable {
        display: block;
        height: 200px;
    }

    .largeModuleHead {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 23px;
        letter-spacing: 1px;
        font-variant: small-caps;
        font-weight: normal;
        margin: 4px 0px 2px;
        margin-bottom: 0px;
        color: black;
    }

    .largeModuleSubhead {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 16px;
        letter-spacing: 1px;
        color: gray;
        line-height: normal;
        font-weight: normal;
        margin: 4px 0px 2px;
        margin-bottom: 2px;
    }

    .largeModuleLink {
    }

        .largeModuleLink:hover {
            text-decoration: underline;
            text-shadow: 0px 0px 23px rgba(0, 0, 0, .4);
            cursor: pointer;
        }

    .largeModuleImage {
        height: auto;
        width: auto;
        margin-right: 10px;
        max-width: 200px;
        max-height: 162px;
    }

    .largeModuleBoxLink {
    }

        .largeModuleBoxLink:hover {
            text-decoration: none;
            box-shadow: 3px 3px 9px 2px #bbb;
            cursor: pointer;
        }

    .largeModuleBody {
        color: black;
    }


    .eventPageImage {
        /*        max-width: 200px;
        max-height: 200px;
        float: left;
        margin-right: 30px;
        margin-bottom: 30px;*/
        width: calc(100vw - 60px);
    }

    .eventBody {
        /*padding-left: 230px;*/
    }

    .eventImage {
        width: 100%;
    }
}



@media (min-width: 768px) {

    .largeModule {
        padding: 30px;
        border: 1px solid #ddd;
        box-shadow: 3px 3px 9px 1px #ccc;
        /*width:765px;*/
        min-height: 180px;
        margin-left: auto;
        margin-right: auto;
        margin-top: 18px;
        background-color: #fff;
    }

    .largeModuleTable {
        display: block;
        height: 200px;
    }

    .largeModuleHead {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 23px;
        letter-spacing: 1px;
        font-variant: small-caps;
        font-weight: normal;
        margin: 4px 0px 2px;
        margin-bottom: 0px;
        color: black;
    }

    .largeModuleSubhead {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 16px;
        letter-spacing: 1px;
        color: gray;
        line-height: normal;
        font-weight: normal;
        margin: 4px 0px 2px;
        margin-bottom: 2px;
    }

    .largeModuleLink {
    }

        .largeModuleLink:hover {
            text-decoration: underline;
            text-shadow: 0px 0px 23px rgba(0, 0, 0, .4);
            cursor: pointer;
        }

    .largeModuleImage {
        height: auto;
        width: auto;
        margin-right: 10px;
        max-width: 200px;
        max-height: 162px;
    }

    .largeModuleBoxLink {
    }

        .largeModuleBoxLink:hover {
            text-decoration: none;
            box-shadow: 3px 3px 9px 2px #bbb;
            cursor: pointer;
        }

    .largeModuleBody {
        color: black;
    }


    .eventPageImage {
        max-width: 200px;
        max-height: 200px;
        float: left;
        margin-right: 30px;
        margin-bottom: 30px;
        max-width: 200px !important;
    }

    .eventBody {
        padding-left: 230px;
    }
}