    .text-center {text-align: center}
    .h_color {color:green}
@media only screen and (max-width: 2400px) {
    .h_large_font_animate {font-size:2vw; text-transform: uppercase;
                       -webkit-transition: all .5s ease;
                       -moz-transition: all .5s ease;
                       transition: all .5s ease;
                     }
    .h_small_font_animate {font-size:1.75vw; text-transform: uppercase; 
         -webkit-transition: all .5s ease;
         -moz-transition: all .5s ease;
         transition: all .5s ease;
         }
    .p_small_fonts_animate {font-size:1.12vw;
            -webkit-transition: all .5s ease;
            -moz-transition: all .5s ease;
            transition: all .5s ease;
            }
    .p_large_font_animate {font-size:1.5vw; 
                        -webkit-transition: all .5s ease;
                        -moz-transition: all .5s ease;
                        transition: all .5s ease;
                    }

    .h_fonts {font-size:1.75vw; text-transform: uppercase; }
    .p_fonts {font-size:1.5vw;}
    
    .text-center {text-align: center}
    .h_color {color:green}
@media only screen and (max-width: 2400px) {
    .h_large_font_animate {font-size:2vw; text-transform: uppercase;
                       -webkit-transition: all .5s ease;
                       -moz-transition: all .5s ease;
                       transition: all .5s ease;
                     }
    .h_small_font_animate {font-size:1.75vw; text-transform: uppercase; 
         -webkit-transition: all .5s ease;
         -moz-transition: all .5s ease;
         transition: all .5s ease;
         }
    .p_small_fonts_animate {font-size:1.12vw;
            -webkit-transition: all .5s ease;
            -moz-transition: all .5s ease;
            transition: all .5s ease;
            }
    .p_large_font_animate {font-size:1.5vw; 
                        -webkit-transition: all .5s ease;
                        -moz-transition: all .5s ease;
                        transition: all .5s ease;
                    }

    .h_fonts {font-size:1.75vw; text-transform: uppercase; }
    .p_fonts {font-size:1.5vw;}
             .div_fa_bars{ margin-left: -310px}   
    
    
}
    @media only screen and (max-width: 767px) {
            .div_fa_bars{ margin-left: -250px}
    }    
@media only screen and (max-width: 991px) {.fa-bars{display: block}}
@media only screen and (max-width: 700px) {
    .h_fonts {font-size:6vw}
    .p_fonts {font-size:5vw}       
    .div_fa_bars{ margin-left: 0px}
}
    
    
}

@media only screen and (max-width: 991px) {.fa-bars{display: block}}
@media only screen and (max-width: 700px) {
    .h_fonts {font-size:6vw}
    .p_fonts {font-size:5vw}       
    .div_fa_bars{ margin-left: 0px}
}


    @media only screen and (max-width: 2400px) {
        .div_fa_bars{ margin-left: -355px}  
    }


    @media only screen and (max-width: 700px) {
             .div_fa_bars{ margin-left: 0%}   
    }

#main-nav1 {
  height: 100%;
  width: 16.50%;
/*  position: fixed;*/
  z-index: 1;
  top: 0;
  left: 0;
/*  background-color: #111;*/
  overflow-x: hidden;
  padding-top: 20px;
}

/*
#main-nav a {
  padding: 6px 8px 6px 16px;
  text-decoration: none;
  font-size: 25px;
  color: #818181;
  display: block;
}
*/