/* 
@font-face
{
	font-family: Avenir;
	src: url('path/to/font.otf') format('opentype');
}
 */

body
{
	font-family: Avenir, Nunito, Muli, Verdana, "Lucida Grande", "Century Gothic", "Helvetica Neue", Arial, sans-serif;
	margin: 0;
	padding: 0;
}

header 
{
	background: #369; // linear-gradient(#56789A, #485568);
	width: 100%;
	border-bottom: 1px solid #000;
	height: 38px;
}

#header-logo 
{
	padding-left: 5px;
	padding-top: 3px;
	height: 30px;
	width: 170px;
}

header ul {
	// float: right;
	list-style: none;
	display: block;
	// margin-right: 1em;
	// border: 1px solid #f00;
	margin: 0;
	padding: 0;
	height: 37px;
	// background-color: #f33;
	// width: 50%;
	box-sizing: border-box;
	text-align: center;
}

header ul li {
	display: inline;
	//margin-right: 1em;
	//float: left
	background: #0ff;
	// height: 37px;
	font-size: 1.2em;
	// padding: 1em 1em 0 0;
	margin: 0 0 0 0;
	// background-color: #0ff;
}

header ul li:hover {
	// color: #0f0;
	// text-color: #369;
	//background-color: #333;
}

header ul li a {
	// display: block;
	//float: left;
	//position: relative;
	color: #eee;
	text-decoration: none;
	//vertical-align: center;
	// height: 58px;
	padding: 10px 10px 7px 10px;
	// background-color: #ff0;
	line-height: 37px;
	// transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out;
}

header nav a:hover {
	color: #369;
	background-color: #eee;
	transition: background-color 0.35s ease-in-out, color 0.35s ease-in-out;
}

header nav {
	display: inline;
	float: right;
	margin-right: 1em;
	// border: 2px solid #000;
}


// For large images, such as screenshots, typically in blog entries
img.screenshot {
	display: block;
	margin: 0 auto;
	width: 98%;
}

// Check for Hi-res screens
@media only screen and (-webkit-min-device-pixel-ratio: 2),(min-resolution: 192dpi) {
		#fooblarg{
		background-image:url(logo-white@2x.png);
		background-size:130px 30px; /* This replicates the original standard sprite dimensions, and assumes the actual dimensions of sprite@2x.png are 1000x1000px */
	  }
}

article
{
	// padding: 10px;
}

h1, h2
{
	color: #369;
	// font-weight: normal;
	border-bottom: 1px solid #999;
	font-family: Avenir, Nunito, Muli, Verdana, "Lucida Grande", "Century Gothic", "Helvetica Neue", Arial, sans-serif;
}

h2 {
	color: #475668;
	font-weight: normal;
}

h3 {
	color: #000;
	font-weight: normal;
	font-family: Avenir, Nunito, Muli, Verdana, "Lucida Grande", "Century Gothic", "Helvetica Neue", Arial, sans-serif;
}

p a, li a {
	color: #369;
}

p a:hover, li a:hover {
	color: #00f;
}

footer {
	bottom: 0;
	clear: both;
	font-family: Avenir, Nunito, Muli, Verdana, "Lucida Grande", "Century Gothic", "Helvetica Neue", Arial, sans-serif;
	text-shadow: 0px 1px 0px #fff;
	color: #333;
	font-size: 12px;
	left: 0;
	margin: 0 auto;
	position: fixed;
	right: 0;
	z-index: 12;
}

footer.interior {
	background: #e0e0e0;
	border-top: 1px solid #999;
	margin: 0 auto;
	padding:5px 10px;
}

footer a {
	color: #333;
	text-decoration: none;
}

footer a:hover {
	color: #369;
}

footer a.fa:hover {
	text-decoration: none;
}

footer a.fab:hover {
	text-decoration: none;
}

footer.interior ul {
	float: left;
	margin: 0;
	padding: 0;
	text-align: left;
}

footer.interior ul li {
	display: inline;
	margin: 0 10px 0 0;
}

footer.interior small {
	font-size: 1em;
	float: right;
	margin: 0;
	padding: 0;
	text-align: right;
}

