﻿

body {
	padding-top: 15px;
}

.company a {
	color: #5a5a5a;
  font-size: 11px;
  font-weight: bold;
	padding-top: 10px;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: auto;
	margin-top: auto;
}
.company {
	margin-left: auto;
	margin-right: auto;
	margin-bottom: auto;
	margin-top: auto;
	background-color: #d3d3d3;
	width: 100%;
	height: 28px;
	padding-top: 5px;
}

.nav {
		
	padding-top: 1px;
}

.nav a {
  color: #5a5a5a;
  font-size: 11px;
  font-weight: bold;
  padding: 14px 10px;
  text-transform: uppercase;
}


.nav li {
  display: inline;
  line-height: 25px;

}

#icon {
	margin-left: 49%;
	position: relative;

}

#icon img {
	height:35px;
	width: 25px;
}



.jumbotron {
  background-image:url('tljumbotron.jpg');
  height: 500px;
  background-repeat: no-repeat;
  background-size: cover;
  display: none;
}


.jumbotron .container {
  position: relative;
  top:100px;
}


.jumbotron h1 {
  color: #fff;
  font-size: 48px;  
  font-family: 'Merriweather', serif;
  font-weight: bold;
  text-shadow:
   -2px -2px 0 #000,  
    2px -2px 0 #000,
    -2px 2px 0 #000,
     2px 2px 0 #000;
}

.info {
	display: none;
}

.info h1 {
	text-align: center;
	font-size: 32px;
	font-family: 'Merriweather', serif;
	padding-left: 5px;
	padding-right: 5px;
}
.info h2 {
	text-align: center;
	font-size: 24px;
	font-family: 'Merriweather', serif;
	padding-left: 5px;
	padding-right: 5px;
}
.info li {
	font-size: 16px;
	font-family: serif;
	font-weight: bold;
	line-height: 22px;
	list-style-position: inside;
}
.info ul {
	margin-left:auto;
	margin-right: auto;
	position:relative;
}

.img-responsive {
	width: 45%;
	height: 175px;
	padding-top: 10px;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 15px;
}

#text-box {
	width: 75%;
	height: 350 px;
	background-color: #d3d3d3;
	padding-top: 15px;
	padding-bottom: 25px;
	margin-left: auto;
	margin-right: auto;
}

#text-box p {
	text-align: center;
	font-family: serif;
	font-weight: bold;
	font-size: 16px;
	line-height: 20px;
	padding-left: 5px;
	padding-right: 5px;
}

.jumbotron p {
  font-size: 20px;
  color: #fff;
  text-shadow:
   -1px -1px 0 #000,  
    1px -1px 0 #000,
    -1px 1px 0 #000,
     1px 1px 0 #000;
}

.jumbotron a {
font-size: 20px;
  color: #fff;
  text-shadow:
   -1px -1px 0 #000,  
    1px -1px 0 #000,
    -1px 1px 0 #000,
     1px 1px 0 #000;
	 text-decoration: none;
}

#footer a {
text-decoration: none;
color: black;
text-transform: none;
font-weight: none;
  font: sans-serif;
}

#learn-more {
  font-size: 18px;
  font-weight: bold;
	margin-left: 30%;
	text-decoration: underline;
	text-transform: none;
}

input[type=submit] {padding:5px 15px 5px 15px; background:#236b8e; color: white; border:0 none;
cursor:pointer;
-webkit-border-radius: 5px;
border-radius: 5px; }

