/* @import url(hccard.css); */

.about {
    margin-top: 1rem !important;
}
.about-statement {
    margin: 1rem;
    margin-right: 0;
}

.people {
    height: 100%;
    /* margin: 0; */
    padding: 0;
    padding-top:.75rem;
}

/* #tech-statement .statement {
    margin-right:0;
} */
#statement-section {
    /* margin: 0; */
    padding: 0;
}
#mission-statement {
    padding-top: 0;
}
.person-card .hccard-content {
    padding: 0;
}
.person-card {
    /* height; */
    margin: .5rem;
    margin-right:0;
    margin-top:0 !important;
}

/* Mobile */
@media screen
and (min-width : 320px)
and (max-width : 480px){
    .people {
        /* width: 100%; */
        padding:.75rem;
        margin:0;
    }
    .person-card {
        margin: 1rem;
    }
}

/* Small Tablets */
@media screen
and (min-width : 481px)
and (max-width : 768px){
    /* #tech-statement .statement {
        margin-right:0;
    } */
}

/* Large Tablets/Laptops */
@media screen 
and (min-width : 761px)
and (max-width: 1024px) {
    /* #tech-statement .statement {
        margin-right:0;
    } */
    .columns {
        margin: 0 !important;
        /* padding-left: 0 !important; */
    }
    .people {
        margin-top:1em !important;
        padding-top:0;
    }

    .statement-section {
        margin-top: 1em;
        margin-left: 0 !important;
    }
}

/* Desktops */
@media screen 
and (min-width : 1025px)
and (max-width : 1200px) {
    #tech-statement .statement {
        margin-right:0;
    }
}

/* Large screens */
@media screen 
and (min-width : 1201px) {
    #tech-statement .statement {
        margin-right:0;
    }
}