/* Highlight the index link */
.page-header tr:nth-child(2) td:nth-child(1),
.page-header tr:nth-child(3) td:nth-child(1) {
    background-color: var( --selected-link-color );
}
									    
.home-text {
    float: left;
    width: 650px;
    margin-right: 20px;
}

.home-text h1 {
    color: var( --irc-header-color );
    text-align: center;
    font-family:  arial, sans-serif;
    font-size: 28pt;
}

.home-text h2 {
    text-align: center;
    font-family:  arial, sans-serif;
    font-weight:  lighter;
}

.home-text p {
    text-indent: 30px;
    font-family: arial, sans-serif;
    font-size: 20px;
    text-align: justify;
}

.home-images {
    width: 300px;
    float: right;
}

.home-images img {
    margin-bottom: 30px;
}

.home-images img:last-child {
    margin-bottom: 0px;
}

.home-mission {
    float: left;
}

.home-mission {
    text-indent: 0px;
}

.home-mission h1 {
    color: black;
    font-size: 16px;
}

.home-mission p {
    text-indent: 0px;
    text-align: justify;
    font-size: 16px;
}

