/* ---------------------------------------------------------*/
/* BASIC SETUP */
/* ---------------------------------------------------------*/

* {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

html,
body {
    background-color: #fff;
    color: #555;
    font-family: "Lato","Arial", sans-serif;
    font-weight: 300;
    font-size: 20px;
    text-rendering: optimizeLegibility; 
    overflow-x: hidden;
}



.clearfix {zoom: 1}
.clearfix:after {
    content: '.';
    clear: both;
    display: block;
    height: 0;
    visibility: hidden;
}

.container {
    display: flow-root;
  }

/* ---------------------------------------------------------*/
/* Dynamic Logo Test code */
/* ---------------------------------------------------------*/

.body-test {
background-color: #eee;
width: 100%;
height: max-content;
text-rendering: optimizeLegibility; 
overflow-x: hidden;
}
.logo-area {
height: 60px;
background-color: #111439;
text-align: center;
padding-left: .5rem;
}

.herofont {
font-family: magnesium-mvb,sans-serif;
font-weight: 400;
font-style: normal;
font-size: 160%;
line-height: 1.75rem;
padding-right: .25rem;
float: left;
}

.logo-text {
    height: 60px;
    width: auto;
    float: left;
    padding-top: 10px;
}

.logo-test-icon {
    display:block;
    height: 65px;
    width: auto;
    float: left;
    padding-top: 0px;
   
}


/* ---------------------------------------------------------*/
/* RESUSABLE COMPONENTS */
/* ---------------------------------------------------------*/

.row {
    max-width: 1140px;
    margin: 0 auto;
}

section {
    padding: 80px 0;
    
}
.box {
   padding: 1%; 
}

.hero-color-green{
    color: #95C13D;
}

.hero-color-orange{
    color: #F29220;
}

.hero-color-blue{
    color: #111439;
}

/* -----HEADINGS-----*/

h1, 
h2,
h3 {
    font-weight: 300;
    text-transform: uppercase; 
}

h1 {
    margin-top: 0;
    margin-bottom: 20px;
    color: #fff;
    font-size: 240%;
    word-spacing: 4px; 
    letter-spacing: 1px;
}

h2 {
    font-size: 180%;
    word-spacing: 2px;
    text-align: center;
    margin-bottom: 30px;
    letter-spacing: 1px;
}

h3 {
    font-size: 110%;
    margin-bottom: 15px;
    
}

h2:after {
    display: block;
    height: 2px;
    background-color: #F39200;
    content: " ";
    width: 100px;
    margin: 0 auto;
    margin-top: 30px;
}

/* ----PARAGRAPHS-----*/

p {
    padding-bottom: 20px;
}
.long-copy {
    line-height: 145%;
    width: 70%;
    margin-left: 15%;
}
.long-copy-white {
    color:white;
    line-height: 145%;
    width: 70%;
    margin-left: 15%;
}
.box p {
    font-size: 90%;
    line-height: 145%;
    
}

ol {
    list-style-position: outside;
    margin-left: 0;
    padding-left: 1em;
    font-size: 18px;


}

ol li{
    padding-bottom: 5px;
}

/* ----ICONS-----*/

.icon-big {
    font-size: 350%;
    display: block;
    color: #F39200;
    margin-bottom: 10px;
}

.icon-small {   
    display: inline-block;
    width: 30px;
    text-align: center;
    color: #F39200;
    font-size: 120%;
    margin-right: 10px;
    list-style-position: inside;       
    /*scerets to aling text and icons. Negative margins take space away*/
    line-height: 120%;
    vertical-align: middle;
    margin-top: -4px;
}

.icon-small-indent {   
    display: inline-block;
    width: 30px;
    text-align: center;
    color: #F39200;
    font-size: 120%;
    margin-left: 30px;
    margin-right: 10px;
    list-style-position: inside;       
    /*scerets to aling text and icons. Negative margins take space away*/
    line-height: -20%;
    vertical-align: middle;
    margin-top: -4px;
}

.icon-small-white {  
    display: inline-block;
    width: 30px;
    text-align: center;
    color: #ffffff;
    font-size: 120%;
    margin-right: 20px;
        
    /*scerets to aling text and icons. Negative margins take space away*/
    line-height: 100%;
    vertical-align: middle;
    margin-top: -4px;
}

.icon-star{
src: url(resources);ion-ios-star
}

/* -----LINKS-----*/

a:link,
a:visited {
    color: #ffffff;
    text-decoration: none;
    padding-bottom: 1px;
    border-bottom: 1px solid #ffffff;
    -webkit-transition: border-bottom 0.2s, color 0.2s;
    transition: border-bottom 0.2s, color 0.2s
}

a:hover,
a:active {
    color: rgb(255, 255, 255);
    border-bottom: 1px solid transparent;
        
}

/* -----BUTTONS-----*/

.btn:link,
.btn:visited,
input[type=submit]{
    display: inline-block;
    padding: 10px 30px;
    font-weight: 300;
    text-decoration: none;
    border-radius: 5px;  
    -webkit-transition: background-color 0.2s, border 0.2s, color 0.2s;  
    transition: background-color 0.2s, border 0.2s, color 0.2s;
}

.btn-full:link,
.btn-full:visited,
input[type=submit]{
    background-color: #F39200; 
    border: 1px solid #F39200;
    color: #fff;
    margin-right: 15px;
}

.btn-ghost:link,
.btn-ghost:visited {
    border: 1px solid #F39200;
    color: #F39200;
}

.btn:hover,
.btn:active,
input[type=submit]:hover,
input[type=submit]:active {
    background-color: #F39200;
    
}

.btn-full:hover,
.btn-full:active,
input[type=submit]{
    border: 1px solid #F39200;
}

.btn-ghost:hover,
.btn-ghost:active {
    border: 1px solid #F39200;
    color: #fff;
}


/* ---------------------------------------------------------*/
/* HEADER */
/* ---------------------------------------------------------*/

header {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 21, 77, 0.7)), to(rgba(0, 21, 77, 0.7))), url(img/hero-min.jpeg);
    background-image: linear-gradient(rgba(0, 21, 77, 0.7), rgba(0, 21, 77, 0.7)), url(img/hero.jpg);
    background-size: cover;
    background-position:left;
    height: 100vh;
    width: 100%;
    background-attachment: fixed;
}

