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

/* global*/

* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;	
}
body {
	font: normal 16px "source-sans-pro", sans-serif;
    }
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;
    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);
    min-height: 77px;
    margin: 0 auto;
    width: 100%;
    text-align: center;
    
}


/* end of head nav */



/* fade in */
@keyframes fadeInBrand {
	0% {
		opacity: 0;	
}
	20% {
		color: rgba(55,102,176,.7);
}
	100% {
		opacity: 1;
	}	
}
@keyframes fadeInExpose {
	0% {
		opacity: 0;	
}
	20% {
		color: #779F01;
		opacity: 20%;
}
	100% {
		opacity: 1;
	}	
}
@keyframes fadeInExcite {
	0% {
		opacity: 0;	
}
	20% {
		color: rgba(55,102,176,.7);
}
	100% {
		opacity: 1;
	}	
}

/* end of fade in */

/* main */

.mainContainer {
	width: 1370px;
	height: 1225px;
	margin: 0 auto;
    margin-top: 10px;
    
	text-align: center;
	background-image: url(../images/AIHomePageBG_option2-min.jpg);
	background-repeat: no-repeat;
	
}

.mainContainer p {
	font-family: 'Permanent Marker', cursive;
}

.mainBullet p {
    width: 33%;
    text-align: center;
    display: inline-block;
    font-size: 450%;
}
#branding {
	opacity: 0;
	animation-name: fadeInBrand;
	animation-duration: 3s;
	animation-fill-mode: forwards;
    color: #779F01; 
}
#exposure {
	opacity: 0;
	animation-name: fadeInExpose;
	/*animation-delay: 1.5s; */
	animation-duration: 3s;
	animation-fill-mode: forwards;
	color: rgba(55,102,176,1);
}
#excitement {
	opacity: 0;
	animation-name: fadeInExcite; 
	/* animation-delay: 2.5s; */
	animation-duration: 3s;
	animation-fill-mode: forwards;
    color: #C8338E;
}
#seppLinks {
	margin-top: 885px;
}
#quote {
	margin-top: 40px;
}
#quote a{
	padding: 15px 15px;
	background-color: #41aae6;
	text-align: center;
	color: white;	
	font-size: 160%;
	border-radius: 10px;
	line-height: 20%;
	transition: 1s all;
}
#quote a:hover {
	background-color: #9e57e7;
	letter-spacing: .2em;
	transition: .5s background-color, .5s letter-spacing;
}
.shadow {
	margin: 100px 0 0 5%;
}
.mainContainer li {
	text-decoration: none;
	display: inline-block;
	margin: 20px;
	font-family: 'Permanent Marker', cursive;
	font-size: 300%;
}
#sp a{
	color: #C8338E;
	transition: 1s all;
}
#em a{
	color: rgba(55,102,176,1);
	transition: 1s all;
}
#pp a{
	color: #779F01;
	transition: 1s all;
}
#sp a:hover {
	color: #0a6700;
	transition: .5s color;
	
}
#em a:hover {
	color: #a40055;
	transition: .5s color;
}
#pp a:hover {
	color: #0013a0;
	transition: .5s color;
}
/* end main */
/*
.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: 100%;
	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);
}
/* end footer */
