h1{
    height: 4em;
    padding-top: 1em;
    padding-left: 10px;
    padding-right: 10px;
    background-image: url(../img/top_bg.jpg);
    color: black;
    text-align: center;
    background-size: cover;
    background-position: center center;
}

a[rel="noopener"]:after {
  margin: 0 3px;
  font-family: FontAwesome;
  vertical-align: middle;
  content: '\f08e';
}

.footer{
    text-align: center;
    color: white;
    padding: 15px;
    margin-top: 30px;
    background-color:#8A1538;
}

a.footer{
    text-decoration:none; 
    color: white;
}

.headtitle{
    width: 100%;
    text-align: left;
    border-bottom: 1px solid #8A1538;
    margin: 30px 0 15px 0;
    padding-left: 5px;
}

.bg-imagecolor{
    background-color: #8A1538;
    color: #FFF;
}

p, li{
    text-align: justify;
}

.dl-important-dates dt{
    padding-left: 1em;
    color: #8A1538;
}

.dl-important-dates dd{
    padding-left: 2em;
}

.newsdate{
    display: block;
    width: 100%;
    text-align: right;
    color: #8A1538;
}

.committee, .important_dates_top{
    max-width: 1200px;
    margin-right: auto;
    margin-left: 0;
    margin-top: 5px;
    margin-bottom: 30px;
}

dl.committee dt, dl.committee dd{
    border: 0;
}
@media screen and (min-width: 481px) {
    dl.committee dt{
        width: 45%;
        text-align: right;
        padding-right: 20px;
    }
    
    dl.important_dates_top dt{
        width: 55%;
        text-align: right;
        padding-right: 20px;
    }

    dl.committee dd{
        width: 55%;
    }
    
    dl.important_dates_top dd{
        width: 45%;
    }

    .container-committee{
        max-width: 800px;
        margin-right: auto;
        margin-left: auto;
    }

    .container-committee h3{
        text-align: center;
        margin-top: 30px;
    }
}
.title_header{
    background-color: #c8e7fa;
    text-align: center;
    margin-top: 1em;
    padding: 0.5em;
    border-radius: 10px;
}
.break_header{
    background-color: whitesmoke;
    text-align: center;
    margin-top: 1em;
    padding: 0.7em;
    border-radius: 10px;
}

@media screen and (max-width: 480px) {
    dl.committee dt{
        width: 100%;
        margin-left: 1em;
    }
    dl.important_dates_top dt{
        width: 100%;
        margin-left: 1em;
    }
    dl.committee dd{
        width: 100%;
        margin-left: 2em;
    }
    dl.important_dates_top dd{
        width: 100%;
        margin-left: 2em;
    }
}