body {
	font-size:16px;
	font-family: "aktiv-grotesk", sans-serif;
}

header {
	width:100%;
	position:absolute;

}

#navwrapper .menu-toggle, #navwrapper .menu-close {
	display: none;
}

.top, .main, footer {
	width:95%;
	margin:0 auto;
	max-width:1820px;
}

.script {
	font-family: "snell-roundhand-lt-std", sans-serif;
	font-weight: 700;
	font-style: normal;
	color: var(--green, #8CA18E);
	text-align: center;
	letter-spacing:normal;
	position:relative;
	
 
	font-size: 125px;
 
	text-transform: capitalize;
}

#home #hero .script{
	font-size:200px;
}

.inner{
	max-width:1600px;
}

h1 {
	font-weight: 560;
	font-style: Medium;
	font-size: 18px;
 
	 
 
	text-align: center;
	text-transform: uppercase;

}

h2, #pages.home  h1 {
	color: var(--burgundy, #8A2F45);
	text-align: center;
 
	font-family: "aktiv-grotesk", sans-serif;
	font-size: 100px;
	 
	text-transform: uppercase;
}

#pages.home h1{
	color: #8A2F45;
	text-align: center;
	font-size: 175px;
	line-height: 0.8;
 
	font-weight: 700;
  

}

h3 {
	color: #8A2F45;
	text-align: center;
	font-family: "aktiv-grotesk", sans-serif;
	font-size: 40px;

	margin:40px 0;
	font-weight: 560;
	line-height:1;
}

#hero h3{
	 
	text-transform: capitalize;
}

h3.small{
	font-size:36px;
	text-align:left;
}

h4{
}

.top, .footer {
	display:flex;
}

.top{
	justify-content:space-between;
	align-items:center;
	padding:30px 0;
}

.logo {
	max-width:203px;
}


.nav {
font-family: "aktiv-grotesk", sans-serif;
 
font-style: Medium;
font-size: 14px;
leading-trim: NONE;
line-height: 100%;
letter-spacing: 5%;
text-align: center;
text-transform: uppercase;
}
 
.nav li {
	display:inline;
	margin:0 0 0 30px;
}

.nav li a:hover, .nav .lion{
	    color: #387B6E;
}

.nav li a {
	color:#8A2F45;
	text-decoration:none;
}

.button {
	text-transform:uppercase;
	border:1px solid #8CA18E;
	background:transparent;
	color: #387B6E;
	font-family: "aktiv-grotesk", sans-serif;
	letter-spacing: 1px;
	text-decoration: none;
	cursor:pointer;
	border-radius:25px;
	padding:8px 16px;
	text-align:center;
	font-size:17px;
}

.button.fill{
	border:none;
}

.button.fill{
	background-color:#D2818D;
	color:#FFF;
}

.button.fill:hover{
	background:none;
	color: #387B6E;
	border:1px solid #387B6E;
}

.nav .button.fill{
	border:1px solid #D2818D;
}

.nav .donate, .footer .nav .donate{
	margin:0 0 0 5px;
}

.nav .button.fill a{
	color:#fff!important;
}

.nav .button.fill a:hover{
	color: #D2818D!important;
	 
}
 

.nav .button {
	border-radius: 25px;
	font-size:14px;
} 

.padding{
	padding:100px 0;
}

.flex{
	display:flex;
}

.clear{
	clear:both;
}

/*Home*/
#pages.home #hero{
	background-image:url(images/home.jpg);
	background-size:cover;
	background-attachment:fixed;
	background-position:center;
	display:flex;
	justify-content:right;
	align-items:center;
	min-height:950px;}

#pages.home #hero .main{
	max-width:850px;
	margin:0;
	text-align:center;
}

 

#pages.home #about{
	background-image:url(images/home-about.jpg);
	background-size:cover;
	background-position:center;
	background-attachment:fixed;
	position:relative;
}

#pages.home #about .text{
	margin:0 0 40px 0;
	width:90%;
}

#pages.home #about .content{
	max-width:650px;
}

#pages.home #about .content .flex{
	flex-direction:row-reverse;
	line-height:0.8;
	
    justify-content: left;
}

#pages.home #about .heb{
	text-align:right;
	font-weight:bold;
	font-size:128px;
}

#pages.home #about .double{
	    margin: 0 30px -30px 0;
}

#pages.home #about .header{
 
	margin:0 30px 30px 0;
}

#pages.home #about .header .script{
	text-transform:none;
	text-align:right;
}

#pages.home #about .content .header .flex .script{
	text-align:left;
	margin:0 0 0 40px;
}

#pages.home #stats{
	    background: url(images/home-stats.png) center / cover no-repeat, linear-gradient(80deg, rgba(238, 239, 235, 0.7) 49.76%, rgba(255, 255, 255, 0.5) 100%);
	background-size:100%;
	 
	text-align:center;
	position:relative;
	 
}
 

#pages.home #stats .flex{
	margin:0 auto 80px auto;
	width:90%;
	position:relative;
	justify-content:center;
}

#pages.home #stats .stat{
	background:#fff;
	text-align:center;
	padding:40px 40px;
	border-radius:10px;
	margin:0 1%;
}

#pages.home #stats .amount{
	position:relative;
	color: #D2818D;
	 font-family: "snell-roundhand-lt-std", sans-serif;
	font-size: 100px;
	 
	font-weight: 700;
	 
}

#pages.home #stats h3{
	margin:5px 0 0 0;
	text-align:center;
}

#pages.home #stats .last .amount{
	color:#8CA18E;
	    
}

#pages.home #stats .last .amount:after{
	content:' mission';
}

#pages.home #stats .dollar .amount:before{
	content:'$';
}

/*Footer*/
footer {
	padding:25px 0px;
}

.footer .nav li.button{
	margin:0 5px 0 5%;
}

.footer .nav li.button.fill{
	margin:0 5px 0 0px;
}

 
.social i {
	color:#FFF;
	background-color:#54C9B2;
	width: 35px;
	height: 25px;
	text-align: center;
	padding: 10px 0 0 0;
}

.footer{
	align-items:center;
	justify-content:space-between;
}

/*Copy */
.copy {
	display:flex;
	font-size:12px;
}

.copy .right {
	text-align:right;
	flex:1;
}

.copy a {
	color:#000;
}
