/* adds custom font to stylesheet */

@font-face {
    /* font name for stylesheet */
    font-family: "ContentFont";
    /* font local location */
    src: url(../fonts/Open_Sans/OpenSans-Regular.ttf) format("truetype");
}


/* adds custom font to stylesheet */

@font-face {
    /* font name for stylesheet */
    font-family: "TitleFont";
    /* font local location */
    src: url(../fonts/Tangerine_Regular.ttf) format("truetype");
}


/* adds custom font to stylesheet */

@font-face {
    /* font name for stylesheet */
    font-family: "NewsletterFont";
    /* font local location */
    src: url(../fonts/BRUSHSCI.ttf) format("truetype");
}

html {
    /* keeps scrollbar across all page heights */
    overflow-y: scroll;
    /*  text adjustment for mobile responsiveness */
    -webkit-text-size-adjust: 100%;
    box-sizing: border-box;
}

*,
:before,
:after {
    box-sizing: inherit;
}

body {
    /* background color of website body */
    background: rgba(255, 228, 196, 0.3);
    /* minimum width that the website can be adjusted to */
    min-width: 320px;
    /* remove margin from body*/
    margin: 0;
    /* resets padding for website */
    padding: 0;
    /* font color */
    color: #000;
    /* font style */
    font-family: "ContentFont";
    /* sets default font size */
    font-size: 1em;
    /* overflow */
    overflow-x: hidden;
}
#notice{
    width:100%;
    background:#ff6666;


    text-align:center;
    font-size:1.2em;
}
#notice p{
   padding:5px;
    margin:0;
}
.scrollup {
    width: 32px;
    height: 32px;
    position: fixed;
    bottom: 10px;
    right: 10px;
    display: none;
    text-indent: -9999px;
    background: url(../images/icons/chevron-top.png) no-repeat;
    z-index: 20;
}

#Footer {
    display: block;
    width: 100%;
    font-size: .9em;
    text-align: center;
    background: #5b2d2d;
    color: rgba(255, 228, 196, 1);
    -webkit-box-shadow: -1px -1px 5px 0px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: -1px -1px 5px 0px rgba(0, 0, 0, 0.75);
    box-shadow: -1px -1px 5px 0px rgba(0, 0, 0, 0.75);
}

#Footer a {
    color: rgba(255, 228, 196, 1);
}

#Footer a:hover {
    opacity: 0.7;
}

#Footer p {
    margin: 0;
    padding: 3px;
    padding-bottom: 10px;
    vertical-align: middle;
    font-size: .7em;
}

#Index {
    width: 100%;
    max-width: 1920px;
    margin: 0 auto;
    margin-top: 1%;
    text-align: center;
}

#Index img {
    margin: 1%;
    margin-bottom: 2%;
    z-index: 0;
    width: 98%;
    max-width: 1050px;
    border: 1px solid rgba(255, 228, 196, 1);
    -webkit-box-shadow: 1px 1px 5px 0px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 1px 1px 5px 0px rgba(0, 0, 0, 0.75);
    box-shadow: 1px 1px 5px 0px rgba(0, 0, 0, 0.75);
}

#Index img:hover {
    border: 1px solid #C30;
}

#IndexWrapper {
    position: relative;
    max-width: 1920px;
    width: 100%;
    min-width: 320px;
    z-index: 1;
    margin: 0 auto;
}

#IndexLeft {
    margin: 0;
    padding: 0;
    width: 100%;
    position: relative;
    display: inline-block;
    vertical-align: top;
}

#IndexRight {
    margin: 0;
    padding: 0;
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top;
}

#IndexCenter {
    margin: 0;
    margin-top: -.25%;
    padding: 0;
    width: 100%;
    position: relative;
    display: inline-block;
    vertical-align: top;
}

#IndexCenter2 {
    margin: 0;
    margin-top: -.25%;
    padding: 0;
    width: 100%;
    position: relative;
    display: none;
    vertical-align: top;
}

#IndexMessageWrapper {
    margin: 1%;
    margin-top: 0;
    margin-bottom: 2%;
    padding: .5%;
    width: 98%;
    max-width: 1920px;
    min-width: 320px;
    font-size: 1em;
    text-align: left;
}

#IndexMessageWrapper a {
    color: #633;
    text-decoration: none;
    font-weight: 800;
}

