.scrollDownCont
{
  background-color: #eaeaea;
  text-align: center;
  width: 100%;
  margin: 0 auto;
}

.servicesScroll
{
  letter-spacing: normal;
  margin-top: 45px;
  font-size: 16px;
  font-weight: 300;
}

.youtubeLink
{
  color: black;
  border: .5px solid black;
  border-radius: 100px;
  padding: 5px;
  font-size: 18px;
  transition: all, 500ms;
}

.youtubeLink:hover
{
  background-color: #dedede;
}


#underConstruction
{
  background-color: white;
}

.underConstructionLogo
{
  display: block;
  margin: 0 auto;
  text-align: center;
  margin-top: 200px;
}

.underConstructionText
{
  display: block;
  margin: 0 auto;
  text-align: center;
  font-size: 24px;
  letter-spacing: normal;
  margin-top: 50px;
}

#introLogoContainer
{
  background-color: white;
  width: 100%;
  height: 110vh;
  position: absolute;
  z-index: 999999;
  margin: 0px;
  padding: 0px;
  transform: translateX(-8px) translateY(-30px);


  -webkit-animation-name: moveUp;
  -webkit-animation-duration: 2s;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -webkit-animation-fill-mode: forwards;


  animation-fill-mode: forwards;
  -ms-animation-fill-mode: forwards;
  -o-animation-fill-mode: forwards;
  animation-fill-mode: forwards;

  animation-name: moveUp;
  animation-duration: 3s;
  animation-iteration-count: 1;
  animation-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);

  animation-delay: 2.5s;
  -webkit-animation-delay: 2.5s;

  -ms-animation: moveUp cubic-bezier(0.455, 0.03, 0.515, 0.955) 3s; /* Internet Explorer */
  -o-animation: moveUp cubic-bezier(0.455, 0.03, 0.515, 0.955) 3s; /* Opera < 12.1 */
}



@keyframes moveUp {
    0% { transform: translateX(-8px) translateY(-30px);
        }
    100%   { transform: translateX(-8px) translateY(-1920px);
            }
}

/* Firefox < 16 */
@-moz-keyframes moveUp {
    0% { transform: translateX(-8px) translateY(-30px); }
    100%   { transform: translateX(-8px) translateY(-1920px); }
}


@-webkit-keyframes moveUp{
  from {-webkit-transform: translateX(-8px) translateY(-30px);
        }
  to {-webkit-transform: translateX(-8px) translateY(-1920px);
    }
}
/* Safari, Chrome and Opera > 12.1
@-webkit-keyframes moveUp {
    0% { opacity: 100%; }
    100%   { opacity: 0%; }
}*/

/* Internet Explorer */
@-ms-keyframes moveUp {
    0% { transform: translateX(-8px) translateY(-30px); }
    100%   { transform: translateX(-8px) translateY(-1920px); }
}

/* Opera < 12.1 */
@-o-keyframes moveUp {
    0% { transform: translateX(-8px) translateY(-30px); }
    100%   { transform: translateX(-8px) translateY(-1920px); }
}

#infographic1{
    background-color: white;
    overflow: hidden;
    transform: translate3d(0,0,0);
  width: 400px;
  height: 400px;
  display: block;
  text-align: center;
  margin: 0 auto;
  margin-top: 200px;
}

/*
----------------------------------------------------------------
GENERAL RULES
---------------------------------------------------------------*/
.hidden
{
  display: none;
}

#homeBody
{
  letter-spacing: 5px;
  font-family: 'Roboto', sans-serif;
  font-style: normal;
  font-weight: 400;
  overflow: hidden;
  }


  #servicesBody
  {
    letter-spacing: 5px;
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    font-weight: 300;
    overflow: normal;
    background-color: #eaeaea;
    margin: 0px;
    }

body
{
  letter-spacing: 5px;
  font-family: 'Roboto', sans-serif;
  font-style: normal;
  font-weight: 400;
}

label
{
  font-size: 20px;
  text-align: center;
  letter-spacing: normal;
  font-family: 'Roboto', sans-serif;
  font-style: normal;
  font-weight: 400;
  display: block;
  margin: 0 auto;
  padding: 10px;
}

.logo
{
  width: 110px;
  position: absolute;
  z-index: 50;
  margin-left: 25px;
  margin-top: 25px;
  /*-webkit-animation: fadein 1s; /* Safari, Chrome and Opera > 12.1 */
  -moz-animation: fadein 1s; /* Firefox < 16 */
  -ms-animation: fadein 1s; /* Internet Explorer */
  -o-animation: fadein 1s; /* Opera < 12.1 */
  animation: fadein 1s;
  animation-delay: 1s;
  opacity: 0;
  animation-fill-mode: forwards;

  -webkit-animation-name: fadein;
  -webkit-animation-duration: 1s;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -webkit-animation-fill-mode: forwards;


}

.homeLogo
{
  display: block;
  margin: 0 auto;
  text-align: center;
  margin-bottom: 50px;
}

.fullWidth
{
width: 100%;
margin-left: auto;
margin-right: auto;
max-width: initial;
}

.animate-in
{
    -webkit-animation: fadein .5s ease-in;
    animation: fadein .5s ease-in;

    -webkit-animation-name: fadein;
    -webkit-animation-duration: .5s;
    -webkit-animation-iteration-count: 1;
    -webkit-animation-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
    -webkit-animation-fill-mode: forwards;
}
.animate-out
{
    -webkit-transition: opacity .5s;
    transition: opacity .5s;
    opacity: 0;

}

h2
{
  font-size: 20px;
  letter-spacing: 3px;
  font-family: 'Roboto', sans-serif;;
  font-weight: 400;
  font-style: italic;
}

h3
{
  letter-spacing: 1px;
  font-family: 'Roboto', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
}

h4
{
  color: #232323;
  font-size: 20px;
  letter-spacing: 3px;
  font-family: 'Roboto', sans-serif;;
  font-weight: 400;
  font-style: italic;
  text-align: center;
}

a
{
  text-decoration: none;
  color: #232323;
}
a:hover
{
  text-decoration: none;
  color: #232323;
}

