.title {
    vertical-align: middle;
    text-align: center;
    margin-top: 25px;
    margin-bottom: 20px;
    line-height: 50px;
    height: 50px;
}

.title img {
    height: 70%;
    margin: 5px;
    padding-bottom: 7.5px;
}

.navbar {
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-size: 14px;
}

a.navbar-brand {
    font-weight: normal;
}

.nav-item {
    height: 47px;
}

.nav-item.active {
    background-image: url("assets/nav-item-active.png");
    max-width: 100%;
}

.announcement {
    margin: 30px;
    font-size: 29px;
    letter-spacing: 8px;
}

.announcement h2 {
    line-height: 55px;
}

.heart-divider {
    text-align: center;
    display: block;
    margin-left: auto;
    margin-right: auto;
    max-width: 95%;
}

.home-info-text {
    text-align: center;
    max-width: 80%;
    margin: 30px;
}

.info-text {
    text-align: left;
    /*max-width: 50%;*/
    margin: 30px;
}

.img-rows {
    margin-top: 70px;
}

.img-row img{
    clip-path: circle(146px at center);
}

.sub-title {
    text-align: center;
    margin: 20px;
    font-style: italic;
    font-size: 20px;
}

.img-rounded {
    border-radius: 15%;
}

body {
    font-family: "Comic Sans MS";
}