footer{
    width: 100%;
    height: 40px;
    background: #222;
    color:#fff;
    border-top: solid 1px #fff;
}

.footer a{
    color: #fff;
}

.icon-bar {
    position: fixed;
    top: 30%;
    -webkit-transform: translateY(-30%);
    -ms-transform: translateY(-30%);
    transform: translateY(-30%);
}
  
.icon-bar a {
    display: block;
    text-align: center;
    padding: 5px;
    transition: all 0.3s ease;
    font-size: 20px;
}

.icon-bar img {
    height: 35px;
    width: 35px;
}

.navbar-item {
    text-align: right;
}

.carousel-control-prev-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23666766' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E") !important;
   }
   
.carousel-control-next-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23666766' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E") !important;
}

.article2 {
    max-width: 800px;
    margin: auto;
}

.article2 a {
    color: #222;
    text-decoration: underline;
}

/* body {
    background-color: rgb(51, 43, 43) !important;
    color: #fff;
} */

.imgdiv {
    text-align: center;
    margin: 10px 10px;
}

.imgcenter {
    height: auto;
    max-width: 100%;
}
