/* ### NT Connect - Custom CSS Layout ### 

CSS added here should only be used for site wide elements, or for front page elements

-------------------------------------------------------------------------------------

Changes heading text to italics on main page big title area. */

.sub-title {
    font-style: italic;
}

/* Changes font globably for h3 Headers */

h3 {
    color: #f48822;
    font-family: "Roboto", "Helvetica", "Arial", sans-serif;
    font-weight: 300;
}

/* Moves body content up 20px to correct spacing issue at top of site */

body {
    margin-top: -20px;
}

/* Adjuest font size and weight for call number in menu bar */

#menu-item-4187 a {
    font-size: 14px;
    font-weight: 500;
}

/* Expands max width by 10px to accomodate modified icon sizes. */

.hestia-info, .info {
    max-width: 370px !important;
}

/* Adjusts text size for contact section description fields after theme update changes */

.hestia-description, h4 {
    font-size: 18px;
}


/* Aligns text in contact section next to icons */

.fa-map-marker {
    padding-right: 16px;
}

.fa-volume-control-phone {
    padding-right: 11px;
}

.fa-envelope {
    padding-right: 6px;
}

/* Increases icon sizes for odd looking icons */

.icon-primary .fa-map-marker {
    font-size: 45px !important;
}

.icon-primary .fa-volume-control-phone {
    font-size:40px !important;
}

/* ###### End Custom CSS ###### */