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

* {
	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 */

/* main body */
.container {
	width: 1500px;
	text-align: center;
	margin: 20px auto;
}
#screenprint a:hover {
	color: #0a6700;
	transition: .5s color;
}
#embroidery a:hover {
	color: #a40055;
	transition: .5s color;
}
#promoProduct a:hover {
	color: #0013a0;
	transition: .5s color;
}
#embroidery {
	float: left;
	margin-top: 70px;
	margin-bottom: 80px;
	color: rgba(55,102,176,1);
		
}
#screenprint {
	float: left;
	margin-top: 10px;
	margin-right: 20px;
	color: #C8338E;
}
#promoProduct {
	float: left;
	margin-top: 50px;
	color: #779F01;
	width: 400px;
	height: 700px;
}

#embroidery h1 {
	margin-top: 18px
}
h1 {
	font-family: 'Permanent Marker', cursive;
}
/* end main 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%;
	clear: both;
}
footer p {
	font-size: 80%;
	line-height: 160%;
	color: rgba(100,100,100,1);
}
/* end footer */

