body {
    margin: 0;
    /*font-family: 'Helvetica Neue',Helvetica,Arial,sans-serif;*/
    font-family: Cantarell, Arial, Helvetia, sans-serif;
    font-size: 14px;
    /*line-height: 1.42857143;*/
    color: #333;
    background-image: url("/static/img/background.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top left;
}

.hoa-block{
    background-color: rgb(247, 236, 221);
    border-radius: 5px;
    max-width: 690px;
    max-height: 956px;
    margin: 15px 0 0 15px;
}

.hoa-title{
    text-align: center;
    padding:30px 20px 0 20px;
    font-size: 24px;
    font-weight: 700;
    color: #004e39;
    margin: 0;
}

.header{
    color: #004e39;
    margin: 15px 0 0 15px;
    width: 690px;
    height: 150px;
    padding: 10px 0 0 0;
    text-align: center;
}

.header-title{
    position: relative;
    height: 20px;
    font-family: 'PT Serif', Arial, Helvetica, sans-serif;
    font-size: 52px;
    text-transform: uppercase;
    font-weight: 400;
    margin: 10px 0 0 0;
}

.header-hoa{
    position: relative;
    font-family: 'PT Serif', Arial, Helvetia, sans-serif;
    font-size: 26px;
    padding-bottom: 10px;
    margin: 38px 0 0 0;
}

.header-text{
    position: relative;
    font-family: 'Cantarell', Arial, Helvetia, sans-serif;
    font-weight: bold;
    font-size: 15px;
}

main{
    min-height: 956px;
    display: flow-root;
}

.news,
.resources,
.contact{
    width: 690px;
    height: 940px;
    position: relative;
}

.resources{
    height: 320px;
}

.resources-2{
    height: 605px;
}

.news ul{
    width: 580px;
    padding-left: 60px;
    padding-top:30px;
}

.news ul li{
    line-height: 25px;
}

.news ul li a{
    font-size: 16px;
    font-weight: 400;
    text-decoration: none;
    display: inline-block;
    max-width: 490px;
    word-break: break-word;
}

.news ul li a:hover{
    color: #004e39!important;
    text-decoration: underline;
}

.news ul li a:link,
.news ul li a:visited{
    color: #2a6496;
}

.news ul li span{
    float: right;
    font-size: 14px;
    font-style: italic;
}

.news-content{
    padding: 0 20px 0 20px;
    height: 705px;
    overflow: auto;
}

.resources-label{
    display: inline-block;
    font-size: 16px;
    font-weight: bold;
    margin: 30px 0 0 50px;
}

.resources ul{
    padding: 15px 0 0 68px;
}

.resources-label{
    display: inline-block;
    font-size: 16px;
    font-weight: bold;
    margin: 30px 0 0 50px;
}

.important-numbers{
    margin: 0 auto;
    width: 610px;
    font-size: 16px;
    padding-top: 20px;
}

table td:nth-child(2){
    text-align: right;
}

.minutes{
    height: 220px;
    position: relative;
}

.minutes-previous{
    position: absolute;
    top: 208px;
    left: 53px;
}

.minutes-previous a,
.minutes-next a{
    font-size: 13px;
}

.minutes-next{
    position: absolute;
    top: 208px;
    right: 50px;
}

.footer-nav {
    background-color: rgb(9, 92, 42);
    font-family: Arial, Helevetica, sans-serif;
    font-size: 16px;
    list-style: none;
    padding: 0;
    display: flex;
    flex-direction: row;
    border-radius: 5px;
    align-items: center;
    margin: 10px 0 20px 15px;
    width: 690px;
    height: 28px;
    opacity: 0.9;
}

.footer-nav a {
    text-decoration: none;
    color: white!important;
    padding: 0.5rem 1rem;
    transition: color 0.3s;
}

.footer-nav li.active a,
.footer-nav li a:hover {
    color: #ffcc00!important;
    text-decoration: none;
}

figure.image_resized{
    margin: 0;
}

figure.image_resized img {
    width: 100%;
    height: auto;
}

a{
    font-size: 16px;
    text-decoration: none;
}

a:hover{
    color: #004e39!important;
    text-decoration: underline;
}

a:link,
a:visited{
    color: #2a6496;
}

.back-button{
    text-align: center;
    position: absolute;
    bottom: 10px;
    left: 0;
    margin: 0;
    width: 690px;
    border-radius: 5px;
}

.container {
    max-width: 800px;
    margin: 15px 0 0 0;
    line-height: 23px;
}

.grid {
    display: grid;
    margin-left: 15px;
    grid-template-columns: 231px 454px;
    gap: 5px;
    align-items: start;
}

.images {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.images img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 5px;
    box-shadow: 0 4px 10px rgba(0,0,0,0.12);
}

.image_about_us{
    width: 500px;
    display: flex;
    margin: 0 auto;
    padding-top: 70px;
    padding-bottom: 50px;
}

.content{
    background-color: rgb(247, 236, 221);
    border-radius: 5px;
}

.content h1 {
    color: #004e39;
    font-size: 24px;
    text-align: center;
    margin: 20px 50px 0 50px;
}

.hoa-block h2 {
    color: #004e39;
    font-size: 16px;
    line-height: 10px;
    text-align: center;
}

.content p{
    font-size: 16px;
    margin: 15px 30px;
}

.hoa-block ul{
    font-size: 16px;
    margin: 0 25px 15px 5px;
}

.about-us,
.services{
    height: 940px;
}

.about-us p,
.services p,
.ccrs p{
    font-size: 16px;
    margin: 0 30px;
}

.contact p{
    font-size: 18px;
    margin: 0 60px;
    text-align: center;
}

.about-us strong{
    text-align: center;
    font-size: 17px;
    display: inline-block;
    width: 100%;
    margin: 20px 0;
}

.services h1{
    font-size: 24px;
    text-align: center;
    margin: 0 auto;
    width: 390px;
    padding-top: 40px;
    padding-bottom: 30px;
    text-transform: uppercase;
    color: #004e39;
}

.services h2,
.ccrs h2,
.contact h2{
    font-size: 18px;
    text-align: center;
    margin: 0 auto;
    width: 390px;
    padding-top: 40px;
    padding-bottom: 30px;
    color: black;
    line-height: 25px;
}

.service-list{
    text-align: center;
}

.service-list ul{
    display: inline-block;
    text-align: left;
    list-style: none;
    margin: 30px auto;
    padding: 0;
}

.ccrs-2{
    height: 650px;
}

.ccrs p{
    padding-bottom: 30px;
    line-height: 25px;
}

.ccrs-list{
    list-style: none;
    line-height: 25px;
    padding: 0 30px 30px 30px;
}

.ccrs-list li{
    padding-bottom: 20px;
}

.ccrs-list li a{
    font-size: 20px;
}

.home-bottom{
    height:288px;
    overflow: hidden;
    margin-top: 13px;
}

textarea,
input{
    width:100%; padding:5px; border:1px solid #004e39; border-radius:5px;
    background:#004e39; font-size:14px; color:#fff;
  }
input:focus, textarea:focus { outline:none; border-color:#004e39; box-shadow:0 0 0 3px rgba(0,100,0,0.15); }
  label { color:#000; }
  .required:after { content:"*"; color:#c0392b; margin-left:4px; }

.errorlist{
    list-style: none;
    font-size: 13px!important;
    color: #c0392b;
    padding: 0!important;
    margin: 0!important;
}

button{
    background:#004e39;
    color:white; border:none; padding:7px 15px;
        font-size:14px; border-radius:5px; cursor:pointer;
}
