.primary {
  background-color: #1BA9CC;
}

.secondary {
  background-color: #e1359e;
}

.primary-text {
  color: #1BA9CC;
}

.secondary-text {
  color: #e1359e;
}

.btn.secondary:hover {
  color: #eee;
  box-shadow: 0px 0px 20px
  #ce49babb;
}

.body-background {
  background: #f2f2f2;
}

.sticky {
  position: -webkit-sticky;
  position:sticky;
  top: 0;
  left:0;
  height: auto;
}

.top-10 { top: 10%;}

.top-15 {top: 15%;}

.top-20 { top: 20%;}

.top-25 {top: 25%;}

.top-30 {top: 30%;}

.top-40 {top: 40%;}

.more-padding {
  padding: 2rem;
}

[data-scroll] {
  transition: opacity 1s;
}
[data-scroll="in"] {
  opacity: 1;
}
[data-scroll="out"] {
  opacity: 0;
}

/* Custom Styles  */

* {
  box-sizing: border-box;
  outline: none;
}

body {
  padding: 0;
  color: #29365e;
  width: 100%;
  margin: 0;
}
    
section {
  background-color: transparent;
  padding: 7rem 1%;
}

.container {
  max-width: 1400px;
  width: 100%;
  padding: 0 25px;
  height: 100%;
  margin: 0 auto;
  z-index: 5;
  position: relative;
}

header {
  z-index: 9999;
  /* background-image: linear-gradient(  rgba(225,225,225,.6), rgba(225,225,225,.0) ); */
  background-color: #fff;
}

#brand-navigation {
  left: 0;
  width: 100%;
  background-color: transparent;
  height: 80px;
}


#brand-navigation .container {
  padding: 0 2%;
}

#brand {
  max-width: 200px;
  text-align: center;
  padding-top: 10px;
  height: 100%;
}

#brand .navbar-brand {
  display: block;
  height: 100%;
}

.page-wrapper {
  margin: auto;
  height: 100%;
  width: 100%;
  overflow: hidden;
  box-shadow: 0px 0px 20px rgba(0,0,0,0.4);
}

.content {
  position: relative;
  left: 0;
  width: 100%;
}

h1,h2,h3,h4,h5,h6 {
  font-family: 'DM Serif Text', serif;
  font-weight: 800;
  font-style: normal;
  margin-bottom: 20px;
  margin-top: 10px;
}

h1 {
  font-size: 3.0rem;
  line-height: 3.5rem;
}

h2 {
  font-size: 2.5rem;
  line-height: 3rem;
}

h3 {
  font-size: 2rem;
  line-height: 2.5rem;
}

h4 {
  font-size: 1.8rem;
  line-height: 2.2rem;
}

h5 {
  font-size: 1.5rem;
  line-height: 2rem;
}

h6 {
  font-size: 1.5rem;
  line-height: 2rem;
}

p {
  font-size: 1.2rem;
  line-height: 1.8rem;
}

a { text-decoration: none; color: inherit;}

p, a, .btn, ul {
  font-family: 'Poppins', sans-serif;
}

.title {
  padding: 0 1%;
}

.extra-bold {
  font-weight: bold;
}

#main-logo {
  max-height: 90%;
  width: 100%;
  height: auto;
}

.page-wrapper {
  margin: auto;
}

.text-left {text-align: left !important;}
.text-right {text-align: right !important;}
.text-center {text-align: center !important;}
.m-auto { margin: auto; justify-content: center; }
.mx-auto {
  margin-left: auto !important;
  margin-right: auto !important;
}

/* Lighting Scheme Environment */

 .light, .dark ::selection {
  background-color: #fffefa;
  color: #0c1848;
  border-color: #0c1848;
}


.dark {
  background-color: #0c1848;
  color: #f9f9f9;
  border-color: #f9f9f9;
} 

::selection {
  background-color: #0c1848;
  color: #f9f9f9;
  border-color: #f9f9f9;
} 

.lightning-text {
  font-family: 'Thunderstorm', sans-serif;
  color: rgb(253, 104, 203);
  letter-spacing: 2px;
  text-shadow: 1px 3px 0px #581288;
  padding: .8rem 0;
  font-weight: 600;
}