#UnderConstruction {
    padding: 3px;
    background: orange;
    font-size: 1.1em;
    width: 100%;
    z-index: 50;
    text-align: center;
}

h1 {
    /* size and background */
    background: #5b2d2d;
    width: 100%;
    /* text decoration */
    color: rgba(255, 228, 196, 1);
    text-align: center;
    font-size: 1.6em;
    /* margin from container to edge */
    margin-top: 0;
    margin-bottom: 0;
    /* padding from edge to text */
    padding-top: 5px;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    font-family: "TitleFont";
    font-size: 3em;
    font-weight: 400;
}


/* page subheader */

h2 {
    /* size and background */
    width: 100%;
    background: #5b2d2d;
    /* text decoration */
    color: rgba(255, 228, 196, 0.9);
    text-align: center;
    font-size: 1.3em;
    font-weight: 400;
    /* margin from container to edge */
    margin-top: -1px;
    margin-bottom: 0;
    /* padding from edge to text */
    padding-bottom: 5px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}


/* content header */

h3 {
    width: 100%;
    /* size and background */
    background: rgba(255, 228, 196, 0.7);
    /* text decoration */
    color: #000;
    font-size: 1.2em;
    font-weight: 700;
    /* margin from container to edge */
    margin: 0;
    /* padding from edge to text */
    padding: 5px;
    border-bottom: 1px solid #DB5844;
    border-right: 1px solid #DB5844;
    display: block;
}

h5 {
    font-size: 3em;
    display: inline-block;
    padding: 0;
    margin: 5px;
    vertical-align: middle;
    color: #C30;
}

figure {
    margin: 0;
    padding: 0;
}

figcaption {
    margin-top: 2%;
    margin-left: 2%;
    position: absolute;
    background: rgba(255, 228, 196, 0.9);
    font-size: 1.1em;
    color: #C30;
    padding: 5px;
    line-height: .8em;
    text-align: left;
    font-weight: 700;
    display: none;
}

figcaption sub {
    font-weight: 400;
    color: #000;
    font-size: .8em;
}

figure:hover {
    opacity: 1;
}

figure:hover > figcaption {
    display: block;
}

#ContentWrapper {
    position: relative;
    width: 100%;
    min-height: 100%;
    position: relative;
    max-width: 1000px;
    margin: 0 auto;
    text-align: left;
}

#header-wrapper {
    position: relative;
    width: 100%;
    margin: 0 auto;
}

#header-title {
    width: 100%;
    line-height: 1.5em;
    background: #5b2d2d;
    color: rgba(255, 228, 196, 1);
    font-size: 5em;
    height: 1.5em;
    text-align: center;
    font-family: "TitleFont";
    font-weight: 400;
    -webkit-box-shadow: 1px 1px 5px 0px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 1px 1px 5px 0px rgba(0, 0, 0, 0.75);
    box-shadow: 1px 1px 5px 0px rgba(0, 0, 0, 0.75);
}

#header-title img {
    width: 120px;
    vertical-align: middle;
    padding: 5px;
}

#HeaderImage {
    position: relative;
    text-align: center;
}

#HeaderImage img {
    margin-top: 1.5%;
    margin-bottom: .5%;
    z-index: 0;
    width: 100%;
    max-width: 1050px;
}

#Newsletter {
    width: 98%;
    margin: 1%;
    margin-top: 0;
    background: rgba(255, 228, 196, 1);
    font-family: "TitleFont";
    font-size: 1em;
    font-weight: 700;
    text-decoration: none;
    color: #000;
    text-align: center;
    -webkit-box-shadow: 1px 1px 5px 0px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 1px 1px 5px 0px rgba(0, 0, 0, 0.75);
    box-shadow: 1px 1px 5px 0px rgba(0, 0, 0, 0.75);
    border-radius: 10px;
}

#Newsletter a {
    text-decoration: none;
    color: #000;
    text-align: center;
}

#Newsletter a:hover {
    opacity: .5;
    cursor: pointer;
}

#Newsletter a name {
    text-decoration: none;
    font-size: 2.4em;
    line-height: 1.5em;
    color: #000;
    white-space: nowrap;
    margin: 0;
    font-family: "NewsletterFont";
    font-weight: normal;
}

#Newsletter p {
    margin: 0;
    padding: 0;
    display: inline-block;
    font-weight: 400;
    font-size: 1.3em;
    margin-left: 10px;
    margin-right: 10px;
    font-family: "ContentFont";
    vertical-align: middle;
}

