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

/* global*/

* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;	
}
body {
	font: normal 16px "source-sans-pro", sans-serif;
	 background-image: url(../images/appHorseBackground.png);
    background-repeat: no-repeat;
    background-size: cover;
    }
ul {
	list-style: none;
}
a {
	text-decoration: none;
	color: inherit;
	cursor: pointer;
}

/* head nav */

header {
	margin-bottom: 10px;
} 

.extraSpace {
    margin-right: 2px;
}

header img {
	width: 160px;
	float: left;
	padding-top: 5px;
	padding-left: 30px;
	padding-bottom: 5px;
	box-sizing: border-box;
	margin-right: 40px;
    
}

.mainNav {
    width: 1050px;
    margin: 0 auto;
}
nav ul {
    margin: 0;
    padding: 0;
    position: relative;
}
nav ul li {
    float: left;
    background-color: rgba(200,200,200,1);
    text-align: center;
    font-size: .9em;
    display: block;
    margin-right: 20px;
}
nav a {
 transition-property: all;
	transition-duration: .7s;   
    
    
}
nav ul li a {
    padding: 30px 10px;
    color: rgba(140,140,140,1);
    display: block;
    
}

nav ul ul {
    position: absolute;
    width: 200px;
    margin-top: 0px;
    margin-left: -20px;
    z-index: 10;
    display: none;
}
nav ul ul li {
    display: block;
    width: 200px;
    text-align: left;
    
}
nav ul li:hover>ul {
    display: block;
}
nav a:hover {
    background-color: rgba(240,240,240,1);
    color: #000;
}

.headContainer {
	background: rgba(200,200,200,1);
}


/* end of head nav */

/* body */

.container {
    width: 1000px;
    margin: 0 auto;
    margin-bottom: 50px;    
    text-align: center;
    min-height: 1000px;
   }
.containerImg {
    margin: 50px 0;
}
.container h1 {
	font: Arial, sans-serif;
    font-size: 8em;
    color: #7d1313;
    margin: 0;
	letter-spacing: -.03em;
}
.paraH1 {
    margin-top: 0;
    margin-bottom: 20px;
    color: #0048bb;
    font-style: italic;
    font-weight: bold;
    font-size: 1.3em;
}
.paraH1 a {
    color: #ff5200;
    
}
img {
    magin: 0 auto;
}
.container ul {
    line-height: 1.5;
    color: #002069;
}

.paraNote {
    font-weight: bold;
    font-style: italic;
    margin-top: 20px;
    font-size: 1.2em;
    color: #002069;
} 
.includes {
    margin: 3px 0;
    font-weight: bold;
   }
.title {
    margin: 5px 0;
    font-size: 1.6em;
    font-weight: bold;
    color: #0048bb;
}
h2 {
    font-size: 2em;
	font-style: italic;
	margin-bottom: 20px;
	color: #002069;
}
#paragraphButton {
	text-align: center;
	margin-top: 40px;
	}
#button {
	font-family: 'Permanent Marker', cursive;
	font-size: 1.2em;
	display: inline-block;
	padding: 20px 20px;
	color: #fff;
	font-weight: 100;
	background-color: #2f32a2;
	border-radius: 10px;
	
		
}
#button:hover {
	background-color: #9e57e7;
	/*letter-spacing: .2em; */
	transition: .5s background-color;
	color: rgb(220,220,220);
}
/* end body */

.group:before,
.group:after {
	content: "";
	display: table;
}
.group:after {
	clear: both;
}
.group {
	zoom: 1;
} 

.group:before,
.group:after {
	content: "";
	display: table;
}
.group:after {
	clear: both;
}
.group {
	zoom: 1;
} 

/* footer */
.footer {
	width: 1370px;
	margin: 0 auto;
	text-align: center;
	padding: 20px;
}
footer h3 {
    margin-bottom: 5px;
}
footer {
	min-height: 300px;
	background-color: rgba(50,50,50,.1);
	margin-top: 10px;
	bottom: 0;
	width: 100%;
}
footer p {
	font-size: 80%;
	line-height: 160%;
	color: rgba(100,100,100,1);
	text-decoration: none;
	
}
/* end footer */