.lightning-text.alternate-style {
  color: #edf7ff;
  text-shadow: 1px 3px 0px #0f1946;
}

.btn {
  color: #f9f9f9;
  border-color: #f9f9f9;
  margin-top: 30px;
  margin-bottom: 20px;
}

.dark #custom-divider { background-color: #e5fffc; }
.light #custom-divider { background-color: #0f1946; }

.btn, .btn:hover {
  text-decoration: none !important;
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}


.btn {
  border-width: 3px;
  box-shadow: none;
  font-size: 1.1rem;
  padding: 12px 30px;
  position: relative;
  margin: 10px 15px 10px 0;
  outline: none !important;
  text-decoration: underline;
  text-transform: uppercase;
  border-radius: 50px;
  font-weight: bold;
}

.btn.btn-outline { background-color: transparent; border: solid 3px;}
.dark .btn.btn-outline { color: #f9f9f9; border-color: #f9f9f9;}
.light .btn.btn-outline {  color: #0f1946; border-color: #0f1946;}


 #hero {
  background-size: cover;
  background-position: bottom center;
  background-repeat: no-repeat;
  position: relative;
  background-color: #fff;
  padding-top: 3rem;
} 

#hero #myVideo {
  position: absolute;
  width: 100%;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
  opacity: .5;
  max-height: 100%;
  z-index: -2;
}
/* 
#hero { 
  display: flex;
  background-image: url(../img/small-business-website-design.jpg);
  background-size: cover;
} */

#hero .container { 
  margin: auto;
}



#hero img {
  max-width: 200%;
  width: auto;
  min-width: 200%;
  margin-left: -80%;
  margin-top: -10%;
  max-height: 150%;
  height: auto;
}

#hero .content {
  max-width: 1250px;
  width: 90%;
  margin: auto;
}

#hero .lightning-text {
  display: inline-block;
  font-size: 8rem;
  line-height: 4rem;
  box-shadow: 0px 3px 0px inherit;
}

#hero h4 {
  font-family: 'PoppinsLight', sans-serif;
}

.column.cta-btns {
  padding-left: 0;
}

.cta-btns {
  position: relative;
  display: flex;
}

.dark .btn-outline:hover {
  color: #f9f9f9;
  background-color: #0f1946;
  border-color: #0f1946;
}

.showcase .btn {
  top: 20px;
}

.showcase .slick-slide {
  padding: 20px;
}

.showcase .slick-track,
.showcase .slick-slide,
.showcase .slick-list {
  overflow: visible !important;
}

#showcase .lightning-text {
  font-size: 7rem;
}


/* .adv-homes { background-image: url(../img/advantage-homes-faded.jpg);}
.arrow-salon {background-image: url(../img/arrow-salon-faded.jpg);}
.cody-roark { background-image: url(../img/full-homepage.jpg);}
.superior-granite {background-image: url(../img/superior-granite-faded.jpg);} */


#showcase-heading {
  padding-bottom: 10rem;
}

#showcase-content {
  padding-top: 0;
  padding-bottom: 0;
}

#showcase-content .title h2 {
  padding: 3rem 0 1rem;
}

.website-mockup {
  padding: 0;
  max-height: 80vh;
  min-height: 350px;
  width: 100%;
  border-radius: 7px 7px 0 0;
  overflow: visible;
  background-size: contain;
  background-position: top center;
  background-repeat: no-repeat;
}

.website-mockup .mobile-display {
  width: 25%;
  height: auto;
  margin-top: 2%;
  float:right;
  position: relative;
  border-radius: 5px;
  max-width: 250px;
  box-shadow: 2px 5px 10px rgba(0,0,0,.4);
}

.desktop-display {
  box-shadow: 2px 5px 10px rgba(0,0,0,.4);
  width: 73%;
  height: 80vh;
  float: left;
  max-height: 500px;
  border-radius: 5px;
  object-fit: cover;
  object-position: top;
}

.showcase .title {
  margin-top: 200px;
}