# {
    width: 100%;
    margin: 0 auto;
    text-align: left;
}

#navigation {
    z-index: 1;
    margin: 0 auto;
    width: 100%;
    background: rgba(255, 228, 196, 1);
    -webkit-box-shadow: 1px 1px 5px 0px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 1px 1px 5px 0px rgba(0, 0, 0, 0.75);
    box-shadow: 1px 1px 5px 0px rgba(0, 0, 0, 0.75);
}

.menu {
    display: block;
    margin: 0 auto;
    text-align: left;
    line-height: 19px!important;
    text-align: center;
}

.menu a {
    text-decoration: none;
    cursor: pointer;
    border-top: 2px solid rgba(255, 228, 196, 1);
    border-bottom: 2px solid rgba(255, 228, 196, 1);
}

.menu .menu-main-list,
.menu .menu-main-list li {
    margin: 0;
    padding: 0;
}

.menu ul {
    display: block;
    width: auto!important;
    margin: 0 auto!important;
    overflow: hidden;
    list-style: none;
    background: rgba(255, 228, 196, 1);
}

.menu ul li ul,
.menu ul li ul li,
.menu ul li ul li a {
    display: none!important;
    height: 0!important;
    width: 0!important;
}

.menu .menu-main-list li {
    display: inline;
    padding: 0;
    margin: 0!important;
}

.menu-toggled {
    display: none;
    width: 100%;
    position: relative;
    overflow: hidden;
    margin: 0 auto!important;
    cursor: pointer;
}

.menu-button:hover {
    cursor: pointer;
}

.menu .menu-toggled ul {
    display: none;
    margin: 0!important;
    padding: 0!important;
}

.menu .menu-toggled ul li {
    display: block;
    margin: 0 auto!important;
}

.menu a {
    color: #000;
    font-size: 1.3em;
}

.menu a:hover {
    color: #C30;
    border-bottom: 2px solid #C30;
}

.menu > ul > li.active > a {
    color: #C30;
    border-bottom: 2px solid #C30;
}

.menu > .menu-main-list > li > a {
    display: inline-block;
    padding: 8px 20px;
    font-size: 1.6em;
}

.menu .menu-toggled {
    width: 100%;
    min-height: 60px;
}

.menu .menu-toggled-controls {
    display: block;
    width: 100%;
    height: 60px;
    text-align: left;
    position: relative;
    font-size: 1.6em;
}

.menu .menu-toggled-title {
    position: relative;
    padding-left: 20px;
    color: rgba(255, 228, 196, 1);
    font-family: "TitleFont";
    font-size: 1.9em;
    line-height: 1.3em;
}

.menu .menu-button {
    display: block;
    position: absolute;
    right: 9px;
    top: 7px;
    padding: 10px;
}

.menu .menu-button span {
    display: block;
    margin: 4px 0;
    height: 2px;
    background: rgba(255, 228, 196, 1);
    width: 25px;
}

.menu .menu-toggled ul li a {
    display: block;
    width: 100%;
    text-align: left;
    padding: 12px 0 12px 24px;
    margin: 0;
    border-bottom: 1px solid #C30;
}

.menu .menu-toggled ul li:first-child a {
    border-top: 1px solid #C30;
}

.Tabs {
    width: 96%;
    float: none;
    list-style: none;
    padding: 0;
    margin: 2%;
    margin-top: 4%;
    margin-bottom: 0;
}

.Tabs:after {
    content: '';
    display: table;
    clear: both;
}

.Tabs input[type=radio] {
    display: none;
}

.Tabs label {
    display: block;
    float: left;
    width: 25%;
    background: rgba(255, 228, 196, 0.5);
    color: #000;
    font-size: 1.2em;
    font-weight: 700;
    text-decoration: none;
    text-align: center;
    line-height: 2;
    cursor: pointer;
    border-top: 2px solid rgba(255, 228, 196, 0.9);
    border-bottom: 2px solid #DB5844;
}

.Tabs label span {
    line-height: 0;
    display: none;
    margin-left: 15px;
}

.Tabs label img {
    width: 20px;
    padding: 0;
    margin-top: -5px;
    vertical-align: middle;
}

.Tabs label:hover {
    border-top: 2px solid rgba(219, 88, 68, 1);
    background: rgba(255, 228, 196, 0.7);
}

