hr {
    margin-top: 10px;
}

.body-content {
    padding: 10px;
    font-size: 17px;
    text-align: justify;
}

.body-content-first {
    min-height: 600px;
    padding-top: 100px;
    font-size: 17px;
    text-align: justify;
}


/* Make .svg files in the carousel display properly in older browsers */
.carousel-inner .item img[src$=".svg"] {
    width: 100%;
}


.vertical-align {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
}

A {
    text-decoration: none;
}

    A:hover {
        text-decoration: none;
    }

h1, h2 {
    text-align: center;
}

h1 {
    font-size: 25px;
    color: #17375e;
}

h2 {
    font-size: 22px;
}

h3{
    font-size: 18px;
}

ul {
    padding-left: 20px;
}

li {
    padding-bottom: 3px;
}


/*div {
    border: red solid 1px
}*/