.slick-slide img.browser-bar {
  display: block;
  width: 100%;
  position: relative;
  left: 0%;
  top: 0;
}

hr#custom-divider {
  padding: 3px;
  height: 5px;
  border: none;
  margin: 50px 0;
  max-width: 100px;
}

hr#custom-divider.alternate-hr {
  padding: 3px;
  height: 5px;
  border: none;
  margin: 30px 0;
  max-width: 100px;
}


.signature-img {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  margin: 0;
}



.slick-prev:before, .slick-next:before {
  color: #252525;
  font-size: 30px;
}

.slick-next {
  right: 0px;
}

.slick-prev {
  left: 0px;
}

.slick-prev, .slick-next {
  font-size: 0;
  line-height: 0;
  top: 0%;
  display: block;
  width: 50px;
  height: 50px;
  background: transparent;
  border: none;
}


.limited-time header .callout-text {
  font-size: 2.5rem;
}

.limited-time header .cool-slider {
  width: 100%;
  max-width: 1400px;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}

.limited-time header .cool-slider .success-content {
  display: block;
  width: 100%;
  padding: 100px 5%;
  background-size: 80%;
}

.limited-time header .container {
  margin: 0;
  max-width: 1400px;
  padding: 100px 3%;
  width: 100%;
  padding-left: 30%;
}

.limited-time #hero h4 {
max-width: 90%;
font-size: 1.4rem;
}

.limited-time .cool-slider img.phone-demo {
float: left;
margin: 0 auto 0 20px;
max-width: 300px;
width: 20%;
}

/* Our Solutions Styles */

.solution, .testimonial {
  background-color: #f9f9f9;
  padding: 2rem;
  margin: 30px 10px;
  border-radius: 20px 20px 0;
  box-shadow: 0px 0px 20px
  rgba(0,0,0,0.2);
  animation-duration: 1s;
  background-image: linear-gradient(#1cb4cc,#177fdb);
  color:#fff;
}

.testimonial {
  border-radius: 20px 20px 20px 0;
}

.solution:nth-child(2) { animation-delay: .4s;}
.solution:nth-child(3) { animation-delay: .7s;}



.solution .lightning-text {
  letter-spacing: 1px;
  text-shadow: 1px 3px 0px inherit;
}

.solution p {
  color: #eee;
  font-weight: 400;
  margin-top: 10px;
}


/* Our Story */

.cta {
  margin: auto;
}

p.caption {
  position: absolute;
  bottom: 2%;
  left: 2%;
}

/* .team-img {
  background-image: url(../img/ricky-and-katelin-smiling-grayscale.jpg);
  background-size: cover;
  background-position: center;
}

.team-img:hover {
  background-image: url(../img/ricky-and-katelin-smiling-square.jpg);
  background-size: cover;
  background-position: left center;
} */

.team-img figure img.hover-team {
  display: none;
}

.team-img figure:hover img.hover-team {
  display: block;
}

.team-img figure img.default-team {
  display: block;
}

.team-img figure:hover img.default-team {
  display: none;
}

.team-img img {
  border-radius: 50%;
  max-width: 50%;
  text-align: center;
}

#why-levelup p {
  font-size: 1rem;
}




/* FAQs */

.feature {
  padding: 35px 25px;
  background: linear-gradient(#b330b3,#572abb);
  border-radius: 10px 10px 10px 0;
  margin-bottom: 5%;
}



/* Testimonials Section */


#contact-form {
  padding: 3.5rem 0;
  /* background-image: url(../img/slanted-v-full.jpg); */
  background-size: cover;
  background-attachment: fixed;
  background-position: bottom;
}


#pricing .plan {
  background: #fff;
  padding: 25px;
  margin: 1%;
}


#blog .card {
  margin: 1%;
  padding: 25px;
}









/* Custom Form Styles */

@keyframes blinking-cursor {
  0% { opacity: 1; }

  50% { opacity: 1;}

  100% {opacity: 0;}
}

.blinking-cursor {
  animation: blinking-cursor 1s infinite;
}

.levelup-form {
  width: 100%;
  height: 100%;
  padding-top: 5rem;
  padding-bottom: 5rem;
  margin-top: auto;
  margin-bottom: auto;
}

