body {
    font-family: "Asap script=all rev=3",sans-serif;
    font-size: .9rem !important;
    font-weight: 400 !important;
    line-height: 1.6 !important;
    color: #212529;
    text-align: left;
}

h2 {
    font-family: "Asap script=all rev=3",sans-serif;
    font-size: 2rem !important;
    font-weight: 400 !important;
    line-height: 1.6 !important;
    color: #212529;
    text-align: left;
}

h3 {
    margin: 50px 0 30px 0;
    font-weight: 700;
    font-size: 1.2rem;
	text-transform: uppercase;
	color: #212529;
}

.top {
    background-color: #221f1f;
    border-color: #221f1f;
    border-style: solid;    
    border-width: 21px 0;
    width: 100%;
}

.navbar-dark {
    background-color: #221f1f !important;
}

.nav-link {
    color: #fff !important;
    font-size: 1rem;
    text-transform: uppercase;
}

.nav-link:hover {
    color: #ec6607 !important;
}

.sub-title {
    height: 80px;
    width: 440px;
    padding-left: 23px;
    border-left: 1px solid #fff;
}

.sub-title p {
    color: #fff;
}

.sub-title h2 {
    color: #fff;
    margin: 0;
}

.card {
    background-color: #10bacb;
    border-radius: 7px;
    height: 100px;
    position: relative;
    display: block;
}

.title {
    font-weight: 700;
    color: #fff;
    font-size: 1.5em;
}

.card-body a {
    text-decoration: none;
}