/*
Theme Name: Archangel Ink
Description: Child theme
Template: zippy-courses-theme
Version: 1.0.4
*/

@import url('../zippy-courses-theme/style.css');

.container>.navbar-header {
    margin-right: 0;
    margin-left: 0;
    float: none;
    margin: 0 auto;
}

.navbar-brand {
    float: none;
}

img.logo {
    max-height: 100px;
    width: auto;
	display: block;
	margin: 0 auto;
}

#site-header {
	background: url(//archangelink.com/wp/wp-content/themes/u-design-child/images/natural_paper.png) repeat scroll center top #FCFCFC !important;
}

#primary.content-area { background: #f7f7f7 !important; padding-bottom: 1em; }

.order-header, .page-header {
    padding: 1em 0 0;
    margin-bottom: 0;
}

.site-footer {
    margin-top: 0
}

.entry-header .entry-title {
    padding: .5em .5em .5em;
}

.zippy-course-progress { display: none; }

@media (min-width: 768px) {
.col-sm-offset-1 {
    margin-left: 2.5%;
}
}
@media (min-width: 768px) {
.col-sm-10 {
    width: 95%;
}
}

.col-sm-10 p { text-align: justify; }