.levelup-form label {
  font-family: 'Poppins', sans-serif;
}

.levelup-form label::after {
  content: '';
  width: 60%;
  text-align: center;
  background-color: #0f1946;
  height: 10px;
  display: block;
  margin: 10px auto;
}

.levelup-form input {
  text-align: center;
  box-shadow: 0px 10px #0f1946;
  display: inline-block;
  margin: auto;
}

@media (min-width: 992px) {
  .levelup-form {
    padding-top: 4.6rem;
    padding-bottom: 4.6rem;
    margin-bottom: 4.6rem;
  }
}
.levelup-form__inner {
  height: 100%;
}
.levelup-form__item {
  width: 100%;
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: 0;
  left: 0%;
  bottom: 0;
  margin: auto;
  height: 3.0666666667rem;
  padding-left: 3.0666666667rem;
  padding-right: 3.0666666667rem;
  transition: opacity 0.3s cubic-bezier(0.25, 0.45, 0.45, 0.95), visibility 0.3s cubic-bezier(0.25, 0.45, 0.45, 0.95);
}
@media (min-width: 992px) {
  .levelup-form__item {
    height: 4.6rem;
    padding-left: 4.6rem;
    padding-right: 4.6rem;
  }
}
.levelup-form__item.active {
  opacity: 1;
  visibility: visible;
}
.levelup-form input {
  opacity: 0;
  padding: 0;
  width: 100%;
  height: 3.0666666667rem;
  margin-bottom: -3.0666666667rem;
  transition: opacity 0.3s cubic-bezier(0.25, 0.45, 0.45, 0.95);
}
@media (min-width: 992px) {
  .levelup-form input {
    height: 4.6rem;
    margin-bottom: -4.6rem;
  }
}
.levelup-form label {
  display: block;
  pointer-events: none;
  margin: 0;
  transition: opacity 0.3s cubic-bezier(0.25, 0.45, 0.45, 0.95), -webkit-transform 0.3s cubic-bezier(0.25, 0.45, 0.45, 0.95);
  transition: transform 0.3s cubic-bezier(0.25, 0.45, 0.45, 0.95), opacity 0.3s cubic-bezier(0.25, 0.45, 0.45, 0.95);
  transition: transform 0.3s cubic-bezier(0.25, 0.45, 0.45, 0.95), opacity 0.3s cubic-bezier(0.25, 0.45, 0.45, 0.95), -webkit-transform 0.3s cubic-bezier(0.25, 0.45, 0.45, 0.95);
  position: absolute;
  top: 0;
  width: 100%;
  left: 0;
}
.levelup-form label,
.levelup-form input {
  font-size: 2.8rem;
}
@media (min-width: 992px) {
  .levelup-form label,
  .levelup-form input {
    font-size: 4.2rem;
  }
}
.levelup-form .btn {
  font-size: 1.4rem;
  padding-left: 3.0666666667rem;
  padding-right: 3.0666666667rem;
  margin-top: 3.0666666667rem;
  visibility: hidden;
}
@media (min-width: 992px) {
  .levelup-form .btn {
    font-size: 2.1rem;
    padding-left: 4.6rem;
    padding-right: 4.6rem;
    margin-top: 4.6rem;
  }
}
.levelup-form label,
.levelup-form input,
.levelup-form .btn {
  text-align: center;
  line-height: 3.0666666667rem;
}
@media (min-width: 992px) {
  .levelup-form label,
  .levelup-form input,
  .levelup-form .btn {
    line-height: 6rem;
  }
}
.levelup-form--complete .levelup-form__inner {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.levelup-form--complete .levelup-form__item {
  position: relative;
  bottom: auto;
  opacity: 1;
  margin-bottom: 2.3rem;
  visibility: visible;
}
.levelup-form--complete input,
.levelup-form input:focus {
  opacity: 1;
  background-color: transparent;
    border: none;
  color: #0f1946;
  font-size: 2rem;
}
.levelup-form--complete label,
.levelup-form input:focus + label {
  opacity: 0.02;
  pointer-events: none;
  -webkit-transform: translateY(-1.0222222222rem) scale(0.95);
          transform: translateY(-1.0222222222rem) scale(0.95);
}

@media (min-width: 992px) {
  .levelup-form--complete label,
  .levelup-form input:focus + label {
    -webkit-transform: translateY(-1.5333333333rem) scale(0.95);
            transform: translateY(-1.5333333333rem) scale(0.95);
  }
}
.levelup-form--complete .btn {
  visibility: visible;
}


.feature h4 {
    font-size: 2rem;
    line-height: 2.5rem;
}

.feature p {
  font-size: 1.2rem;
  opacity: .85;
}


footer { 
  /* background-image: url(../img/slanted-v-flipped3.jpg);  */
  background-attachment: fixed;
  background-size: 120%;
  background-position: top;
  background-color: #fff;
 }

footer section {
  background-color: transparent;
  padding: 3rem 0;
}

#footer-main {
  background-image: none;
  background-color: transparent;
}