.TabContent {
    display: none;
    width: 100%;
    float: left;
    padding: 10px;
    box-sizing: border-box;
    background: rgba(255, 228, 196, 0.1);
}

.TabContent p {
    margin: 1%;
    padding: 2%;
    width: 98%;
}

.TabContent subheader {
    font-size: 1em;
    width: 100%;
    color: RGBA(0, 0, 0, 1);
    padding: 1px;
    font-weight: 700;
}

.wrap img {
    width: 30.33%;
    margin: 1%;
    text-align: center;
}

.indent {
    margin: 0;
    padding: 2px;
    display: block;
    margin-left: 2%;
    font-size: 1em;
    color: RGBA(0, 0, 0, 1);
}

.half-tab {
    width: 98%;
    margin: 0;
    padding: 0;
    margin-left: 1%;
    margin-right: 1%;
    height: auto;
    float: left;
}

.TabContent full {
    width: 98%;
    margin: 0;
    padding: 0;
    margin-left: 1%;
    margin-right: 1%;
    height: auto;
    float: left;
}

.TabContent a {
    color: #000;
    text-decoration: none;
}

.Tabs [id^="Tab"]:checked + label {
    background: rgba(255, 228, 196, 1);
    border-top: 2px solid #DB5844;
    border-left: 2px solid #DB5844;
    border-right: 2px solid #DB5844;
    padding-top: 3px;
    padding-bottom: 3px;
    color: #000;
    margin-top: -6px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.Tabs [id^="Tab"]:checked + label2 {
    background: rgba(255, 228, 196, 1);
    border-top: 2px solid #DB5844;
    border-left: 2px solid #DB5844;
    border-right: 2px solid #DB5844;
    padding-top: 3px;
    padding-bottom: 3px;
    color: #000;
    margin-top: -6px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

#Tab1:checked ~ #TabContent1,
#Tab2:checked ~ #TabContent2,
#Tab3:checked ~ #TabContent3,
#Tab4:checked ~ #TabContent4 {
    display: block;
}

.FormButton {
    padding: 2%;
    text-decoration: none;
    display: flex;
}

.FormButton a {
    width: 100%;
    border-radius: 3px;
    background: rgba(255, 228, 196, 0.9);
    color: #000;
    text-decoration: none;
    text-align: center;
    padding: 5px;
    border: 2px solid #DB5844;
    color: #DB5844;
    font-weight: bold;
}

.FormButton a:hover {
    background: rgba(255, 228, 196, 0.3);
}

#Facebook {
    display: block;
}

#Facebook img {
    margin: 0 auto;
    z-index: 5;
    width: 40px;
    padding: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
}

#EventWrapper {
    width: 96%;
    max-width: 1300px;
    height: auto;
    margin: 2%;
    margin-bottom: 1%;
    padding: 0;
    display: inline-block;
    border: 1px solid rgba(255, 228, 196, 1);
    background: #5b2d2d;
    font-size: 0;
}

#EventDayWrapper {
    width: 22%;
    margin: .3%;
    margin-right: 0;
    margin-bottom: 0;
    padding: 5px;
    color: #000;
    text-align: center;
    display: inline-block;
    vertical-align: top;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    background: rgba(255, 228, 196, 1);
}

#EventDayWrapper m {
    font-size: 20px;
    font-weight: 700;
}

#EventDayWrapper d {
    font-size: 26px;
    font-weight: 400;
    margin: 0;
    padding: 0;
}

#EventHeader {
    font-size: 24px;
    width: 65%;
    margin: .3%;
    color: #000;
    font-weight: 700;
    text-align: left;
    display: inline-block;
    vertical-align: top;
    padding: 20px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    background: rgba(255, 228, 196, 1);
}

#EventDescription {
    width: 99.4%;
    margin: .3%;
    color: #000;
    display: inline-block;
    margin-top: 0;
    background: rgba(255, 228, 196, 1);
}

#EventLink {
    width: 11.8%;
    margin: .3%;
    margin-left: 0;
    color: #000;
    display: inline-block;
    vertical-align: top;
    background: rgba(255, 228, 196, 1);
}

#EventLink img {
    width: 33px;
    float: center;
    text-align: center;
    padding: 3px;
    padding-top: 23px;
    padding-bottom: 23px;
    margin: 0 auto;
}

#EventLink img:hover {
    opacity: .7;
}

#EventLink p {
    margin: 0;
    padding: 0;
    text-align: center;
    padding-bottom: 7px;
}

