@charset "utf-8";
/* CSS Document */
/*
This CSS file belongs to - bits-type.html and it's by Eric Miner and The Miner Bits - eric@minerbits.com
*/
/* Code for Hanging Puncuation - Sample Uses Opening Quotation Mark.
<span class="hanging-punctuation-start">&#8220;</span>
.hanging-punctuation-start {position: absolute; right: 100%;}
*/
/* =============================================================================
Begin THE TOP OF THE TREE
   ========================================================================== */
html {font-size: 16px;}

* {
	-moz-box-sizing: border-box;
	 box-sizing: border-box;
	}
 
 body {
	 margin: 0 auto;
	 padding: 0;
	 position: relative;
	 color: #121419;
	 background: #C4C4D4;
	 background: #B4B4CF/*B4B4C1*//*CCCCDB*/;
	 background: #B6B6C4;
	 background: #C2C2D1;
	 background: #D0D0E0;
}
 
 #container {
	 width: 100%;
	 margin: 0 auto;
	 position: relative; 
}
img {
	max-width: 100%;
	border-radius: 4px;
       }
    
h1, h2, h3, h4, h5, h6 {	
	margin: 0;
	padding: 0;
	margin: 0;
	}
h2 {font-size: 2rem;}
h3 {font-size: 1.5rem;}
h4 {
	font-size: 1.25rem;
	/*line-height: 1.2;
	margin: .8rem 0;*/
	}
h6 {
	font-size: 1rem;
	font-weight: 400;
	margin-bottom: 1.5rem;
	}
	
.typefaces h4 {margin-bottom: 0;}
p {margin: 0; margin-bottom: 1.5rem;}
ul, ol {margin: 0 0 1.5rem 0; padding: 0 3rem;}

blockquote {
	font-style: italic;
	margin: 1.5rem 3rem;
	}
blockquote p {text-indent: 0;}
a+blockquote {margin-top: 0;}
blockquote p:last-of-type {margin-bottom: -.1rem;}
.figure-wrapper {margin-top: 4rem;}

/* =============================================================================
Begin PAGE HEADER
   ========================================================================== */
.page-header {
	height: 10rem;
	font-family: "coronette", "Times New Roman", Times, serif;
	text-align: center;
	color: #202033;
	margin-bottom: -4rem;
	letter-spacing: 2px;
	} 
.page-header h1 { 
	position: relative;
	font: 400 72px/1.5 "coronette", "Times New Roman", Times, serif;
	font: 400 5rem/1.5 "coronette", "Times New Roman", Times, serif;
	text-align: center;
	}

@media screen and (min-width: 1000px) and (max-width: 1100px) {
	.page-header h1 {font-size: 51px; font-size: 3.2rem;}}
@media screen and (min-width: 1200px) and (max-width: 1450px) {
	.page-header h1 {font-size: 64px; font-size: 4rem;}}
	
.header-img-wrapper {
	width: 100%;
	margin: 1rem auto;
	text-align: center;
	}

.header-border {
	width: 80%;
    }

/* =============================================================================
Begin NAV 
   ========================================================================== */
.main-nav {
	width: 80%;
	margin: -1.5rem auto 0 auto;
	font: 400 20px/1.5 "coronette", "Times New Roman", Times, serif; /*workaround for IE9&10 REM (IE bug id 772679)*/
	font: 400 1.25rem/1.5 "coronette", "Times New Roman", Times, serif;
}
.footer-nav {
	font: 400 20px/1.5 "coronette", "Times New Roman", Times, serif; /*workaround for IE9&10 REM (IE bug id 772679)*/
	font: 400 1.25rem/1.5 "coronette", "Times New Roman", Times, serif;
	margin-left: 3%;
	}
.footer-nav a {margin-right: 5rem;}
.main-nav a {
	display: inline-block;
	color: #121419!important;
	margin-right: 5rem;
	text-decoration: none;
	border-bottom: none;
	}