footer p {
  font-size: 1.2rem;
}

footer .nav-link {
  width: 100%;
  display: block;
  font-size: 2rem;
  font-family: 'Poppins', sans-serif;
  font-weight: bold;
}















@media (min-width: 761px) {

.big-font {font-size: 3.8rem;}
.bigger-font { font-size: 5rem;}

.lightning-text {
  font-size: 5rem;
}

#hero .lightning-text {
  display: inline-block;
  font-size: 10rem;
  line-height: 4rem;
}

#hero h4 {
  font-family: 'PoppinsLight', sans-serif;
  font-size: 1.3rem;
  line-height: 1.7rem;
}


.gallery__item {
    padding: 0;
}

.solution h2 {
  margin-bottom: 0;
  font-size: 2.5rem;
  line-height: 3rem;
}


.team-img img {
  width: 100%;
  display: none;
}

}


@media (max-width: 760px) {
    
.page-wrapper {
    margin: auto;
    height: auto;
    box-shadow: 0px 0px 20px rgba(0,0,0,0.4);
}

.container {
    max-width: 1250px;
    width: 92%;
    padding: 0 2%;
    margin: 0 auto;
}

#hero h1, #hero img {
    width: 100%;
    max-width: 100%;
}

.hero img {
  max-width: 100%; float: none; margin: 20px auto;
}

.cool-slider h1,
.cool-slider h2,
.cool-slider h3,
.cool-slider h4,
.cool-slider h5,
.cool-slider h6 {
    letter-spacing: -2px;
}

/* .slick-prev, .slick-next {
  display: none !important;
} */

h1 {
    font-size: 26px;
    line-height: 34px;
}

h2 {
    font-size: 24px;
    line-height: 32px;
}

h3 {
    font-size: 22px;
    line-height: 30px;
}

h4 {
    font-size: 20px;
    line-height: 28px;
}

h5 {
    font-size: 18px;
    line-height: 26px;
}

h6 {
    font-size: 16px;
    line-height: 24px;
}

p {
  font-size: 14px;
  line-height: 22px;
}

.btn {
  font-size: .8rem;
}


#brand {
    align-items: center;
    background-color:transparent;
    padding: 0;
    display: flex;
    left: 0;
    top: 0;
}

#main-logo {
  max-height: 80%;
}


.navbar-brand {
    margin-right: 0;
    text-align: left;
    margin: 0;
    padding: 5px 0;
}


#faq.text-center {
    text-align: left!important;
}


#hero .background-image, .background-image, .img-into-bg {
    background-position: 80% center;
    filter: blur(3px) !important;
    -webkit-filter: blur(3px);
}
/* 
.cool-slider img.phone-demo {
    float: none;
    display: block;
    margin: 20px auto;
    width: auto;
    max-height: 500px;
} */

.cool-slider img.phone-demo {
  float: none;
  margin: 0px 30px;
  width: 100%;
  display: block;
  position: absolute;
  top: 0;
  z-index: -1;
}

.success-content {
    background-size: contain;
    background-position: top center;
}

.success-content h2 {
    padding-top: 20px;
    font-weight: bold;
}

.success-content .btn {
    margin-bottom: 20px;
}

