/* --------------------------------------------- */
/* --------- Branding: Color Palette ----------- */
/* --------------------------------------------- */
/* These are the colors of the boxes under the Branding section */
#swatch1{
	background-color: #ffc8c8;
}	
#swatch2{
	background-color: #fc7373;
}	
#swatch3{
	background-color: #fc6a9a;
}	
#swatch4{
	background-color: #f79ebd;
}
#swatch5{
	background-color: #b0b0b0;
}			

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

body{
	font-family: "Times New Roman";
}

h1,h2,h3,h4,h5,h6{
	font-family: "Open Sans";
}


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

/* Main Navigation Style */
#mainnav{font-family: "Open Sans";
color: #b0b0b0;
	
}
#mainnav ul{list-style-type: none;
background-color: #ffffff;
padding: 10px;

}
#mainnav li{
display: inline;
padding: 20px;

}
#mainnav a:link{
	color: #b0b0b0;
	text-decoration: none;
	text-transform: uppercase;

	/* other styles */
}
#mainnav a:visited{
	color: #b0b0b0;
	text-decoration: none;
	text-transform: uppercase;

	/* other styles */
}
#mainnav a:hover{
	color: #f79ebd;
	text-decoration: none;
	text-transform: uppercase;

	/* other styles */
}
#mainnav a:active{
	color: #ffc8c8;
	text-decoration: none;
	text-transform: uppercase;

	/* other styles */
}


/* Secondary Navigation Style */
#secondnav{

font-family: "Open Sans";


}
#secondnav ul{list-style-type: none;
color: #ffc8c8;



}
#secondnav li{
padding: 10px;
display: inline;
font-size: .7em;


}
#secondnav a:link{
	color: #ffc8c8;
	text-decoration: none;
	text-transform: uppercase;

	/* other styles */
}
#secondnav a:visited{
	color: #ffc8c8;
	text-decoration: none;
	text-transform: uppercase;

	/* other styles */
}
#maisecondnavnnav a:hover{
	color: #f79ebd;
	text-decoration: none;
	text-transform: uppercase;

	/* other styles */
}
#secondnav a:active{
	color: #ffc8c8;
	text-decoration: none;
	text-transform: uppercase;

	/* other styles */
}




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

/* True for all headings */
h1, h2, h3 ,h4, h5, h6{
	color: #f79ebd;
	
}


/* Style for individual headings */
h1{ 	color: #f79ebd;
		font-family: "Open Sans";
		text-transform: uppercase;

}

h2{		color: #b0b0b0;
		font-family: "Open Sans";
		text-transform: uppercase;

}

h3{		color: #f79ebd;
		font-family: "Times New Roman";
		

}

h4{		color: #b0b0b0;
		font-family: "Times New Roman";

}




/* List Styles */
ul{display: inline;

}
ul li{

}

ol{

}
ol li{

}


/* Non-Navigational Link Styles */
/* This is for all default links on your page */
a:link{color: #000000;
text-decoration: none;

}
a:visited{color: #000000;
text-decoration: none;

}
a:hover{color: #ffc8c8;
text-decoration: none;

}
a:active{color: #000000;
text-decoration: none;

}

/* This is for secondary link styles (possibly in your footer, etc) */
.linkstyle2 a:link{color: #000000;
text-decoration: none;

}
.linkstyle2 a:visited{color: #000000;
text-decoration: none;

}
.linkstyle2 a:hover{color: #ffc8c8;
text-decoration: none;

}
.linkstyle2 a:active{color: #000000;
text-decoration: none;

}


/* Paragraph Styles */
p{
	color:#898989;
	/* Other paragraph styles */
}


/* Figure and Figcaption Styles */
figure{color: #ffffff;
padding-top: 10px;
float:center;
text-align: center;
  border: solid 4px #ffc8c8;
         font-size: 1em;
         display: inline-block;
         width: 563px;
         background-color: #898989;

}
figure img{

}
figcaption{
font-family: "Times New Roman";

}












/* ------------------------------------- */
/* --------- 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 pink;
	padding: 20px;
}

.styleguide{
	font-family: "Courier New", Courier, monospace;
}
h1.styleguide, h2.styleguide, h3.styleguide, h4.styleguide, h5.styleguide, h6.styleguide{
	color: pink;
	font-family: "Times New Roman", Georgia, serif;
}
h2.styleguide{
    background-color: #fc6a9a;
    border-radius: 15px;
    padding: 15px;
    margin-left: -15px;
    color: white;
}
p.styleguide{
	color: grey;
	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;
}
