
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  font-weight: 500 !important;
}
.site-header {
    padding: 0px;
}
.blue {
    color: #47a3da !important;
}
.grey-back{
    background-color: #f8f8f8;
}
.entry-title{
    color: #47a3da;   
}

#h-grid-background{
    height: 100%;
    display: flex;
}
#h-grid-header{
    width: 100%;
    max-width: 1400px;
    margin-left: auto;
    margin-right: auto;

}
.circuit {
    background-image: url('https://hydreon.com/wp-content/themes/govpress-child/assets/hydreon/circuit-grey.png');
    background-repeat: repeat;
    background-color: #f8f8f8;
    background-size: initial;
    width: 100%;

}
.centert{
    text-align: center;
}
.centerm {
    margin-left: auto;
    margin-right: auto;
}

.h-header-logo {
    width: 100%;
    max-width: 229px;
    margin-top: 30px;
    margin-bottom: 30px;
    float: left;
}
.h-header-desc {
    text-align: right;
}
.h-header {
    border-bottom: 1px #ccc solid;
}
.h-header h1 {
    margin-top: 40px;
    margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
    .h-header h1 {
        margin-top: 10px;
        text-align: center;
        
    }
    .h-header-logo {
        margin-bottom: 5px;
        text-align: center;
        float: none;
    }
}

.big-header {
    border-top: 1px #ccc solid;
    border-bottom: 1px #ccc solid;
    margin-top: -20px;
    padding-top: 40px;
    padding-bottom: 40px;
}
.big-header h1 {
    font-size: 3em;
}

#footer-widgets {
  margin-bottom: 0px;;
}
#footer-widgets .widget-title {
  color: #47a3da;
}

#h-footer {
      background-color: #f8f8f8;
}
#h-footer a:hover {
    text-decoration: none;
}

.big-header-rain {
    border-bottom: 1px #ccc solid;
    margin-top: -20px;
    padding-top: 40px;
    padding-bottom: 40px;
}
.big-header-h1 {
    font-size: 3em;
}

.table-borderless > tbody > tr > td,
.table-borderless > tbody > tr > th,
.table-borderless > tfoot > tr > td,
.table-borderless > tfoot > tr > th,
.table-borderless > thead > tr > td,
.table-borderless > thead > tr > th {
    border: none;
}

