body{
	background: #fafafa;
}
p{
	font-size: 1em;
	font-weight: 300;
	line-height: 1.7em;
	color: #999;
}
a,
a:hover,
a:focus{
	color: inherit;
	text-decoration: none;
	transition: all 0.3s;
}

/* Side Bar*/

#sidebar.active {
    margin-left: -240px;
}
.wrapper{
	display: flex;
	text-decoration: none;
	transition: all 0.3s;
}

#sidebar{
	min-width: 250px;
	max-width: 250px;
	background: #00556F;
	color: #fff;
	transition: all 0.3s;
	box-shadow: 0 0 1rem 0.25rem rgba(0, 0, 0, 0.15) !important;
}


#sidebar .sidebar-header{
	padding: 20px;
	background: #00556F;
}
#sidebar ul.components{
	padding: 20px 0;
	border-bottom: 1px solid #47748b;
}

#sidebar  p{
	color: #fff;
	padding: 10px;
}

a[data-toggle="collapse"]{
	position: relative;
}

.dropdown-toggle::after{
	display: block;
	position: absolute;
	top: 50%;
	right: 20%;
	transform: translateY(-50%);
}
ul ul a{
	font-size: 0.9em !important;
	padding-left: 30px !important;
	background: #6d7fcc;
}

#content{
	width: 100%;
	padding: 20px;
	min-height: 100vh;
	transition: all 0.3s;
}
.btn-info{
    background-color: #01AA8A;
}

 .img-container{
      width: auto;
        height: auto;
        position: relative;
        line-height: 0;
    }
    .content{
      position: absolute;
      top: 45%;
      left: 50%;
      transform: translate(-50%, -50%);
      color: #fff;
      text-transform: uppercase;
      font-size: 18px;
    }
    .overlay{
      position: absolute;
      top: 0;
      left: 0;
      bottom: 0;
      right: 0;
      height: auto;
      width: auto;
      opacity: 0;
      transition: .5s ease;
      background: rgba(010, 010, 010, 0.8);
    }
    .img-container:hover .overlay{
      opacity: 1;
    }

@media (max-width: 768px) {
    #sidebar {
        margin-left: -250px;
    }
    #sidebar.active {
        margin-left: 0;
    }
    #sidebarCollapse span {
        display: none;
    }
	.card-body button{
    	font-size: .8rem;
    }
    .card-body a{
    	font-size: .8rem;
    }
}
/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (max-width: 992px) {
  .card-body button{
    	font-size: .8rem;
    }
    .card-body a{
    	font-size: .8rem;
    }
}

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {
 .card-body button{
        font-size: .8rem;
    }
    .card-body a{
        font-size: .8rem;
    }

}
