    * {
        box-sizing: border-box;
    }
    
    body {
        background-color: #fff;
        background-image: url("../images/back3.png");
        background-repeat: repeat;
        font-weight: bold;
        font-size: 13px;
        color: #000;
        font-family: Verdana, Arial, Helvetica, sans-serif;
    }
    
    .bg-white {
        background-color: #fff;
    }
    
    h1,
    h2,
    h3,
    h4,
    h5,
    h6,
    h7 {
        font-weight: bold;
    }
  
h1  {font-size: 24px;}  
h3  {font-size: 16px;margin-top: 10px;margin-bottom: 15px;}
h2.contact  {font-size: 22px;color: #F29200;}
h4.contact  {font-size: 16px;}

.financing  {color: #F29200;margin-top: 2px;font-size: 19px;text-align: center;}
.center101  {font-size: 17px;text-align: center;color: #F29200;margin-bottom: 15px;} 
     
	 .gold2 {
        color: /* #F3AF1A */#F29200;margin-top: 2px;font-size: 15px;
    }
	
    .small-font {
        font-size: 10px;margin-top: 7px;margin-bottom: 2px;
    }
    
    .indent {
        /* left indented paragraph spacing */
        padding-left: 20px
    }
    
    #header {
        display: block;
    }
    
    #header2 {
        display: none;
    }
    
    .shadow {
        box-shadow: 5px 5px 5px #666;
    }
    
    .header-text {
        font-size: 48px;
        font-weight: bold;
        position: absolute;
        top: 15px;
        left: 555px;
        color: #369;
        text-shadow: -1px -1px #69c, 2px 2px 4px #000, 1px 1px 4px #000;
    }
    
    .header-subtext {
        font-size: 32px;
        font-weight: bold;
        position: absolute;
        top: 90px;
        left: 516px;
        color: #369;
        text-shadow: -1px -1px #69c, 2px 2px 4px #000, 1px 1px 4px #000;
    }
    
    .row {
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
    }
    
		.container  {padding: 5px 30px 5px 30px;}
		.container-header  {padding: 0px 0px 0px 0px;}
		.orange2 {color: #F29200;margin-top: 5px;margin-bottom: 20px;}
		.orange22  {color: #F29200;margin-top: 5px;margin-bottom: 10px;}
		.orange  {background-color: #F29200;}
		p.bottom  {margin-top: 3px;margin-bottom: 3px;text-align: center;}
		p.question  {font-size: 16px;}
		p.larg1   {font-size: 17px;}
        p.para2 {font-size: 13px;text-align: left;padding: 5px 65px;}
    
    .container-fluid {
        padding-left: 0px;
        padding-right: 0px;
    }
    
    [class*="col-md-"] {
        /* left and right column spacing */
        padding: 10px 10px;
    }
    
    .gold {
        color: /* #F3AF1A */#F29200;margin-top: 2px;
    }
	
    .gold-faq {
        color: /* #F3AF1A */#F29200;margin-top: 2px;font-size: 16px;
    }
    
    .img-center {
        display: block;
        margin: 0 auto;
    }
    
    ul {
        list-style-image: url('../images/bullet.gif');
    }
    
    footer {
        text-align: center;
        color: #000;
    }
    
    footer a {
        color: #666;
    }
    
    @media only screen and (max-width: 990px) {
        .row {
            display: block;
        }
    }
    
    @media only screen and (max-width: 620px) {
        /* responsive header image */
        #header {
            display: none;
        }
        #header2 {
            display: block;
            width: 100%;
        }
		.container  {padding: 5px 18px 5px 18px;}
		p.para2 {font-size: 13px;text-align: left;padding: 5px 18px 5px 18px;}
    }
    
    @media (min-width: 768px) {
        .slider-container {
            width: 750px;
            margin: 0 auto;
        }
    }
    
    @media (min-width: 992px) {
        .slider-container {
            width: 970px;
            margin: 0 auto;
        }
    }
    
    @media (min-width: 1200px) {
        .slider-container {
            width: 1170px;
            margin: 0 auto;
        }
    }