@charset "UTF-8";
/* CSS Document */

p {
    font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;	
}
header {
	background-color: #f6b511;
}
.img-responsive-fltright {
    max-width: 600px;
	width: 100%;
    height: auto;
	float:right;
	padding: 15px;
} 
.navbar.navbar-default {
}
.navbar-collapse   {
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	
}
.red {
	color: red;
	
}
h1 {
	font-family: 'Courgette', cursive;
	font-size: 80px;
	font-weight: 700;
	font-style: italic;
	line-height: auto;
	color: #f6b511;
}
h2 {
	font-family: 'Manjari', sans-serif;
}
h3 {
	font-family: 'Manjari', sans-serif;
	font-size: 16px;
}
 table, th, td {
  border: 1px solid black;
	 border-collapse: collapse;
}
 th, td {
  padding: 15px;
}
 th {
  text-align: left;
}
 table {
  border-spacing: 5px;
}
.float-right {
	float: right;
	padding: 10px;
}
.float-left {
	float: left;
}
.image-padding {
	padding: 5px;
}
.row .col-md-4 h1 {
	font-family: 'Manjari', sans-serif;
	font-size: 24px;
	color: white;
}

.row .col-md-4 ul {
    font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
    color: #ffffff;
    font-size: 11px;
    font-weight: 400;
    line-height: 20px;
}

/*Footer Link Styles */
.row .col-md-4 ul a:link {
	color: black;
}
.row .col-md-4 ul a:visited{
	color: black;
}
.row .col-md-4 ul a:hover {
	color: black;
	font-weight: bold;
	text-decoration: none;
}
.row .col-md-4 ul a:active {
	color: black;
}


.navbar-form navbar-right {
	background-color: #91003d;
}
.nav.navbar-nav li a {
}
#carousel1 {
	padding: 0px;
	margin-top: -20px;
	margin-left: -14px;
	margin-right: -14px;
}

.carousel-caption h3 {
	font-family: 'Courgette', cursive;
	font-size:8vw;
	font-weight: 700;
	font-style: italic;
	color: #ffc600;
}

.carousel-caption p {
	background-color: rgb(255,255,255,.8);
	color: black; 
	text-shadow: none;
	padding: 10px;
}

footer {
    background-image: linear-gradient(to right, #f6b511 , #91003d);
    font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
    font-style: normal;
}

.button {
 background-color: #3a5897;
  border: none;
  color: white;
  padding: 15px 25px;
  text-align: center;
text-transform: uppercase;
	font-weight: bold;
  font-size: 16px;
  cursor: pointer;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
	
}

.button:hover {
  background-color: #ffc600;
}
.col-md-4 {
	padding-top: 10px;
}
.col-md-12 {
	padding-top: 10px;
}
.carousel-caption h3 {
}
.col-md-4 ul {
	list-style-type: none;
	text-align: left;
	
}
.col-md-4 h1 {
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	text-align: left;
	text-indent: 20px;
}
