@charset "UTF-8";
@media all {
  /* overall styles */
  /*@-ms-viewport {
 width: extend-to-zoom;
 zoom: 1.0;
}*/
  a {
    text-decoration: none;
  }
  p {
    font-size: 20px;
    line-height: 24px;
    margin: 5px 0 5px 0;
    padding: 0;
    color: #252525;
  }
  a:link {
    color: #970002;
    text-decoration: none;
  }
  a:visited {
    color: #970002;
    text-decoration: none;
  }
  a:hover {
    color: #1251b7;
    text-decoration: none;
  }
  a:active {
    color: #970002;
    text-decoration: none;
  }
  body {
    background-color: #4C4C4C;
    margin: 0;
    font-family: "verdana", "sans-serif";
  }
  h1, h2, h3 {
    font-family: 'Zilla Slab', serif;
  }
  #wrapper {
    margin: 0 10px 10px 10px;
    padding: 0;
    max-width: 1400px;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
    background-color: white;
  }

  
    
  #menu {
    background-color: #6E6E6E;
    overflow: hidden;
  }
  #menu ul {
    text-align: center;
    display: block;
    width: 100%;
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    background-color: #353535;
  }
  #menu ul li {
    display: inline-block;
    float: none;
  }
  #menu li a {
    display: block;
    color: white;
    text-align: center;
    padding: 6px 5px 6px 5px;
    text-decoration: none;
  }
  #menu li a:hover {
    color: gold;
    background-color: #030303;
  }
    
    #minimenu {
        background-color: #353535;
           overflow: hidden;
    } 
    
    #minimenu p {
        text-align: center;
        color: white;
    
        font-size: 1em;
        padding: 0 0 5px 0;
    }
    
    #minimenu p img {
        padding: 8px 5px 0 0;
        width: 20px; height: auto;
      vertical-align: -3px;}

    
    
  #slides {
    background-color: #fff;
    overflow: hidden;
    position: relative;
  }
  #slides img {
    width: 100%;
    height: auto;
  }
  #slides .slide-caption {
    background-color: #3D6408;
    border-radius: 15px;
    position: absolute;
    padding: 15px 20px 10px 30px;
    width: 25%;
    bottom: 20%;
    right: 30px;
    z-index: 20;
    box-shadow: 10px 10px 10px black;
    color: white;
    font-size: 24px;
    line-height: 30px;
  }
  #slides .slide-caption a {
    display: block;
  }
  #slides .slide-caption:hover {
    color: #fff;
    background-color: #1F4082;
  }
 
  #content h2 {
    color: #3D6408;
    font-size: 30px;
    border-bottom: 1px solid #666;
    margin: 0 0 10px 0;
    padding: 20px 20px 5px 0;
    clear: left;
  }
  #content h3 {
    color: #3D6408;
    font-size: 24px;
    border-bottom: 1px solid #9D9B9B;
    margin: 0 0 5px 0;
    padding: 20px 20px 5px 0;
    clear: left;
  }
  #content p {
    padding: 5px 20px 20px 0;
    font-size: 18px;
    line-height: 24px;
    clear: left;
  }
  #content p img.wrapped {
    width: 40%;
    height: auto;
    float: right;
    box-shadow: 10px 10px 10px #666;
    margin: 10px 30px 10px 30px;
  }

  #content p img.inparsquare {
    width: 150px;
    height: auto;
    float: right;
    margin: 0 20px 10px 10px;
    padding: 15px;
  }
  #content p img.inpaleft {
    width: 150px;
    height: auto;
    float: left;
    margin: 0 20px 10px 0;
  }
  #footer {
    clear: left;
    background-color: #2B2B2B;
    padding: 20px;
    margin: 20px 0 0 0;
  }
  #footer p {
    font-size: 18px;
    color: white;
    line-height: 22px;
    margin: 0px;
    padding: 10px;
    text-align: center;
  }
  #footer p a:link {
    color: gold;
  }
    
  #footer p a:visited {
    color: gold;
  }    
    
    
  .logorows {
    margin-top: 40px;
  }
  .testimonials {
    border-top: 2px dotted #aaa;
    margin-bottom: 18px;
    margin-right: 50px;
  }
}
/*Anything above  750 pixels*/
@media only screen and (min-width:751px) {
    
    
    
 #content {
    width: calc(100% - 40px);
    padding: 30px;
  }
    
    
  #wrapper #welcome {
    width: calc(33% - 40px);
    background-color: #fff;
    overflow: hidden;
    padding: 20px;
    float: left;
      
  }
    
      #header {
    font-family: 'Zilla Slab', serif;
    background-color: #3D6408;
    overflow: hidden;
    padding: 5px 5px 5px 5px;
  }
    
  #header h1 {
    font-weight: 100;
    color: white;
    font-size: 3em;
    letter-spacing: .3em;
    text-align: center;
    padding: 20px 0 10px 0;
    margin: 0;
  }
    
    #minimenu {display: none;}
    
      #content p img.inparight {
    width: 219px;
    height: auto;
    float: right;
    margin: 0 20px 10px 10px;
  }
    
  #wrapper #welcome h2 {
    color: #3D6408;
    font-size: 30px;
    border-bottom: 1px solid #666;
    margin: 0 0 10px 0;
    padding: 0 0 7px 5px;
  }
  #wrapper #welcome p {
    font-size: 18px;
    line-height: 24px;
  }
  #wrapper #noteworthy {
    width: calc(33% - 40px);
    background-color: #fff;
    overflow: hidden;
    padding: 20px;
    float: left;
  }
  #wrapper #noteworthy h2 {
    color: #3D6408;
    font-size: 30px;
    border-bottom: 1px solid #666;
    margin: 0 0 10px 0;
    padding: 0 0 7px 5px;
  }
  #wrapper #noteworthy p {
    font-size: 18px;
    line-height: 22px;
    margin: 0 0 10px 0;
  }
  #wrapper #twitter {
    width: calc(33% - 40px);
    background-color: #fff;
    overflow: hidden;
    float: left;
    padding: 20px;
  }
    
    
      #header .enterprises {
        color: #C2D7B1;
        font-size: 1em;
    }    
    
    
  #content .logorows p {
    width: 165px;
    height: 80px;
    float: left;
    margin: 0 10px 0 10px;
    padding: 0;
    clear: none;
     
  }
    
     #content .logorows p img{
    width: 100%;
    height: auto;
 
     
  } 
    
  .fivepbox {
    width: 70%;
    margin-left: auto;
    margin-right: auto;
  }
  .fivepbox p {
    float: left;
  }
  .fivepbox img {
    display: block;
    float: right;
    width: 30%;
    height: auto;
    padding-left: 30px;
  }
}
/*Anything below 751 pixels*/
@media only screen and (max-width:750px) {
    
    
    #content {
    width: calc(100% - 20px);
    padding: 20px;
  }
    
    
  #slides .slide-caption {
    padding: 12px 15px 10px 14px;
    width: 25%;
    bottom: 20%;
    right: 20px;
    z-index: 20;
    box-shadow: 10px 10px 10px black;
    color: white;
    font-size: 16px;
    line-height: 20px;
  }
    
    
         #header {
    font-family: 'Zilla Slab', serif;
    background-color: #3D6408;
    overflow: hidden;
    padding: 5px 5px 5px 5px;
  }
    
  #header h1 {
    font-weight: 100;
    color: white;
    font-size: 2em;
      line-height: .8em;
    letter-spacing: .3em;
    text-align: center;
    padding: 20px 0 10px 0;
    margin: 0;
  }
    
    
        #header .enterprises {
        color: #C2D7B1;
        font-size: .85em;
    } 
    
    
    
    #pagemenu {
    background-color: #6E6E6E;
    overflow: hidden;
       
  }
  #pagemenu ul {
       padding: 30px;
    text-align: center;
    display: block;
    width: 90%;
    list-style-type: none;
    margin-left: auto;
    margin-right: auto;