#EventDescription p {
    font-size: 15px;
    color: #000;
    text-align: left;
    margin: 0;
    padding: 2%;
    width: 96%;
}

#EventDescription a {
    text-decoration: underline;
}

.wrap {
    overflow: hidden;
    margin: 10px;
}

.box {
    float: left;
    position: relative;
    width: 31.3%;
    padding: 0;
    padding-bottom: 32.5%;
    font-size: .7em;
    margin: 1%;
    margin-bottom: 0;
}

.box2 {
    float: left;
    position: relative;
    width: 31.3%;
    font-size: .7em;
    padding: 0;
    padding-bottom: 22.3%;
    margin: 1%;
    margin-bottom: 0;
}

.boxInner {
    position: absolute;
    overflow: hidden;
}

.boxInner img {
    z-index: 1;
    position: relative;
    padding: 0;
    border: 3px solid rgba(255, 228, 196, 1);
}

.boxInner .titleBox {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 6px;
    margin-bottom: -300px;
    background: rgba(255, 228, 196, 0.9);
    color: #000;
    padding: 3px;
    text-align: left;
    z-index: 10;
}

.titleBox {
    border: 1px solid rgba(255, 228, 196, 1);
}

.titleBox header {
    font-size: 1em;
    width: 90%;
    margin: 1%;
    margin-top: 0;
    margin-bottom: 0;
    padding: 0;
}

.titleBox img {
    width: 13px;
    margin: 0;
    margin-right: 1%;
    z-index: 15;
    position: absolute;
    top: 3px;
    right: 0;
    padding: 0;
    border: 0 solid rgba(255, 228, 196, 1);
}

.titleBox img:hover {
    opacity: .5;
}

.titleBox p {
    font-size: 1em;
    width: 98%;
    text-align: left;
    padding: 0;
    margin: 1%;
    margin-top: 1%;
    margin-bottom: 0;
}

#photos {
    /* Prevent vertical gaps */
    line-height: 0;
    -webkit-column-count: 4;
    -webkit-column-gap: 0;
    -moz-column-count: 4;
    -moz-column-gap: 0;
    column-count: 4;
    column-gap: 0;
}

#photos img {
    /* Just in case there are inline attributes */
    width: 100%!important;
    height: auto!important;
    margin: 0;
    padding: 0;
    border: 3px solid rgba(255, 228, 196, 1);
}

@media (max-width: 1200px) {
    #photos {
        -moz-column-count: 4;
        -webkit-column-count: 4;
        column-count: 4;
    }
}

@media (max-width: 1000px) {
    #photos {
        -moz-column-count: 3;
        -webkit-column-count: 3;
        column-count: 3;
    }
}

@media (max-width: 800px) {
    #photos {
        -moz-column-count: 2;
        -webkit-column-count: 2;
        column-count: 2;
    }
}

@media (max-width: 400px) {
    #photos {
        -moz-column-count: 1;
        -webkit-column-count: 1;
        column-count: 1;
    }
}

body.no-touch .boxInner:hover .titleBox,
body.touch .boxInner.touchFocus .titleBox {
    margin-bottom: 6px;
}

@media only screen and (max-width: 650px) {
    /* Smartphone view: 1 tile */
    .box {
        width: 98%;
        padding-bottom: 100%;
    }
    .box2 {
        width: 98%;
        padding-bottom: 67%;
    }
}

@media only screen and (max-width: 900px) and (min-width: 651px) {
    /* Tablet view: 2 tiles */
    .box {
        width: 48%;
        padding-bottom: 49%;
    }
    .box2 {
        width: 48%;
        padding-bottom: 33.5%;
    }
}

@media only screen and (max-width: 1050px) and (min-width: 901px) {
    /* Small desktop / ipad view: 3 tiles */
    .box {
        width: 31.3%;
        padding-bottom: 32.5%;
    }
    .box2 {
        width: 31.3%;
        padding-bottom: 22.3%;
    }
}

@media (min-width: 1000px) {
    #IndexCenter2 {
        display: none;
    }
    #IndexLeft {
        width: 24%;
    }
    #IndexRight {
        width: 24%;
    }
    #IndexCenter {
        display: inline-block;
        width: 49.5%;
    }
    #IndexMessageWrapper {
        font-size: 1.2em;
    }
}