/*
----------------------------------------------------------------
HAMBURGER NAVIGATION
---------------------------------------------------------------
*/
          #homeContent
          {
            display: block;
            transition: .5s;
            padding-top: 300px;
          }

          .homeContentBlur
          {
            opacity: 0;
          }

          #hamburgMove
          {
            position: absolute;
            z-index: 150;
            right: 20px;
            top: 20px;
            height: 100%
            /*-webkit-animation: fadein 1s; /* Safari, Chrome and Opera > 12.1 */
            -moz-animation: fadein 1s; /* Firefox < 16 */
            -ms-animation: fadein 1s; /* Internet Explorer */
            -o-animation: fadein 1s; /* Opera < 12.1 */
            animation: fadein 1s;
            animation-delay: 1s;
            opacity: 0;
            animation-fill-mode: forwards;

            -webkit-animation-name: fadein;
            -webkit-animation-duration: 1s;
            -webkit-animation-iteration-count: 1;
            -webkit-animation-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
            -webkit-animation-fill-mode: forwards;
          }

          .hamburgerIcon
          {
              z-index: 101;
              margin-right: 10px;
          }

          .sidenav
          {
              height: 100%;
              width: 0;
              position: fixed;
              z-index: 100;
              top: 0;
              right: 0;
              background-color: rgba(170,0,0,1);
              overflow-x: hidden;
              padding-top: 150px;
              transition: 0.5s;
              text-align: center;
          }

          .openNavigation
          {
              width: 100%;
          }


          .sidenav a
          {
              text-decoration: none;
              font-size: 30px;
              color: white;
              display: block;
              transition: 0.4s;
              padding-bottom: 40px;
          }

          #homeButton
          {
            width: 200px;
            display: block;
            margin: 0 auto;
            margin-top: 100px;
            font-size: 20px;
            letter-spacing: 1px;
            font-family: 'Roboto', sans-serif;;
            font-weight: 100;
            /*background-image: url(../images/01.png);
            background-repeat: no-repeat;
            background-position: 50% 0%;
            background-size: 75px 75px;*/
            padding-top: 0px;
          }

          #homeButton:hover
          {
            font-size: 25px;
          }

          #servicesButton
          {
            width: 200px;
            display: block;
            margin: 0 auto;
            margin-top: 0px;
            font-size: 20px;
            letter-spacing: 1px;
            font-family: 'Roboto', sans-serif;;
            font-weight: 100;
            /*background-image: url(../images/01.png);
            background-repeat: no-repeat;
            background-position: 50% 0%;
            background-size: 75px 75px;*/
            padding-top: 0px;
          }

          #servicesButton:hover
          {
            font-size: 25px;
          }

          #aboutButton
          {
            width: 200px;
            display: block;
            margin: 0 auto;
            margin-top: 0px;
            font-size: 20px;
            letter-spacing: 1px;
            font-family: 'Roboto', sans-serif;;
            font-weight: 100;
            /*background-image: url(../images/01.png);
            background-repeat: no-repeat;
            background-position: 50% 0%;
            background-size: 75px 75px;*/
            padding-top: 0px;
          }

          #aboutButton:hover
          {
            font-size: 25px;
          }

          #contactButton
          {
            width: 200px;
            display: block;
            margin: 0 auto;
            margin-top: 0px;
            font-size: 20px;
            letter-spacing: 1px;
            font-family: 'Roboto', sans-serif;;
            font-weight: 100;
            /*background-image: url(../images/01.png);
            background-repeat: no-repeat;
            background-position: 50% 0%;
            background-size: 75px 75px;*/
            padding-top: 0px;
          }

          #contactButton:hover
          {
            font-size: 25px;
          }

          /*Hamburger Icon*/
          #nav-icon3
          {
            width: 30px;
            height: 20px;
            -webkit-transform: rotate(0deg);
            -moz-transform: rotate(0deg);
            -o-transform: rotate(0deg);
            transform: rotate(0deg);
            -webkit-transition: .5s ease-in-out;
            -moz-transition: .5s ease-in-out;
            -o-transition: .5s ease-in-out;
            transition: .5s ease-in-out;
            cursor: pointer;
          }

          #nav-icon3 span
          {
            display: block;
            position: absolute;
            height: 3px;
            width: 100%;
            background: #fff;
            border-radius: 5px;
            opacity: 1;
            left: 0;
            -webkit-transform: rotate(0deg);
            -moz-transform: rotate(0deg);
            -o-transform: rotate(0deg);
            transform: rotate(0deg);
            -webkit-transition: .25s ease-in-out;
            -moz-transition: .25s ease-in-out;
            -o-transition: .25s ease-in-out;
            transition: .25s ease-in-out;
          }


          #nav-iconBlack3
          {
            width: 30px;
            height: 20px;
            -webkit-transform: rotate(0deg);
            -moz-transform: rotate(0deg);
            -o-transform: rotate(0deg);
            transform: rotate(0deg);
            -webkit-transition: .5s ease-in-out;
            -moz-transition: .5s ease-in-out;
            -o-transition: .5s ease-in-out;
            transition: .5s ease-in-out;
            cursor: pointer;
          }

          #nav-iconBlack3 span
          {
            display: block;
            position: absolute;
            height: 3px;
            width: 100%;
            background: #232323;
            border-radius: 5px;
            opacity: 1;
            left: 0;
            -webkit-transform: rotate(0deg);
            -moz-transform: rotate(0deg);
            -o-transform: rotate(0deg);
            transform: rotate(0deg);
            -webkit-transition: .25s ease-in-out;
            -moz-transition: .25s ease-in-out;
            -o-transition: .25s ease-in-out;
            transition: .25s ease-in-out;
          }

          #nav-iconBlack3 span:nth-child(1)
          {
            top: 0px;
          }

          #nav-iconBlack3 span:nth-child(2),#nav-icon3 span:nth-child(3)
          {
            top: 8px;
          }

          #nav-iconBlack3 span:nth-child(4)
          {
            top: 16px;
          }

          #nav-iconBlack3.open span:nth-child(1)
          {
            top: 8px;
            width: 0%;
            left: 50%;
          }

          #nav-iconBlack3.open span:nth-child(2)
          {
            -webkit-transform: rotate(45deg);
            -moz-transform: rotate(45deg);
            -o-transform: rotate(45deg);
            transform: rotate(45deg);
          }

          #nav-iconBlack3.open span:nth-child(3)
          {
            -webkit-transform: rotate(-45deg);
            -moz-transform: rotate(-45deg);
            -o-transform: rotate(-45deg);
            transform: rotate(-45deg);
          }

          #nav-iconBlack3.open span:nth-child(4)
          {
            top: 8px;
            width: 0%;
            left: 50%;
          }


/*
----------------------------------------------------------------
HOME PAGE
---------------------------------------------------------------*/
#homeTagline
{
  color: #fff;
  display: block;
  font-size: 40px;
  letter-spacing: normal;
  font-family: 'Roboto', sans-serif;
  font-style: normal;
  font-weight: 700;
  margin: 0 auto;
  text-align: center;
  margin-bottom: 15px;
  opacity: 0;
}

.bolded
{
  font-weight: 700;
}

.ctaButton
{
  color: black;
  letter-spacing: normal;
  transition: all 1s;
  border: 1px solid white;
  border-radius: 100px;
  font-size: 20px;
  display: block;
  margin: 0 auto;
  text-align: center;
  margin-top: 30px;
  width: 250px;
  background-color: rgba(255, 255, 255, 1);
  padding: 5px;
  font-weight: 300;
  opacity: 0;
}

.ctaButton:hover
{
  background-color: rgba(255, 255, 255, 0.50);
  color: black;
}


/*Homepage Load Animation*/
.homeAnimation1{
animation: animationFrames ease 1s;
animation-iteration-count: 0;
transform-origin: 50% 50%;
animation-fill-mode:forwards; /*when the spec is finished*/
-webkit-animation: animationFrames ease 2s;
-webkit-animation-iteration-count: 1;
-webkit-transform-origin: 50% 50%;
-webkit-animation-fill-mode:forwards; /*Chrome 16+, Safari 4+*/
-webkit-animation-delay: 1s; /* Safari 4.0 - 8.0 */
animation-delay: 4s;
-moz-animation: animationFrames ease 1s;
-moz-animation-iteration-count: 1;
-moz-transform-origin: 50% 50%;
-moz-animation-fill-mode:forwards; /*FF 5+*/
-o-animation: animationFrames ease 1s;
-o-animation-iteration-count: 1;
-o-transform-origin: 50% 50%;
-o-animation-fill-mode:forwards; /*Not implemented yet*/
-ms-animation: animationFrames ease 1s;
-ms-animation-iteration-count: 1;
-ms-transform-origin: 50% 50%;
-ms-animation-fill-mode:forwards; /*IE 10+*/
margin: 0 auto;
display: block;
text-align: center;
}

.homeAnimation1V2{
animation: animationFrames ease 1s;
animation-iteration-count: 0;
transform-origin: 50% 50%;
animation-fill-mode:forwards; /*when the spec is finished*/
-webkit-animation: animationFrames ease 2s;
-webkit-animation-iteration-count: 1;
-webkit-transform-origin: 50% 50%;
-webkit-animation-fill-mode:forwards; /*Chrome 16+, Safari 4+*/
-webkit-animation-delay: 1s; /* Safari 4.0 - 8.0 */
animation-delay: 4.3s;
-moz-animation: animationFrames ease 1s;
-moz-animation-iteration-count: 1;
-moz-transform-origin: 50% 50%;
-moz-animation-fill-mode:forwards; /*FF 5+*/
-o-animation: animationFrames ease 1s;
-o-animation-iteration-count: 1;
-o-transform-origin: 50% 50%;
-o-animation-fill-mode:forwards; /*Not implemented yet*/
-ms-animation: animationFrames ease 1s;
-ms-animation-iteration-count: 1;
-ms-transform-origin: 50% 50%;
-ms-animation-fill-mode:forwards; /*IE 10+*/
color: #fff;
font-size: 16px;
letter-spacing: normal;
font-family: 'Roboto', sans-serif;;
font-weight: 300;
margin: 0 auto;
display: block;
line-height: normal;
opacity: 0;
text-align: center;
width:40%;
}

