@media (max-width:705px){
    .imp-res1{
        font-size: 20px!important;
        padding-bottom: 15px;
    }
}
/* CSS moved from includes */
/*body,h1,h2,h3,h4,h5,h6 {font-family: "Raleway", sans-serif;}*/
body,h1,h2,h3,h4,h5,h6 {
    font-family: 'Raleway', sans-serif;
}

body, html {
  height: 100%;
  line-height: 1.8;
}

.w3-bar .w3-button {
  padding: 16px;
}

/* IMP-TECH specific CSS */

/* TOP Nav menu piece */
.imp-top {
    height: 26px;
}

.imp-top-nav {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.imp-ins {
    background-repeat: no-repeat;
    padding-left: 20px;
    background-position: 0px 2px;
    background-size: 15px;
    margin-left: 35px;
    filter: invert(1);
}
/* TOP Nav Hammburger bars icon */
.imp-footer-banner {
    color: #d9d9d9;
    background-color: #982929;
}

.imp-footer-sub {
    color: #d9d9d9;
    background-color: #840000
}

.imp-bars {
    background-image: url(../images/bars.svg);
    margin-top: 16px;
    margin-right: 16px;
}

/* BOTTOM Contact us List */
.imp-list-phone {
    background-image: url(../images/phone-alt.svg);
    filter: invert(0.9);
}

.imp-list-email {
    background-image: url(../images/envelope.svg);
    filter: invert(0.9);
}

li.imp-list-location {
    background-image: url(../images/location-arrow.svg);
    filter: invert(0.9);
}

li.imp-list {
    background-repeat: no-repeat;
    padding-left: 5px;
    padding-top: 1px;
    background-position-y: center;
    background-size: 15px;
    margin: 1px;
}

.imp-gloss {
    padding-bottom: 15px;
}

.imp-association-tag {
    background-image: url(../images/cbbb.png);
    background-repeat: no-repeat;
    margin-right: 40px;
    background-position-x: right;
    background-size: auto;
    height: 56px;
}
/* Misc */

.imp-col1 {
    max-width: 215px;
    margin: 10px 25px;
    text-align: left;
    font-family: 'PT Sans Narrow', sans-serif!important;
    color: black;
    text-shadow: 1px 1px 1px rgb(255, 255, 255)
}

.imp-fancy {
    color: #00aeae;
    /*text-shadow: 1px 1px 1px rgb(255, 255, 255);*/
}


.imp-bottom-border {
    border-bottom: 3px solid #840000;
}

.imp-fat {
    height: 65px;
}

.imp-med {
    height: 28px;
}

.imp-paragraph {
    padding-top: 14px;
}

.imp-body1 {
    padding-left: 40px!important;
}

.imp-body {
    color: #545963;
    font-size: 16.5px;
    font-weight: lighter;
}

.imp-small-title {
    color: #545963;
    font-weight: 900;
}

.imp-blue {
    color:#fff!important;
    background-color:#1692cb!important;
}

.imp-moe-red {
    color: #fff;
    background-color: #982929;
}