#hero {
    background: url(../img/bg_2.jpg) top left; 
    background-size: cover;
    height: 100vh;
}

.paddingQuote {
    margin-left: 30px;
    margin-right: 30px;
}

.rightText {
    float: right;
    margin-right: 50px;
}

#footer span:hover {
    text-decoration: none;
    cursor: pointer;
    color: white;
}

.form-control {
    color: white;
}

.form-control:hover {
    border: 2px solid white;
}

.form-control:focus {
    border: 2px solid white;
    color: white;
}

.menu {
    position: fixed;
    top: 0px;
    right: -150px;
    z-index: 9999;
    display: none;
}

.menu-animate-1 {
    right: 0px;
    display: block;
}

.menu ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    background-color: rgb(59,61,64, 0.5);
}
  
.menu li {
    float: left;
}
  
.menu li a {
    display: block;
    color: white;
    text-align: center;
    padding: 20px 30px;
    text-decoration: none;
    font-size: 20px;
}

.menuActive {
    background-color: rgb(59,61,64);
}
  
.menu li a:hover {
    background-color: rgb(59,61,64);
}

.menu-animate-2 {
    position: fixed;
    top: 0px;
}

#features-3 {
    background-color: #fafafa;
}

#pricing::after {
    content: "";
    background-color: #eeeeee;
    opacity: 1;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    position: absolute;
    z-index: -1;   
}

#pricing .figure {
    background: none;
}


.pricing .container .row .feature-text, .feature .figure-text, .figure .feature-text, .figure .figure-text {
    margin-top: 10px;
    color: #000000;
    font-size: 17px;
}

.figure-text {
    color: #000000;
    font-size: 17px;
}

#hero .intro .text {
    bottom: -17em;
}

#hero .intro p {
    font-size: 22px;
}

#features .feature .feature-lead, #features .feature .figure-lead, #features .figure .feature-lead, #features .figure .figure-lead {
    font-size: 16px;
    line-height: 28px;
}

#features .feature .feature-text, #features .feature .figure-text, #features .figure .feature-text, #features .figure .figure-text {
    margin: 0px;
    text-align: left;
    padding-left: 0px;
}

.uppercase-sm {
    font-size: 16px;
}



@media screen and (max-width: 768px) {
    .menu {
        display: none;
    }
    
    .containerHamburger {
        display: block;
        position: fixed;
        top:0;
        left:0;
        z-index: 9999999;
        cursor: pointer;
        margin: 6px;
      }
      
      .bar1, .bar2, .bar3 {
        width: 35px;
        height: 5px;
        background-color: #fff;
        margin: 5px 0;
        transition: 0.4s;
      }
      
      /* Rotate first bar */
      .change .bar1 {
        -webkit-transform: rotate(-45deg) translate(-7px, 6px) ;
        transform: rotate(-45deg) translate(-7px, 6px) ;
      }
      
      /* Fade out the second bar */
      .change .bar2 {
        opacity: 0;
      }
      
      /* Rotate last bar */
      .change .bar3 {
        -webkit-transform: rotate(45deg) translate(-7px, -8px) ;
        transform: rotate(45deg) translate(-7px, -8px) ;
      }

    .menu li {
        width: 100%;
    }
}   


  