


body {

	background-color: #353e37;
	background-image: url(../img/bg.jpg);
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: cover;
	color: #f3f3f3;
	font-family: 'gesta', sans-serif;
	font-size: 16px;
	line-height: 22px;
	font-weight: 100;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
}

.text {
	max-width: 66%;
	margin-right: 2%;
	padding-bottom: 25px;
}

.headerMain {

	padding-top: 40px;
	padding-bottom: 40px;
}

*:focus {
    outline: none;
}


.navMain a {

	text-transform: uppercase;
	color: #00a83a;
	display: inline-block;
	float: right;
	clear: left;
	padding-left: 30px;
	text-decoration: none;
 }

 a[href^="mailto:"]:hover {
    color: yellow;


 }

a[href^="mailto:"]

{ 
	color: #00a83a;
	-o-transition:.5s;
  	-ms-transition:.5s;
  	-moz-transition:.5s;
  	-webkit-transition:.5s;
  	transition:.5s;
  }

 .navMain a  {
	-o-transition:.5s;
  	-ms-transition:.5s;
  	-moz-transition:.5s;
  	-webkit-transition:.5s;
  	transition:.5s;

}

ul {
	list-style-type: none;
	padding: 0;
	margin: 0;

}


h1 {

	text-transform: uppercase;
	color: #00a83a;
	padding-top: 50px;
	/*-webkit-margin-before: 0px;
    -webkit-margin-after: 35px;*/
    font-size: 28px;
    font-weight: 400;
}

h2 {

	font-size: 24px;
	  -webkit-margin-before: 0px;
    -webkit-margin-after: 5px;
    padding-bottom: 10px;
        font-weight: 400;

}

.navMain a:hover { 
    color: yellow;
}

.top, .topFirst { 

	display: inline;
	float: right;
	position: relative;
	top: -3px;
	color:  #868383;
	-o-transition:.5s;
  	-ms-transition:.5s;
  	-moz-transition:.5s;
  	-webkit-transition:.5s;
  	transition:.5s;
  	text-decoration: none;

}

.top:hover, .topFirst:hover { 
    color: yellow;
}

./*contact {
	min-height: 70vh;
}*/



a {

	color: #ef1f1f;
	text-decoration: none;
}

a:-webkit-any-link {
    color: #ef1f1f;
    cursor: pointer;
    text-decoration: none;
}

a:hover {
    color: yellow;
    cursor: pointer;
    text-decoration: none;
}

hr {
	
    margin-top: -5px;
    border-color: #979797;
    border-width: 1px;
    border-style: inset;
    margin-bottom: 30px;
    /*padding-top: 25px;*/
}

.quote	{

	font-size: 22px;
	width: 40%;
	line-height: 26px;
}


.container {

	max-width: 1200px;
	margin-left: auto;
	margin-right: auto;
	padding-right: 5%;
	padding-left: 5%;
}

.homeontainer {

	max-width: 1200px;
	margin-left: auto;
	margin-right: auto;
	padding-right: 5%;
	padding-left: 5%;
}

.bioImage {

	float: right;
	display: inline;
	position: relative;
	top: 15px;
	width: 380px;
    padding-left: 50px;
    padding-bottom: 50px;
}


.footerImage {

	position: fixed;
    margin-right: 0;
    margin-left: 0;
    z-index: -1;
    width: 100%;
    bottom: 0;

}

.video {

	height: 580px;
	    -webkit-margin-before: 0px;
    -webkit-margin-after: 15px;
}

.headerMobile {
	display: none;
}



@media only screen and (max-width: 768px) {


body {

	font-size: 17px;
	line-height: 21px;
}


.text {

max-width: 66%;

}

.logo {

	width: 140px;
}



.video {

	height: 380px;
	}

.bioImage {

	width: 30%;
}


.headerMobile {
	display: none;
}

h1 {

	font-size: 24px;
	    -webkit-margin-after: 25px;

}

.quote {

	font-size: 20px;
	width: 66%;
}

hr {

	margin-bottom: 20px;
}


}



@media only screen and (max-width: 650px) {


body {

	font-size: 16px;
}

p {

line-height: 1.4;
    -webkit-margin-before: 0;
    -webkit-margin-after: 1em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0;
}

hr {

-webkit-margin-before: 0px;
    -webkit-margin-after: 15px;
    -webkit-margin-start: auto;
    -webkit-margin-end: auto;}

.topFirst {
	display: none;
}

.bioImage {

	float: left;
	width: 74%;
	margin-right: 100%;
	margin-left: auto;
	padding-left: 0px;
	padding-bottom: 20px;
	top: 0px;


}

.headerMobile {
	display: none;
}


.text {

max-width: 100%;
padding-top: 5px;
padding-bottom: 30px;
}


.video {
	height: 220px;
}


.navMobile a {

	text-transform: uppercase;
    color: #00a83a;
    display: inline-block;
    float: left;
    /* clear: right; */
    padding-right: 26px;
    /* position: relative; */
    font-size: 18px;
    /* top: 115px; */
    padding-left: 0px;
    padding-bottom: 15px;
    padding-top: 15px;
}

.logo {

	padding-bottom: 0px;
	width: 40%;
}


.headerMobile {
	display: block;
	padding-top: 20px;
	padding-bottom: 0px;
}

.headerMain {

	display: none;
}


h1 {

	padding-top: 5px;
	font-size: 21px;
	-webkit-margin-after: 4px;
}

h2 {

	font-size: 18px;
}

.top {

	font-size: 14px;
	top: 0px;}

.quote	{

	font-size: 20px;
	width: 70%;
}
ul {
	list-style-type: none;
	padding: 0;
	margin-bottom: 45px;

}

.person {
	max-width: 54%;
/*	padding-top: 25px;
*/}


}

.footerLinks {

	line-height: 0.3;
}


/* Style the buttons that are used to open and close the accordion panel */
.accordion {
    background-color: #0a8c3a;
    color: #000000;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    text-align: left;
    border: none;
    outline: none;
    transition: 1s;
    font-family: 'gesta';
    font-size: 20px;
    color: #ffffff;
}


/* Add a background color to the button if it is clicked on (add the .active class with JS), and when you move the mouse over it (hover) */
.active, .accordion:hover {
    background-color: #ef1f1f;
}

/* Style the accordion panel. Note: hidden by default */
.panel {
    padding: 0 18px;
    background-color: #ffffff00;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
    margin-top: 16px;

}

.accordion:after {
    content: '\02795'; /* Unicode character for "plus" sign (+) */
    font-size: 13px;
    color: #ffffff;
    float: right;
    margin-left: 5px;
}

.active:after {
    content: "\2796"; /* Unicode character for "minus" sign (-) */
}


@media only screen and (max-width: 364px) {
 
.navMobile a {

font-size: 14px;

}


 }








