 /* Header image logo size */

img.site-logo {
    height: 80px;
    padding-left: 80px;
}


 /* Hides site name and tagline in header */

.site-name {
  display: none;
visibility: hidden;
}

.site-tagline
{
  display: none;
visibility: hidden;
}

 /* Changes menu font style and weight */

#menu-main > li > a {
    color: #06a819;
    font-family: "Helvetica Neue", sans-serif;
      font-size: 18px;
    font-weight: 500;
  
}

 /* Pushes menu links lower */

.site-nav > ul {
    padding-top: 17px;
}


/* Changes Section Subtitle Font Size */

.section-subtitle {
    font-size: 17px;
}

/* Makes the banner image height taller */

section.fullheight .section-content {
    display: table-cell;
    width: 100%;
    position: relative;
    overflow: hidden;
    height: 870px;
}

/* Footer Logos Positioning */

div.footer-logos {
	position: relative;
	left: 0px;
}

/* Removes Made By Magee Themes in Footer */

.footer-info-area {
    padding: 20px 0;
    background-color: #000;
    display: none;
}