.homeAnimation1V3{
animation: animationFrames ease 1s;
animation-iteration-count: 0;
transform-origin: 50% 50%;
animation-fill-mode:forwards; /*when the spec is finished*/
-webkit-animation: animationFrames ease 2s;
-webkit-animation-iteration-count: 1;
-webkit-transform-origin: 50% 50%;
-webkit-animation-fill-mode:forwards; /*Chrome 16+, Safari 4+*/
-webkit-animation-delay: 1s; /* Safari 4.0 - 8.0 */
animation-delay: 4.5s;
-moz-animation: animationFrames ease 1s;
-moz-animation-iteration-count: 1;
-moz-transform-origin: 50% 50%;
-moz-animation-fill-mode:forwards; /*FF 5+*/
-o-animation: animationFrames ease 1s;
-o-animation-iteration-count: 1;
-o-transform-origin: 50% 50%;
-o-animation-fill-mode:forwards; /*Not implemented yet*/
-ms-animation: animationFrames ease 1s;
-ms-animation-iteration-count: 1;
-ms-transform-origin: 50% 50%;
-ms-animation-fill-mode:forwards; /*IE 10+*/
color: black;
letter-spacing: normal;
transition: all 1s;
border: 1px solid white;
border-radius: 100px;
font-size: 20px;
display: block;
margin: 0 auto;
text-align: center;
margin-top: 30px;
width: 250px;
background-color: rgba(255, 255, 255, 1);
padding: 5px;
font-weight: 300;
opacity: 0;
}

.homeAnimation2{
  animation: animationFramesTwo ease 1s;
  animation-iteration-count: 0;
  transform-origin: 50% 50%;
  animation-fill-mode:forwards; /*when the spec is finished*/
  -webkit-animation: animationFramesTwo ease 2s;
  -webkit-animation-iteration-count: 1;
  -webkit-transform-origin: 50% 50%;
  -webkit-animation-fill-mode:forwards; /*Chrome 16+, Safari 4+*/
      -webkit-animation-delay: .3s; /* Safari 4.0 - 8.0 */
      animation-delay: 4.3s;
  -moz-animation: animationFrameTwo ease 1s;
  -moz-animation-iteration-count: 1;
  -moz-transform-origin: 50% 50%;
  -moz-animation-fill-mode:forwards; /*FF 5+*/
  -o-animation: animationFramesTwo ease 1s;
  -o-animation-iteration-count: 1;
  -o-transform-origin: 50% 50%;
  -o-animation-fill-mode:forwards; /*Not implemented yet*/
  -ms-animation: animationFramesTwo ease 1s;
  -ms-animation-iteration-count: 1;
  -ms-transform-origin: 50% 50%;
  -ms-animation-fill-mode:forwards; /*IE 10+*/
  color: #fff;
  font-size: 16px;
  letter-spacing: normal;
  font-family: 'Roboto', sans-serif;;
  font-weight: 300;
  margin: 0 auto;
  display: block;
  line-height: normal;
  opacity: 0;
  text-align: center;
  width:40%;
}

.homeAnimation3{
  animation: animationFramesTwo ease 1s;
  animation-iteration-count: 0;
  transform-origin: 50% 50%;
  animation-fill-mode:forwards; /*when the spec is finished*/
  -webkit-animation: animationFramesTwo ease 2s;
  -webkit-animation-iteration-count: 1;
  -webkit-transform-origin: 50% 50%;
  -webkit-animation-fill-mode:forwards; /*Chrome 16+, Safari 4+*/
      -webkit-animation-delay: .4s; /* Safari 4.0 - 8.0 */
      animation-delay: 4.6s;
  -moz-animation: animationFrameTwo ease 1s;
  -moz-animation-iteration-count: 1;
  -moz-transform-origin: 50% 50%;
  -moz-animation-fill-mode:forwards; /*FF 5+*/
  -o-animation: animationFramesTwo ease 1s;
  -o-animation-iteration-count: 1;
  -o-transform-origin: 50% 50%;
  -o-animation-fill-mode:forwards; /*Not implemented yet*/
  -ms-animation: animationFramesTwo ease 1s;
  -ms-animation-iteration-count: 1;
  -ms-transform-origin: 50% 50%;
  -ms-animation-fill-mode:forwards; /*IE 10+*/
}

.homeAnimation4{
  animation: animationFramesTwo ease 1s;
  animation-iteration-count: 0;
  transform-origin: 50% 50%;
  animation-fill-mode:forwards; /*when the spec is finished*/
  -webkit-animation: animationFramesTwo ease 2s;
  -webkit-animation-iteration-count: 1;
  -webkit-transform-origin: 50% 50%;
  -webkit-animation-fill-mode:forwards; /*Chrome 16+, Safari 4+*/
      -webkit-animation-delay: .5s; /* Safari 4.0 - 8.0 */
      animation-delay: .5s;
  -moz-animation: animationFrameTwo ease 1s;
  -moz-animation-iteration-count: 1;
  -moz-transform-origin: 50% 50%;
  -moz-animation-fill-mode:forwards; /*FF 5+*/
  -o-animation: animationFramesTwo ease 1s;
  -o-animation-iteration-count: 1;
  -o-transform-origin: 50% 50%;
  -o-animation-fill-mode:forwards; /*Not implemented yet*/
  -ms-animation: animationFramesTwo ease 1s;
  -ms-animation-iteration-count: 1;
  -ms-transform-origin: 50% 50%;
  -ms-animation-fill-mode:forwards; /*IE 10+*/
  color: #fff;
  font-size: 20px;
  letter-spacing: 2px;
  font-family: 'Roboto', sans-serif;;
  font-weight: 400;
  font-style: italic;
  margin-left: 120px;
  line-height: 7px;
  opacity: 0;
}





/*
----------------------------------------------------------------
ANIMATION KEYFRAMES
---------------------------------------------------------------*/
      @keyframes animationFrames{
        0% {
          opacity:0;
          transform:  translate(0px,+25px)  ;
        }
        100% {
          opacity:1;
          transform:  translate(0px,0px)  ;
        }
      }

      @-moz-keyframes animationFrames{
        0% {
          opacity:0;
          -moz-transform:  translate(0px,+25px)  ;
        }
        100% {
          opacity:1;
          -moz-transform:  translate(0px,0px)  ;
        }
      }

      @-webkit-keyframes animationFrames {
        0% {
          opacity:0;
          -webkit-transform:  translate(0px,+25px)  ;
        }
        100% {
          opacity:1;
          -webkit-transform:  translate(0px,0px)  ;
        }
      }

      @-o-keyframes animationFrames {
        0% {
          opacity:0;
          -o-transform:  translate(0px,+25px)  ;
        }
        100% {
          opacity:1;
          -o-transform:  translate(0px,0px)  ;
        }
      }

      @-ms-keyframes animationFrames {
        0% {
          opacity:0;
          -ms-transform:  translate(0px,+25px)  ;
        }
        100% {
          opacity:1;
          -ms-transform:  translate(0px,0px)  ;
        }
      }

      @keyframes animationFramesTwo{
        0% {
          opacity:0;
          transform:  translate(0px,+25px)  ;
        }
        100% {
          opacity:1;
          transform:  translate(0px,0px)  ;
        }
      }

      @-moz-keyframes animationFramesTwo{
        0% {
          opacity:0;
          -moz-transform:  translate(0px,+25px)  ;
        }
        100% {
          opacity:1;
          -moz-transform:  translate(0px,0px)  ;
        }
      }

      @-webkit-keyframes animationFramesTwo {
        0% {
          opacity:0;
          -webkit-transform:  translate(0px,+25px)  ;
        }
        100% {
          opacity:1;
          -webkit-transform:  translate(0px,0px)  ;
        }
      }

      @-o-keyframes animationFramesTwo {
        0% {
          opacity:0;
          -o-transform:  translate(0px,+25px)  ;
        }
        100% {
          opacity:1;
          -o-transform:  translate(0px,0px)  ;
        }
      }

      @-ms-keyframes animationFramesTwo {
        0% {
          opacity:0;
          -ms-transform:  translate(0px,+25px)  ;
        }
        100% {
          opacity:1;
          -ms-transform:  translate(0px,0px)  ;
        }
      }

      /*OPACITY FADE IN*/
      @keyframes fadein {
          0% { opacity: 0; }
          100%   { opacity: 1; }
      }

      /* Firefox < 16 */
      @-moz-keyframes fadein {
          0% { opacity: 0; }
          100%   { opacity: 1; }
      }

      /* Safari, Chrome and Opera > 12.1 */
      @-webkit-keyframes fadein {
          0% { opacity: 0; }
          100%   { opacity: 1; }
      }

      /* Internet Explorer */
      @-ms-keyframes fadein {
          0% { opacity: 0; }
          100%   { opacity: 1; }
      }

      /* Opera < 12.1 */
      @-o-keyframes fadein {
          0% { opacity: 0; }
          100%   { opacity: 1; }
      }