.desktop-display img {
  box-shadow: 2px 5px 10px rgba(0,0,0,.4);
}

.desktop-display {
  box-shadow: none;
  width: 73%;
  height: auto;
  float: left;
  max-height: 500px;
  border-radius: 5px;
  object-fit: contain;
  object-position: top;
}

.solution {
  margin: 5% auto;
}

.btn {
    margin-bottom: 15px;
}

.cta-btns {
  flex-direction: column;
}

.cta-btns a {
   margin: 10px 0;
}

.content {
margin-top: 0;
}

#contact-form form input, #contact-form form textarea {
padding: 15px;
width: 92%;
color: #eee;
font-size: 15px;
}

#contact-form form input:focus {
padding: 15px;
width: 92%;
font-size: 15px;
}

#contact-form form input.submit-btn {
margin: 10px auto;
}

.team-img img {
  border-radius: 50%;
  max-width: 100%;
  width: 100%;
  text-align: center;
}



}




@font-face {
  font-family: DM-Serif;
  src: url(../fonts/DM_Serif_Text/DMSerifText-Regular.ttf);
}

@font-face {
  font-family: Poppins;
  src: url(../fonts/Poppins/Poppins-Regular.ttf);
}

@font-face {
  font-family: PoppinsLight;
  src: url(../fonts/Poppins/Poppins-Light.ttf);
}

@font-face {
  font-family: Thunderstorm;
  src: url(../fonts/Thunderstorm/Thunderstorm.ttf);
}

@font-face {
  font-family: RocketClouds;
  src: url(../fonts/RocketCloud/RocketClouds.otf)
}



/* Mobile Menu Imported Styles */


#hamburgericonmenuwrapper {
  z-index: 10000;
  position: absolute;
  width: 150px;
  font-size: 16px;
  height: 80px;
  display: block;
  top: 0;
  right: 0%;
  z-index: 10;
  float: right;
}

/* ###### CSS for Hamburger UI DIV and links ###### */

#hamburgerui {
  overflow: hidden;
  position: relative;
  height: 100%;
  width: 100%;
  /* float: right; */
  right: 0;
  top: 0px;
  z-index: 2;
  display: block;
}

#hamburgerui ul{
  margin: 0;
  padding: 0;
  display: block;
  height: 100%;
  font: bold 16px 'Bitter', sans-serif; /* #hamburgerui font size (Bitter is Google font) */
  list-style-type: none;
}

#hamburgerui li{
  display: inline;
  margin: 0;
}

#hamburgerui li a{
  float: none;
  height: 100%;
  width: 100%;
  display: block;
  position: relative;
  text-decoration: none;
  margin: 0;
  padding: 10px; /*padding inside each link */
  color: white;
  outline: none;
  background: transparent; /*background of tabs (default state)*/
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

#hamburgerui li:last-of-type a{
  width: 100%; /* width of last LI A containing hamburger style icon */

}

#hamburgerui li:last-of-type a:after{
  content: 'Menu';
  visibility: hidden;
}

#hamburgerui li a:visited{
  color: white;
}

#hamburgerui li a:hover{
  background: transparent; /*background of UI links for hover state  */
}


#navtoggler{  /* Main hamburger icon to toggle menu state */
  display: block;
  position: relative;
  top: 40%;
  right: 0px;
  float: right;
  font-size: 13px; /* change font size to change hamburger icon dimensions. Leave width/height below alone */
  width: 4em;
  height: 2.5em;
  padding: 0;
  text-indent: -1000px;
  border: 0.6em solid #0f1946;
  /* border color */
  border-width: 0.6em 0;
  cursor: pointer;
  -webkit-transform: translate3D(-50%, -50%, 0);
  transform: translate3D(-50%, -50%, 0); /* center hamburger icon inside link */
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}


#navtoggler::before, #navtoggler::after{
  /* inner strip inside hamburger icon */
  content: "";
  display: block;
  position: absolute;
  width: 80%;
  height: 0.6em;
  top: 50%;
  margin-top: -0.3em;
  right: 0;
  background: #0f1946; /* stripes background color. Change to match border color of parent label above */
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

