body{font-family:Verdana, Geneva, Tahoma, sans-serif; color:#009300;}
  h1{color:#009300;    font-weight: 900;     font-size: 3.3em;}
  h2 {
    font-size: 2em;
    font-weight: 600;
}
h3{    font-weight: 600;}
label {
    display: block;
    text-align: left;
    color: #fff;
text-transform: uppercase;}

.bg-green{background-color:#009300;}
.cl-white {color: #fff;}
 
.cc-austintows{background-image: url('assets/img/austin_towing.jpg');
    background-size: cover;
    }

a.link{color: white;
    background: #009300;
    padding: 15px 20px;
    font-size: 2em;
    letter-spacing: 2px;}
    a.link:hover{color: #009300; background-color: black; text-decoration: none;}
    .hr{background: #009300;
        padding: 15px 20px;margin: 0;}

a {color: #999;}
a:hover {color: #009300;}

    @media only screen and (max-width: 768px) { 
        a.link{    font-size: 1em;}
        h1{  font-size: 2em;}
    h2 {
        font-size: 1.5em;}
        h3 {
            font-size: 1.3em;}

    }
   