.space-top {
    margin-top: 10px;
}

.space-bottom {
    margin-bottom: 10px;
}

.space-both {
    margin-top: 10px;
    margin-bottom: 10px;
}

.section {
    padding-top: 30px;
    padding-bottom: 30px;
}

.alt-section {
    background-color: #e8eced;
}

.section-sm {
    padding-top: 10px;
    padding-bottom: 10px;
}

.section-lead {
    background-color: #002342;
    background: url('../images/background.jpg') no-repeat center center;
    background-size: cover;
}

.section-light {
    background-color: #00b2f6;
    color: #fff;
}

.section-dark {
    background-color: #3D30A2;
    color: #fff;
}

.section-lead .section {
    background: rgba(247, 247, 247, 0.6);

}

.section .title {
    margin-bottom: 0px;
}

@media screen and (max-width: 600px){
    #help .row div {
        margin-bottom: 30px;
    }
}

.section .title {
    margin-bottom: 30px;
}

.section .title span {
    border-bottom: solid 3px #53ba83;
    padding-bottom: 3px;
    display: inline-block;
}

.section-sm .email {
    margin-left: 10px;
}

.section-sm .connect {
    margin-right: 10px;
}

blockquote {
    font-family: Georgia, 'Times New Roman', Times, serif;
    background-color: lightgray;
    padding: 20px;
    font-size: 20px;
    font-style: italic;
    font-weight: bold;
    color: #002342;
}

@media screen and (max-width: 600px) {
    .section-sm .btn {
        height: 20px;
    } 
    
    .section-sm .btn:last-of-type {
        margin-bottom: 20px;
    }
}

@media screen and (max-width: 767px) {
    .section-sm span#divider {
        display: none;
    }
}

.cta {
    margin-top: 30px;
}

@media screen and (max-width: 600px){
    .cta {
        width: 94%;
        margin-left: 3%;
        margin-right: 3%;
    }

    .cta a {
        padding-top: 10px;
    }
}

#clients .row div {
    display: inline-block;
}

#clients .row div span {
    display: block;
}

#clients .row div i {
    margin-bottom: 10px;
}

#meet img {
    width: 200px;
    margin-bottom: 30px;
}

.list .icon, .list .description {
    display: inline-block;
}

.list .item {
    margin-bottom: 30px;
}

.list .icon {
    width: 40px;
    margin-right: 10px;
    vertical-align: top;
    padding-top: 15px;
}

.list .description {
    width: 80%;
    text-align: left;
}

#techstack .row div h3 {
    margin-top: 20px;
    margin-bottom: 20px;
}

form label.left {
    font-weight: bold;
    padding-left: 5px;
}

.footer-icons div {
    display: inline-block;
    background-color: #002342;
    color: #fff;
    border-radius: 50%;
    border: solid 2px #53ba83;
    margin-left: 3px;
    margin-right: 3px;
}

.check {
    display: inline-block;
    vertical-align: top;
    margin-top: 10px;
    margin-right: 10px;
}
.description {
    width: 90%;
    display: inline-block;
}

#headshot {
    width: 80%;
    border: solid 2px #00b2f6;
}

@media screen and (max-width: 600px){ 
    #headshot {
        margin-left: 10%;
        margin-top: 40px;
    }
}

.card p.notes {
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}

.footer-icons div:hover,
.footer-icons div:focus {
    background-color: #00b2f6;
}

.footer-icons i {
    padding: 10px;
    color: #fff;
}

@media screen and (max-width: 767px){
    #services .row div,
    #clients .row div {
        margin-bottom: 40px;
    }
}

@media screen and (min-width: 768px){
    #services .middle {
        border-left: solid 2px #00b2f6;
        border-right: solid 2px #00b2f6;
    }

    #services .row span {
        display: block;
    }
}