/**************************************************************************
                                Global Styles
                                
New Pallete Colors:


March Main Color
#54A065
rgba(87,167,96,1)


***************************************************************************/

html {
    font-size: 62.5%;
    -webkit-font-smoothing: antialised;
    -moz-osx-font-smoothing: greyscale;
}

body {
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 2rem;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    color: #111111;
    background-color: #ffffff;
}

div {
    position:relative;
}


h1 {
    font-size: 4rem;
    line-height: 4.3rem;
    font-weight: 300;
}

h2 {
    font-size: 3rem;
    line-height: 4rem;
    font-weight: 300;
}

h3 {
    font-size: 2.25rem;
    line-height: 3rem;
    font-weight: 400;
}

p {
    font-size: 1.7rem;
    line-height: 2.5rem;
}


.sec-spacing {
    padding: 30px 0;
}

.center-text {
    text-align: center;
}


.primary-button {
    display: inline-block;
    background:#fff;
    border:2px solid #54A065; 
    color:#54A065;
    padding: 8px 20px;
    font-weight:400;
    font-size:1.8rem;
    -webkit-transition: all .5ss; /* Safari */
    transition: all .5s;
}


.primary-button:hover {
    display: inline-block;
    background:#54A065;
    border:2px solid #54A065; 
    color:#ffffff;
    padding: 8px 20px;
    font-weight:400;
    font-size:1.8rem;
    text-decoration: none;
}




#hero-video {
    border-bottom: 10px solid #54A065;
    border-top: 5px solid #54A065;
    -webkit-animation-name: borderFill;
    -webkit-animation-duration: 10s;
    -webkit-animation-timing-function: linear;
    -webkit-animation-iteration-count: 3;    
    -webkit-animation-play-state: running;  
    animation-name: borderFill;
    animation-duration: 10s;
    animation-timing-function: linear;
    animation-iteration-count: 3;    
    animation-play-state: running;
}


.hv-cover {
    height: calc(100vh - 130px);
    max-height: 800px;
    min-height:470px;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}


.hv-cover video {
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    width: 100%; 
    height: 100%;
    object-fit: cover;
}

.hv-cover .texture-cover {
    position: absolute;
    z-index: 100;
    top: 0;
    left: 0;
    width: 100%; 
    height: 100%;
    background-color:rgba(0,0,0,.25);
    object-fit: cover;
}

.logo-cont {
    width: 150px;
    z-index: 200;
}


.logo-cont svg {
    -webkit-animation-name: colorLogo;
    -webkit-animation-duration: 10s;
    -webkit-animation-timing-function: linear;
    -webkit-animation-iteration-count: 3;    
    -webkit-animation-play-state: running;  
    animation-name: colorLogo;
    animation-duration: 10s;
    animation-timing-function: linear;
    animation-iteration-count: 3;    
    animation-play-state: running;
    fill:#54A065;
   /* filter: drop-shadow(0 0 20px rgba(255,255,255,.75));*/
}


