﻿body {
    
}
h1 {
    font-family: 'Georgia, "Times New Roman", Times, serif !important;';
    margin: 0;
    color: rgb(208, 88, 88);
    padding-top: 30px;
    padding-bottom:10px;
}
h2 {
    font-family: 'Georgia, "Times New Roman", Times, serif !important;';
    color: rgb(230, 143, 143);
    margin: 0;
}
h3 {
    font-weight: bold;
    color: #3dbfbf;
    padding-bottom: 0;
    padding-top: 0;
    margin: 0;
}
h3 a{
    font-weight: bold;
    color: #3dbfbf;
    padding-bottom: 0;
    padding-top: 0;
    margin: 0;
}
.menu {
    text-decoration: none !important; color:gray; font-weight:bold
}
.footerlink {
    text-decoration: none !important;
    font-size: 10px
}
.smallText {
    font-size: 12px
}

.centered {
    margin: 0 auto;
}
.hero {
    width:100%;
    height:auto;
}

@media (max-width:1000px) {
    .shrinkWhenSmaller {
        background-color:yellow;
    }
    .hideWhenSmaller {
        display:none;
    }
}

.ArticleTitle {
    font-size: 18px;
    line-height: 25px;
    color: #555555 !important;
    font-family: Arial, Helvetica, sans-serif !important;
    display: table;
    color: #555555;
}
.ArticleTeaser {
    font-size: 18px;
    font-family: Arial, Helvetica, sans-serif !important;
    padding-bottom: 10px !important;
    display: table;
    color: #555555 !important;
}
.RadGrid RadGrid_Default Grid {
    border: none !important;
    border-width: 0px !important
}

.defaultHeaderImageOuter {
    
    
    display: flex; /* Enable Flexbox */
    justify-content: flex-end;
    align-items: center; /* Vertically center */
    height: 100vh; /* Full height viewport for demonstration (can be adjusted) */
}
.tmp {
}
.defaultHeaderImageInner {
    width: 500px; /* Set width of the inner div */
    height: 260px; /* Set height of the inner div */
    background: rgb(255, 255, 255,.7);
}
/*margin:0 auto; width:500px;min-height:300px;;vertical-align:central*/
.floatLeft {
    float: left;
    padding-right: 10px;
}

.floatRight {
    float: right;
    padding-left: 10px;
}
.bannerImg {
    width: 100%; /* Makes the image responsive on smaller screens */
    max-width: 800px; /* Ensures the image doesn’t exceed its original dimensions */
    height: auto; /* Maintains the image aspect ratio */
    display: block; /* Removes inline gaps caused by default inline-block behavior */
    margin: 0 auto; /* Centers the image, optional */
    padding-top:15px;
    padding-bottom:15px;
}
.boldLink {
    font-weight: bold;
    color: #555555;
}
.officiantTD {
}
.rowMenu {
    width: 100%;
    height: 80px;
    background-color: rgb(230, 143, 143);
    align-items: center !important;
}
.mainDiv {
    width: 100%;
}
.footerContainer {
    margin: 0 auto;
    display: grid;
    max-width: 1200px;
    grid-template-columns: auto;
    grid-template-rows: auto;
}
.Error {
    color:red;
}
.rowFooter {
    font-size: 70%;
    text-align: center;
    max-width: 600px;
    margin: 0 auto;
}
a.plainLink {
    color:#555555;
}
.subscribe {
    border: 2px solid #3dbfbf;
    border-radius: 10px;
    background-color:  #e1ffff;
    padding: 30px;
}

.pullQuote {
    font-weight: bold;
    font-style: italic;
    font-size: 1.3em;
    text-align: center;
    padding-bottom: 30px;
    padding-right: 50px;
    padding-left: 50px;
}