@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
*/

/* =============================================================================
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: #B6B6C4;
	 background: #B4B4C1/*CCCCDB*/;
}
 
 #container {
	 width: 100%;
	 margin: 0 auto;
	 position: relative; 
}

.group:after {
	content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
    }

.clearfloat { /* this class can be placed on a <br /> or empty div as the final element following the last floated div (within the #container) if the overflow:hidden on the .container is removed */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}

img {
	max-width: 100%;
	border-radius: 4px;
       }
    
h1, h2, h3, h4, h5, h6 {	
	margin: 0;
	padding: 0;
	margin: 0;
	/*margin-bottom: 1.5rem;*/
}
h2 {font-size: 2rem;}
h3 {font-size: 1.5rem;}
h4 {
	font-size: 1.25rem;
	line-height: 1.2;
	margin: 0;
	}
h6 {
	font-size: 1rem;
	font-weight: 400;
	margin-bottom: 1.5rem;
	}
	
.typefaces h4 {margin-bottom: 1rem;}
p {margin: 0; margin-bottom: 1.5rem;}
ul, ol {margin: 0 0 1.5rem 0; padding: 0;}

blockquote {margin: 1.5rem 3rem;}
a+blockquote {margin-top: 0;}
blockquote p:last-of-type {margin-bottom: -.1rem;}

blockquote p {text-indent: 0;}

/* =============================================================================
Begin PAGE HEADER
   ========================================================================== */
.page-header {
	height: 10rem;
	background: #B4B4C1;
	color: #202033/*363555*/;
	margin-bottom: -4rem;
	letter-spacing: 2px;
	} 
.page-header h1 { 
	position: relative;
	font: 400 72px/1.5 "coronette", "Times New Roman", Times, serif; /*workaround for IE9&10 REM (IE bug id 772679)*/
	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 MAIN NAV 
   ========================================================================== */
.main-nav {
	width: 80%;
	margin: -1.5rem auto 0 auto;
	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;
	}
.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 16px/1.5 "jubilat", Georgia, "Times New Roman", Times, serif;/*fix for IE9&10 REM bugs*/
	font: 400 1rem/1.5 "jubilat", Georgia, "Times New Roman", Times, serif;
	}
.main-content h2, .main-content h3 {
	font-family: "hypatia-sans-pro", Arial, Helvetica, sans-serif;
	font-weight: 700;
	}
.intro {
	width: 30%;
	position: relative;
	margin: 2rem auto;
	}
@media screen and (max-width: 1050px) {
	.intro {width: 50%;}}
@media only screen and (min-width: 1051px) and (max-width: 1299px) {
	.intro {width: 45%;}}
@media only screen and (min-width: 1300px) and (max-width: 1450px) {
	.intro {width: 40%;}}
@media only screen and (min-width: 1451px) and (max-width: 1681px) {
	.intro {width: 32%;}}

.topic {
	width: 80%;
	position: relative;
	margin: 2rem auto;
	padding-bottom: 4rem;
	}
@media screen and (max-width: 1050px) {
	.topic {}}
@media screen and (max-width: 1450px) {
	.topic {}}

.topic h2 {margin-left: -2rem;}
.topic > h3 {
	margin-left: 1rem;
	}
@media screen and (max-width: 1450px) {
	.topic h2 {margin-left: 0;}}
	
.topic-text {
	width: 49%;
	width: 50%;
	position: relative;
	top: 0;
	left: 0;
	padding: 2rem 7rem;
	}
@media only screen and (min-width: 1000px) and (max-width: 1050px) {
	.topic-text {
		         width: 60%;
				 padding: 2rem;
				 }}
@media screen and (min-width: 1100px) and (max-width: 1450px) {
	.topic-text {padding: 2rem;}}

@media only screen and (min-width: 1451px) and (max-width: 1681px) {
	.topic-text {padding: 2rem 4rem;}}
	
.topic-text h3 {margin-top: 1.5rem;}
.topic-text h4 {font-weight: 500;}

.topic-resources { 
	width: 49%;
	width: 50%;
	position: absolute;
	top:0;
	right: 0;
	padding: 2rem 7rem; 
	}
@media only screen and (min-width: 1000px) and (max-width: 1050px) {
	.topic-resources {
		              width: 42%;
					  padding: 2rem;
					  }}
@media screen and (min-width: 1200px) and (max-width: 1450px) {
	.topic-resources {padding: 2rem;}}
		
.topic-resources a {
	font-family: "hypatia-sans-pro", Arial, Helvetica, sans-serif;
	font-weight: 500;
	}
.topic-resources p>a {font-size: 1rem;}
	
.sec-divider {margin-top: 2rem;}

figure {
	margin: 0 auto;
	position: relative;
	display: inline-block;
	}
figure p {
	margin: 0;
	text-align: center;
	font-size: 12px;  /*workaround for IE9&10 REM (IE bug id 772679)*/
	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;
	}
.typefaces li {margin: 1rem 0;}
.topic-text li>p {margin-top: 1.5rem;}
/* =============================================================================
Begin PAGE FOOTER
   ========================================================================== */
.page-footer {}

/* =============================================================================
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  {
	font-weight: 500;
	border: 1px solid rgba(225,225,232,1)/*#E1E1E8*/;
    border-radius: 8px;
	margin-top: .25rem;
    padding: 0 3px 2px;
	padding: 2px 4px;
	text-decoration: none;
	}
.type-face:hover {
	font-weight: 500;
	color: #A80D34!important;
	text-shadow: 3px 3px 0 #898994 /*rgba(137,137,148,.8)*/;
	box-shadow: 4px 4px 0 #898994/*rgba(137,137,148,.8)*/;
	background-color: rgba(129,129,206,.1);
	}
	
/*.typefaces a:visited {color: rgba(255,255,255,.5);}*/

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