.btn-menu{
  margin-top: 0px;
}

#masthead {
  background-color:  #0003db;
}

.overlay {
  opacity: 0.2;
}

.site-info.container {
    display: none;
}

@media (max-width: 680px) {
    .no-mobile {
        display: none;
      #mainnav{
    margin-top: 12px;
  }
    }
}

@media (min-width: 685px) {
  .home .logo {  
    display: none;
  }
  .no-desktop {
        display: none;
    }
}


.panel-row-style {
  background-position: center top !important;
}
  
@media (min-width: 750px) {
.panel-row-style {
background-attachment: fixed;
background-size: 120%;
}
}
  
.footer-widgets {
    padding: 0px 0;
}
.widget-area .widget {
    margin-bottom: 10px;
    padding-top: 0;
}

.textwidget ul {
    list-style-type: disc;
    list-style-position: inside;
}