@-webkit-keyframes colorLogo {
    0%     {fill:#54A065;}
    20.0%  {fill:#f76133;}
    40.0%  {fill:#e7fe4a;}
    60.0%  {fill:#14a7fb;}
    80.0%  {fill:#f555ec;}
    100.0%  {fill:#54A065;}
}

@keyframes colorLogo {
    0%     {fill:#54A065;}
    20.0%  {fill:#f76133;}
    40.0%  {fill:#e7fe4a;}
    60.0%  {fill:#14a7fb;}
    80.0%  {fill:#f555ec;}
    100.0%  {fill:#54A065;}
}


@-webkit-keyframes borderFill {
    0%     {border-color:#54A065;}
    20.0%  {border-color:#f76133;}
    40.0%  {border-color:#e7fe4a;}
    60.0%  {border-color:#14a7fb;}
    80.0%  {border-color:#f555ec;}
    100.0%  {border-color:#54A065;}
}

@keyframes borderFill {
    0%     {border-color:#54A065;}
    20.0%  {border-color:#f76133;}
    40.0%  {border-color:#e7fe4a;}
    60.0%  {border-color:#14a7fb;}
    80.0%  {border-color:#f555ec;}
    100.0%  {border-color:#54A065;}
}


@-webkit-keyframes neonGlow {
   0%     {filter: drop-shadow(0 0 30px rgba(187,249,247,1));} 
   25%     {filter: drop-shadow(0 0 15px rgba(187,249,247,.5));} 
   50%     {filter: drop-shadow(0 0 25px rgba(187,249,247,.75));} 
   75%     {filter: drop-shadow(0 0 36px rgba(187,249,247,.33));} 
   100%     {filter: drop-shadow(0 0 30px rgba(187,249,247,1));} 
}


@keyframes neonGlow {
   0%     {filter: drop-shadow(0 0 30px rgba(187,249,247,1));} 
   25%     {filter: drop-shadow(0 0 15px rgba(187,249,247,.5));} 
   50%     {filter: drop-shadow(0 0 25px rgba(187,249,247,.75));} 
   75%     {filter: drop-shadow(0 0 36px rgba(187,249,247,.33));} 
   100%     {filter: drop-shadow(0 0 30px rgba(187,249,247,1));}  
}


#mission-statement {}

#mission-statement h1 {
    margin-bottom:20px;
    text-align: center;
}


#what-we-do {
    background-color: #54A065;
    overflow: hidden;
    padding:80px 0;
    color:#fff;
    position: relative;
}


#what-we-do .icon-watermark {
    position: absolute;
    width: 260px;
    bottom: -40px;
    right: -150px;
}

#what-we-do .icon-watermark svg {
    fill:rgba(222, 237, 225, 0.35);
}



#what-we-do .wwd-single {
    text-align: center;
    margin-top: 30px;
}

#what-we-do .wwd-single:first-child {
    margin-top: 0;
}

#what-we-do .wwd-icon {
    margin-bottom: 30px;
}

#what-we-do .wwd-icon svg {
    height: 50px;
    fill:#fff;
}

#what-we-do .wwd-single ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

#what-we-do .wwd-single ul li {
    font-size: 1.7rem;
    padding: 5px 0;
}

#latest-work {}

#latest-work .lws-copy {
    margin-bottom: 30px;
    text-align: center;
}

#contact-us.lazy {
    background-image: none;
   background-color: #F1F1FA;
}

#contact-us {
    background-image:url(../img/bk-contact-2.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

#contact-us .cu-cont {
    height: 500px;
    width: 100%;
    display: flex;
    align-items: center;
}

#contact-us .cu-cont .cu-card {
    width: 250px;
    margin-left: 10%;
}


footer {
    border-top:3px solid #54A065;
    padding: 20px 0;
}

footer p {
    font-size: 1.3rem;
    line-height: 1.5rem;
    
}

footer .easter-egg a {
    color: #111111;
    -webkit-transition: all .5s; /* Safari */
    transition: all .5s;
}

footer .easter-egg a:hover {
    color: #54A065;
    text-decoration: underline;
}


@media (min-width: 576px) {
    .sec-spacing {
        padding: 50px 0;
    }
    #what-we-do .icon-watermark {
        width: 400px;
        bottom: 20px;
        right: -150px;
    }
    .easter-egg p {
        text-align:right;
    }
}

@media (min-width: 768px) {
    #what-we-do .wwd-single {
        margin-top: 0px;
    }
    #latest-work .lws-copy {
        margin-bottom: 0;
        text-align: left;
    }
    #contact-us .cu-cont .cu-card {
        width: 325px;
        margin-left: 15%;
    }
    #what-we-do .icon-watermark {
        width: 350px;
        bottom: -40px;
        right: -150px;
    }
}

@media (min-width: 992px) {}
@media (min-width: 1200px) {
    #what-we-do .icon-watermark {
        width: 350px;
        bottom: -40px;
        right: -60px;
    }
}


/* Cover Page for color */

#page-cover {
    width: 100%;
    height: 100vh;
    position: fixed;
    top:0;
    left:0;
    background-color: rgba(255,255,255,.8);
    z-index: 5000;
    display: flex;
    justify-content: center;
    align-items: center;
    visibility: hidden;
    opacity: 0;
}

#page-cover.egg-found {
    visibility: visible;
    opacity: 1;
}

.pc-cont {
    width: 80%;
    max-width: 350px;
    height: 450px;
    padding: 50px;
    background-color: #54A065;
}

.pc-cont  a.btn-x {
    display: block;
    position: absolute;
    font-size: 25px;
    font-weight:400;
    color: rgba(255,255,255,1);
    top: 20px;
    right: 20px;
    width: 30px;
    height: 30px;
    text-align: center;
    padding: 5px;
    text-decoration: none;
}
.pc-cont  a.btn-x:hover {
    color: rgba(255,255,255,.5);
    text-decoration: none;
}

.pc-cont .pcc-icon {
    width: 100%;
    text-align: center;
    margin-bottom:15px;
}

.pc-cont .pcc-icon svg {
    fill:rgba(222, 237, 225, 0.5);
    height: 200px;
}

.pc-cont .pcc-copy {
    color: #fff;
    text-align: center;
}


#page-cover.ivisible {
  visibility: visible;
  opacity: 1;
  transition: opacity .5s linear;
}

#page-cover.hidden {
  visibility: hidden;
  opacity: 0;
  transition: visibility 0s .5s, opacity .5s linear;
}




