@import url('https://fonts.googleapis.com/css?family=Lato:300,300i,400,400i,700,700i,900,900i|Lobster+Two:400,400i,700,700i&display=swap');

/* --------------------------------------------- */
/* --------- Branding: Color Palette ----------- */
/* --------------------------------------------- */
/* These are the colors of the boxes under the Branding section */
#swatch1{
	background-color: #dfcbe3;
}	
#swatch2{
	background-color: #ae7dba;
}	
#swatch3{
	background-color: #754300;
}	
#swatch4{
	background-color: #280742;
}		

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

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

h1,h2,h3,h4,h5,h6{
	font-family: 'Lobster Two', cursive;
}


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

/* Main Navigation Style */
#mainnav{
    background-color: #ffffff;
    padding: 20px;
}
#mainnav ul{
    padding: 0px;
}
#mainnav li{
    display: inline;
}
#mainnav a:link{
	color: #ae7dba;
    text-decoration: none;
    margin: 8px 82px 0px 0px;
    font-weight: bold;
    letter-spacing: .06em; 
    padding-bottom: 5px;
	
}
#mainnav a:visited{
	color: #ae7dba;
	
}
#mainnav a:hover{
	color: #ae7dba;
    border-bottom: 2px solid #754300;
   
}
#mainnav a:active{
	color: #dfcbe3;
}


/* Secondary Navigation Style */
#secondnav{
    background-color: #754300;
    padding: 20px;
}
#secondnav ul{
    padding: 0px;
}
#secondnav li{
    display: inline;
}
#secondnav a:link{
	color: #ffffff;
    text-decoration: none;
    margin: 8px 82px 0px 0px;
    font-weight: bold;
    letter-spacing: .06em;
    padding-bottom: 5px;
}
#secondnav a:visited{
    color: #dfcbe3;
}
#secondnav a:hover{
    color: #fff;
    border-bottom: 2px solid #fff;
}
#secondnav a:active{
    color: #ae7dba;	
}




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

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


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

h2{
    font-size: 2em;
}

h3{
    font-size: 1.375em;
}

h4{
    font-size: 1em;
}

h5{
    font-size: .83em;
}

h6{
    font-size: .67em;
}


/* List Styles */
ul{
    color: #280742;
    font-size: 1em;
    list-style: none;
    
}


ol{
    color: #280742;
    font-size: 1em;
    list-style: none;
}


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


a:link{
    font-size: 1.125em;
    color: #754300;
    text-decoration: none;
}
a:visited{
    color: #dfcbe3;
}
a:hover{
    color: #754300;
    border-bottom: 1.3px solid #754300;  
}
a:active{
    color: #dfcbe3;
    border-bottom: 1.3px solid #dfcbe3;  
}

/* This is for secondary link styles (possibly in your footer, etc) */
.background{
    padding: 5px 5px 10px 5px;
    background-color: #754300;
    margin-top: 5px;
}

.linkstyle2 a:link{
    font-size: .8em;
    color: #ffffff;
    text-decoration: none;
}
.linkstyle2 a:visited{
    color: #dfcbe3;
}
.linkstyle2 a:hover{
    color: #ffffff;
    border-bottom: 1px solid #ffffff;      
}
.linkstyle2 a:active{
    color: #dfcbe3;
    border-bottom: 1px solid #dfcbe3;  
}


/* Paragraph Styles */
p{
	color: #280742;
	text-align: justify;
    letter-spacing: 1px;
}


/* Figure and Figcaption Styles */
figure{
    width: 200px;
    
    
}
figure img{
    box-shadow: 3px -3px 5px grey;
    border: 5px solid #dfcbe3;
    

}
figcaption{
    color: #280742;
    letter-spacing: 1px;
    font-style: italic;
    font-size: .8em;
    text-align: center;
    
}

/* ------------------------------------- */
/* --------- 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;
}
span{
    font-size: .5em;
}