@media (min-width: 499px) and (max-width: 999px) {
    #IndexCenter2 {
        width: 100%;
        display: inline-block;
    }
    #IndexCenter {
        display: none;
    }
    #IndexLeft {
        width: 49%;
    }
    #IndexRight {
        width: 49%;
    }
}

@media (min-width: 640px) {
    #ContentWrapper {
        margin-top: -67px;
    }
    .half-tab {
        width: 48%;
    }
    #Footer p {
        font-size: .9em;
    }
    .Tabs label span {
        display: inline-block;
    }
    .Tabs label2 span {
        display: inline-block;
    }
    .Tabs {
        max-width: 1000px;
        margin: 1% auto;
        margin-top: 2.5%;
    }
}

.datagrid table {
    border-collapse: collapse;
    text-align: left;
    width: 100%;
}

.datagrid {
    overflow: hidden;
    border: 1px solid rgba(255, 228, 196, 1);
    margin: 2%;
    font-size: 1em;
}

.datagrid table td,
.datagrid table th {
    padding: 3px 10px;
}

.datagrid img {
    width: 15px;
    padding: 0;
    margin: 0;
}

.datagrid table thead th {
    background: rgba(255, 228, 196, 0.7);
    color: #000;
    font-size: 1em;
    font-weight: 700;
    border-left: 1px solid rgba(255, 228, 196, 1);
}

.datagrid table thead th:first-child {
    border: none;
}

.datagrid table tbody td {
    color: #000;
    border-left: 1px solid rgba(255, 228, 196, 1);
    font-weight: 400;
    background: rgba(255, 228, 196, 0.2);
}

.datagrid table tbody .alt td {
    background: rgba(255, 228, 196, 0.5);
    color: #000;
}

.datagrid table tbody td:first-child {
    border-left: none;
}

.datagrid table tbody tr:last-child td {
    border-bottom: none;
}

.myImg {
    border-radius: 5px;
    cursor: pointer;
    transition: 0.3s;
}

.myImg:hover {
    opacity: 0.7;
}

.display-container {
    position: relative
}

.xxlarge {
    font-size: 36px;
    margin-right: 20px;
    color: #DB5844;
    cursor: pointer;
}

.modal {
    z-index: 3;
    display: none;
    padding-top: 100px;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0, 0, 0);
    background-color: rgba(0, 0, 0, 0.4)
}

.modal-content {
    margin: auto;
    position: relative;
    padding: 0;
    outline: 0;
    width: 100%;
}

h3 {
    display: block;
    width: 100%;
}

#myModal,
#myModal2 {
    background: rgba(0, 0, 0, 0.9);
    min-width: 300px;
}

.container:after,
.row:after {
    content: "";
    display: table;
    clear: both
}

.col {
    display: inline-block;
    width: 100%
}

.col.s4 {
    width: 30%;
}

.content {
    max-width: 980px;
    margin: auto
}

@media (max-width:600px) {
    .modal-content {
        margin: 0 10px;
        width: auto!important
    }
    .modal {
        padding-top: 30px
    }
}

@media (max-width:768px) {
    .modal-content {
        width: 500px
    }
    .modal {
        padding-top: 50px
    }
}

@media (min-width:993px) {
    .modal-content {
        width: 900px
    }
}

.display-topright {
    position: absolute;
    right: 0;
    top: 0
}

.display-middle {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    padding: 20px;
    color: #DB5844;
}

.display-middle:hover {
    opacity: 0.5;
    cursor: pointer;
}

.black,
.hover-black:hover {
    color: #fff!important;
}

.large {
    font-size: 36px;
}

#caption {
    width: 100%;
}

.col {
    margin: 1%;
}

.image {
    margin: 1%;
    width:98%;
}

.mySlides {
    border: 3px solid #DB5844;
}

.content img {
    max-height: 800px;
    max-width: 100%;
    margin: 0 auto;
}

.container p {
    margin: 0;
    padding: 10%;
    padding-top: 20px;
    padding-bottom: 20px;
    text-align: center;
}

.display-container {
    margin-bottom: 2%;
}

.col img {
    cursor: pointer;
    opacity: 1;
    width: 100%;
}

.col img:hover {
    opacitY: 0.7;
}

.opacity-off {
    border: 3px solid #DB5844;
}

.row-padding {
    text-align: Center;
    width: 100%;
    margin-top: 2%;
    margin-bottom: 2%;
    display: block;
}