.menuContainer {
	display: none;
}

aside {
	float: right;
	width: 25%; // 275px;
	margin-top: 28px;
	margin-right: 1px;
}

aside h1 {
	display: none;
}

aside ul {
	list-style: none;
	margin: 0;
	padding-left: 1em;
}

aside ul li {
	border-bottom: 1px solid #369;
	margin: 0;
	padding: 0.2em 0 0.2em 0;
	
}

aside dl {
	margin: 0;
	padding: 0;
}

aside dd {
	font-style: italic;
	margin: 0;
	padding: 0;
	padding-left: 0.6em;
}

section {
	margin: auto;
	width: 90%;
}

a.accessoryLink {
	background-color: #fff;
	border-radius: 5px;
	color: #369;
	text-align: right;
	float: right;
	text-decoration: none;
	border: 1px solid #369;
	font-size: 0.65em;
	padding: 2px 7px 2px 7px;
	margin: 0px;
}

a.accessoryLink:hover {
	background-color: #369;
	border: 1px solid #000;
	color: #fff;
	transition: 0.4s;
}

/* ===== Product page styles ==== */
ul.products {
    list-style: none;
    margin:  0px;
    padding: 0px;
}

/* ===== Product Button Styles On The Home page ===== */
.productButton {
    display: block;
    width: 475px;
    margin-left: 0;
    margin-top: 20px;
    margin-right: 20px;
    color: #707070;
    text-decoration: none;
    font-family: Avenir, Nunito, Muli, Verdana, "Lucida Grande", "Century Gothic", "Helvetica Neue", Arial, sans-serif;
    padding: 16px;
    border-radius: 12px;
    border-top-color: rgba(0, 0, 0, 0);
    border-width: 1px;
    border-style: solid;
    border-top-color: rgba(0, 0, 0, 0);
    border-bottom-color: rgba(255, 255, 255, 0);
    border-left-color: rgba(128, 128, 128, 0);
    border-right-color: rgba(128, 128, 128, 0);
    border: 1px solid #eee;
    transition: background-color 1.0s ease-in-out;
}

.productButton:hover {
    border-radius: 12px;
    background: rgba(0, 0, 0, 0.1);
    border-width: 1px;
    border-style: solid;
    border-top-color: rgba(0, 0, 0, 0.3);
    border-bottom-color: rgba(0, 0, 0, 0.3);
    border-left-color: rgba(0, 0, 0, 0.3);
    border-right-color: rgba(0, 0, 0, 0.3);
    border: 1px solid ##707070;
    transition: background-color 0.3s ease-in-out;
}

.productButton img {
    float: left;
    margin-right: 16px;
    margin-bottom: 10px;
    border-style: none;
}

.productTitle {
    display: block;
    font-family: Avenir, Nunito, Muli, Verdana, "Lucida Grande", "Century Gothic", "Helvetica Neue", Arial, sans-serif;
    font-size: 24px;
    font-weight: bold;
    /* margin: .67em 0; */
    color: #369;
    // text-shadow: 0 1px 8px #fff;
}

.productSubtitle {
    display: block;
    font-family: Avenir, Nunito, Muli, Verdana, "Lucida Grande", "Century Gothic", "Helvetica Neue", Arial, sans-serif;
    font-size: 16px;
}

.inlineButton {
	display: inline-block;
}

// Define width of input form elements
.input-item { 
	width: 350px; 
}

/* ===== Cover image on product pages ===== */
img.coverImage {
	float: right;
	width: 400px;
}

/* ===== Styles for the Archives page ===== */ 
a.accessoryLink2 {
	background-color: #fff;
	border: 1px solid #369;
	border-radius: 5px;
	color: #369;
	font-size: 1em;
	margin: 0;
	padding: 2px 7px 2px 7px;
	text-decoration: none;
}

a.accessoryLink2:hover {
	background-color: #369;
	border: 1px solid #000;
	color: #fff;
	transition: 0.4s;
}

ul.retired li {
	border-bottom: 1px solid #eee;
	padding-bottom: 20px;
	padding-top: 10px;
}

ul.retired li .productTitle {
	padding-top: 5px;
	padding-left: 80px;
}

