@charset "UTF-8";
/* CSS Document */

body {
  background-image:url(../img/background.jpg);
  background-repeat:repeat-x;
  background-color:#ed1c24;
  font-family: 'Sintony', sans-serif;
}

.nav {
  font-family: 'Sintony', sans-serif;
  font-size:.9em;
}

a {
  color:#ED0E11;
}

p {
  font-size:.9em;
}

h1{
  font-size: 2em;
}

h2{
  font-size: 1.5em;
}

h3{
  font-size: 1em;
}
 
.contentArea {

	background-color:#fff;
	padding:5px;
  margin-bottom: 25px !important; /*Adds space bettwen content area and red backgound at the bottom. The foundations.css row property was superseding this, despitee being higher in the cascade and not using important tags.*/
}

.background-image{
	background-image: url(../img/towerBGcrop.png);
	background-repeat: no-repeat;
	background-position: center top;
}

.gol {
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;  
	padding:1.5em;
}

.hara {
  background-color:#94c23d;
}

/* BUTTON STYLE */
button, .button {
  border-style: solid;
  border-width: 0px;
  cursor: pointer;
  font-weight: normal;
  line-height: normal;
  margin: 0 0 .25em;
  position: relative;
  text-decoration: none;
  text-align: center;
  display: inline-block;
  padding-top: 1em;
  padding-right: 2em;
  padding-bottom: 1.0625em;
  padding-left: 2em;
  font-size: 1em;
  /*     @else                            { font-size: $padding - em-calc(2); } */
  background-color: #2e612f;
  border-color: #1e491f;
  color: white;
  -webkit-transition: background-color 300ms ease-out;
  -moz-transition: background-color 300ms ease-out;
  transition: background-color 300ms ease-out;
  padding-top: 1em;
  padding-right: 2em;
  padding-bottom: 1.0625em;
  padding-left: 2em;
  font-size: 1.2em;
  /*     @else                            { font-size: $padding - em-calc(2); } */ 
}

button:hover, button:focus, .button:hover, .button:focus {
	background-color: #499c4b; 
}
button:hover, button:focus, .button:hover, .button:focus {
	color: white; 
}
	
ul > ul {
	margin-bottom: 0;
}

ul li {
  font-size:.9em;
}

.no-bullets{
  list-style-type: none;
  margin-left: 0;
}

.foot {
  font-size:.7em;
}

small{
  font-size: .8em;
}

.panel{
  text-align: center;
}
.panel > h3 {
  font-size: .9em;
  font-weight: bold;
}

.panel > p {
  margin-bottom: 0px;
}

address {
  font-family: 'Sintony', sans-serif;
  font-weight: normal;
  font-size: .9em;
  line-height: 1.6;
  margin-bottom: 1.25em;
  font-style: italic;
}

button{
  background-color: #ED0E11;
  color: #fff;
  border-radius: 15px;
  border: 1.5pt solid #ED0E11;
  padding: .2em 1.2em;
  margin:0 auto;
  display: block;
}

button:hover{
  background: #ED4E50;
  color: #fff;
}

.headshot{
	float: left;
	margin-right: 1em;
	max-width: 115px;
}