.hero-text-box {
    position: absolute;
    width: 1140px;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.logo {
    height: 60px;
    width: auto;
    float: left;
    padding-top: 10px;
   
}

.logo-colour { 
    display: none;
    height: 60px;
    width: auto;
    float: left;
    margin: 5px 0;

}
.logo-icon {
    display: none;
    height: 60px;
    width: auto;
    float: left;
    padding-top: 10px;
   
}

/*main nav */

.main-nav {
    float: right;
    list-style: none;
    margin-top: 25px;

}

.main-nav li {
    display: inline-block;
    margin-left: 25px;
    
}

.main-nav li a:link,
.main-nav li a:visited {
    padding: 8px 0;
    color: #95C13D;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 90%;
    border-bottom: 2px solid transparent;
    -webkit-transition: border-bottom 0.2s;
    transition: border-bottom 0.2s;
}
.main-nav li a:hover,
.main-nav li a:active {
    border-bottom: 2px solid #F39200;
    
}

/*sticky nav */

.sticky {
    position: fixed;
    left: 0;
    width: 100%;
    background-color: #ffffffee;
    box-shadow: 0 2px 2px rgb(222, 222, 222);
    z-index: 9999;
}

.sticky .main-nav { margin-top: 25px;}

.sticky .main-nav li a:link,
.sticky .main-nav li a:visited {
    padding: 8px 0;
    color: #95C13D;

}

.sticky .logo {display: block;}
.sticky .logo-colour { display: none;}

/*Mobile nav */

.mobile-nav-icon {
    float: right;
    margin-top: 30px;
    cursor: pointer;
    display: none;
}
.mobile-nav-icon i {
    font-size: 150%;
    color: #95C13D;
}


/* ---------------------------------------------------------*/
/* FEATURES */
/* ---------------------------------------------------------*/
.section-features .long-copy {
 /*   margin-bottom: 30px;*/
}


/* ---------------------------------------------------------*/
/* FLIPCARD */
/* ---------------------------------------------------------*/
.responsive{
    max-width:100%;
    max-height:100%;
  }
 
 .center{
   position: absolute;
   top: 50%;
   left: 50%; 
   transform: translate(-50%, -50%);
 }

.section-team {
    background-color: #f2f2f2;

}
/* The flip card container - set the width and height to whatever you want. We have added the border property to demonstrate that the flip itself goes out of the box on hover (remove perspective if you don't want the 3D effect */
.flip-card {
    /* background-color: #95C11F; */
    display: inline-block;
    width: 33%;
    height: 550px;
    
    /* border: 1px solid #f1f1f1; */
    perspective: 2000px; /* Remove this if you don't want the 3D effect */
  }
  /* This container is needed to position the front and back side */
  .flip-card-inner {
    position: relative;
    width: 100%;
    height: 100%;
    text-align: center;
    transition: transform 0.8s;
    transform-style: preserve-3d;
  }
  /* Do an horizontal flip when you move the mouse over the flip box container */
  .flip-card:hover .flip-card-inner {
    transform: rotateY(180deg);
  }
  /* Position the front and back side */
  .flip-card-front, .flip-card-front-alt, .flip-card-back {
    position: absolute;
    width: 100%;
    height: 100%;
    -webkit-backface-visibility: hidden; /* Safari */
    backface-visibility: hidden;
    border-radius: 20px;  
  }
  .flip-card-front .flip-card-front-alt img{
    width: 100%;
    max-height: 550px;
    object-fit: cover;
    object-position: bottom;
}
  .flip-card-front{
    background-color: #95C11F;
  }
  .flip-card-front h1 {
    padding: 5%;
    text-align: left;
    position: absolute;
  }
  .flip-card-front p {
    color: white;
    padding: 5%;
    text-align: left;
    position:fixed;
    font-size: 180%;
    text-align: left;
    margin-top: 60px;
  }
  .flip-card-front-alt h1 {
    padding: 5%;
    text-align: left;
    position: absolute;
  }
  /* Style the front side (fallback if image is missing) */
  .flip-card-front-alt {
    background-color: #B3D075;
    color: black;
  } 
  /* Style the back side */
  .flip-card-back {
    padding: 5%;
    text-align: left;
    background-color: #F39200;
    color: white;
    transform: rotateY(180deg);
  }

/* ---------------------------------------------------------*/
/* HOW IT WORKS */
/* ---------------------------------------------------------*/
.section-steps {
    background: #f4f4f4;
}

.steps-box:first-child {
    text-align: right;
    padding-right: 3%;
    margin-top: 30px;
    
}

.steps-box:last-child {
    padding-left: 3%;
    margin-top: 70px;
}

.app-screen {
    width: 40%;
}

.works-clubpack {
    margin-bottom: 50px
}

.works-clubpack:last-of-type {
    margin-bottom: 80px;
}
.works-clubpack div {
    color: #e67e22;
    border: 2px solid #F39200;
    display: inline-block;
    border-radius: 5px;
    height: 55px;
    width: 55px;
    text-align: center;
    padding: 5px;
    float: left;
    font-size: 150%;
    margin-right: 25px;
      
}

.img-3{
display: block;
margin-left: auto;
margin-right: auto;
padding-top: 25px;
}

.btn-app:link,
.btn-app:visited {
    border: 0;
}

.btn-app img {
    height: 50px;
    width: auto;
    margin-right: 10px;
}


/* ---------------------------------------------------------*/
/* FUNDRAISING */
/* ---------------------------------------------------------*/

.section-fundraising {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 21, 77, 0.9)), to(rgba(0, 21, 77, 0.9))), url(img/kids-bake-min.jpg);
    background-image: linear-gradient(rgba(0, 21, 77, 0.9)), rgba(0, 21, 77, 0.9)), url(img/kids-bake-min.jpg);
    background-size: cover;
    color: #333;
    background-attachment: fixed;
    }

