/*!
 * Author: ged@build9.com.au
 * Preload Bootstrap v4.0
 * Green #62a044
 * LGreen #d7e7cf
*/


/* Common
---------------------------*/



* {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;

	-webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    transition: all 300ms ease;	
}

body {
  font-family: 'Muli', sans-serif;
}

a {color: #333; }
a:hover{ text-decoration: none; }

h1 {
	font-family: 'Muli', sans-serif;
    text-transform: uppercase;
    color: #62a044;
    font-weight: 300;
}

h2, h3, h4, h5, h6 {
	font-family: 'Muli', sans-serif;
    font-weight: 700;
    line-height: 1.2;
    color: #62a044;
}


img{
	max-width: 200px;
	margin: 50px 0;
}

h4, h5{
	color: #62a044;
}

h2 { font-size: 38px; }
h6 {
    font-size: 14px;
    font-weight: 700;
    color: #62a044;
	text-transform: uppercase;
	text-align: center;
}

.container {
    max-width: 600px !important;
}
  
.vertical-space{
    padding-top: 80px;
    padding-bottom: 80px;
}

.seperator{
	color: #62a044;
	font-size: 150%;
    font-weight: 300;
    padding: 0 10px;
}

/* intro  */
div.intro {
	margin: 40px 0;
}
.intro p {
    margin: 5px 0;
    text-align: left;
}

.intro ul {
    margin-left: 0;
}
.intro li {
    text-align: left;
}

blockquote p {
    font-size: 22px;
    font-weight: 400;
    line-height: 1.55;
}

blockquote cite {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.4;
}

@media screen and (max-width: 576px) {
	blockquote p {
		font-size: 20px;
	}
	blockquote cite { font-size: 14px; 	}
}



/* Foundation 3 Icons
---------------------------*/

.fi {
	font-size: 37px;
	line-height: 1;
	color: #f6c54d;
}


/* Common | .btn
---------------------------*/
.subscribe input.btn,
.btn {
    background-color: #62a044;
    color: #fff;
    font-size: 12px;
	font-weight: 400;
    line-height: 18px;
    text-transform: uppercase;
    border: none;
    border-radius: 0;
    display: inline-block;
    margin-bottom: 0;
    padding: 8px 25px
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    white-space: nowrap;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    position: relative;
    overflow: hidden;
}

.btn:active, .btn:focus, .btn:hover {
    box-shadow: none;
    color: #fff;
}

.btn-link:hover i{
	padding: 0 5px;
}


/* Header | .menubar
---------------------------*/

.menubar{
	background-color: #fbfbfb;
}

.menubar .icon-back {
	font-size: 14px;
	font-weight: 500;
	position: relative;
	top: -1px;
	padding: 0px;
}

.menubar i{
	color: #f6c54d;
	margin-right: 8px;
}

.menubar .container {
	padding: 10px;
    background-color: transparent;
    font-weight: 500;
    letter-spacing: 0px;
    color: #0b4a8b;
}

.menubar .container a{
    color: #0b4a8b;
	text-transform: uppercase;
}

.menubar .container a:hover{
    color: #000;

}


/* NAV Primary
---------------------------*/

nav.container{width: 100%;}

.navbar {
    margin: 0;
    border: 0;
    background-color: #62a044;
    padding: 15px 0;
    z-index: 1000;
    transition: padding .35s cubic-bezier(.24,.6,.43,1);
}

.navbar ul{
	margin: 0 auto;
}

.navbar .container{
	padding-left: 0;
	padding-right: 0;
}

.navbar-nav > li > a {
	font-size: 18px;
	color: #fff;
	text-transform: lowercase;
	line-height: 25px;
	padding: 5px 0px !important;
	margin: 5px 25px !important;
	background: transparent;
	position: relative;
	border-bottom: 1px solid #62a044;

	-webkit-transition: all 400ms ease;
    -ms-transition: all 400ms ease;
    transition: all 400ms ease;		
}

.navbar-nav > li > a:hover {
	border-bottom: 2px solid #a1c68f;
}


.navbar-nav li.nav-item.active a.nav-link  {
	border-bottom: 2px solid #fff;
}


/* All PAGE | Intro Lead Text
---------------------------*/

.lead{
	font-size: 22px;
	font-weight: 400;
	line-height: 1.4;
	margin-top: 20px;
	margin-bottom: 40px;
}
.lead p{margin: 45px 0;}


/* Forms
---------------------------*/


input:focus,
select:focus
textarea:focus,
button:focus {outline:0;}

::-webkit-input-placeholder { color: #62a044; }
::-moz-placeholder 		{ color: #62a044; }
:-ms-input-placeholder 	{ color: #62a044; }
:-moz-placeholder 		{ color: #62a044;}
	
input, button, select, textarea{
	color: #333;
	border: none;
	border-bottom: 1px solid #62a044;
	margin: 15px 0;
	width: 100%;
	padding: 8px 4px;
	background: transparent;
}


/* Page |  Contact | Map
---------------------------*/
.contact-back{
	width: 100%;
	background-color: #d7e7cf;
	margin-top: 20px;
}

.contact{
	color: #62a044;
	width: 100%;
	padding: 20px;
}

.contact a,
.contact h4{ 	color: #62a044; }

.btn.btn-submit,
input[type="submit"]{
	width: 120px;
}


.contact textarea,
.contact input{
	color: #62a044;
}

.contact input.btn{
	color: #fff;
}
/* Footer
---------------------------*/

footer .links {
	padding-top: 40px;
	margin: 50px 0;
}

footer .contact a{
    font-size: 22px;
    font-weight: 600;
    color: #62a044;
}

footer .contact i{
    font-size: 22px;
    padding: 0 10px;
    color: #f6c54d;
}

	

footer .links a{
    font-size: 14px;
    color: #62a044;
}