ul.retired li .productSubtitle {
	padding-left: 80px;
	color: ##707070;
}

ul.retired li a {
	margin-bottom: 20px;
	margin-right: 5px;
	padding-left: 10px;
	padding-right: 10px;
	white-space: nowrap;
	
}

ul.retired li img {
	height: 64px; 
	width: 64px; 
	float: left;
}

code.word-wrap {
	white-space: pre-wrap; 
	word-wrap: break-word;
}

/* ===== Responsive Design for Mobile ===== */ 
@media screen and (max-width: 739px) {

	section {
		float: none;
		width: 95%;
	}
	
	aside {
		float: none;
		margin-top: 0;
		width: 95%;
		padding: 10px;
	}
	
	aside h1 {
		display: block;
	}

	/* === HEADER + NAV === */
	
	#mainNav {
		display: none;
		// background-color: #f00;
	}
	
	#mainNav.change {
		clear: both;
		display: block;
		position: relative;
		margin: 0 auto;
		float: none;
		// transition: display 0.35s ease-in-out;
	}
	
	#mainNav.change ul {
		display: block;
		width: 100%;
	}
	
	#mainNav.change ul li {
		display: block;
		width: 100%;
	}
	
	#mainNav.change ul li a {
		display: block;
		text-align: left;
		background-color: #369;
		color: #eee;
		width: 100%;
		margin: 0 auto;
		border-bottom: 1px solid #eee;
		padding-top: 0.2em;
		padding-bottom: 0.2em;
	}
	
	/* The last menu item will have a black border */
	#mainNav.change ul li:last-child a {
		border-bottom: 1px solid #000;
	}
	
	#mainNav.change ul li a:hover {
		background-color: #eee;
		color: #369;
	}
	
	.menuContainer {
	    display: inline-block;
	    cursor: pointer;
	    float: right;
	    // border: 1px solid #fff;
	    margin-right: 1em;
	    margin-top: 0.35em;
	}
	
	.bar1, .bar2, .bar3 {
		
	    width: 24px; /* 35px */
	    height: 3px; /* 5px */
	    background-color: #eee;
	    margin: 5px 0; /* 6px */
	    transition: 0.4s;
	}
	
	/* Rotate first bar */
	.change .bar1 {
	/*
	    -webkit-transform: rotate(-45deg) translate(-9px, 6px) ;
	    transform: rotate(-45deg) translate(-9px, 6px) ;
	    */
	    
	    -webkit-transform: rotate(-45deg) translate(-6px, 4px) ;
	    transform: rotate(-45deg) translate(-6px, 4px);
	}
	
	/* Fade out the second bar */
	.change .bar2 {
	    opacity: 0;
	}
	
	/* Rotate last bar */
	.change .bar3 {
	    -webkit-transform: rotate(45deg) translate(-6px, -6px) ;
	    transform: rotate(45deg) translate(-6px, -6px) ;
	}
	
	
	/* === FOOTER === */

	footer {
		position: relative;
	}

	footer.interior {
		background-color: #fff;
	}
	
	footer.interior ul {
		display: block;
	}
	
	footer a.fa {
		font-size: 2.5em;
	}
	
	footer a.fab {
		font-size: 2.5em;
	}
	
	footer.interior ul {
		margin: 1em auto 1em auto;
		width: 100%;
		text-align: center;
	}
	
	footer.interior ul li {
		text-align: center;
	}
	
	footer.interior small {
		font-size: 1em;
		margin: 0 auto;
		padding: 0.5em 0 0.5em 0;
		width: 100%;
		clear: both;
		text-align: center;
	}
			
}

@media screen and (max-width: 500px) {
	.productButton {
		width: 90%;
	}
	
	.productSubtitle {
		display: block;
		padding-left: 60px;
	}
}

@media screen and (max-width: 450px) {

	.input-item {
		width: 250px;
	}
	
	img.coverImage {
		width: 98%;
		float: none;
		margin: auto 0;
	}
	
	a.accessoryLink2 {
		display: block;
		font-size: 1.3em;
		padding: 5px 0 5px 0;
		width: 93%;
	}
}
