.navbar{
    width: 100%;
    float: left;
    display: -webkit-inline-box;
}
.navbr
{
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
}
.logo-margin-top{
  margin-top: -8px;
}
.tool{
  padding: 10px;
  font-size: 16px;
}
.m-4 {
    margin: 3rem 3rem!important;
}

.m-11 {
    margin: 1.5rem 3rem 7rem 3rem!important;
}

.mt-5, .my-5 {
    margin-top: 4.5rem!important;
    
}
.mt-10, .my-10 {
    margin-top: 3rem!important;
}
#buttons_c {
    margin-top:8rem;
    white-space: nowrap;
}

canvas.center {
    position: absolute;
    left: 40%;
    width: 20%;
    height: 100%;
    top: 0;
}
textarea.error {
    border-color: #FBC2C4;
}

pre.error {
    background: #FBE3E4;
    color: #D12F19;
    border: thin solid #FBC2C4;
    border-radius: 4px;
    padding: 1em;
    display: none;
}

.footer 
{
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    color: white;
    text-align: center;
}
.topnav {
    overflow: hidden;
    height: 40px;
  background-color: #254129;
}
.topnav a {
  float: left;
  display: block;
  color: #fff;
  text-align: center;
  padding: 13px 16px;
  text-decoration: none;
  font-size: 20px;
}
.topnav a.hbtn {
    font-size:20px;
    padding: 20px 25px 0px 0px;
  }
.active {
  background-color: #000;
  color: white;
}
.topnav .icon {
  display: none;
}
.dwr
{
  float: right;
}
.show {display: grid;}

.topnav a:hover {
  background-color: #03072900;
  color: white;
}
 #initco
{
    padding-left: 10px;padding-right: 10px;
}
#rmsp
{
    padding:0px;
}
@media screen and (max-width: 768px) {
  .topnav a:not(:first-child), .dropdown .dropbtn {
    display: none;
  }
  .topnav a.icon {
    float: right;
    display: block;
  }
  .dropdown {
    float: right;
    overflow: hidden;
    /*float: right;*/
    position: initial;
    margin-right: 3rem;
  }
  .topnav a.hbtn {
    float: right;
    padding: 10px 0px 15px 15px;
    display:none;
  }
  .m-11 {
    margin: 1.5rem 1rem 5rem 1rem!important;
    }
  .m-4 {
    margin: 2rem 1rem!important;
    }
  .mt-5, .my-5 {
    padding-left: 35px!important;
    padding-right: 35px!important;
    }
}
@media screen and (max-width: 768px) {
  .topnav.responsive {position: relative;}
  .topnav.responsive .icon {
    position: absolute;
    right: 0;
    top: 0;
  }
  .topnav.responsive a {
    float: none;
    display: flex;
    text-align: left;
  }
    .topnav.responsive .dropdown {float: none;}
  .topnav.responsive .dropdown-content {position: relative;}
  .topnav.responsive .dropdown .dropbtn {
    display: block;
    width: 100%;
    text-align: left;
  }
  .dwr
  {
    float: left;
  }
   #initco
    {
        padding-left: 0px!important;padding-right: 0px!important;
    }
    
    #rmsp
    {
        padding:10px 10px 10px 10px!important;
    }    
    #buttons {
    white-space: nowrap;
    margin-bottom: 1em;
    margin-top: 1rem!important;
    padding-right:30px!important;
  } 
  #buttons_c {
    white-space: nowrap;
    margin-bottom: 1em;
    margin-top: 1rem!important;
    padding-right:30px!important;
  } 
  div.left{
    width: 100%!important;
  }
  div.right{
    width: 100%!important;
  }
  div.center{
    width: 100%!important
  }
}
div.toolname{
  padding-left: 50px;
  padding-right: 50px;
  padding-bottom: 30px;
  margin-top: 30px;
}
div.bdc{
padding-left: 50px;
padding-right: 50px;
padding-bottom: 30px;
}
div.title{
  color:#254129;
  border: 1px;
  padding-left: 50px;
  padding-right: 50px;
}
div.inf{
  padding-top: 20px;
  padding-left: 50px;
  padding-right: 50px;
}
div.inf1{
  padding-left: 50px;
  padding-right: 50px;
  padding-bottom: 30px;
}
p.desc1{
  color:white;
   border: 1px;
}
p.desc2{
padding-left: 50px;padding-right: 50px;
}
div.desc3{
  padding-left: 50px;padding-right: 50px; padding-bottom: 30px;
}
nav.navbar{
display: flow-root;
}
i.fa{
  color:white; 
}