@import url('https://fonts.googleapis.com/css2?family=Montserrat&display=swap');

body {max-width:1270px; margin:0 auto; font-family: "Montserrat", sans-serif; color:#757575;
font-size: 15px;
    line-height: 1.5;
}


/* Set height of the grid so .sidenav can be 100% (adjust as needed) */
.row.content {height: 550px}

/* Set gray background color and 100% height */
.sidenav {
  background-color: #f1f1f1;
height: 1000px;
  width:250px;
}


.stacked {height:2000px;}

.btn {
    display: block;
    /* margin-left: 40px; */
    /* margin-top: -60px; */
    margin-bottom: 20px;
    background: #e08d19;
    -webkit-border-radius: 28;
    -moz-border-radius: 28;
    border-radius: 28px;
    text-shadow: 1px 1px 3px #666666;
    color: #ffffff;
    padding: 5px 20px 5px 20px;
    font-weight: normal;
    font-size: 10pt;
    font-family: "Montserrat", sans-serif;
    text-decoration: none;
}
.btn:hover {
  cursor: pointer;
  background: #e08d19;
  background-image: -webkit-linear-gradient(top, #e08d19, @ff3300);
  background-image: -moz-linear-gradient(top, #e08d19, @ff3300);
  background-image: -ms-linear-gradient(top, #e08d19, @ff3300);
  background-image: -o-linear-gradient(top, #e08d19, @ff3300);
  background-image: linear-gradient(to bottom, #e08d19, @ff3300);
  text-decoration: none;
}



/* On small screens, set height to 'auto' for the grid */
@media screen and (max-width: 767px) {
  .row.content {height: auto;}
}




.image {margin-top:15px; }
h3 {line-height: 1.5;}
#myNavbar{background-color: white; }
.dot {font-size: 24px;display: none;}
.btn {
    display: block;
    /* margin-left: 40px; */
    /* margin-top: -60px; */
    margin-bottom: 20px;
    background: #e08d19;
    -webkit-border-radius: 28;
    -moz-border-radius: 28;
    border-radius: 28px;
    text-shadow: 1px 1px 3px #666666;
    color: #ffffff;
    padding: 5px 20px 5px 20px;
    font-weight: normal;
    font-size: 10pt;
    font-family: "Montserrat", sans-serif;
    text-decoration: none;
}

.w3-display-topleft {
    position: absolute;
    left: 0;
    top: 0}


.w3-text-white {
color:#fff!important;

}
.col-sm-9 {

    margin-left: 4px;
    margin-top:20px;
}

.text{margin-top:-25px;}

.well {background-color: #fff;border: none; box-shadow: none;}
.sidenav {background-color: #fff!important;}

.container-fluid {padding-left: 0px!important; padding-right: 0px!important;}

#tarp {width: 100%; height: 100%; background-color:rgba(0, 0, 0, 0.3); position: fixed; z-index: 1000; display: none;}
.sidenavb ul{height: 100%;}

@media screen and (min-width: 1000px){
  .col-sm-9 {
      width: 75%;
      margin-left: 0px!important;
  }


.w3-hide-large {
  display: none;
}

.sidenav {background-color: #fff!important; display: block!important}
.sidenavb {background-color: #fff!important; display: none!important; }
.sidenavb ul{height: 100%;}
#tarp {width: 100%; height: 100%; background-color:rgba(0, 0, 0, 0.3); position: fixed; z-index: 1000; display: none!important;}


}


 .nav {
   font-family: "Roboto", sans-serif;
   font-weight: bold;
   font-size: 18px;
/* overflow-y: scroll; */
height: 100%;
 }

 .overflow {
   overflow-y: scroll;
 }

 .nav-pills a {color:black;}
 li.active a{background-color: white!important; color:#757575!important;}
 a:visited {color:#757575!important;}
.activeb {background-color:#F1F1F1;}
.line{margin-left: 4px!important;}
 .footer{background-color: #f1f1f1; width: 100%; margin-top: 0;margin-right: 10px; text-align: center;
   font-size: 12px;
   padding: 15px;

  }

  .footertext {width: 70%; margin: 0 auto;}
  .navbar-inverse .navbar-toggle .icon-bar {
background-color: black;

  }
.navbar-inverse .navbar-toggle:focus, .navbar-inverse .navbar-toggle:hover {background-color: white;}
  .navbar-inverse .navbar-toggle {background-color: white; border: none;}
.sidenavb {display: none; height:1300px}

@media screen and (max-width: 1000px){
  .w3-text-white {
    display: none;

  }
  .visible-xs {
    display: block!important;
    border:none;
     background-color: #fff!important;
  }
   .sidenav{position: fixed; display: none;z-index: 100000; left:0;}

.sidenavb{position: fixed;  z-index: 100000; left:0; top:0; height: 1000px}
.navbar-toggle{display: block; cursor: pointer; }
}
/**dropdown**/
.dropdown ul li a {
  font-size: 15px;
  display: block;
  padding: 8px 16px;
  text-align: left;
 color: #757575!important;
}

.dropdown2 ul li a {
  font-size: 15px;
  display: block;
  padding: 8px 16px;
  text-align: left;
 color: #757575!important;
}

.dropdown3 ul li a {
  font-size: 15px;
  display: block;
  padding: 8px 16px;
  text-align: left;
 color: #757575!important;
}

.dropdown ul li a:hover {
text-decoration:none;
background-color:#cccccc;
}

.dropdown2 ul li a:hover {
text-decoration:none;
background-color:#cccccc;
}

.dropdown3 ul li a:hover {
text-decoration:none;
background-color:#cccccc;
}
.dropdown ul, .dropdown2 ul, .dropdown3 ul {
  list-style: none;
  display: none;
}

.dropdown a, .dropdown2 a , .dropdown3 a{color: black!important; cursor: pointer;}

.arrow {font-size:25px;}
@media screen and (max-width: 991px){
  .col-sm-9 {
      width: 100%;
  }
  .visible-xs {
    display: block!important;
    border:none;
    background-color: #fff!important;
  }

.sidenavb{position: fixed;  z-index: 100000; left:0; background-color: white; width: 240px; height: 1000px; overflow-y: scroll;}


.navbar-toggle{ right: 0; cursor: pointer; float: right;margin-left: 70px;}
  }/**/
