.book-header{
    background: #f0f0f0;
    line-height:1em;
    padding:10px 5px 1px 20px;
}

.book-header h2{
    font-size: 30px;
    font-weight: 200;
    margin-top: 18px;
    color: #0096ff;
    
}


.e-books{
    margin-top: 15px;
    text-align: center;
}

.e-books p{
    font-weight: 200;
    font-size: 16px;
    margin-top: 2px;
    line-height: 1.5em;
    color: #6e6e6e;
}
.e-books h2{
    font-weight: 500;
    font-size: 25px;
    line-height: 1.25em;
    color: #0096ff;
    margin-bottom: auto;
}


.service{

text-align: center;
padding: 0 20px;
margin-top: -45px;

}

.service h1{
font-size: 40px;
font-family: "museo-sans-rounded",sans-serif;
line-height: 1em;
margin-bottom: 5px;

}

.service h3{
font-size: 38px;
font-family: "museo-sans-rounded",sans-serif;
line-height: .8em;
color: #db233a;
margin-bottom: 25px;

}



.services{
    text-align: center;
    margin-bottom: 25px;

}

.services img{
    margin-bottom: -25px;
}

.services h2{
    color: #0096fa;
    font-size: 30px;
    margin-bottom: 2px;
    margin-top: 20px;
    
}

.services h3{
    color:#000;
    font-size: 16px;
    font-weight: 100;
    line-height: 1.3em;
    text-transform: none;
    margin-bottom: 8px;
}

.btn-primary, {
    background-color: #0095ff;
    border-color: #0095ff !important;
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.blog-body{
    margin-top: 8px;
}

.blog-body h4{
    text-align: center; 
    font-size: 17px;
    line-height: 1.25em;
}

.home-intro {
    background-color: #282828;
    background-image: none;
    border-top: 5px solid #6d6d6d;
    margin-bottom: 30px;
    overflow: hidden;
    padding: 25px 0 0px;
    position: relative;
    text-align: left;
}

.home-intro p {
    color: #fff;
    display: inline-block;
    font-size: 1.4em;
    font-weight: 300;
    max-width: 800px;
    padding-top: 5px;
}

.home-intro h2{
    font-family: "Shadows Into Light",cursive;
    font-size: 45px;
    margin-bottom: 5px;
    text-transform: none;
    color: #0095ff;
}

.home-intro h3{
    font-size: 25px;
    font-weight: 100;
    text-transform: none;
    color: #fff;
    line-height: 1.25em;
    margin-top: 10px;

}

.home-intro img{
    text-align: left;

}

.home-intro p em {
    color: #00aaff;
}

.home-intro .get-started {
    margin-bottom: 15px;
    margin-top: 30px;
    position: relative;
    text-align: center;
}

    #header nav ul.nav-main li a {
	font-size: 13px;
	font-style: normal;
	line-height: 20px;
	margin-left: 3px;
	margin-right: 3px;
	text-transform: uppercase;
	font-weight: 700;
	padding: 10px 13px;
        color: #fff;
        text-shadow: 3px 2px rgba(39, 92, 145, 0.9);
}

.blog-image{
    text-align: center;
    width: 100%;
}

.btn-primary, .pagination > .active > a, body.dark .pagination > .active > a {
    background-color: #e6683c;
    border-color: #e6683c;
    box-shadow: 4px 4px rgba(140, 140, 140, 0.4);
    
}

.btn-primary:hover, .pagination > .active > a:hover, body.dark .pagination > .active > a:hover {
    background-color: #d25f37;
    border-color: #d25f37;
    box-shadow: 4px 4px rgba(140, 140, 140, 0.4);
    
}

.pull-left {
    float: left;
}

.pull-right {
    float: right; 
}

#header nav ul.nav-main ul.dropdown-menu, #header nav ul.nav-main li.dropdown.open .dropdown-toggle, #header nav ul.nav-main li.active a, #header nav ul.nav-main li > a:hover, #header nav ul.nav-main li.dropdown:hover a {
    background-color: #0d84ce !important;
    color: #fff;
}

.nav > li > a:hover, .nav > li > a:focus {
    background-color: #0d84ce;
    text-decoration: none;
}

ul.nav-list.primary > li a {
    background-image: url("../img/list-primary.png");
    background-position: 9px 16px;
    background-repeat: no-repeat;
    border-bottom: 1px solid #ededde;
    padding: 8px 20px;
    transition: all 0.3s ease 0s;
}

ul.nav-list.primary > li a:hover {
    background-color: #a1a1a1;
    color: #fff;
}