.sign-up-line{
    border: 0px;
    padding-right: 0px;
    width:100%;
}

.login-padding{
	padding-left: 0px;
	width: 100%;
}
/* .navbar li{
    display: block;
    border-right: 1px solid #343434;
    border-left: 1px solid #343434;
    width: 100%;
}
.navbar li:first-child{
  border-left: 1px solid #343434;
  border-top: 1px solid #343434;
}
.navbar li:last-child{
  border-right: 1px solid #343434;
  border-left: 1px solid #343434;
  border-bottom: 1px solid #343434;
} */
.navbar li a, .dropbtn {
    display: block;
    color:#343434;
    text-align: center;
    padding: 20px 24px;
    text-decoration: none;
    font-size: 16px;
    height: 100%;
    margin: auto;
    width: 100%;
  }

  .navbar li.dropdown {
    display: block;
    color: #e1e1e1;
  }

.nav{
	top: 0;
	width: 100%;
	background-color: #e1e1e1	;
  position: relative;
  height: 60px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  margin-bottom: 0px;
}

.navbar{
  display: none;
	font-family: Montserrat-Medium;
	list-style-type: none;
	margin: 0;
	padding: 0;
	overflow: hidden;
	background-color: #e1e1e1;
  border-radius:4px;
  text-align: center;
  position: static;
  width: 15%;
  min-width: 150px; 
  }

.menu-trigger{
    display: none;    
}

.active {
  background-color: #e1e1e1;
  color: #801805;
}

.img{
    float: right;
    border:1px black solid;
    width: 15rem; 
    height: 180px;
}
.img button{
    height:20%;
}

.nav-expanded{
    display: block;
}


li.dropdown {
    display: block;
    
  }

  .dropdown-content {
   
    float: left;
    display: none;
    position: absolute;
    background-color: #e1e1e1;
    min-width: 160px;
    z-index: 1;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
  }

  .dropdown-content a {
    color: #e1e1e1;
    padding: 10px 10px;
    text-decoration: none;
    display: block;
    text-align: center;
    font-size: 14px;
    
    
  }
  .dropdown-content :last-child{
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
  }
  
  .dropdown-content a:hover {
    background-color: #343434;
    color: #801805;
    transition: 1s;
  }
  
  .dropdown:hover .dropdown-content {
    display: block;
  }

  .col div{
      width: 100%;
  }

  .logo{
    list-style: none;
    background-color:#e1e1e1;
    width: fit-content;
    
  }



  .wrapper {
    display: flex;
    width: 100%;
    align-items: stretch;
    perspective: 1500px;
}


#sidebar {
    min-width: 250px;
    max-width: 250px;
    background: #7386D5;
    color: #fff;
    transition: all 0.6s cubic-bezier(0.945, 0.020, 0.270, 0.665);
    transform-origin: bottom left;
}

#sidebar.active {
    margin-left: -250px;
    transform: rotateY(100deg);
}

#sidebar .sidebar-header {
    padding: 20px;
    background: #6d7fcc;
}

#sidebar ul.components {
    padding: 20px 0;
    border-bottom: 1px solid #47748b;
}

#sidebar ul p {
    color: #fff;
    padding: 10px;
}

#sidebar ul li a {
    padding: 10px;
    font-size: 1.1em;
    display: block;
}
#sidebar ul li a:hover {
    color: #7386D5;
    background: #fff;
}

#sidebar ul li.active > a, a[aria-expanded="true"] {
    color: #fff;
    background: #6d7fcc;
}


a[data-toggle="collapse"] {
    position: relative;
}

.dropdown-toggle::after {
    display: block;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
}

ul ul li a {
  font-size: 0.9em !important;
  padding-left: 30px !important;
  background-color: #e1e1e1;
  color: #343434;
}

ul.CTAs {
    padding: 20px;
}

ul.CTAs a {
    text-align: center;
    font-size: 0.9em !important;
    display: block;
    border-radius: 5px;
    margin-bottom: 5px;
}

a.download {
    background: #fff;
    color: #7386D5;
}

a.article, a.article:hover {
    background: #6d7fcc !important;
    color: #fff !important;
}

