body {
    font-family: 'Nunito', sans-serif;
    /*background-color: #F5F5F5;*/ 
}

#main {
    min-height: 360px; 
    height: 100%;
}

#footer {
    padding-bottom: 2.5rem;
    padding-top: 2.5rem;
    height: 100%
}

a {
    /*color: #FFFFFF;*/
    text-decoration: none;
}

 #wrapper {
    overflow-x: hidden;
    /*z-index: 1;*/
 }
  
#sidebar-wrapper {
    position: static;
    z-index: 9;
    min-height: 100vh;
    /*height: 100%;*/ 
    margin-left: -8rem;
    -webkit-transition: margin .25s ease-out;
    -moz-transition: margin .25s ease-out;
    -o-transition: margin .25s ease-out;
    transition: margin .25s ease-out;
    background-color: #2F2F2F;
    /*width: 280px;*/
}

#sidebar-wrapper .list-group-item-action {
  background-color: #2F2F2F; 
  border-style: hidden;  
}

#sidebar-wrapper .list-group-item-action:hover {
  background-color: #424546; 
  border-style: hidden;  
}

#sidebar-wrapper .sidebar-heading {
    background-color: #2F2F2F;
    padding: 0.875rem 1.25rem;
    font-size: 1.2rem;
}

#sidebar-wrapper .list-group {
    width: 100%;
  /*width: 10rem;*/
}

#page-content-wrapper {
  min-width: 80vw;
  width: 100%;
}

#wrapper.toggled #sidebar-wrapper {
  margin-left: 0;
}

#img_login div {
    display: none !important; 
}

/* Then style the iframe to fit in the container div with full height and width */
.responsive-iframe {
  /*position: absolute;*/
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  min-height: 560px;
}

.container-home {
    position: relative;
    text-align: center;
    /*color: white;*/
    height:100vh;
    background: url("/images/home/2-1-crop.jpg");
    background-size: 100%;
    background-repeat: no-repeat;
    /*filter : brightness(50%);*/
}

.img-full {
    width: 100%;
    height: 100%;
    /*height: 100vh;*/
    /*min-height: 100%;*/ 
/*    display: inline-block;
    overflow: hidden; */
}

.centered {
    position: absolute;
    top: 45%;
    left: 50%;
    transform: translate(-50%, -50%);
}

@media (min-width: 768px) {
    #sidebar-wrapper {
      margin-left: 0;
    }

    #page-content-wrapper {
      min-width: 0;
      width: 100%;
      margin-left: 0.1rem; 
    }

    #wrapper.toggled #sidebar-wrapper {
      margin-left: -8rem;
    }
  
    #img_login div {
        display: block !important; 
    }
    
    .container-home {
        position: relative;
        text-align: center;
        /*color: white;*/
        height:100vh;
        background: url("/images/home/2-1.jpg");
        background-size: 100%;
        background-repeat: no-repeat;
        /*filter : brightness(50%);*/
    }

    .img-full {
        width: 100%;
        height: 100%;
        /*height: 100vh;*/
        /*min-height: 100%;*/ 
    }

    .centered {
        position: absolute;
        top: 45%;
        left: 50%;
        transform: translate(-50%, -50%);
    }
  
}