.widget_nav_menu a {
    padding: 0px 0px !important;
}

.fusion-is-sticky .button-large {padding: 5px 29px;}

.darkmenu ul li {
  padding: 11px 30px !important;
list-style: none !important;
}

.darkmenu ul li:hover {
background: #f3881a !important;
}

.fusion-content-widget-area .widget {
margin-bottom: 0px !important;
}

.darkmenu {
  background: #79a8ae;
  border-style: solid;
  border-left: 10px solid #bcd3d7;
  border-right: 0px;
  border-top: 2px solid #f3881a;
  border-bottom: 0px;
}

.fusion-fullwidth .content-boxes .col {
min-height: 350px !important;
}

#main {
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: bottom left;
}

@media only screen and (max-width: 600px) {
#main {
    background: none;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: bottom left;
}
}

.fusion-footer-widget-column {
    margin-bottom: 10px;
}

.button-pill, .fusion-body .fusion-button-pill, .fusion-button-pill {
    border-radius: 50px!important;
}


.colorcol {
  color: #ffffff;
  background: #7ba7ae;
  padding: 20px;
  border: 2px solid #7ba7ae;
  border-radius: 10px;
}

.colorcol h2 {
    color: #f6be00;
}

.colorcol h3 {
    color: #f6be00;
}

.colorcol h4 {
    color: #ffffff;
}

.colorcol h5 {
    color: #ffffff;
}

.colorcoldark {
  color: #ffffff;
  background: #135160;
  padding: 20px;
  border: 2px solid #135160;
  border-radius: 10px;
}

.colorcoldark h2 {
    color: #f6be00;
}

.colorcoldark h3 {
    color: #f6be00;
}

.colorcoldark h4 {
    color: #ffffff;
}

.colorcoldark h5 {
    color: #ffffff;
}