div.com-content-article {
    padding-top: 2em;
    padding-bottom: 2em;
}

.com-content-article p {
    line-height: 2em;
}

h1, h2, h3, h4 {
    color: #c1210d;
    font-weight: 600;
    text-transform: uppercase;
}

h1 {
    font-weight: 800;
    font-size: 32px;
}


figure.autoscale img,
img.autoscale {
    height: 100%; 
    width: 100%; 
    object-fit: contain;
}

img.grayscale,
figure.grayscale img {
    filter: grayscale(100%);
}

div.welcome_image {
    background-size: cover;
    background-position: center top;
    padding-top: 40px;
    padding-bottom: 100px;
    min-height: 650px;
    text-align: center;
    border-bottom: 2px solid #c1210d;
}

div.welcome_image h1 {
    font-weight: 300;
    font-size: 60px;
    padding-bottom: 10px;
    text-shadow: 0 0 5px #000000;
}

.page-header {
    border: none;
    margin: 0;
}

footer {
    padding-top: 1em;
    _background: white;
    color: #666;
}

.navbar a {
    text-transform: uppercase;
}

.navbar, footer {
    background: #ddd;
}

.site-grid {
    background: #fff;
    color: #444;
}

.com-content-article {
    _min-height: calc(100vh - 160px);
    margin-bottom: 5em;
}

p._covidbox {
    color: #c1210d;
    background: #f5bbb4;
    padding: 10px;
}

p.covidbox {
    color: white;
    background: #c1210d;
    padding: 15px;
}

p.covidbox span.title {
    font-size: 20px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 10px;
    display: block;
}

.navbar-default .navbar-nav>li>a {
    color: #c1210d;
}

.current {
    background: #c1210d !important;
}

.current a {
    color: white !important;
    font-weight: 600 !important;
}

div.socials {
    margin-bottom: 20px;
}

.socials a {
    font-size: 24px;
}


a.button {
	background: #c1210d;
	padding: 10px;
	margin: 20px 0 20px 0;
	color: #ffffff;
	font-size: 150%;
	display: inline-block;
}

.redbox {
	background: #c1210d;
	padding: 10px;
	margin: 20px 0 20px 0;
	color: #ffffff;	
}

.redbox a {
	color: #ffffff;	
	text-decoration: underline;
}


.item-page-registration table,
.item-page-registration table td {
	padding: 5px;
}


.item-page-registration table.layout,
.item-page-registration table.layout td {
	border: 0;
	padding: 0;
}

.item-page-registration table.twocols,
.item-page-registration table.twocols td {
	border: 0;
	padding: 0;
}
.item-page-registration table.twocols td:nth-child(2) {
	border-left: 1px solid silver;
	padding-left: 20px;
}

ul li, ol li {
	line-height: 2em;
}

p.loghi img {
    width: auto;
    height: 80px;
    margin-right: 30px;
}

p.loghi img.wide {
    width: 110px;
    height: auto;
    margin-right: 30px;
}


.colimg {
	text-align: center;
}

#photogallery {
	margin-bottom: 2em;
}


@media (max-width: 767px) {
   .colimg {
      margin-bottom: 2em;
	text-align: center;
   }
}
