
.about-con {
    padding-top: 30px;
    padding-bottom: 30px;
    margin-bottom: 30px;  
    min-height: 200px;
    background-image: url("../img/friendsofaca_color.svg");
    background-size: 55%;
    background-repeat: repeat;
    background-attachment: fixed;
    background-position: center;
}

.amg-foa {
    font-size: 1.8em;
}

.about {
    font-family: 'Ubuntu', sans-serif;    
}

.about-title {
    font-size: 2.3em !important;    
    color: #1d4871 !important;
}

.about-border {
    border: .1em solid #FFBE67 !important;
}

.map {    
    box-shadow: .5px .5px 1.7px #1f1f1f;
}

.form-group {
    padding: 5px 0px;
}

.btn-form {    
    padding: 3px 10px;
    box-shadow: .5px .5px 1.7px #1f1f1f;
}



@media screen and (min-width: 376px) and (max-width: 768px) {
    .about-title  {
        font-size: 1.8em !important; 
     }
}

@media screen and (max-width: 375px) {
    .amg-org {
        font-size: .75em;
        color: #1d4871;
    }   

    .amg-foa {
        font-size: 1.55em;
    }

    .about-title {
        font-size: 1.55em !important;
        margin-top: 30px; 
     }
}

@media screen and (max-width: 320px) {    
    .amg-org {
        font-size: .69em;
        color: #1d4871;
    } 
}