
body.splash {
    background-color: #faf4e8;
}
.logo {
    background-color: transparent;
    text-align: center;
    width: 100%;
    height: auto;
    margin-top: 0 !important;
}
.logo img {
    margin-top: 50px;
    margin-bottom: 0;
	width: 65%;
	z-index: 1000;
	margin-left: auto;
	margin-right: auto;
}
.splash .container.content {
	padding-top: 100px;
}
.bullets {
    padding-top: 40px;
}
.bullets h3 {
    font-size: 1rem;
}
.info {
    padding-top: 5cqw;
}
.info a {
    color: #213e4d;
}

@media (max-width:992px) {
.logo img {
    width: 100%;
}
.bullets h2 {
    font-size: 36px;
}
.bullets h3 {
    font-size: 30px;
}
.bullets h4 {
    font-size: 24px;
}
.info a {
    font-size: 24px;
}

}