/* DUO Broadband added -KSD- */

body, h1,h2,h3,h4,h5,button,input,select,textarea {
font-family: itc-avant-garde-gothic-pro, sans-serif;
}

a.img.logo.brand img {
    max-width: 420px !important;
}

.hero {
background: none !important;
}
nav.nav {
    background: none !important;
}

.column.is-8.is-offset-2 {
    width: 96%;
    margin-left: 2%;
}

.nav-center span.tag {
    display: none;
}

/*
div#wrapper {
    background-image: url(https://s3-us-west-2.amazonaws.com/dou-crowdfiber-production-7da33801/theme_elements/attachments/000/000/075/original/DUO-Broadband-get-fiber-BG-05.jpg?1650054807);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: 50% -10%;
    background-attachment: fixed;
}
*/
section.section-main {
    background: none !important;
}
 

.nav-center a.button, .nav .nav-center a, .nav-item a.is-active.button {
    background: #459ED9;
    color: white;
    border-width: 0px;
    border-radius: 0 50px 50px 0;
    padding: 3px 18px 3px 10px;
    display: inline-block;
    font-family: arial,helvetica,sans-serif;
    font-size: 15px;
    letter-spacing: 0.05em;
    text-transform: uppercase;
      text-decoration: none;
      height: auto !important;
}
.nav-item a.is-active.button:hover, .nav .nav-center a:hover {
    text-decoration: none;
      padding: 3px 18px 3px 10px;
    background: #B4D07A;
    height: auto !important;
}
/*
@media only screen and (min-width: 1200px) {
  .hero {
    background-size: contain !important;
    background-position: left;
}
}
img.cf_image_editable.glofiber {
    max-width: 420px;
} */



/* mobile nav button */
@media only screen and (max-width: 767px) {
img.cf_image_editable.glofiber {
    max-width: 100% !important;
}
}
span.nav-toggle {
    background: #B4D07A;
    border-radius: 0px 0px 100px 100px;
}
span.nav-toggle:hover {
    background: #459ED9;
}
.nav-toggle span {
    background-color: white;
    height: 3px;
    width: 20px;
    margin-left: -10px;
}
.nav-toggle span:nth-child(1) {
    margin-top: -10px;
}
.nav-toggle span:nth-child(2) {
    margin-top: -3px;
}
.nav-toggle.is-active span {
    background: white;
}