@import url('https://fonts.googleapis.com/css?family=Source+Sans+Pro:200,200i,300,300i,400,400i,600,600i,700,700i,900,900i&display=swap');


/* --------------------------------------------- */
/* --------- Branding: Color Palette ----------- */
/* --------------------------------------------- */
/* These are the colors of the boxes under the Branding section */
#swatch1{
	background-color: #36768e;
}	
#swatch2{
	background-color: #9bb9bf;
}	
#swatch3{
	background-color: #5b98a6;
}	
#swatch4{
	background-color: #024059;
}
#swatch5{
	background-color: #c0d1d9;
}
#swatch6{
	background-color: #f1f5f7;
    border-radius: 10px;
    border: 1px solid #c0d1d9;
}		
#swatch7{
	background-color: #fdfefe;
    
}
#swatch8{
	background-color: #e5ecef;
}

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

body{
	font-family: 'Source Sans Pro', sans-serif;
    
}

h1,h2,h3,h4,h5,h6{
	font-family: 'Source Sans Pro', sans-serif;
}


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

/* Main Navigation Style */
#mainnav{
	background-color: #36768e;
	padding: 10px 20px;
	
}
#mainnav ul{
	padding: 0px;
	text-align: left;

}
#mainnav li{
	display: inline;

}
#mainnav a:link{
	color: #e5ecef;
	text-decoration: none;
	margin: 0px 40px 0px 0px; /*Brother Lybbert did 8px 82px 0 0;*/
	text-transform: capitalize;
	font-weight: bold;
	font-size: 1.3em;
	/*padding-bottom: 5px;* Bro Lybberts underline*/

	/* other styles */
}
#mainnav a:visited{
	color: #024059;
	/* other styles */
}
#mainnav a:hover{
	color: #f1f5f7;
	/*border-bottom: 5px solid #9bb9bf; Bro Lybbert*/
	/* other styles */
}
#mainnav a:active{
	color: #c9d1d9;
	/*&border-bottom: 5px solid #ffffff; Bro Lybbert */
	/* other styles */
}


/* Secondary Navigation Style */
#secondnav{
	background-color: #36768e;
	padding: 10px 20px;

}
#secondnav ul{
    padding: 0px;
    text-align: left;
}
#secondnav li{
    display: inline;
	
	
}
#secondnav a:link{
	color: #e5ecef;
    text-align: right;
	text-decoration: none;
	margin:10px 20px 10px 0; /*Brother Lybbert did 8px 82px 0 0;*/
	text-transform: capitalize;
	font-weight: normal;
	letter-spacing: .1em;
	font-size: 1em;
	/*padding: 5px 0; Bro. Lybbert*/
	/* other styles */
}
#secondnav a:visited{
	color: #024059;
	/* other styles */
}
#secondnav a:hover{
	color: #f1f5f7;
	/*border-top: 2px solid #9bb9bf; Bro  Lybbert
	border-bottom: 2px solid #9bb9bf;*/
	/* other styles */
}
#secondnav a:active{
	color: #c0d1d9;
	/*border-top: 2px solid #ffffff; Bro Lybbert
	border-bottom: 2px solid #ffffff;*/
	/* other styles */
}




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

body{
	background-color: #f1f5f7;
}
/* True for all headings */
h1, h2, h3 ,h4, h5, h6{
	color: #5b98a6;
}


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

h2{
    font-size: 2.5em;
	
}

h3{
    font-size: 2em;
    font-weight: 300;
}

h4{
    font-size: 1.5em;
    color: #5b98a6;
    margin: 0;
    font-weight: 400;
}

h5{
    font-size: 1em;
}

h6{
    font-size: .75em;
}


/* List Styles */
ul {
    color: #024059;
	font-size: 1em;
}
ul li{
    /*color: #777; Check this july 3, 2019*/

}

ol {
    color: #024059;

}
ol li{
    /*color: #777; Check this july 3, 2019*/

}


/* Non-Navigational Link Styles */
/* This is for all default links on your page */
a:link{
	color: #36768e;
	font-weight: 600;
	font-size: 1.3em;
	text-transform: capitalize;
	letter-spacing: 1px;
	text-decoration: none;
	

}
a:visited{
    color: #c0d1d9;
	
}
#non-nav a:hover{
    color: #9bb9bf;
	
}
#non-nav a:active{
	color: #c0d1d9;

}

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

}
.linkstyle2 a:visited{

}
.linkstyle2 a:hover{

}
.linkstyle2 a:active{

} /*OK to delete per Brother Lybbert*/


/* Paragraph Styles */
p{
	color: #024059;
	text-align: justify;
	/*letter-spacing: 1px;*/
	/* Other paragraph styles */
}


/* Figure and Figcaption Styles */
figure{
    text-align: left;
    width: 300px;
    

}
figure img{
    border: 2px solid #024059;

}
figcaption{
	color: #36768e;
    letter-spacing: 1px;

}












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