/**
Theme Name: michaelvancerentals
Author: michaelvancerentals
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: michaelvancerentals
Template: astra
*/

body, 
.ast-plain-container{
    background-color:#ccc;
    font-family: "Trebuchet MS";
    background: linear-gradient(
    90deg,
    #b71c1c 0%,
    #b71c1c 50%,
    #c6453e 50%,
    #c6453e 100%
  );
    background-size:60px;
}

#primary{
    background-color:#000;
}
.site-primary-header-wrap>div{
    border-top:6px solid #a0a6a6;
    border-bottom:4px solid #fff;
}

.ast-header-html-2 p{
    font-size:20px;
    color:#fff;
    text-align:right;
    line-height:1;
    
}
.main-navigation{
    background-color:#ffffff7a;
}
.ast-builder-menu-1 .menu-item.current-menu-item > .menu-link{
    color:#527227;
}
h1, h2, h3, h4, h5, h6, .entry-content :where(h1,h2,h3,h4,h5,h6){
    color:#fff;
}
.entry-content{
}

.site-below-footer-wrap[data-section="section-below-footer-builder"]{
    background-color:transparent;
    border-top:none;
}
table, td, th{
    border:none;
    padding:0;
}
table{
    margin-top:10px;
}