/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Apr 24, 2017, 8:48:22 AM
    Author     : David
 this style sheet is the general styles for pages
*/
header.header_general {
  padding: 0;
  margin: 0;
  margin-left: 5%;
  color: #454341;
  background-color: #ffffff; }

p.ip {
  font-size: .95em;
  color: #454341 !important; }

/***started this to be used on page website_developement_index.php****/
main.bg_color {
  background-color: #E6E6FA; }

.wd_box {
  background-color: #ffffff;
  padding: 5%;
  color: #191970;
  font-size: 1em; }
  .wd_box p, .wd_box li {
    line-height: 130%;
    font-size: 1.5em; }
  .wd_box h2, .wd_box h3, .wd_box h4, .wd_box h5 {
    color: #191970;
    font-size: 2.5em; }
  .wd_box li {
    list-style-type: upper-roman;
    margin-bottom: 20px;
    padding-left: 20px; }
  .wd_box header {
    background-color: inherit;
    color: #000; }

.bottomBanner h3 {
  color: #FF7400; }
.bottomBanner h4 {
  color: #191970; }

/*# sourceMappingURL=general_mobile.css.map */