#hamburgericonmenuwrapper.open #navtoggler::before,
#hamburgericonmenuwrapper.open #navtoggler::after{
  /* inner strip inside hamburger icon */
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 0.6em;
  top: 50%;
  margin-top: -0.3em;
  left: 0;
  background: #1BA9CC;; /* stripes background color. Change to match border color of parent label above */
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}


/* ###### CSS for Full Screen Menu NAV ###### */

#fullscreenmenu{
  width: 100%;
  height: 100%;
  position: fixed;
  top: 80px;
  left: 0;
  background-color: #0f1946; /* background color of full screen menu */
  padding-top: 50px; /* shift UL downwards by 100px so it's not obscured by hamburger icon */
  z-index: 1;
  background-image: url(../img/global/maps.png);
  background-size: cover;
  background-repeat: no-repeat;
  padding-top: 20px;
  visibility: hidden;
  overflow: auto;
  font-family: 'Bitter', sans-serif; /* 'Bitter' is Google font */
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transform: translate3D(0,-100%, 0); /* hide menu initially on screen by offsetting it vertically */
  transform: translate3D(0, -100%, 0);
  -webkit-transition: -webkit-transform 0.5s, visibility 0s 0.5s;
  transition: transform 0.5s, visibility 0s 0.5s;
}

#fullscreenmenu ul{
  margin: 0;
  padding: 0;
  list-style: none;
  width: 100%;
  position: relative;
  font-family: 'CenturyGothic', sans-serif;
  font-weight: bold;
  font-size: 3em; /* font size of UL menu */
  text-transform: uppercase;
  -webkit-transform: translate3D(0, -40px, 0);
  transform: translate3D(0, -40px, 0);
  opacity: 0;
  transition: all 0.5s 0.4s;
}

#fullscreenmenu ul li{
  width: 100%; /* by default, show 2 columns of links */
  float: none;
  display: block;
  text-align: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 8px; /* bottom spacing between LI */
}

#fullscreenmenu ul li a{
  text-decoration: none;
  position: relative;
  color: white; /* link color */
  padding: 15px 20px; /* general spacing between links */
  display: block;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
}


#fullscreenmenu ul li a:hover{
  color: #333;
}

#fullscreenmenu ul li a:hover:after{
  width: 100%;
}

/* #### Menu Hamburger Icon UI when shrinked CSS ######## */

#hamburgerui.shrink li:nth-last-of-type(n+2) a{
  opacity: 0;
  pointer-events: none;
}



/* #### Menu Opened State CSS ######## */

#hamburgericonmenuwrapper.open #fullscreenmenu{
  visibility: visible;
  -webkit-transform: translate3D(0, 0, 0); /* show menu by shifting it vertically to visible position within container */
  transform: translate3D(0, 0, 0);
  -webkit-transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
}

#hamburgericonmenuwrapper.open #navtoggler {
border-width: 0;
}

#hamburgericonmenuwrapper.open #navtoggler::before{
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg); /* rotate line to create "x" */
}

#hamburgericonmenuwrapper.open #navtoggler::after{
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg); /* rotate line to create "x" */
}

#hamburgericonmenuwrapper.open #hamburgerui li:nth-last-of-type(n+2) a{
  opacity: 0;
  pointer-events: none;
}

#hamburgericonmenuwrapper.open #fullscreenmenu ul{
  opacity: 1;
  -webkit-transform: translate3D(0, 0, 0);
  transform: translate3D(0, 0, 0); /* restore UL to original positon */
}


/* ####### responsive layout CSS ####### */

@media (max-width: 800px) { /* 1st breaking point */

  #hamburgerui li a{
    padding: 15px 0px; /*padding inside each link */
  }

  #fullscreenmenu ul{
    font-size: 2em;
  }

}

@media (max-width: 600px) { /* 2nd breaking point */

  #hamburgerui li a {
    padding: 20px 5px;
}

  #fullscreenmenu ul{
    font-size: 2rem;
  }
}

@media (max-width: 480px) { /* 3rd breaking point */
  #fullscreenmenu ul{
    font-size: 1.5em;
  }
}