@media (max-width: 1023px) {
#mainNav {
  position: absolute;
  right: 0;
  background-color: rgba(51, 51, 51, 0.3);
  padding: 20px; }
  #mainNav li {
    float: none;
    display: block;
    text-align: right; }
  #mainNav a {
    display: block; }
  }



.fullscreen-bg
{
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
  z-index: -100;
  opacity: 1;
  background-color: white;
  /*-webkit-animation: fadein .8s;
  -moz-animation: fadein .8s;
  -ms-animation: fadein .8s;
  -o-animation: fadein .8s;
  animation: fadein .8s;

  -webkit-animation-name: fadein;
  -webkit-animation-duration: 2s;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -webkit-animation-fill-mode: forwards;*/
}

.fullscreen-bgVideo {
  position: absolute;
  top: 0;
  left: 0;
  height: 120vh;
  overflow: hidden;
  opacity: 1;
  background-color: white;
  background-image: url(../images/ipadBackground.jpg);
  }


  @media (max-width: 500px) {
    .fullscreen-bgVideo {
      height: 100vh;
      width: auto;
      overflow: hidden;
      top: 0;
      opacity: 100%;
    }

    #homeTagline
    {
        font-size: 30px;
        font-weight: 700;
    }

    #homeContent
    {
      padding-top: 250px;
    }

    .homeAnimation1V2
    {
      width: 95%;
      padding: 0px;
      margin-bottom: 50px;
    }

    #infographic1
    {
      width: 300px;
      height: 300px;
    }

    }

    @media (max-width: 400px) {
      #homeTagline
      {
          font-size: 30px;
          font-weight: 700;
      }

      #homeContent
      {
        padding-top: 150px;
      }

      .homeAnimation2
      {
        width: 95%;
        padding: 0px;
        margin-bottom: 50px;
      }
      }


/*@media (min-aspect-ratio: 16 / 9) {
  .fullscreen-bgVideo {
    height: 300%;
    top: -100%; } }
@media (max-aspect-ratio: 16 / 9) {
  .fullscreen-bgVideo {
    width: 300%;
    left: -100%; } }
@media (max-width: 768px) {
  .fullscreen-bg {
    height: 800px;
    }

  .fullscreen-bgVideo {
    height: 800px;
    top: -50px;
     } }*/



