body {
    font-family: 'Didact Gothic', sans-serif;
    text-align: center;
    color: #fff;
    font-weight: 300;
    position: relative;
}
a {
    color: #CFCFCF;
    text-decoration: none;
}
em {
    font-size: 30px;
}
a:hover {
    color: #89D5D2;
}

/* Sections */

.dark-section {
        background-color: #22577A;
}

.medium-section {
    background-color: #38A3A5;
    padding: 50px 10px;
}

.light-section {
    background-color: #664E88;
    padding: 50px 10px;
}

/* Navigation Side Bar */

.sidebar {
        margin: 0;
		padding: 0;
        width: 200px;
		background-color: #008080;
		position: fixed;
		height: 100%;
		overflow: auto;
		text-align: right;
        list-style: none;
}

.sidebar a {
    display: block;
    color: #CFCFCF;
    padding: 16px;
    text-decoration: none;
}
.sidebar a.active {
    background-color: #22577A;
    color: white;
}

.sidebar a:hover:not(.active) {
    background-color: #664E88;
    color: white;
}

div.content {
    margin-left: 200px;
    padding: 1px 0px;
    height: 1000px;
}

@media screen and (max-width: 1000px) {
    .sidebar {
        width: 100%;
        height: auto;
        position: fixed;
        z-index: 999;
    }
    .sidebar a {float: left;}
    div.content {margin-left: 0;}
}

/* Home Section */

.backimg {
    padding: 10em 0em 20em;
    min-height: 20em;
    min-width: 100%;
}
.heading-title {
    font-size: 100px;
    font-family: 'Akronim', cursive;
}
.heading-text {
    background-color: #AED6F180;
    color: black;
}
/* Testimonials */

.testimonial-item {
    padding: 3% 15%;
}

.carousel-arrow {
    position: absolute;
}
.carousel-inner {
    width: 100%;
    height: 400px;
}

/* About Section */
#about {
    padding: 2em;
    text-align: left;
}
.about-img {
    max-height: 400px;
    width: auto;
}
/* Certifications Section */
#certs {
    padding: 5em;
}

.cert {
    padding: 1em;
}
.fa-3x {
    font-size: 7em;
}
.icon:hover {
    color: #89D5D2;
}
.cert-icon-home {
   height: auto;
   width: 250px;
}

/* Pricing boxes */
#services {
    padding: 2em;
}
.card {
    background-color: #89D5D2;
    height: 100%;
}
.card-img {
    max-height: 500px;
    min-height: 300px;
    width: auto;
}
/* Consultation Form */
.contact-info {
    text-align: left;
}
.contact-form {
    padding: 5em 5em 10em 5em;
    font-size: 20px
}
.checkbox-fitness {
    padding: 0.5em 1em 2em 0em;
}
/* Certifications page */
.cert-desc {
    text-align: left;
    padding: 50px 50px 50px 20px;
}
.cert-icon {
    padding: 50px 20px 50px 50px;
    height: 200px;
    width: 200px;
}