.jumbotron {
    background: url("../../images/road.a869f25aeaa8.jpg") no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position-x: 50%;
    background-position-y: 30%;
}

.alignleft {
    float: left;
    margin-top: 10px;
}

.alignright {
    float: right;
    margin-top: 10px;
}

.spacevertically {
    margin-top: 25px;
}

.sponsors-title {
    color: #555;
    text-align: center;
}

.sponsor-item {
    border-top: 1px solid gray;
}

.sponsor-item h3 {
    margin-top: 10px;
    margin-bottom: 10px;
    color: #dc7075;
}

.sponsor-item h4 {
    color: gray;
}

.cem-highlight {
    padding: 20px;
    border-radius: 15px;
    border: 1px solid black;
}

.update-item {
    border-bottom: 1px solid lightgray;
    margin-bottom: 20px;
    text-align: center;
}

.update-image {
    width: 100%;
    border-radius: 15px;
    border: 1px solid darkgray;
    margin-bottom: 15px;
}

h3 {
    margin-top: 10px;
    margin-bottom: 10px;
}