/*BOOTSTRAP 3 DEFAULT FONTSIZES
h1,
.h1 {
  font-size: 36px;
}
h2,
.h2 {
  font-size: 30px;
}
h3,
.h3 {
  font-size: 24px;
}
h4,
.h4 {
  font-size: 18px;
}
h5,
.h5 {
  font-size: 14px;
}
h6,
.h6 {
  font-size: 12px;
}
p {
  margin: 0 0 10px;
}
*/

html{
	min-height: 100%;
}

body {
	background-image: url(images/background1.jpg);
	background-repeat: repeat-x;
}

h1 {
	font-size: 24px;	
}

h2 {
	font-size: 20px;
}

h3 {
	font-size: 16px;
}

li {
	font-style: italic;
	/*color: #009900;*/
	color: #008643;
	font-weight: bold;
}

a {
	color: black;
}


a:visited {
	color: red;
	text-decoration: none;
}

a:hover {
	color: black;
	font-weight: bold;
}

a.contact:link {
	color: #008643;
	text-decoration: underline;
}
a#contact {
	color: #008643;
}

a#contact:hover {
	color: 008643;
	text-decoration: none;
	cursor: default;
}

.container {
	background-color: white;
	border-left: 3px solid black;
	border-right: 3px solid black;
}

.top-bar {
	color: #008643;
	font-size: 18px;
}

.align-right {
	float: right;
}

.align-right a {
	color: #008643;
}

.align-right a:visited {
	color: red;
	text-decoration: none;
}

.align-left a {
	color: #008643;
}

.align-left {
	text-align: left;
}

.align-left a:visited {
	color: red;
}

.jumbotron {
  background-image:url("images/Logo.svg");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  min-height: 100px;
  background-color: white;
  margin-top: 10px;
}

.intro-text{
	margin-bottom: 25px;
}

/* Center align the text within marketing div */
.marketing .col-lg-6 {
  margin-bottom: 20px;
  text-align: center;

}
.marketing h2 {
  font-weight: normal;
  font-family: 'Coda', cursive;
  text-align: center;
  /*color: #00a756;*/
  color: #008643;
  font-weight: bold;
  /*text-shadow: 2px 2px black;*/
}

.marketing h3 {
	font-weight: bold;
}

.marketing .col-lg-6 p {
  margin-right: 10px;
  margin-left: 10px;
}

.image-center {
	display: block;
	margin: auto;
}

.problems {
	list-style-type: none;
	margin-left: -38px;
}

address {
	font-size: 16px;
	/*color: #009900;*/
	color: white;
	display: block;
	text-align: center;
	margin-top: -20px;
	margin-bottom: 30px;
}
.bottom-space {
	margin-bottom: 20px;
}

.bottom-up {
	margin-top: -20px;
}

.location-section {
	background-color: #c09e12;
	padding-bottom: 20px;
}

.location-section h1 {
	font-weight: normal;
  	font-family: 'Coda', cursive;
 	text-align: center;
  	color: #008643;
  	font-weight: bold;
}

.location-section h3 {
	color: white;
	text-align: center;
	font-weight: bold;
}

.location-section img {
	display: block;
	margin: auto;
}

.footer {
	height: 100%;
	width: 100%;
	background-color: black;
	padding-top: 20px;
	padding-bottom: 10px;
	color: white;
}