/* --------------------------------------------- */
/* --------- Branding: Color Palette ----------- */
/* --------------------------------------------- */
/* These are the colors of the boxes under the Branding section */
#swatch1{
	background-color: #A81E1E;
}	
#swatch2{
	background-color: #D8A600;
}	
#swatch3{
	background-color: #3D414C;
}	
#swatch4{
	background-color: #F5F6F7;
}		

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



/*! Generated by Font Squirrel (https://www.fontsquirrel.com) on June 14, 2017 */

@font-face {
    font-family: 'sports_worldregular';
    src: url('sports_world-regular-webfont.woff2') format('woff2'),
         url('sports_world-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

body{
	font-family: 'Roboto', sans-serif;
}

h1,h2,h3,h4,h5,h6{
	font-family: 'sports_worldregular', serif;
}


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

/* Main Navigation Style */
#mainnav{
	padding: 10px;
	background-color: #D8A600;
	width: 100%;
	box-shadow: -1px 1px 10px 1px #3D414C;
}

#mainnav ul{
	padding: 0px;
	margin: 15px;
	text-align: right;
}

#mainnav li{
  display: inline;
}

#mainnav a:link{
	color: #A81E1E;
	padding: 26px 26px;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: .1em;	
	font-size: 1.1em;
}

#mainnav a:visited{
	color: #A81E1E;
}

#mainnav a:hover{
	color: #D8A600;
	background-color: #A81E1E;
}

#mainnav a:active{
	color: #F5F6F7;
}

a.current:link, a.current:visited {
	color: #D8A600 !important;
	background-color: #A81E1E;
}

/* Secondary Navigation Style */
#secondnav{
	padding: 15px;
	text-align: center;
}

#secondnav ul{
	padding: 0px;
	margin: 0px;
}

#secondnav li{
	display: inline;
}

#secondnav a:link{
	color: #A81E1E;
	padding: 10px 25px;
	text-decoration: none;
}

#secondnav a:visited{
	color: #A81E1E;
}

#secondnav a:hover{
	color: #D8A600;
}

#secondnav a:active{
	color: #3D414C;
}




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

/* True for all headings */
h1, h2, h3 ,h4, h5, h6{
	color: #A81E1E;
	padding: .1em 0;
	margin: .1em 0;
}


/* Style for individual headings */
h1{
	font-size: 3em;
}

h2{
	font-size: 2.5em;
}

h3{
	font-size: 2em;
}

h4{
	font-size: 1.5em;
}

h5{
	font-family: 'Roboto', sans-serif;
	text-transform: uppercase;
	font-size: 1.3em;
	letter-spacing: .1em;	
}

h6{
	font-family: 'Roboto', sans-serif;
	text-transform: uppercase;
	font-size: 1.1em;	
	letter-spacing: .1em;
}


/* List Styles */
ul{
	color: #3D414C;
	font-size: 1.1em;
}

ul li{
	list-style-type: square;
}

ol{
	color: #3D414C;
	font-size: 1.1em;
}

ol li{

}


/* Non-Navigational Link Styles */
/* This is for all default links on your page */
a:link{
	color: #D8A600;
	text-decoration: none;
}
a:visited{
	color: #D8A600;
}
a:hover{
	color: #A81E1E;
}
a:active{
	color: #3D414C;
}

/* This is for secondary link styles (possibly in your footer, etc) */
.linkstyle2 a:link{
  color: #A81E1E;
	padding: 10px 25px;
	text-decoration: none;
}
.linkstyle2 a:visited{
  color: #A81E1E;
}
.linkstyle2 a:hover{
  color: #D8A600;
}
.linkstyle2 a:active{
  color: #3D414C;
}


/* Paragraph Styles */
p{
	color: #3D414C;
	margin-top: 8px;
	font-size: 1.05em;
}


/* Figure and Figcaption Styles */
figure{
	width: 275px;
	display: inline-block;
	vertical-align: top;
	margin: 40px 0px 16px 0px;
}
figure img{

}
figcaption{
	color: #3D414C;
}












/* ------------------------------------- */
/* --------- 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;
}

