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

/* global*/

* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;	
}
body {
	font: normal 16px "source sans pro light", sans-serif;
    margin-top: 0px;
}
ul {
	list-style: none;
}
a {
	text-decoration: none;
	color: inherit;
	cursor: pointer;
}
.floatLeft {
	float: left;
	clear: both;
}
.floatRight {
	float: right;
}



/* header */

header {
	margin-bottom: 10px;
} 

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

.mainNav {
    width: 1000px;
    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 header */

/* main */

#paragraphButton {
	text-align: center;
	margin-top: 20px;
    margin-bottom: 40px;
    clear: both;
	}

#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);
}

h1 {
    font-size: 3em;
    font-weight: bolder;
    padding: 50px 20px 20px;
	margin-bottom: 20px;
    
}
.embroidDiscrip {
    width: 300px;
    line-height: 1.5em;
    margin: 50px 330px;
}
.heroContainer {
	width: 1370px;
	margin: 0 auto;
	background-image: url(../images/hatBackground-min.jpg);
	background-repeat: no-repeat;
	height: 500px;
}
/* end of main*/

/* product section */
section.embroidContainer {
	margin: 0 auto;
	width: 1370px;
}
.productImage {
	width: 25%;
	margin-right: 165px;
	margin-top: 100px;
	float: left;
}
.productImage img:hover, .productImageRight img:hover{
	border: 2px solid #bbb;
}
.marginTop {
	margin-top: 100px;
}
.productImageRight {
	width: 25%;
	margin-top: 100px;
	float: left;
}
.productImage img {
	display: inline-block;
	padding: 10px 5px;
	text-align: center;
}
.productImageRight img {
	display: inline-block;
	padding: 10px 5px;
	text-align: center;
}
.productImageRight h2{
	text-align: center;
	font-size: 2.6em;
	font-weight: bold;
	border-bottom: 2px solid rgba(200,200,200,1);
	margin-bottom: 5px;

}

.productImage h2 {
	text-align: center;
	font-size: 2.6em;
	font-weight: bold;
	border-bottom: 2px solid rgba(200,200,200,1);
	margin-bottom: 5px;
	clear: both;

}
#marginBottom {
	margin-bottom: 100px;
}
.clear {
    clear: both;
}


/* end of product section */

/* footer */
.footer {
	width: 1370px;
	margin: 0 auto;
	text-align: center;
	padding: 20px;
}
footer {
	min-height: 300px;
	background-color: rgba(50,50,50,.1);
	bottom: 0;
	width: 100%;
	clear: both;
}
footer p {
	font-size: 80%;
	line-height: 160%;
	color: rgba(100,100,100,1);
}
/* end footer */
.group:before,
.group:after {
	content: "";
	display: table;
}
.group:after {
	clear: both;
}
.group {
	zoom: 1;
}