.main-nav a:visited {color: #121419;}	
.main-nav a:hover {
	transition: all .5s ease-in-out;
	-webkit-transition: .5s ease-in-out;
	transition: .5s ease-in-out;
	text-shadow: 4px 4px 0 #898994;
	color: #121419;
    }
.main-nav a:visited:hover {color: #121419;}
/* =============================================================================
Begin MAIN CONTENT
   ========================================================================== */
.main-content {
	font: 400 18px/1.5 "jubilat", Georgia, "Times New Roman", Times, serif;
	font: 400 1.125rem/1.5 "jubilat", Georgia, "Times New Roman", Times, serif;
	}
.main-content h2, .main-content h3 {
	font-family: "ronnia-condensed", "hypatia-sans-pro", Arial, Helvetica, sans-serif;
	font-weight: 700;
	}
.topic {
	width: 80%;
	position: relative;
	margin: 2rem auto;
	padding-bottom: 4rem;
	}
.topic h2 {margin-left: -2rem;}
.topic > h3 {margin-left: 1rem;}
@media screen and (max-width: 1450px) {topic h2 {margin-left: 0;}}
.topic-text {
	width: 50%;
	position: relative;
	margin: 0 auto;
	padding: 2rem 4rem;
	}
@media only screen and (min-width: 1000px) and (max-width: 1050px) {
	.topic-text {
		         width: 84%;
				 padding: 2rem;
				 }}
@media screen and (min-width: 1100px) and (max-width: 1350px) {
	.topic-text {width: 65%; 
				 padding: 2rem; }}

@media only screen and (min-width: 1351px) and (max-width: 1450px) {
	.topic-text {width: 60%;
		         padding: 2rem;}}
@media only screen and (min-width: 1451px) and (max-width: 1681px) {
	.topic-text {width: 55%;
		         padding: 2rem;}}
.topic-text h3 {margin-top: 1.5rem;}
.topic-text h4 {font-weight: 500;}
.topic-resources { 
	width: 57%;
	position: relative;
	margin-left: 40%;
	padding: 2rem 7rem;}
@media only screen and (min-width: 1000px) and (max-width: 1050px) {
	.topic-resources {
		              width: 84%;
					  padding: 2rem;
					  margin-left: 24%;
					  }}
@media only screen and (min-width: 1060px) and (max-width: 1700px) {
	.topic-resources {
					  width: 70%;
					  padding: 2rem;
					  }}
.topic-resources a {
	font-family: "ronnia-condensed", "hypatia-sans-pro", Arial, Helvetica, sans-serif;
	font-size: 20px; font-size: 1.25rem;
	font-weight: 500;
	}
.topic-resources p>a {font-size: 1rem;}
	
.sec-divider {margin-top: 2rem;}

figure {
	margin: 0 auto;
	position: relative;
	}
figure p {
	margin: 0;
	text-align: center;
	font-size: 12px;
	font-size: .75rem;
	font-style: italic;
	}
.five-img {
	width: 100%;
	text-align: center;
    }
.five-img img {
	margin: 0 .5rem 0 .5rem;
	}
.five-img p {
	font-size: 12px;  /*workaround for IE9&10 REM (IE bug id 772679)*/
	font-size: .75rem;
	}
@media only screen and (min-width: 1050px) and (max-width: 1600px) {
	figure {
		display: inherit;
	}
	.five-img {
		width: 70%;
		}}
		
.typefaces li {margin: .25rem 0;}
.topic-text li>p {margin-top: 1.5rem;}
.mb-typefaces {margin-top: 4rem;}
.sans-n-serif {display: block; margin: 1rem 0 2rem 0;}
.sans-n-serif-para {margin-bottom: 0;}
.sans-n-serif-h3 {margin-top: 3rem;}
.type-category {
	font-size: 32px; /*workaround for IE9&10 REM (IE bug id 772679) fixed in IE11*/
	font-size: 2rem;
	margin-top: 4rem;
	}
section:last-of-type {
	margin-bottom:0;
	padding-bottom: 0;
	}
/* =============================================================================
Begin PAGE FOOTER
   ========================================================================== */
.page-footer {
	height: 10rem;
	width: 80%;
	margin: 0 auto;
	position: relative;
	font: 400 16px/1.5 "coronette", "Times New Roman", Times, serif; /*workaround for IE9&10 REM (IE bug id 772679)*/
	font: 400 1rem/1.5 "coronette", "Times New Roman", Times, serif;
	}
.footer-img-wrapper {
	width: 100%;
	margin: 1rem auto 0 auto;
	text-align: center;
	}
/* =============================================================================
Begin EXTRAS! EXTRAS! EXTRAS! 
   ========================================================================== */
/* LINKS Based on Andy Clarke's Links in "Hardboiled Web Design"*/
a:link {
	outline : none;
	color : rgba(42,48,61, 1);
	text-decoration : none;
	-webkit-transition: all 1s ease-in-out;
	transition: all 1s ease-in-out;
	/*-webkit-transition: .5s ease-in-out;
	transition: .5s ease-in-out;*/
	}

a:visited {
	outline : none;
	color : #555756/*ECF2EF*/;
	text-decoration : none;
	-webkit-transition: 1s ease-in-out;
	transition: all .5s ease-in-out;
	}

a:hover {
	transition: all .5s ease-in-out;
	-webkit-transition: .5s ease-in-out;
	transition: .5s ease-in-out;
	text-shadow: 4px 4px 0 #898994;
}
a:visited:hover {
	color: #555756/*ECF2EF*/;
	-webkit-transition: .5s ease-in-out;
	transition: .5s ease-in-out;
	text-shadow: 4px 4px 0 #898994;
	}
a:active, a:focus { 
	position : relative; 
	/*top : 2px; */
	color : rgb(255,255,255);
	text-decoration : none;
    }

a.action {
	padding : .5em 20px;
	background-color : rgb(143,58,58); 
	color : rgb(255,255,255);
	font-size : .875em;  
	text-shadow : 0 1px 1px rgb(0,0,0);
}

a.action:hover {
	background-color : rgb(119,48,48); 
	text-decoration : none;
}

a.action:active,
a.action:focus {
	background-color : rgb(44,18,18); 
	color : rgb(255,255,255); 
	text-decoration : none; 
}

a {border-bottom: 1px solid rgba(42,48,61,.35);}


.type-face-name  {
	color: #121419;
	font-size: 24px; /*workaround for IE9&10 REM (IE bug id 772679) fixed in IE11*/
	font-size: 1.5rem;
	font-weight: 500;
	display: inline-block;
	margin-top: .25rem;
    padding: 0 3px 2px;
	padding: 2px 4px;
	text-indent: -2rem;
	text-decoration: none;
	}
.type-sample-link {display: inline;}
/*End of Links Styling*/

.strp-1px {width: 100%; height: 2px; background: #A7A7B5;margin: 0 auto .5rem auto;}
.strp-1px80 {width:  80%; height: 2px; background: #A7A7B5;margin: .5rem auto;}

hr.style-two {
    border: 0;
    height: 2px;
    background-image: -webkit-linear-gradient(left, rgba(143,143,155,0), rgba(143,143,155,1), rgba(143,143,155,.35)); 
    background-image:    -moz-linear-gradient(left, rgba(143,143,155,.35), rgba(143,143,155,1), rgba(143,143,155,.35));  
    background-image:     -ms-linear-gradient(left, rgba(143,143,155,0),  rgba(143,143,155,1), rgba(143,143,155,.35)); 
    background-image:      -o-linear-gradient(left, rgba(143,143,155,0),  rgba(143,143,155,1), rgba(143,143,155,.35)); 
    }