overflow: hidden;
    background-color: #353535;
  }
  #pagemenu ul li {
  font-size: 20px;
      line-height: 22px;
  }
  #pagemenu li a {
    display: block;
    color: white;
    text-align: center;
    padding: 10px;
      border-bottom: 1px dotted #ccc;
    text-decoration: none;
  }
  #pagemenu li a:hover {
    color: gold;

  }
    
         #content .logorows p img{
    width: 100%;
    height: auto;
 
     
  } 
    
    
    #menu {display: none;}    
    
  #wrapper #welcome {
    width: calc(100% - 40px);
    padding: 10px;
  }
  #wrapper #noteworthy {
    width: calc(100% - 40px);
    padding: 10px;
  }
  #wrapper #twitter {
    width: calc(100% - 40px);
    padding: 10px;
    margin-top: 15px;
  }
  #wrapper #welcome h2 {
    color: #3D6408;
    font-size: 30px;
    border-bottom: 1px solid #666;
    margin: 0 0 10px 0;
    padding: 0 0 7px 5px;
  }
  #wrapper #welcome p {
    font-size: 18px;
    line-height: 24px;
  }
  #wrapper #noteworthy h2 {
    color: #3D6408;
    font-size: 30px;
    border-bottom: 1px solid #666;
    margin: 0 0 10px 0;
    padding: 0 0 7px 5px;
  }
  #wrapper #noteworthy p {
    font-size: 18px;
    line-height: 22px;
    margin: 0 0 10px 0;
  }
    
    
  #content p img.inparight {
    width: 100%;
    height: auto;
    float: right;
    margin: 0 20px 10px 10px;
  }
    
  #content p img.wrapped {
    width: 98%;
    height: auto;
    float: none;
    box-shadow: none;
    margin: 10px auto 10px auto;
    display: block;
  }
  #content .logorows p {
    width: 40%;
    height: 80px;
    float: left;
    margin: 0 10px 0 10px;
    padding: 0;
      clear: none;
  }
  .fivepbox {
    width: 95%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
  }
  .fivepbox p {
    float: left;
  }
  .fivepbox img {
    float: right;
    width: 100%;
    height: auto;
    padding-left: 0;
  }
}