/*
 Theme Name:   Buy Your Ford
 Template:     Divi
 Version:      1.0.0
*/

@import url("../Divi/style.css"); /* Optional for old versions of WordPress */

h1 {font-size: 36px;color:#010857;}
h2 {font-size: 32px;color:#010857;}
h3 {font-size: 28px;color:#010857;}
h4 {font-size: 22px;color:#797979;}
h5 {font-size: 18px;color:#797979;}
h6 {font-size: 16px;color:#797979;}

.center {text-align:center;}
.left {text-align:left;}
.right {text-align:right;}

/* Custom code for Incentives page*/

.underline {text-decoration:underline;font-weight:600 !important;}
#suv, #truck, #car, #ev, #service {cursor:pointer; font-family: 'Ford Antenna Regular', Helvetica, Arial, Lucida, sans-serif;;font-weight:400;font-size:25px;}


/* Custom Code: Dropdown on Mobile - Incentives */

.content-section {
  display: none;
  margin-top: 30px;
}

.content-section.active {
  display: block;
}

#contentSelector {
    font-size: 20px;
    border: 2px solid #010857;
    border-radius: 10px;
    margin-top:5px;
    width:50%;
}