* Created on May 15, 2016 12:32:27 PM */

/* CSS Reset */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,p,blockquote,th,td{margin:0;padding:0;}
table{border-collapse:collapse;border-spacing:0;}
fieldset,img{border:0;}
ul{ list-style:none; list-style-position:outside;}
a {  outline: none;}

/* Tell old browsers how to handle HTML5 elements */
header, footer, aside, nav, article {display: block;}

/* Essentials */

body {
  background: #d7d6e4;
  color: #800000;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 12px;
  min-width: 320px;
  max-width: 960px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

p {
  line-height: 150%;
  font-weight: medium;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: lighter; /*counteract strong browser anti-aliasing*/
}

a:link, a:visited {
  /*color: #168FAD; */
  color: #8E1010;
  text-decoration: none;
}

.wrapper {
  width: 100%;
  height: inherit;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  align-content:center;
}

/* Header */
header {
  min-height: 160px;
  min-width: 320px;
  height: auto;
  /* border: 1px dashed pink; */
  
  /* Fallback Color */
  background: #DAA520;
  /* Firefox 3.6+ */
  background-image: -moz-linear-gradient(#DAA520, #d7d6e4);
  /* Safari 4+, Chrome 1+ */
  background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#DAA520), to(#d7d6e4));
  /* Safari 5.1+, Chrome 10+ */
  background-image: -webkit-linear-gradient(#DAA520, #d7d6e4);
  /* IE */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#DAA520', endColorstr='#d7d6e4');
  /* everything else */
  background-image: linear-gradient(#DAA520, #d7d6e4);
}

/* Logo */
h1.logo a {
  display: inline-block;
  clear: both;
  min-width: 320px;
  min-height: 110px;
  height: auto;
  background: url('./images/logo3.png') no-repeat;
  float: left;
  margin: 0 10px;
  text-indent: -5000px;
  /* border: 1px dashed green; */
}

div.logo {
  display: inline-block;
  clear: both;
  margin: 0 0.75em;
  padding: 0 0.25em;
  float: left;
  /* border: 1px dashed green; */
}

/* Main Navigation */

header ul {
  float: right;
  margin: 1em 0;
}

header li {
  display: inline-block;
  float: left;
  width: 133px;
  height: 28px;
  margin: 0.5em 0.5em 0 0;
}

header li a {
  display: block;
  width: 130px;
  height: 20px;
  text-align: center;
  font-weight: bold;
  line-height: 1.25em;
  
  background-color: transparent;
  border: 1px solid #333;
  padding: 0.1em 0.1em;
  color: #800000;
  text-shadow:   1px 1px 0 #DDD;
  text-decoration: none;
}

header li a {
  /* Fallback Color */
  background: transparent;
}

header li a:hover {
  /* Fallback Color */
  background: #DDD;
}

header li.active a {
  color: #555;
  /* Fallback Color */
  background: #DDD;
}


/* Main Feature */

section.home_feature {
  background: #d7d6e4;
  -moz-box-shadow: inset 0 5px 9px #66888E;
  -webkit-box-shadow: inset 0 5px 9px #66888E;
  box-shadow: inset 0 5px 9px #66888E;
}

article.main_feature_image {
  height: auto;
  min-width: 320px; /* 450px; */
  margin: 0 auto;
}

.main_feature_image img {
  margin: 10px;
  /* width: auto\9; /* ie8 */
  width: 300px;
  height: auto;
}

article.main_feature_text {
  display: block;
  float: left;
  width: 300px; /* 450px; */
  height: auto;
  margin: 0 auto;
  padding: 5px;
}

.main_feature_text h2 {
  font-size: 1.5em;
  color: #800000;
  text-shadow: 0 1px 0 #F1F7F8;
  line-height: 120%;
  margin: 10px;
  text-indent: 1.2em;
}

.main_feature_text p {
  margin: 10px;
}

.main_feature_text p.list {
  display: list-item;
  list-style: circle;
  width: 80%;
  line-height: 100%;
  margin: 0 2em;
}

.main_feature_text p.orderedlist {
  display: list-item;
  list-style: decimal;
  width: 80%;
  line-height: 100%;
  margin: 0;
}

article.main_feature_links {
  display: block;
  float: left;
  width: 80%; /* 450px; */
  height: auto;
  margin: 10px;
  border: 1 solid green;
}

.main_feature_links a.button_1 {
  display: inline-block;
 }
 
input.button_2, .main_feature_links a.button_1 {
  font-family: "Verdana" sans-serif;
  /* font-size: 1.35em; */
  text-align: left;
  text-decoration: underline;
  color: blue;
  background: none;
  /* margin: 25px; */
  padding: 0 2px;
  border: 0;
  cursor: pointer;
  line-height: 1.15em;
  min-width: 220px;
}

/* Featured Services */
article.featured_services {
  display: block;
  position: relative;
  min-width: 320px; /* 450px; */
  margin: 2em auto;
}

.featured_services ul {
  display: block;
  position: relative;
  margin: 0 auto;
}

.featured_services li {
  height: 248px;
  width: 300px;
  margin: 0.5em auto;
  float: left;
}

.featured_services h3 {
  font-size: 25px;
  /* color: #168FAD;  */
  color: #000;
  text-indent: 40px;
}

.featured_services li.service_1 {
  background: url('images/feature_1.jpg') no-repeat;
  background-size: 100% 100%;
  background-position: 0 0;
  display: inline-block;
}

.featured_services li.service_2 {
  background: url('images/feature_2.jpg') no-repeat;
  background-size: 100% 100%;
  background-position: 0 0;
  display: inline-block;
}

.featured_services li.service_3 {
  background: url('images/feature_3.jpg') no-repeat;
  background-size: 100% 100%;
  background-position: 0 0;
  display: inline-block;
}

.featured_services p {
  /* border-left: 3px solid #CDE0E4; */
  margin: 1em 0 1em 1.5em;
  padding: 0 0 0 1em;
  color: #000;
}

.button_1 {
  display: block;
  min-width: 240px;
  height: 28px;
  -moz-border-radius: 50px; -webkit-border-radius: 50px; border-radius: 50px;
  text-align: center;
  line-height: 28px;
  border: 1px solid #ADC0C4;
  color: #5E8C92;
  font-weight: bold;
  font-size: 12px;
  cursor: pointer;
}

.button_1 {
  /* Fallback Color */
  background: #DFF0F3;
  /* Firefox 3.6+ */
  background-image: -moz-linear-gradient(#FFFFFF, #EFEFEF);
  /* Safari 4+, Chrome 1+ */
  background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#FFFFFF), to(#EFEFEF));
  /* Safari 5.1+, Chrome 10+ */
  background-image: -webkit-linear-gradient(#FFFFFF, #EFEFEF);
  /* IE */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFF', endColorstr='#EFEFEF');
}

.button_1:hover {
  background: #FFFFFF;
}

.button_1:active {
  background: #EFEFEF;
}

aside.general {
  min-height: 320px;
  height: auto;
  position: relative;
}

/* About Us Blurb */
article.about_us_blurb {
  clear: both;
  float: left;
  min-width: 320px;
  max-width: 480px;
  margin: 1em;
}

article.about_us_blurb h2 {
  font-size: 25px;
  color: #168FAD;
  margin: 0;
}

article.about_us_blurb p {
  margin: 1em;
}

/* Testimonials */
article.testimonials {
  float: right;
  min-width: 320px;
  max-width: 400px;
  margin: 1em;
}
article.testimonials h3 {
  font-size: 25px;
  color: #168FAD;
  margin: 1em;
}

/* Footer */

footer {
  /* clear: both; */
  min-height: 400px;
  background: #CDE0E4;
  color: #5E8C92;
}

footer h4 {
  font-size: 20px;
  color: #2C5F66;
  margin: 0 0 1em 0;
  clear: both;
}

footer .column {
  display: inline_block;
  float: left;
  width: 300px;
  margin: 1em 0;
}

/* Widgets */
article.widget_social {
  display: block;
  width: 300px;
  margin: 0;
}

article.widget_library li {
  /* float: left; */
  display: block;
  width: 300px;
  font-size: 1.3em;
}

/* Feedback */
footer input[type=text], footer textarea {
  width: 200px;
  height: 20px;
  border: none;
  color: #FFFFFF;
  -moz-border-radius: 5px; -webkit-border-radius: 5px; border-radius: 5px;
  padding: 5px 10px;
  margin: 10px 0;
  text-shadow: 0 1px 0 #0F2326;
}

footer input[type=text]:focus, footer textarea:focus {
  outline: none;
}

footer textarea {
  height: 53px;
}

footer input[type=text], footer textarea {
  /* Fallback Color */
  background: #46737B;
  /* Firefox 3.6+ */
  background-image: -moz-linear-gradient(#2C5F67, #5C858C);
  /* Safari 4+, Chrome 1+ */
  background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#2C5F67), to(#5C858C));
  /* Safari 5.1+, Chrome 10+ */
  background-image: -webkit-linear-gradient(#2C5F67, #5C858C);
  /* IE */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#2C5F67', endColorstr='#5C858C');
}


footer .button_1 {
  color: #5E8C92;
}

footer .logo {
  float: right;
  width: 221px;
  height: auto;
  background: url("images/logo_new.png") no-repeat;
  background-size: contain;
  margin: 0 1em 0 0;
  /* text-indent: -5000px; */
}

footer p.copyright {
	clear: both;
	padding: 20px 0 0 0;
}