ul {
	list-style-type: none;
}

.pad-images {
	padding: 2em;
	padding-top; 0;
}

.plain-link {
	text-decoration: none;
}

#about {
    width:100%;
}

.about-text, .documents-text {
    padding-left:22%;
    width:20em;
    line-height: 200%;
    text-align: center;
}

.documents-text {
    
    padding-top:4em;
}

.tel {
    font-weight: 900;
    font-size: 120%;
    text-decoration:none;
}

.not-phone-number {
    text-decoration:none;
}
@media only screen
and (min-device-width : 320px)
and (max-device-width : 1023px) {


    #StickyWrapper, #header, #nav-top, #container, #footer, #nav-top {
        width: 100%;
    }

    #StickyWrapper {
        margin-top: 0;
    }

    #container, #middle {
        padding: 0;
        width: 95%;
        line-height : 180%;
    }

    #about {
        width:100%;
        text-align:center;
        padding-top: 25px;
    }

    .about-text, .documents-text {
        width: 100%;
        font-size: 200%;
        padding: 0;
        margin: 0 auto;
        line-height: 200%;
    }

}