.section-fundraising h2{
    color: rgb(255, 255, 255);
}

.section-fundraising h2:after {
    display: block;
    height: 2px;
    background-color: #fff;
    content: " ";
    width: 100px;
    margin: 0 auto;
    margin-top: 30px;
}

.section-fundraising ul li{
/* text-indent: 20px; */
color: white;
line-height: 145%;
width: 70%;
margin-left: 17%;
/* list-style-position: inside; */
}

/* .section-fundraising ul li::before{
    font-family:monospace;
	content:icon;
	float: left;
	width:
} */


.section-fundraising ul li:last-of-type{
    padding-bottom: 40px;
}

blockquote {
    padding: 2%;
    font-style: italic;
    line-height: 145%;
    position: relative;
    margin-top: 40px      
}

cite {
    font-size: 90%;
    margin-top: 25px;
    display: block;
}

blockquote:before {
    content: "\201C";
    font-size: 500%;
    display: block;
    position: absolute;
    top: -5px;
    left: -5px;
    
}

cite img{
    height: 45px;
    border-radius: 50%;
    margin-right: 10px;
    vertical-align: middle;  
}


/* ---------------------------------------------------------*/
/* SIGN UP */
/* ---------------------------------------------------------*/

.section-plans {
    background-color: #f4f4f4;
}

.plan-box {
    background-color: #fff;
    border-radius: 5px;
    width: 120%;
    margin-left: 5%;
    -webkit-box-shadow: 0 2px 2px #efefef;
    box-shadow: 0 2px 2px #efefef
}

.plan-box div {
    padding: 15px;
    border-bottom: 1px solid #e8e8e8;   
}

.plan-box div:first-child {
    background-color: #fcfcfc;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.plan-box div:last-child {
    text-align: center;
    border: 0;
}
.plan-price {
    font-size: 300%;
    margin-bottom: 10px;
    font-weight: 100;
    color: #e67e22;
}

