@import url(http://fonts.googleapis.com/css?family=Great+Vibes);

/* --------------------------------------------- */
/* --------- Branding: Color Palette ----------- */
/* --------------------------------------------- */
/* These are the colors of the boxes under the Branding section */
#swatch1{
	background-color: #272362;
}	
#swatch2{
	background-color: #540e2c;
}	
#swatch3{
	background-color: #d7d3d3;
}	
#swatch4{
	background-color: #ffffff;
}		

/* ----------------------------------------------------- */
/* --------- Typography: Heading & Body Copy ----------- */
/* ----------------------------------------------------- */
/* These are the font families of all the headings and body copy */

body{
	font-family:Arial, Helvetica, sans-serif;

}
 
h1 {
	font-family: 'Great Vibes', cursive;
	font-size: 6em;
}

h2, h3, h4, h5, h6{
	font-family:Arial, Helvetica, sans-serif;
}


/* -------------------------------------------------- */
/* --------- Navigation: Main & Secondary ----------- */
/* -------------------------------------------------- */
/* Colors, style, floating, shapes, etc of main & secondary navs */

/* Main Navigation Style */
#mainnav{
	background-color: #540e2c;
	padding: 3px;
}
#mainnav ul{

}
#mainnav li{
	display: inline;
	font-size: 1em;
	font-weight: bold;
}
#mainnav a:link{
	color: #ffffff;
	text-decoration: none;
	margin: 0 40px 0 0;

	/* other styles */
}
#mainnav a:visited{
	color: #a1a1a1;
	/* other styles */
}
#mainnav a:hover{
	color: #ffffff;
	/* other styles */
}
#mainnav a:active{
	
	/* other styles */
}


/* Secondary Navigation Style */
#secondnav{
	background-color: #540e2c;
	padding: 10px;
}
#secondnav ul{
	text-align: center;
}
#secondnav li{
	display: inline;
	font-size: .8em;
	/*text-decoration: underline;*/
}
#secondnav a:link{
	color: #ffffff;
	margin: 0 40px 0 0;
	/* other styles */
}
#secondnav a:visited{
	color: #a1a1a1;
	/* other styles */
}
#secondnav a:hover{
	color: #ffffff;
	/* other styles */
}
#secondnav a:active{
	
	/* other styles */
}




/* ----------------------------------- */
/* --------- HTML Elements ----------- */
/* ----------------------------------- */
/* Styling for all HTML Elements */

/* True for all headings */
h1, h2, h3 ,h4, h5, h6{
	
}


/* Style for individual headings */
h1{

}

h2{
	font-family: Arial, Helvetica, sans-serif;
	color: #272262;
	font-size: 1.2em;
	margin-top: 0px;
}

h3{

}

h4{

}

h5{

}

h6{

}


/* List Styles */
ul{

}
ul li{

}

ol{

}
ol li{

}


/* Non-Navigational Link Styles */
/* This is for all default links on your page */

figure a:link,  figure a:visited  {
	color: #ffffff;
	text-decoration: none;
	font-weight: bold;
}

figure a:hover{
	color: #737376;
}
a:active{

}

/* This is for secondary link styles (possibly in your footer, etc) */
.linkstyle2 a:link{
	/*text-decoration: underline;*/
}
.linkstyle2 a:visited{

}
.linkstyle2 a:hover{

}
.linkstyle2 a:active{

}


/* Paragraph Styles */
p{
	color: #272262;
	font-size: 0.8em;
	line-height: 1.3em
}


/* Figure and Figcaption Styles */
figure {
	display: inline-block;
	background-color: #262261;
	color: #ffffff;
	padding: 7px;
	border-radius: 10px;
	margin: 15px;
	
}

figcaption {
	width: 100%;
	text-align: center;
	color: #ffffff;
	font-weight: bold;
	font-size: 1em;
}

figure img:hover{ 
	opacity: .8; 
}











/* ------------------------------------- */
/* --------- Style Guide CSS ----------- */
/* ------------------------------------- */
/* The following CSS is used for the styling of the structure of the Style Guide itself */
body{
	width: 700px;
	margin: 10px auto;
	border: 1px solid #777;
	padding: 20px;
}

.styleguide{
	font-family: "Courier New", Courier, monospace;
}
h1.styleguide, h2.styleguide, h3.styleguide, h4.styleguide, h5.styleguide, h6.styleguide{
	color: #777;
	font-family: "Courier New", Courier, monospace;
}
h2.styleguide{
    background-color: #777;
    border-radius: 15px;
    padding: 15px;
    margin-left: -15px;
    color: white;
}
p.styleguide{
	color: #777;
	font-family: "Courier New", Courier, monospace;
}

section{
    margin-top: -10px;
    margin-bottom: 70px; 
}
.colorgroup{
    float: left;
    width: 170px;
}
.colorgroup h4{
	font-size: .9em;
}
.colorgroup p{
    font-size: .8em;
}
.clear{
    clear: both;
}
.swatches{
    width: 100px;
    height: 100px;
    border-radius: 10px;
}
