@-ms-viewport{
  width: device-width;
}

@import 'https://fonts.googleapis.com/css?family=Buenard|EB+Garamond|Lora|Roboto';

h, h1, h2, h3, h4, h5, h6 {
  /* font-family: Helvetica, 'Roboto', Verdana, sans-serif; */
  font-family: 'Buenard', Garamond, 'EB Garamond', Georgia;
  -ms-word-wrap: break-word;
  word-wrap:     break-word;
  line-height: 120%;
  margin: 30px 0 7px;                   
}
h {
  color: black;
  font-size: 32px;
  padding-bottom: 5px;    
}
h1 {
  color: black;
  font-size: 30px;
  padding-bottom: 4px;
}
h2 {
  color: black;
  font-size: 28px;  
}
h3 {
	font-size: 24px;
    text-decoration: underline;
}
h4 {
  color: black;
  font-size: 24px;  
}
h5 {
  color: black;
  font-size: 20px;  
}
h6 {
  color: black;
  font-size: 18px;  
}
p, p1, p2, ol, li, dl, address {
  -ms-word-wrap: break-word;
  word-wrap: break-word;
  font-size: 24px; /* was originally 13 px */
  font-family: 'Buernard', 'EB Garamond', 'Lora', serif;
  text-align: left;
}
ul {
  margin-left: 16px;   
}
ol {
	list-style-type: decimal;
  margin-left: 20px;
}
ol ol {
	list-style: upper-alpha;
}
ol ol ol {
	list-style: lower-roman;
}
ol ol ol ol {
	list-style: lower-alpha;
}
dl {
  margin-bottom: 20px;   
}
dt {
	font-weight: bold;
}
dd {
	margin-bottom: 5px;
}
strong {
	font-weight: bold;
}
cite, em, i {
	font-style: italic;
}
blockquote cite {
  display: block;
  font-style: normal;
	text-transform: uppercase;
}
a {
  color: #0081A5;
  border-bottom: dashed 1px; text-decoration: none;  
}
a:hover {
  border-bottom: solid 1px;
}
a img {
  border: none;      
}
img {
  height: auto; 
}
table {
  font-size: 13px;
  width: 100%;      
}
table, td, th {
  border: 1px solid #e3e3e3;
  border-collapse: collapse;
  text-align: left;
}
td, th {
  padding: 5px 8px;       
}
th {
  background: #555555;
  color: white;
  font-weight: bold;   
}
blockquote, q { 
  border-left: 1px solid #e3e3e3;
  clear: both;
  color: #333333;
  font-style: italic;
  margin: 0 0 20px;
  padding-left: 10px;
}
address {
  font-style: italic;        
}
pre {
  margin-bottom: 20px;
  overflow: auto;   
}
sup {
  vertical-align: super;    
}
sub {
  vertical-align: sub;    
}
iframe,
embed {
  clear: both;
  width: 100%;   
}
hr {
    border: none;
    height: 2px;
    color: black;
    background-color: #FFE097;
    margin-top: 6px;
}

/* old hr color color: #edb640 */
/* old header color: #FF9874*/

/* Original
-------------------------------------------------------------- */

.col-md-4 {
	color:#0081A5;
	height:300px;
}

.col-md-4:hover {
    background-color: #FFE097;
}

.col-md-4 h3 {
    position: relative;
    top: 40%;
    transform: translateY(-50%);
}

/* Button */

.btn {
  background: #F97B62;
  background-image: -webkit-linear-gradient(top, #F97B62, #0081A5);
  background-image: -moz-linear-gradient(top, #F97B62, #0081A5);
  background-image: -ms-linear-gradient(top, #F97B62, #0081A5);
  background-image: -o-linear-gradient(top, #F97B62, #0081A5);
  background-image: linear-gradient(to bottom, #F97B62, #0081A5);
  -webkit-border-radius: 60;
  -moz-border-radius: 60;
  border-radius: 60px;
  -webkit-box-shadow: 0px 0px 0px #666666;
  -moz-box-shadow: 0px 0px 0px #666666;
  box-shadow: 0px 0px 0px #666666;
  padding-right: 10px;
  padding-left: 10px;
  border-top: solid #666666 1px;
  border-bottom: solid #666666 1px;
  text-decoration: none;
}

.btn:hover {
  background: #FFE097;
  background-image: -webkit-linear-gradient(top, #FFE097, #FFE097);
  background-image: -moz-linear-gradient(top, #FFE097, #FFE097);
  background-image: -ms-linear-gradient(top, #FFE097, #FFE097);
  background-image: -o-linear-gradient(top, #FFE097, #FFE097);
  background-image: linear-gradient(to bottom, #FFE097, #FFE097);
  text-decoration: none;
}

/* Basic Structure
-------------------------------------------------------------- */

body {
  width: 100%;
  /* padding-top: 30px; */
  margin: 0 auto !important;
  float: none !important;
  color: black;
  font-family: "Buenard", "EB Garamond", "Lora", serif;  
}
.header-container, .body-container, .footer-container {
    max-width: 960px;
    margin: 0 auto;
}
#wrap { 
	max-width: 960px;
    width: 100%;
	margin: 0 auto; 
}
#container {  
  margin: 0 auto;
  float: none !important;
  max-width: 960px;
  position: relative;
  width: 100%; 
}
#container-shadow {  
  -webkit-box-shadow: 0 0 3px #444444;
  -moz-box-shadow:    0 0 3px #444444;
  box-shadow:         0 0 3px #444444;
  background: white;
  float: left;
  width: 100%; 
}
#header,
#main-content,
#wrapper-footer {
  float: none;
  height: auto;
  position: relative;
  width: 100%;        
}
#wrapper #main-content {
  padding: 28px 28px 10px;
  width: 960px;
}
#content {
  float: none;
  max-width: 960px;       
}
#wrapper { width: 100%; }