@import url('https://fonts.googleapis.com/css?family=Cinzel|Lato:100,300,400,700&display=swap');
/* --------------------------------------------- */
/* --------- Branding: Color Palette ----------- */
/* --------------------------------------------- */
/* These are the colors of the boxes under the Branding section */
/*Dark Teal: #016670;
Light Teal: #9FEDD7;
Burgundy: #613033;
Yellow: #FBE180;*/

/* ----------------------------------------------------- */
/* --------- NAVICATION: Top Nav ----------- */
/* ----------------------------------------------------- */
header {
    text-align: center;
}
.nav_ul {
    list-style-type: none;
    display: inline-flex;
    text-align: center;
    padding-left: 0;
}
.tabs{
    display: inline-flex;
    padding: 1em;
    margin: 5px;
    text-decoration: none;
    color: #016670;
    text-align: left;
}
header .nav_tabs a:link {
    color: #016670;
}
header .nav_tabs .active {
    background-color: #016670;
    color: white;
}
.tabs:hover, header .nav_tabs .active:hover {
    background-color: #FBE180;
    color: #016670;
}
#service:hover #service_list, #service:active #service_list {
    display: block;
}
#service_list {
    display: none;
    position: absolute;
}
#service_list ul {
    list-style-type: none;
    padding-left: 8px;
    text-align: center;
}
#service_list li > a  {
    display: block;
    color: #016670;
    text-decoration: none;
    padding-left: 1em;
    padding-right: 1em;
    padding-top: 3px;
    padding-bottom: 3px;
    text-align: center;
}
#service_list li > a:hover {
    background-color: #FBE180;
    color: white;
}
/*-------------------------------*/
#swatch1{
	background-color: #016670;
}	
#swatch2{
	background-color: #9FEDD7;
}	
#swatch3{
	background-color: #613033;
}	
#swatch4{
	background-color: #FBE180;
}		

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

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

h1,h2,h3,h4,h5,h6{
	font-family: 'Cinzel', serif;
}
.page-tag {
    margin-top: 75px;
    font-family: 'Cinzel',serif;
    padding: 10px;
    color: #613033;
}


/* -------------------------------------------------- */
/* --------- Navigation: Main & Secondary ----------- */
/* -------------------------------------------------- */
/* Colors, style, floating, shapes, etc of main & secondary navs */
/*Dark Teal: #016670;
Light Teal: #9FEDD7;
Burgundy: #613033;
Yellow: #FBE180;*/
/* Main Navigation Style */
#mainnav ul{
    list-style: none;
}
#mainnav li{
    color: #016670;
    display: inline-block;
}
#mainnav a:link{
	color: #016670;
	/* other styles */
    text-decoration: none;
    padding: 1em;
    
}
#mainnav a:visited{
	/* other styles */
    color: #016670;
}
#mainnav a:hover{
	/* other styles */
    background-color: #FBE180;
}
#mainnav a:active {
	color: white;
	/* other styles */
    background-color: #016670;
}
#mainnav .active, #mainnav .active:visited  {
    background-color: #016670;
    color: white;
}
.active:hover {
    color: #016670;
}

/* Secondary Navigation Style */
#secondnav{

}
#secondnav ul{
    list-style: none;
}
#secondnav li{

}
#secondnav a:link{
	color: #016670;
	/* other styles */
    text-decoration: none;
    display: block;
    width: 50px;
    padding: 1em;
}
#secondnav a:visited{
	color: #016670;
	/* other styles */
}
#secondnav a:hover{
	color: white;
	/* other styles */
    background-color: #FBE180;
}
#secondnav a:active{
	/* other styles */
    background-color: #016670;
}




/* ----------------------------------- */
/* --------- HTML Elements ----------- */
/* ----------------------------------- */
/* Styling for all HTML Elements */
/*Dark Teal: #016670;
Light Teal: #9FEDD7;
Burgundy: #613033;
Yellow: #FBE180;*/

/* True for all headings */


/* Style for individual headings */
h1{
    color: #613033;
}

h2{
    color: #613033;
}

h3{
    color: #016670;
}

h4{
     color: #613033;
}

h5{
    background-color: #016670;
    color: white;
    width: 50px;
    text-align: center;

}

h6{
    background-color: #613033;
    color: white;
    width: 50px;
    text-align: center;
}


/* List Styles */
ul{
 list-style: none;
}
ul li{

}

ol{

}
ol li{

}


/* Non-Navigational Link Styles */
/* This is for all default links on your page */
a:link{
    color: #016670;
}
a:visited{
    color: #016670;
}
a:hover{
    color: #FBE180; 
}
a:active{
    color: #9FEDD7;
}

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

}
.linkstyle2 a:visited{

}
.linkstyle2 a:hover{

}
.linkstyle2 a:active{

}


/* Paragraph Styles */


/* Figure and Figcaption Styles */
figure{
    width: 200px;
}
figure img{

}
figcaption{
    font-family: 'Lato', sans-serif;
    text-align: left;
}

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

.styleguide{
	font-family: 'Lato', sans-serif;
}
h1.styleguide, h2.styleguide, h3.styleguide, h4.styleguide, h5.styleguide, h6.styleguide{
	color: #016670;
	font-family: 'Cinzel', serif;
}
h1.styleguide{
    color: #613033;
}

h2.styleguide{
    color: #613033;
}

h3.styleguide{
    color: #016670;
}

h4.styleguide{
     color: #613033;
}

h5.styleguide{
    background-color: #016670;
    color: white;
    width: 50px;
    text-align: center;

}

h6.styleguide{
    background-color: #613033;
    color: white;
    width: 50px;
    text-align: center;
}
h2.styleguide{
    background-color: #016670;
    border-radius: 15px;
    padding: 15px;
    margin-left: -15px;
    color: white;
}
p.styleguide{
	color: #016670;
	font-family: 'Lato', sans-serif;
}

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