/*
Theme Name: jQuery Sticky Header
Theme URI: http://plugins.imdanishiqbal.com/sticky-header
Author: Danish Iqbal
Author URI: http://imdanishiqbal.com
Description: 
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: jquery-sticky-header
Tags: sticky header
*/
/*body {
	font-family: 'Open Sans', sans-serif;
}

nav {
	background-color: #fff;
}
*/
.site-header {
	position: relative;
	z-index: 1;
	width: 100%;
	/*background-color: #fff;*/
	/*background-image:url(../../images/top-body-back.jpg);*/
	background-repeat:repeat;
	border-bottom:dotted 2px #999966;
}

.hero-unit {
	padding: 70px 0;
	background: #00C8EC url(images/herounit.png) center top no-repeat;
	background-size: cover;
	position: relative;
}

.download-box {
	width: 560px;
    text-align: center;
    margin: 0 auto;
}

.primary-btn {
	color: #056367;
	background-color: #fff;
}

.hero-unit pre {
	font-size: 1.3em;
}

.hero-unit .white-text {
	text-shadow: 0 2px 1px rgba(0,0,0,0.15);
}

.primary-text {
	color: #ffd092;
}

.secondary-text {
	color: #03ABCA;
}


.hero-unit h1 {
	margin: 0;
	line-height: 1;
}

.primary-btn {
	background-color: #ffd092; 
}

.white-btn {
	background-color: #fff;
	color: #056367;
}

.hero-unit .card {
	width: 320px;
    margin-left: auto;
    margin-right: auto;
}

table tbody tr:last-child {
	border-bottom: 0;
}

.entry-footer {
	display: none;
}

