 #getStartedButton {
     display: none;
 }
 #MainNav {
	float:right;
}
  @font-face {
      font-family: avenirBlack;
      src: url("font/Avenir-Black-03.ttf");
    }@font-face {
      font-family: avenirMedium;
      src: url("font/Avenir-Medium-09.ttf");
    }@font-face {
      font-family: avenirHeavy;
      src: url("font/Avenir-Heavy-05.ttf");
    }
    .avenirMedium{
        font-style: avenirMedium;}
    .avenirMedium15{
        font-style: avenirMedium;
        font-size: 0.9375em;}
    .avenirMedium16{
        font-style: avenirMedium;
        font-size: 1rem;
    }.avenirMedium20{
        font-style: avenirMedium;
        font-size: 1.25rem;
    }.avenirMedium24{
        font-style: avenirMedium;
        font-size: 1.35rem;
    }.avenirMedium35{
        font-style: avenirMedium;
        font-size: 2.1875rem;
    }.avenirBlack48{
        font-style: avenirBlack;
        font-size: 2.4rem;
    }.avenirHeavy20{
        font-style: avenirHeavy;
        font-size: 1.25rem;
    }
    /* font end */
    
    body{
        background-color: #e1e4e7 !important;
    }
    .wrapper{
      /* adjust width for responsive?*/
         max-width: 1344px;
          margin: auto;
         background: white;
      /*adjust padding later*/
          padding: 10px;

    }
    footer{
        max-width: 1344px;
          margin: auto;
    }
    .jumbotron {
        background-image: url("./images/banner/eFileME-Web-Site-Hero-Banner-COMING-SOON-1600x543.jpg");
          background-size: cover;
          height:500px;
          /*padding:200px;*/
    }
    footer{
        background-color: #b8bbbd;
    }
    .addtop{
        padding-top: 5%;
        height:40%;
    }
    .addtop2{
        padding-top: 2%;

    }
    .addbottom{
        padding-bottom: 1%;
    }
    .addbottom2{
        padding-bottom: 10%;
    }
    .thick{
        font-weight:bold;
    }
    .footerlist{
        list-style-type: none;
    }
    .addtop10{
        padding-top: 13%;
    }
    .navcolor li a{
        color: #114676;  
        text-decoration: none;
        font-weight:600;
    }
    .navcolor li a:hover{
        color: #1073b3;
        font-weight:600;
    }
    .iconstyle{
        color:black;
        text-decoration: none;
    }
    .iconstyle:hover{
        color:black;
        text-decoration: none;
    }
    .footerlist li, .leftfooter{
        line-height: 98%;
    }

    .adjust{
        margin-bottom: 7%;
    }
    .links{
        color: #1073b3;  
                            text-decoration: none;
    }
    .links:hover{
        color: #1073b3;
                
        
    }
    
    .iconfade:hover{
transition: .5s ease;
opacity: 0.3;

    }
    
            .navfont{
        font-size: 1em;
    }
    .nav-link:focus, .nav-link:hover{
        text-decoration: underline !important;
    }
  .bd-placeholder-img {
      font-size: 1.125rem;
      text-anchor: middle;
      -webkit-user-select: none;
      -moz-user-select: none;
      -ms-user-select: none;
      user-select: none;
  }

  @media (min-width: 768px) {
    .bd-placeholder-img-lg {
      font-size: 3.5rem;
    }
  }
  @media only screen and (max-width: 500px) {
      .overlappingfix{
          padding-top: 50px !important;
      }
      #MainNav {
        float: none;
        display: initial;
    }
    #navbarsExampleDefault > ul {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
    }
  }