/* Main Layout CSS */
/* Main site layout... Mainly bending bootstrap to my will */


/* nav text green  #7eb570;*/
/* sub-nav bar gradient lightest green #379300; */ 
/* nav-bar dark green #0E2500; */

@import url(https://fonts.googleapis.com/css?family=Julius+Sans+One);
@import url(https://fonts.googleapis.com/css?family=Open+Sans);
@import url(https://fonts.googleapis.com/css?family=Amatic+SC:700);
@import url(https://fonts.googleapis.com/css?family=Arimo);
@import 'https://fonts.googleapis.com/css?family=Reem+Kufi'; /* kara says it's wibbly */
@import 'https://fonts.googleapis.com/css?family=Raleway'; /* weird 9's */
@import 'https://fonts.googleapis.com/css?family=Muli';

body {
    font-family: 'Open Sans', sans-serif;
	font-size: 16px;
}

body .large-font {
	font-size: 20px;
}

body .centered {
	text-align: center;
}

h1 {
    font-family: 'Julius Sans One', sans-serif;
}
	
h2, h3, h4 {
    /*font-family: 'Julius Sans One', sans-serif;*/
	/*font-family: 'Reem Kufi', sans-serif;*/
	/* font-family: 'Raleway', sans-serif;*/
    /*font-family: 'Open Sans', sans-serif;*/
    /*font-family: 'Arimo', sans-serif;*/
	font-family: 'Muli', sans-serif;
}

h2 {
    color: #111;
    border-bottom: solid 7px #aaa;
}

h3 {
    color: #111;
    border-bottom: solid 2px #aaa;
}

h4 {
    /*font-family: 'Amatic SC', cursive; */
    /*font-family: 'Julius Sans One', sans-serif;*/
    /*font-size: 18px; *//* was 22px with Amatic SC */
/*    letter-spacing: 0px;*/ /* was 1px with Amatic SC */
    color: #aaa;
}


div.img {
    background-repeat: no-repeat;
    background-size: 100% auto;
}

.jumbotron {
    background-size: 200%;
    background-repeat: no-repeat;
}

@media (min-width: 768px) {
    .jumbotron {
        background-size: 100%;
    }
}

.site-header {
    position: relative;
    height: 300px;
    margin-bottom: 0px;
    overflow: hidden;

    background: #f3f6e8; /*#eee;*/ /* f3f6e8 is the offwhite bg suggested by the HOHL pamphlet */
    background-size: 200%;
    background-repeat: no-repeat;
    background-position: bottom center;
}

@media (min-width: 768px) {
    .site-header {
        background-size: 100%;
    }
}

.site-header .site-title {
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    z-index: 999;
}
@media (min-width: 768px) {
    .site-header .site-title {
        position: relative;
    }
}

.site-header .site-title h1 {
    position: absolute;
    bottom: 5px;
    left: 0px;
    right: 0px;

    max-width: auto;

    margin: 0px;
    width: auto;
    white-space: nowrap;

    text-align: center;
    font-weight: 600;
    color: #000;
}

.site-header .site-title h1 .sub-site-title {
    font-size: 22px;
}

@media (min-width: 768px) {
    .site-header .site-title h1 {
        width: 420px;
        top: 105px;
        left: 360px;
        bottom: auto;
        text-align: center;
        font-size: 48px;
    }
    .site-header .site-title h1 .sub-site-title {
        /*padding-left: 20px;*/
    }
}
@media (min-width: 992px) {
    .site-header .site-title h1 {
        width: 460px;
        top: 100px;
        left: 430px;
        font-size: 56px;
    }
}
@media (min-width: 1200px) {
    .site-header .site-title h1 {
        left: 530px;
    }
}


.site-header .fancy-header {
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: 300px;

    background: rgba(255, 255, 255, 0.6);
    box-shadow: 0px 0px 80px 100px rgba(255, 255, 255, 0.6); /* Jenni changed this  from 0 0 48 48*/
    -webkit-box-shadow: 0px 0px 80px 100px rgba(255, 255, 255, 0.6); /* Jenni changed this  from 0 0 48 48*/
    -moz-box-shadow: 0px 0px 80px 100px rgba(255, 255, 255, 0.6); /* Jenni changed this  from 0 0 48 48*/
}

.site-header .fancy-header div.img {
    position: absolute;
    width: 100%;
    height: 300px;
    background-size: auto 100%;
    background-position: center -20px;
}

@media (min-width: 768px) {
    .site-header .fancy-header {
        left: 50%;
        width: 768px;
        margin-left: -384px;
    }

    .site-header .fancy-header div.img {
        background-position: 50px center;
    }
}
@media (min-width: 992px) {
    .site-header .fancy-header {
        width: 900px;
        margin-left: -450px;
    }
}
/*@media (min-width: 1200px) {
    .site-header .fancy-header {
        width: 900px;
    }
}*/

.site-header .fancy-header .top {
    opacity: 0;
    -webkit-transition: opacity 0.2s ease-in-out;
    transition: opacity 0.2s ease-in-out;
}
.site-header .fancy-header .top.visible {
    opacity: 1;
}



.mobile-nav {
    position: fixed;
    top: 0px;
    left: 0px;
    bottom: 0px;
    right: 0px;

    z-index: 999;
    overflow: hidden;
    display: none;
}

.mobile-nav .menu {
    position: fixed;
    top: 0px;
    left: -100%;
    bottom: 0px;
    right: 100%;

    background: #fff;

    overflow: auto;
    overflow-y: scroll;
}

.mobile-nav .menu .section,
.mobile-nav .menu .page {
    display: block;
    padding: 13px 20px;

    background-color: #eee;
}

.mobile-nav .menu .page {
    padding-left: 34px;
    background-color: #fff;
}

.mobile-nav .menu .page.active {
    background-color: #f6f6f6;
    font-weight: 800;
    box-shadow: inset 0px 1px 0px 0px #ddd;
}

.mobile-nav .back {
    position: fixed;
    top: 0px;
    left: 0px;
    bottom: 0px;
    right: 0px;

    background: rgba(0,0,0,0.5);
    display: none;
}


.section-nav {
    background: #0E2500; /*#102C00;*/ /*#444;*/ /* Jenni edited this */
    border: none;
    border-radius: 0px;
    margin: 0px;

    /*font-family: 'Arimo', sans-serif;*/
	/*font-family: 'Raleway', sans-serif;*/
	font-family: 'Muli', sans-serif;
	font-size: 14px;
}

.section-nav .navbar-header {
    text-align: center;
}

.section-nav .container {
    position: relative;
    text-align: right;
}

.section-nav .navbar-toggle,
.section-nav .navbar-collapse {
    border: none;
    float: none;
}

.section-nav .navbar-toggle:hover,
.section-nav .navbar-toggle:active {
    background: #222;
}

.section-nav.navbar-default .navbar-nav>li>a {
    color: #7EB570 /*#eee;*/ /* Jenni edited this */
}
.section-nav.navbar-default .navbar-nav>li.active>a {
    color: #0E2500 /*#333;*/ /* Jenni Edited This */
}
.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover {
    background: rgba(255,255,255,0.6);
}

a.btn-apply {
    border-color: #0E2500;
    font-family: 'Amatic SC', cursive;
    font-size: 32px;
    color: #fff !important;
    line-height: 70px;
}

.fb-like span {
	height: auto !important;
}

a.btn-navbar-apply {
	border: none;
	border-radius: 0px;
    background: #6b1;
}

a.btn-navbar-apply:hover, a.btn-navbar-apply:active {
    background: #7eb570;
}

a.btn-mid-page-to-sections {
	margin: 5px; 
	font-family: 'Amatic SC', cursive; 
	font-size: 32px; 
	color: black;
	line-height: 1;
}

@media (min-width: 375px) {
	a.btn-mid-page-to-sections {
		font-size: 42px; 
	}
}

a.btn-mid-page-to-sections:hover {
	background-color: #7EB570;
}

a.btn-mid-page-to-sections div {
	color: black;
}

a.btn-mid-page-to-sections img {
	margin: 0 auto;
}

.enroll-button {
    position: absolute;
    right: 40px;
    top: -10px;

    height: 70px;
    width: 180px;
    line-height: 70px;
    text-align: center;

    background: #6b1;
    color: #fff !important;
    border-radius: 5px;

    font-family: 'Amatic SC', cursive;
    font-size: 42px;
    white-space: nowrap;
    overflow: hidden;
}


.sub-nav {
    /*
    background: #90D495;
    background: -webkit-linear-gradient(left top, #90D495, #CBD11D);
    background: -o-linear-gradient(bottom right, #90D495, #CBD11D);
    background: -moz-linear-gradient(bottom right, #90D495, #CBD11D);
    background: linear-gradient(to bottom right, #90D495, #CBD11D);
    */ /* Jenni edited this original is above */
    background: #183D02;
    background: -webkit-linear-gradient(left top, #183D02, #379300);
    background: -o-linear-gradient(bottom right, #183D02, #379300);
    background: -moz-linear-gradient(bottom right, #183D02, #379300);
    background: linear-gradient(to bottom right, #183D02, #379300);

    /*font-family: 'Arimo', sans-serif;*/
	/*font-family: 'Raleway', sans-serif;*/
	font-family: 'Muli', sans-serif;
	font-size: 14px;
    height: auto!important;  /* edited by Jenni from 180px */

    overflow: hidden;
    overflow-x: auto;
}

.sub-nav a .box {
    color: #555;
    width: 180px;
    height: 50px;  /* edited by Jenni from 180px */
    padding: 15px;

    text-align: center;
    float: left;
}

.sub-nav a .box.active {
    background: rgba(0,0,0,0.5);
    color: #efefef;
}

.sub-nav a .box .icon {
    font-size: 120px;
    line-height: 120px;
}

/* blame bootstrap */
.sub-nav a .box .label {
    /* color: #555; */
    color: #7EB570; /*#9CDD6D;*/ /* #555; edited by Jenni */

    width: 150px;
    padding: 0px;

    font-size: 90%; /* Jenni added this */
    font-weight: unset; /* Jenni added this */
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;

    display: inline-block;
}
.sub-nav a .box.active .label {
    color: #efefef;
}

.site-container .page-date {
    color: #ddd;
    font-size: 12px;
    float: right;
    line-height: 33px;
}

.site-container .pull-right {
    margin-left: 20px;
    margin-bottom: 20px;
}

.site-container .pull-left {
    margin-right: 20px;
    margin-bottom: 20px;
}


.site-container .under-img {
    padding-top: 0px;
    padding-bottom: 0px;

    background-color: #333;
    background-size: 110%;
    background-position: center 0px;
}

.need-margin {
	margin-top: 20px;
}

.site-container .over-img {
    color: #fff;
    background: rgba(0,0,0,0.2);

    /*display: flex;
    align-items: center;*/
}
.site-container .over-img {
    min-height: 170px;
}

.site-container blockquote {
	font-size: inherit;
	font-style: italic;
}

@media (min-width: 425px) {
	.site-container .page-over-img {
		min-height: 235px;
	}
}
@media (min-width: 768px) {
	.site-container .over-img {
		min-height: 320px;
	}
}
@media (min-width: 1024px) {
	.site-container .over-img {
		min-height: 420px;
	}
}
@media (min-width: 1440px) {
	.site-container .page-over-img {
		min-height: 520px;
	}
}

.site-container .page-over-img {
    min-height: 170px;
}
@media (min-width: 425px) {
	.site-container .page-over-img {
		min-height: 235px;
	}
}
@media (min-width: 768px) {
	.site-container .page-over-img {
		min-height: 400px;
	}
}
@media (min-width: 1024px) {
	.site-container .page-over-img {
		min-height: 520px;
	}
}
@media (min-width: 1440px) {
	.site-container .page-over-img {
		min-height: 620px;
	}
}

.site-container .over-img h2,
.site-container .over-img h3 {
    font-size: 36px;
    color: #fff;
    border: none;

    text-align: center;
}
.site-container .over-img h4 {
    font-size: 28px;
    color: #fff;
    text-align: center;
}
.site-container .over-img p {
    margin-top: 20px;
    font-size: 18px;
    text-align: justify;
}


@media (min-width: 768px) {
    .site-container .over-img .row {
        display: flex;
        align-items: center;
        margin: 0px 10px;
    }
	.site-container .over-img h2,
    .site-container .over-img h3 {
        font-size: 56px;
    }
    .site-container .over-img h4 {
        font-size: 36px;
    }
}

@media (min-width: 992px) {
    .site-container .over-img .row {
        margin: 0px 42px;
    }
}

.flex-row {
    display: flex;
}

.flex-col {
    flex: 1;
    flex-grow: 1;
}


.site-footer {
    /*background: #d2d5c7;*//*#eee;*/
	background: #7EB570;/*#f3f6e8;*/ /* #eee */ /* f3f6e8 is the offwhite bg suggested by the HOHL pamphlet */
    min-height: 250px;
    margin-top: 30px;
    padding: 30px 0px;
    overflow: hidden;
}

.site-footer .container {
    position: relative;
}

.site-footer hr {
    border-color: #fff;
}

.site-footer .site-copy {
    margin-bottom: 40px;
}

.site-footer .hang-dude {
    position: absolute;
    top: -30px;
    right: -15px;

    width: 80px;
    height: 100px;
}
@media (min-width: 768px) {
    .site-footer .hang-dude {
        right: 150px;
    }
}



@media (max-width: 767px) {
    .pull-right-xs {
        float: right;
    }
}
@media (min-width: 768px) {
    .pull-right-sm {
        float: right;
    }
}
@media (min-width: 992px) {
    .pull-right-md {
        float: right;
    }
}
@media (min-width: 1200px) {
    .pull-right-lg {
        float: right;
    }
}

/*
@media (max-width: 767px) {}
@media (min-width: 768px) {}
@media (min-width: 992px) {}
@media (min-width: 1200px) {}
*/