/*----------------------SERVICE PAGE---------------------*/
#servicesTopInfo
{
  text-align: center;
  margin-bottom: 0px;
  background-image: url(../images/servicesBackground.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top;
  color: white;
  height: 700px;
  padding: none;
  margin-left: 0px;

  /*-webkit-animation: fadein 1s; /* Safari, Chrome and Opera > 12.1 */
  -moz-animation: fadein 1s; /* Firefox < 16 */
  -ms-animation: fadein 1s; /* Internet Explorer */
  -o-animation: fadein 1s; /* Opera < 12.1 */
  animation: fadein 1s;
  animation-delay: .5s;
  opacity: 0;
  animation-fill-mode: forwards;

  -webkit-animation-name: fadein;
  -webkit-animation-duration: .8s;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-timing-function: linear;
  -webkit-animation-fill-mode: forwards;
}

.servicesHeaderTitle
{
  color: white;
  font-family: 'Roboto' sans-serif;
  font-weight: 400;
  letter-spacing: normal;
  margin-bottom: 50px;
  padding-top: 100px;
  margin-top: 0px;
}

.servicesHeaderDivider
{
  width: 50px;
  height: 1px;
  background-color: white;
  display: block;
  margin: 0 auto;
}

.servicesHeaderPara
{
  color: white;
  letter-spacing: normal;
  width: 40%;
  font-size: 20px;
  text-align: center;
  display: block;
  margin: 0 auto;
  margin-top: 50px;
  margin-bottom: 0px;
}

#servicesContent
{
  background-color: #eaeaea;
  text-align: center;
  width: 100%;
  margin-bottom: 100px;
  padding-top: 200px;

  /*-webkit-animation: fadein 1s; /* Safari, Chrome and Opera > 12.1 */
  -moz-animation: fadein 1s; /* Firefox < 16 */
  -ms-animation: fadein 1s; /* Internet Explorer */
  -o-animation: fadein 1s; /* Opera < 12.1 */
  animation: fadein 1s;
  animation-delay: .5s;
  opacity: 0;
  animation-fill-mode: forwards;

  -webkit-animation-name: fadein;
  -webkit-animation-duration: .8s;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-timing-function: linear;
  -webkit-animation-fill-mode: forwards;
}


.serviceTab
{
  background-color: white;
  text-align: center;
  width: 450px;
  height: 650px;
  border-radius: 40px;
  -webkit-box-shadow: -5px 7px 5px 0px rgba(0,0,0,0.25);
  -moz-box-shadow: -5px 7px 5px 0px rgba(0,0,0,0.25);
  box-shadow: -5px 7px 5px 0px rgba(0,0,0,0.25);
  display: inline-block;
  margin: 25px;
  transition: all .5s;
  vertical-align: top;

  /*-webkit-animation: serviceTabAnimate 5s cubic-bezier(0.23, 1, 0.32, 1); /* Safari 4.0 - 8.0 */
  animation: serviceTabAnimate 5s cubic-bezier(0.23, 1, 0.32, 1);

  -webkit-animation-name: serviceTabAnimate;
  -webkit-animation-duration: 5s;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
  -webkit-animation-fill-mode: forwards;
}

.serviceTab1
{
  background-color: white;
  text-align: center;
  width: 300px;
  height: 450px;
  border-radius: 40px;
  -webkit-box-shadow: -5px 7px 5px 0px rgba(0,0,0,0.25);
  -moz-box-shadow: -5px 7px 5px 0px rgba(0,0,0,0.25);
  box-shadow: -5px 7px 5px 0px rgba(0,0,0,0.25);
  display: inline-block;
  margin: 0px 25px 0px 25px;
  transition: all .5s;
  vertical-align: top;

  /*-webkit-animation: serviceTabAnimate 2s cubic-bezier(0.23, 1, 0.32, 1); /* Safari 4.0 - 8.0 */
  animation: serviceTabAnimate 2s cubic-bezier(0.23, 1, 0.32, 1);

  -webkit-animation-name: serviceTabAnimate;
  -webkit-animation-duration: 2s;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
  -webkit-animation-fill-mode: forwards;

}

.serviceTab2
{
  background-color: white;
  text-align: center;
  width: 300px;
  height: 450px;
  border-radius: 40px;
  -webkit-box-shadow: -5px 7px 5px 0px rgba(0,0,0,0.25);
  -moz-box-shadow: -5px 7px 5px 0px rgba(0,0,0,0.25);
  box-shadow: -5px 7px 5px 0px rgba(0,0,0,0.25);
  display: inline-block;
  margin: 0px 25px 0px 25px;
  transition: all .5s;
  vertical-align: top;

  /*-webkit-animation: serviceTabAnimate 3s cubic-bezier(0.23, 1, 0.32, 1); /* Safari 4.0 - 8.0 */
  animation: serviceTabAnimate 3s cubic-bezier(0.23, 1, 0.32, 1);

  -webkit-animation-name: serviceTabAnimate;
  -webkit-animation-duration: 3s;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
  -webkit-animation-fill-mode: forwards;
}

.serviceTab3
{
  background-color: white;
  text-align: center;
  width: 300px;
  height: 450px;
  border-radius: 40px;
  -webkit-box-shadow: -5px 7px 5px 0px rgba(0,0,0,0.25);
  -moz-box-shadow: -5px 7px 5px 0px rgba(0,0,0,0.25);
  box-shadow: -5px 7px 5px 0px rgba(0,0,0,0.25);
  display: inline-block;
  margin: 0px 25px 0px 25px;
  transition: all .5s;
  vertical-align: top;

  /*-webkit-animation: serviceTabAnimate 4s cubic-bezier(0.23, 1, 0.32, 1); /* Safari 4.0 - 8.0 */
  animation: serviceTabAnimate 4s cubic-bezier(0.23, 1, 0.32, 1);

  -webkit-animation-name: serviceTabAnimate;
  -webkit-animation-duration: 4s;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
  -webkit-animation-fill-mode: forwards;
}

@-webkit-keyframes serviceTabAnimate {
  0% {transform: translateY(500px);}
  100% {transform: translateX(0px);}
}

/* Standard syntax */
@keyframes serviceTabAnimate {
  0% {transform: translateY(500px);}
  100% {transform: translateY(0px);}
}



.serviceTab:hover
{
  background-color: white;
  transform: scale(1.025);
}

.serviceTab1:hover
{
  background-color: white;
  transform: scale(1.025);
}

.serviceTab2:hover
{
  background-color: white;
  transform: scale(1.025);
}

.serviceTab3:hover
{
  background-color: white;
  transform: scale(1.025);
}

.serviceTabIcon
{
  width: 75px;
  height: 75px;
  display: block;
  margin: 0 auto;
  margin-top: 30px;
}

.serviceHeading
{
  font-size: 28px;
  letter-spacing: normal;
  padding-top: 0px;
}

.serviceDivider
{
  background-color: black;
  width: 50px;
  height: 1px;
  display: block;
  margin: 0 auto;
  margin-top: 40px;
}

.serviceParagraph
{
  color: black;
  letter-spacing: normal;
  font-size: 14px;
  padding-top: 40px;
  width: 280px;
  height: 120px;
  display: block;
  margin: 0 auto;
}

.servicesViewButton
{
  border: 1px solid black;
  border-radius: 100px;
  letter-spacing: normal;
  width: 150px;
  font-size: 18px;
  color: white;
  background-color: black;
  display: block;
  margin: 0 auto;
  vertical-align: bottom;
  padding: 5px;
  margin-bottom: 25px;
}

@media only screen and (max-width: 1085px)
          {
            .serviceTab1
            {
              width: 250px;
              height: 450px;
            }

            .serviceTab2
            {
              width: 250px;
              height: 450px;
            }

            .serviceTab3
            {
              width: 250px;
              height: 450px;
            }

            .serviceDivider
            {
              display: none;
            }

            .serviceParagraph
            {
              width: 95%;
            }
          }

@media only screen and (max-width: 935px)
          {
            .serviceTab1
            {
              margin: 0px 10px 0px 10px;
            }

            .serviceTab2
            {
              margin: 0px 10px 0px 10px;
            }

            .serviceTab3
            {
              margin: 0px 10px 0px 10px;
            }
          }
@media only screen and (max-width: 829px)
          {
            #servicesBody
            {
              width: 100vw;
            }

            #servicesContent
            {
              width: 100vw;
              padding-top: 100px;
            }

            .serviceDivider
            {
              display: block;
            }

            .serviceTab1
            {
              display: block;
              margin: 0 auto;
              width: 80%;
            }

            .serviceTab2
            {
              display: block;
              margin: 0 auto;
              width: 80%;

            }

            .serviceTab3
            {
              display: block;
              margin: 0 auto;
              width: 80%;
            }

            .serviceTabIcon
            {
              padding-top: 50px;
            }
          }

@media only screen and (max-width: 1100px)
          {
            .serviceTab1
            {
              margin-top: 50px;

            }

            .serviceTab2
            {
              margin-top: 50px;

            }

            .serviceTab3
            {
              margin-top: 50px;

            }
          }



  @media only screen and (max-width: 770px)
            {
              #servicesTopInfo
              {
                height: 900px;
              }
            }








/*----------------------ABOUT PAGE---------------------------------*/

            #aboutTopInfo
            {
              text-align: center;
              margin-bottom: 0px;
              background-image: url(../images/aboutBackground.jpg);
              background-size: cover;
              background-repeat: no-repeat;
              background-position: bottom;
              color: white;
              padding-top: 0px;
              padding-bottom: 0px;
              margin-left: 0px;
              background-color: #202020;
            }


            .aboutHeaderTitle
            {
              color: white;
              font-family: 'Roboto' sans-serif;
              font-weight: 400;
              letter-spacing: normal;
              margin-bottom: 50px;
              padding-top: 300px;
              margin-top: 0px;
            }

            .aboutHeaderDivider
            {
              width: 50px;
              height: 1px;
              background-color: white;
              display: block;
              margin: 0 auto;
            }

            .aboutHeaderPara
            {
              color: white;
              letter-spacing: normal;
              width: 50%;
              font-size: 20px;
              text-align: center;
              display: block;
              margin: 0 auto;
              margin-top: 50px;
              margin-bottom: 0px;
            }

            .aboutLessonsTitle
            {
              color: white;
              font-family: 'Roboto' sans-serif;
              font-weight: 100;
              letter-spacing: normal;
              text-align: right;
              font-size: 50px;
              margin: 150px 200px 50px 0px;
            }

            .aboutLessonsDivider
            {
              width: 50px;
              height: 1px;
              background-color: white;
              float: right;
              margin: 0px 200px 50px 0px;
            }



            .aboutLessonsPara
            {
              color: white;
              letter-spacing: normal;
              width: 60%;
              font-size: 20px;
              text-align: right;
              float: right;
              clear: both;
              margin: 0px 200px 50px 0px;
            }

            .aboutPartnerTitle
            {
              color: #202020;
              font-family: 'Roboto' sans-serif;
              font-weight: 100;
              letter-spacing: normal;
              text-align: left;
              font-size: 50px;
              margin: 150px 0px 50px 200px;
            }

            .aboutPartnerDivider
            {
              width: 50px;
              height: 1px;
              background-color: #202020;
              float: left;
              margin: 0px 0px 50px 200px;
            }



            .aboutPartnerPara
            {
              color: #202020;
              letter-spacing: normal;
              width: 60%;
              font-size: 20px;
              text-align: left;
              float: left;
              clear: both;
              margin: 0px 0px 50px 200px;
            }

            .aboutPhoto2
            {
              float: right;
            }

            #partnerRightSide
            {
              background-color: white;
              width: 50%;
              display: block;
              float: right;
              height: 750px;
            }

            #partnerLeftSide
            {
              width: 50%;
              display: block;
              float: left;
              height: 750px;
              color: white;
            }

            #partnerContent
            {
              background-color: white;
            }

            .bottomArrow
            {
              background-color: white;
              line-height: normal;
              letter-spacing: normal;
              height: 100%;
              padding-top: 0px;
              display: block;
              text-align: center;
              margin: 0 auto;
            }

            .redbottomArrow
            {
              background-color: #aa0000;
              line-height: normal;
              letter-spacing: normal;
              height: 100%;
              padding-top: 0px;
              display: block;
              text-align: center;
              margin: 0 auto;
            }


            .clearfix {
              overflow: auto;
            }

            #aboutSplitCont
            {
              height: 500px;
            }

            #aboutLeftSide
            {
              width: 50%;
              display: block;
              float: left;
              letter-spacing: normal;
              height: 700px;
              background-color: #202020;
              /*background-image: url(../images/aboutImage1.jpg);
              background-size: cover;
              background-repeat: no-repeat;*/
            }

            #aboutLeftSideHidden
            {
              width: 50%;
              display: none;
              float: left;
              letter-spacing: normal;
              height: 700px;
              background-color: #202020;
              /*background-image: url(../images/aboutImage1.jpg);
              background-size: cover;
              background-repeat: no-repeat;*/
            }

            #partnerLeftSideHidden
            {
              width: 100%;
              display: none;
              float: left;
              letter-spacing: normal;
              height: 700px;
              background-color: #202020;
              /*background-image: url(../images/aboutImage1.jpg);
              background-size: cover;
              background-repeat: no-repeat;*/
            }

            #aboutRightSide
            {
              background-color: #202020;
              width: 50%;
              display: block;
              float: left;
              letter-spacing: normal;
              height: 700px;
            }

            #aboutPara
            {
              font-size: 30px;
              font-weight: 400;
              width: 70%;
              display: block;
              margin: 0 auto;
              padding-top: 60px;
            }

            #clientsSection
            {
              width: 100%;
              background-color: #aa0000;
              letter-spacing: normal;
              margin-top: 0px;
              padding-bottom: 50px;
            }

            #clientsTitle
            {
              margin-top: 0px;
              color: white;
              font-style: normal;
              font-size: 40px;
              text-align: center;
              font-weight: 300;
              padding-top: 100px;
            }

            #clientLogoSection
            {
              text-align: center;
            }

            .clientLogo
            {
              display: inline-block;
              margin-left: 70px;
              margin-right: 70px;
            }

            #aboutScroll
            {
              letter-spacing: normal;
              margin-top: 100px;
              font-size: 16px;
              font-weight: 300;
            }

            @media only screen and (max-width: 1100px)
                      {
                        #aboutRightSide
                        {
                          width: 100%;
                          height: auto;
                          padding-top: 100px;
                          padding-bottom: 100px;
                          margin-top: 0px;
                          text-align: center;
                        }

                        .aboutLessonsTitle
                        {
                          text-align: center;
                          margin: 0 auto;
                        }

                        .aboutLessonsDivider
                        {
                          margin: 0 auto;
                          text-align: center;
                          float: none;
                          margin-top: 50px;
                        }

                        .aboutLessonsPara
                        {
                          text-align: center;
                          margin: 0 auto;
                          float: none;
                          margin-top: 50px;
                          font-size: 18px;
                          width: 80%;

                        }

                        #aboutLeftSide
                        {
                          width: 100%;
                          height: 800px;
                          background-position: center;
                          display: none;
                        }

                        #aboutLeftSideHidden
                        {
                          width: 100%;
                          height: auto;
                          background-position: center;
                          display: block;
                          text-align: center;
                          margin: 0 auto;
                        }

                        .aboutHeaderPara
                        {
                          width: 80%;
                          font-size: 18px;
                        }

                        #partnerRightSide
                        {
                          display: none;
                        }

                        #partnerLeftSideHidden
                        {
                          width: 100%;
                          height: auto;
                          background-position: center;
                          display: block;
                          text-align: center;
                          margin: 0 auto;
                          background-color: white;
                          margin-bottom: 50px;
                          margin-top: 50px;

                        }

                        #partnerLeftSide
                        {
                          width: 100%;
                          height: auto;
                          margin-bottom: 50px;
                        }

                        #aboutRightSide
                        {
                          height: auto;
                        }

                        .aboutPartnerTitle
                        {
                          text-align: center;
                          margin: 0 auto;
                          margin-top: 50px;
                          padding-top: 50px;
                        }

                        .aboutPartnerDivider
                        {
                          margin: 0 auto;
                          float: none;
                          margin-top: 50px;
                        }

                        .aboutPartnerPara
                        {
                          margin: 0 auto;
                          text-align: center;
                          float: none;
                          margin-top: 50px;
                          font-size: 18px;
                          padding: none;
                          width: 80%;
                        }
                      }

                  @media only screen and (max-width: 730px)
                  {
                    .clientLogo
                    {
                      width: 100%;
                      margin: 0 auto;

                    }

                  }







footer
{
  background-color: black;
  text-align: center;
  width: 100%;
  color: white;
  letter-spacing: normal;
  height: 40px;
  padding: 0;
  margin: 0;
}

#footerCopy
{
  margin-top: 0px;
  padding-top: 10px;
}

.learningFooter
{
  background-color: black;
  text-align: center;
  width: 100%;
  color: white;
  letter-spacing: normal;
  height: 40px;
  padding: 0;
  margin: 0;
  clear: both;
}

#learningFooterCopy
{
  margin-top: 0px;
  padding-top: 10px;
}




/*
-------------------------------------------------------
CONTACT PAGE
-------------------------------------------------------
*/

#contactBody
{
  background-color: #eaeaea;
  letter-spacing: normal;
  overflow: hidden;
}

#contactParagraph
{
  color: black;
  font-size: 26px;
  font-family: 'Roboto', sans-serif;;
  font-weight: 400;
  font-style: normal;
  letter-spacing: normal;
}

.formHeading
{
  color: #232323;
  font-size: 24px;
  letter-spacing: normal;
  font-family: 'Roboto', sans-serif;;
  font-weight: 400;
  font-style: italic;
  letter-spacing: 0px;
}

#nameInput
{
  width: 200px;
  border: 1px solid #232323;
  letter-spacing: normal;
  border-radius: 100px;
  display: block;
  margin: 0 auto;
  text-align: center;
}

#emailInput
{
  width: 300px;
  border: 1px solid #232323;
  letter-spacing: normal;
  border-radius: 100px;
  display: block;
  margin: 0 auto;
  text-align: center;
}

#messageInput
{
  width: 400px;
  height: 200px;
  border: 1px solid #232323;
  letter-spacing: normal;
  border-radius: 10px;
  display: block;
  margin: 0 auto;
}

#sendButton
{
  background-color: #eaeaea;
  border: 1px solid #232323;
  letter-spacing: normal;
  border-radius: 100px;
  padding: 10px;
  background-color: black;
  color: white;
  width: 150px;
  font-size: 24px;
  display: block;
  margin: 0 auto;
  transition: all .5s;
  margin-top: 20px;
}

#sendButton:hover
{
  background-color: rgba(0, 0, 0, .8);
}

.streetHide
{
  display: none;
}

#contactLeftSide
{
  background-color: #eaeaea;
  display: block;
  width: 50%;
  float: left;
  padding-top: 250px;
  height: 100vh;
  font-style: normal;
  letter-spacing: normal;
  padding-left: 200px;

  /*-webkit-animation: moveUpContact 2s; /* Safari 4.0 - 8.0 */
  animation: moveUpContact 2s;

  -webkit-animation-name: moveUpContact;
  -webkit-animation-duration: 2s;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
  -webkit-animation-fill-mode: forwards;
}

#contactLeftTitle
{
  color: black;
  font-style: normal;
  letter-spacing: normal;
  font-size: 40px;
  font-weight: 300;
}

#contactDivider
{
  width: 50px;
  height: 1px;
  background-color: black;
  margin-top: 25px;
  margin-bottom: 25px;
}

#contactLeftPara
{
  color: black;
  font-style: normal;
  letter-spacing: normal;
  font-size: 20px;
  font-weight: 300;
  width: 90%;
}

.contactForm
{
  background-color: white;
  width: 550px;
  height: auto;
  border-radius: 40px;
  -webkit-box-shadow: -5px 7px 5px 0px rgba(0,0,0,0.25);
  -moz-box-shadow: -5px 7px 5px 0px rgba(0,0,0,0.25);
  box-shadow: -5px 7px 5px 0px rgba(0,0,0,0.25);
  display: block;
  margin: 0 auto;
  padding: 40px;
  margin-top: 150px;
  opacity: 100%;
  /*-webkit-animation: opacityFadeIn 5s cubic-bezier(0.23, 1, 0.32, 1); /* Safari 4.0 - 8.0 */
  animation: opacityFadeIn 5s cubic-bezier(0.23, 1, 0.32, 1);

  -webkit-animation-name: opacityFadeIn;
  -webkit-animation-duration: 5s;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
  -webkit-animation-fill-mode: forwards;
}

.formContainer
{
  background-color: #aa0000;
  width: 50%;
  display: block;
  float: right;
  height: 100vh;
  -webkit-box-shadow: -5px 0px 5px 0px rgba(0,0,0,0.25);
  -moz-box-shadow: -5px 0px 5px 0px rgba(0,0,0,0.25);
  box-shadow: -5px 0px 5px 0px rgba(0,0,0,0.25);
  opacity: 1;

  /*-webkit-animation: MoveInFromRight 2s cubic-bezier(0.23, 1, 0.32, 1); /* Safari 4.0 - 8.0 */
  animation: MoveInFromRight 2s cubic-bezier(0.23, 1, 0.32, 1);

  -webkit-animation-name: MoveInFromRight;
  -webkit-animation-duration: 2s;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
  -webkit-animation-fill-mode: forwards;
}

.hamburgerIconContactHidden
{
  display: none;
}

.hamburgerIconContact
{
    z-index: 101;
    margin-right: 10px;
}

@media only screen and (max-width: 1270px)
          {
            .formContainer
            {
              width: 100%;

            }

            #contactLeftSide
            {
              width: 100%;
              padding-left: 0px;
              margin: 0 auto;
            }

            #contactBody
            {
              overflow: auto;
              width: 100%;
            }

            #contactLeftTitle
            {
              text-align: center;
            }

            #contactDivider
            {
              display: block;
              margin: 0 auto;
              margin-top: 25px;
            }

            #contactLeftPara
            {
              text-align: center;
              display: block;
              margin: 0 auto;
              margin-top: 25px;
              margin-bottom: 300px;

            }

            .hamburgerIconContactHidden
            {
              display: inline;
            }
            .hamburgerIconContact
            {
              display: none;
            }
          }


        @media only screen and (max-width: 580px)
                  {
                    .contactForm
                    {
                      width: 90%;
                      margin-bottom: 0;
                      padding-bottom: 50px;
                      margin-top: 100px;
                    }

                    #emailInput
                    {
                      width: 90%;
                    }

                    .formContainer
                    {
                      height: auto;
                      padding-bottom: 100px;
                    }
                  }



/* Safari 4.0 - 8.0 */
@-webkit-keyframes MoveInFromRight {
  0% {transform: translateX(1000px);}
  100% {transform: translateX(0px);}
}

/* Standard syntax */
@keyframes MoveInFromRight {
  0% {transform: translateX(1000px);}
  100% {transform: translateX(0px);}
}

/* Safari 4.0 - 8.0 */
@-webkit-keyframes opacityFadeIn {
  0% {transform: translateX(-200px);}
  100% {transform: translateX(0px);}
}

/* Standard syntax */
@keyframes opacityFadeIn {
  0% {transform: translateX(200px);}
  100% {transform: translateX(0px);}
}

/* Safari 4.0 - 8.0 */
@-webkit-keyframes moveUpContact {
  0% {opacity: 0; transform: translateX(-200px);}
  100% {opacity: 1; transform: translateX(0px);}
}

/* Standard syntax */
@keyframes moveUpContact {
  0% {opacity: 0; transform: translateX(-200px);}
  100% {opacity: 1; transform: translateX(0px);}
}


.boldedSpan
{
  font-weight: 400;
  font-size: 18px;
}

.smallerSpan
{
  font-weight: 300;
  font-size: 16px;
}

.blueLink
{
    color: #2199e8;
}

.formCenter
{
  display: block;
  margin: 0 auto;
}

.contactParagraph
{
  margin-top: 40px;
}

.contactText
{
  margin-left: 40px;
  padding-left: 50px;
  padding-right: 50px;
  margin-top: 100px;
}

.socialMedia
{
  margin-top: 40px;
  font-size: 20px;
  text-align: center;
  letter-spacing: 0px;
  font-family: 'Roboto', sans-serif;
  font-style: normal;
  font-weight: 400;
}

.socialIcons
{
  width: 30px;
  opacity: 1;
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
}

.socialIcons:hover
{
  opacity: .5;
}

#socialIconCont
{
  display: block;
  margin: auto;
  display: block;
  margin: 0 auto;
  width: 70px;
}

/*
-------------------------------------------------------
THANKYOU PAGE
-------------------------------------------------------
*/

#thanksParagraph
{
  color: #232323;
  font-size: 48px;
  letter-spacing: 3px;
  font-family: 'Roboto', sans-serif;;
  font-weight: 400;
  font-style: italic;
  letter-spacing: 0px;
  text-align: center;
  margin-top: 100px;
}


#getBackToYou
{
  font-size: 16px;
  text-align: center;
  letter-spacing: 2px;
  font-family: 'Roboto', sans-serif;
  font-style: normal;
  font-weight: 400;
}


#thanksBody
{
  background-color: #aa0000;
}

#thanksCont
{
  width: 100%;
  color: white;
}

#thanksTitle
{
  color: white;
  font-style: normal;
  letter-spacing: normal;
  font-size: 40px;
  font-weight: 100;
  text-align: center;
  margin-top: 300px;
}




.backToHome
{
  display: block;
  margin: 0 auto;
  margin-top: 40px;
  color: black;
  background-color: white;
  border-radius: 100px;
  font-size: 20px;
  letter-spacing: 3px;
  font-family: 'Roboto', sans-serif;;
  font-weight: 300;
  width: 200px;
  text-align: center;
  border: 1px solid white;
  transition: 300ms;
}

.backToHome:hover
{
  background-color: rgba(255, 233, 233, .8);
  color: black;
}




#thanksTopInfo
{
  text-align: center;
  margin-bottom: 0px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top;
  color: white;
  height: 700px;
  padding: none;
  margin-left: 0px;
  /*-webkit-animation: fadein 1s; /* Safari, Chrome and Opera > 12.1 */
  -moz-animation: fadein 1s; /* Firefox < 16 */
  -ms-animation: fadein 1s; /* Internet Explorer */
  -o-animation: fadein 1s; /* Opera < 12.1 */
  animation: fadein 1s;
  animation-delay: .5s;
  opacity: 0;
  animation-fill-mode: forwards;

  -webkit-animation-name: fadein;
  -webkit-animation-duration: 1s;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
  -webkit-animation-fill-mode: forwards;
}

.thanksHeaderTitle
{
  color: white;
  font-family: 'Roboto' sans-serif;
  font-weight: 100;
  letter-spacing: normal;
  margin-bottom: 50px;
  padding-top: 300px;
  margin-top: 0px;
}

.thanksHeaderDivider
{
  width: 50px;
  height: 1px;
  background-color: white;
  display: block;
  margin: 0 auto;
}

.thanksHeaderPara
{
  color: white;
  letter-spacing: normal;
  width: 40%;
  font-size: 20px;
  text-align: center;
  display: block;
  margin: 0 auto;
  margin-top: 50px;
  margin-bottom: 0px;
  font-weight: 100;
}


.serviceCaseIcon
{
  display: block;
  margin: 0 auto;
  padding-top: 75px;
}

.servicesCaseTitle
{
  color: black;
  font-family: 'Roboto' sans-serif;
  font-weight: 100;
  letter-spacing: normal;
  margin-bottom: 50px;
  padding-top: 50px;
  margin-top: 0px;
  text-align: center;
  font-size: 40px;
}

.servicesCaseDivider
{
  width: 50px;
  height: 1px;
  background-color: black;
  display: block;
  margin: 0 auto;
}

.servicesCasePara
{
  color: black;
  letter-spacing: normal;
  width: 40%;
  font-size: 20px;
  font-weight: 300;
  text-align: center;
  display: block;
  margin: 0 auto;
  margin-top: 50px;
  margin-bottom: 10px;
}

.servicesArrow
{
  background-color: #aa0000;
  line-height: normal;
  letter-spacing: normal;
  height: 100%;
  padding-top: 0px;
  display: block;
  text-align: center;
  margin: 0 auto;
}

.servicesCaseRed
{
  background-color: #aa0000;
  padding-top: 100px;
  width: 100%;
}

.servicesCaseWhite
{
  background-color: white;
  margin-top: 0px;
  width: 100%;
}

.splitCont
{
  padding-top: 100px;
}

.servicesCaseParaCenter
{
  color: white;
  letter-spacing: normal;
  line-height: normal;
  width: 65%;
  text-align: center;
  font-weight: 300;
  font-size: 20px;
  display: block;
  margin: 0 auto;
  padding-bottom: 50px;
}

.servicesCentered
{
  width: 100%;
  text-align: center;
}

.servicesCenteredMobile
{
  width: 100%;
  text-align: center;
  display: none;
}

.servicesCenteredPhoto
{
  margin: 0 auto;
}

.servicesLeft
{
  float: left;
  display: block;
  width: 49%;
  text-align: center;
}

.servicesRight
{
  float: right;
  display: block;
  width: 49%;
  text-align: center;
}

#servicesSplitCont
{
  margin-top: 50px;
}

#servicesSplitContMobile
{
  display: none;
}

@media only screen and (max-width: 1120px)
          {
            .servicesLeft
            {
              width: 100%;
            }

            .servicesRight
            {
              width: 100%;
            }
          }

@media only screen and (max-width: 570px)
          {
            #servicesSplitCont
            {
              display: none;
            }

            #servicesSplitContMobile
            {
              display: block;
            }
          }

@media only screen and (max-width: 900px)
          {
            .servicesCenteredMobile
            {
              display: block;
            }

            .servicesCentered
            {
              display: none;
            }
          }

.servicesCaseParaLeft
{
  color: black;
  letter-spacing: normal;
  line-height: normal;
  width: 60%;
  text-align: left;
  font-weight: 300;
  font-size: 20px;
  display: block;
  float: left;
  margin-left: 200px;
}

.servicesCaseParaWhite
{
  color: white;
  letter-spacing: normal;
  line-height: normal;
  width: 60%;
  text-align: left;
  font-weight: 300;
  font-size: 20px;
  display: block;
  float: left;
  margin-left: 200px;
}

.servicesSplitLeft
{
  width: 50%;
  display: block;
  float: left;
  background-color: #aa0000;
  height: 350px;
}

.servicesSplitRight
{
  width: 50%;
  display: block;
  float: right;
  background-color: #aa0000;
  height: 350px;
}

.servicesSplitLeftWhite
{
  width: 50%;
  display: block;
  float: left;
  background-color: white;
  height: 350px;
}

.servicesSplitRightWhite
{
  width: 50%;
  display: block;
  float: right;
  background-color: white;
  height: 350px;
}



.listHeadingRight
{
  text-align: right;
  letter-spacing: normal;
  line-height: normal;
  color: white;
  font-size: 32px;
  font-weight: 100;
  margin-right: 200px;
  margin-top: 0px;
  padding: 0px;
}

.listHeadingLeft
{
  text-align: left;
  letter-spacing: normal;
  line-height: normal;
  color: black;
  font-size: 32px;
  font-weight: 100;
  margin-left: 200px;
  margin-top: 0px;
  padding: 0px;
}

.listDash
{
  width: 95px;
  height: .5px;
  background-color: white;
  display: block;
  float: right;
  margin-top: 12px;
  margin-left: 20px;
}

.listDashBlack
{
  width: 95px;
  height: .5px;
  background-color: black;
  display: block;
  float: left;
  margin-top: 12px;
  margin-left: 200px;
  margin-right: 20px;
}

ul
{
  list-style: none;
}

.productListItemRight
{
  text-align: right;
  color: white;
  letter-spacing: normal;
  line-height: normal;
  font-size: 20px;
  font-weight: 300;
  margin-right: 200px;
}

.productListItemLeft
{
  text-align: left;
  color: black;
  letter-spacing: normal;
  line-height: normal;
  font-size: 20px;
  font-weight: 300;
}

.youtubeLeft
{
  margin-left: 200px;
}

.youtubeRight
{
  margin-right: 200px;
  float: right;
  display: block;
}

.servicesArrow2
{
  background-color: white;
  margin-bottom: 0px;
  line-height: 0px;
  padding-bottom: 0px;
}

.listCont
{
  margin-bottom: 50px;
}

.serviceCasePhotoCenter
{
  display: block;
  margin: 0 auto;
  height: 100px;
}

.serviceCasePhotoCenterSmall
{
  display: block;
  margin: 0 auto;

  padding-top: 0px;
  padding-bottom: 50px;
}

.serviceCasePhotoCenterSmallWhite
{
  display: block;
  margin: 0 auto;
  background-color: white;
  padding-top: 20px;
  padding-bottom: 20px;
}

.testimonialsSmall
{
  display: none;
}

.testimonialsXSmall
{
  display: none;
}

@media only screen and (max-width: 1200px)
{
  .testimonialsLarge
  {
    display: none;
  }

  .testimonialsSmall
  {
    display: block;
  }

}

@media only screen and (max-width: 900px)
{
  .testimonialsSmall
  {
    display: none;
  }

  .testimonialsXSmall
  {
    display: block;
  }

}


.servicesFullWidth
{
  width: 100%;
  background-color: green;
  clear: both;
  height: 100px;
}

.serviceCasePhotoLeft
{
  float: left;
  margin-left: 200px;
}

.serviceCasePhotoRight
{
  float: right;
  margin-right: 200px;
}

.serviceCasePhotoCont
{
  background-color: #aa0000;
  width: 100%;
  padding-top: 200px;
}

.serviceCasePhotoContSplit
{
  background-color: #aa0000;
  width: 50%;
  display: block;
  float: left;
}

.serviceCasePhotoContWhite
{
  background-color: #ffffff;
  width: 100%;
}

.serviceCasePhotoCenter
{
  width: 80%;
  height: auto;
  display: block;
  margin: 0 auto;
}



@media only screen and (max-width: 1500px)
{
  .youtubeLeft
  {
    margin-left: 50px;
  }

  .youtubeRight
  {
    margin-right: 50px;
  }

  .listHeadingLeft
  {
    margin-left: 50px;
  }

  .listDashBlack
  {
    margin-left: 50px;
  }

  .servicesCaseParaLeft
  {
    margin-left: 50px;
    width: 80%;
  }

  .servicesCaseParaWhite
  {
    margin-left: 50px;
    width: 80%;
  }

  .listHeadingRight
  {
    margin-right: 50px;
  }

  .productListItemRight
  {
    margin-right: 100px;
  }

  .serviceCasePhotoLeft
  {
    margin-left: 50px;
  }

  .serviceCasePhotoRight
  {
    margin-right: 50px;
  }
}

@media only screen and (max-width: 1170px)
{
  .servicesSplitLeft
  {
    width: 100%;
    height: auto;
    padding-bottom: 50px;
  }

  .servicesSplitRight
  {
    width: 100%;
    padding-bottom: 50px;
    height: auto;

  }

  .youtubeLeft
  {
    margin-left: 0px;
    display: block;
    margin: 0 auto;
  }

  .listHeadingRight
  {
    margin-right: 0px;
    text-align: center;
  }

  .listHeadingLeft
  {
    margin-left: 0px;
    text-align: center;
  }

  .productListItemRight
  {
    margin-right: 0px;
    margin-left: 0px;
    width: 100%;
    display: block;
    margin: 0 auto;
    float: none;
    text-align: center;
  }

  .productListItemLeft
  {
    margin-right: 0px;
    margin-left: 0px;
    width: 100%;
    display: block;
    margin: 0 auto;
    float: none;
    text-align: center;
  }

  .serviceUL
  {
    padding-left: 0px;
  }

  .listDash
  {
    display: none;
  }

  .listDashBlack
  {
    display: none;
  }

  .servicesSplitLeftWhite
  {
    width: 100%;
    float: none;
    margin-left: 0px;
    margin-right: 0px;
    text-align: center;
    height: auto;
    margin-bottom: 50px;
  }

  .servicesCaseParaLeft
  {
    float: none;
    margin-left: 0px;
    margin-right: 0px;
    text-align: center;
    display: block;
    margin: 0 auto;
  }

  .servicesCaseParaWhite
  {
    float: none;
    margin-left: 0px;
    margin-right: 0px;
    text-align: center;
    display: block;
    margin: 0 auto;
  }

  .servicesSplitRightWhite
  {
    width: 100%;
    display: block;
    margin: 0 auto;
  }

  .youtubeRight
  {
    display: block;
    margin: 0 auto;
    float: none;
    margin-top: 0px;
  }

  .serviceCasePhotoLeft
  {
    display: block;
    float: none;
    margin: 0 auto;
    width: 80%;
    height: auto;
  }

  .serviceCasePhotoRight
  {
      display: block;
      float: none;
      margin: 0 auto;
      width: 80%;
      height: auto;
  }

}

@media only screen and (max-width: 780px)
  {
    .servicesCasePara
    {
      width: 80%;
    }

    .servicesCaseParaCenter
    {
      width: 80%;
    }

    .serviceCasePhotoCenter
    {
      width: 60%;
      height: auto;
  }

@media only screen and (max-width: 600px)
{
  iframe
  {
    width: 100vw;
    height: 56.25vw;
  }

  .servicesSplitLeft
  {
    height: auto;
    padding-bottom: 100px;
  }

  .servicesSplitRightWhite
  {
    height: auto;
    padding-bottom: 100px;
  }
}