.plan-price span {
    font-size: 30%;
    font-weight: 300;
}

.plan-price-meal {
    font-size: 80%;
}

.plan-box ul {
    list-style: none;
}




.plan-box ul li {
    padding: 5px 0;

}


/* ---------------------------------------------------------*/
/* CONTACT FORM */
/* ---------------------------------------------------------*/

.contact-form {
    width: 90%;
    margin: 0 auto;
}

input[type=text],
input[type=email],
select,
textarea {
    width: 100%;
    padding: 7px;
    border-radius: 3px;
    border: 1px solid #ccc;
}

textarea {
    height: 100px;
}

input[type=checkbox] {
    margin: 10px 5px 10px 0;
}

*:focus {outline: none}

.section-contactform {
    width: 100%;
    height: 730px;
    position: relative;
}

.map {
    width: 100%;
    height: 630px;
    position: relative;
    z-index: 0;
}

.form-box {
    position: absolute;
    height: 630px;
    width: 100%;
    top: 0;
    right: 0;
    background-color: rgba(255, 255, 255, 0.8);
    z-index: 1;
    padding-top: 45px;
}

.form-messages {
    width:60%;
    margin: 0 auto;
    padding: 15px 15px;
    border-radius: 3px;
    margin-bottom: 30px;
    color: #333;
}

.success {background-color: rgba(39, 174, 96, 0.6); }

.error { background-color: rgba(231, 76, 60, 0.6); }

/* ---------------------------------------------------------*/
/* FOOTER */
/* ---------------------------------------------------------*/

footer {
    background-color: #161B4A;
    padding: 50px;
    font-size: 80%;
    
}

.footer-nav {
    list-style: none;
    float: left;
}
.social-links {
    list-style: none;
    float: right;
}

.footer-nav li,
.social-links li {
    display: inline-block;
    margin-right: 20px;
}

.footer-nav li:last-child,
.social-links li:last-child {
    margin: 0;
}

.footer-nav li a:link,
.footer-nav li a:visited,
.social-links li a:link,
.social-links li a:visited {
    text-decoration: none;
    border: 0;
    color: #F29220;
    transition: color 0.4s;
}

.footer-nav li a:hover,
.footer-nav li a:active,
.social-links li a:hover,
.social-links li a:active {
    color: #fff;
}

.social-links li a:link,
.social-links li a:visited {
    font-size: 160%
}



footer p {
    color: #fff;
    text-align: center;
    margin-top: 20px;
  }


/* ---------------------------------------------------------*/
/* PRIVACY POLICY */
/* ---------------------------------------------------------*/

.section-privacy {
    background-color: #f4f4f4;
}
.section-privacy h1, h2, h3 {
    font-weight: 300;
    text-transform: uppercase; 
}

.section-privacy h1 {
    margin-top: 20px;
    margin-bottom: 20px;
    color: #000;
    font-size: 150%;
    word-spacing: 4px; 
    letter-spacing: 1px;
    text-align: center;
}

.section-privacy h2 {
    font-size: 129%;
    word-spacing: 2px;
    text-align: center;
    margin-bottom: 30px;
    letter-spacing: 1px;
}

.section-privacy h3 {
    font-size: 110%;
    margin-bottom: 15px;
    
}

.section-privacy h2:after {
    display: block;
    height: 2px;
    background-color: #F39200;
    content: " ";
    width: 100px;
    margin: 0 auto;
    margin-top: 30px;
}

.section-privacy ul li{
    padding-bottom: 20px;
    line-height: 125%;

}

.section-privacy ul li:last-of-type{
    padding-bottom: 40px;
}
/* ----PARAGRAPHS-----*/

.section-privacy p {
    padding-bottom: 20px;
}
.long-copy {
    line-height: 145%;
    width: 70%;
    margin-left: 15%;
}


.section-privacy a:link,
.section-privacy a:visited {
    font-weight: 500;
    color: #F29220;
    text-decoration: none;
    padding-bottom: 1px;
    border-bottom: 1px solid #F29220;
    -webkit-transition: border-bottom 0.2s, color 0.2s;
    transition: border-bottom 0.2s, color 0.2s
}

.section-privacy a:hover,
.section-privacy a:active {
    color: #95C13D;
    border-bottom: 1px solid transparent;
        
}

.section-privacy-interpretations{
    
}

/* ---------------------------------------------------------*/
/* ANIMATIONS */
/* ---------------------------------------------------------*/

.js--wp-1,
.js--wp-2,
.js--wp-3 {
    opacity: 0;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
}

.js--wp4 {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
}

.js--wp-1.animated,
.js--wp-2.animated,
.js--wp-3.animated {
    opacity: 1;
}