html {
    position: relative;
    min-height: 100%;
  }

body {
    margin: 0;
    margin-bottom: 200px;
}

.logo {
    padding-top: 30px;
    margin-left: -10px;
}

footer {
    font-size: 15px;
    position: absolute;
    bottom: 140px!important;
    width: 100%;
    height: 40px;
    line-height: 40px;
    background-color: #f5f5f5;
}
.footer-text {
    background-color: #e7e5e6;
    padding-top: 10px;
    padding-bottom: 10px;
}

.footer-copyright {
    background-color: #3ecd59;
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
    color: #fff;
}

.copyright {
    float: right;
}

.footer-socials {
    text-align: right;
    padding-right: 0px;
    padding-top: 30px;    
    padding-bottom: 30px;
}

.list-inline {
    margin-bottom: 0px!important;
}

.link { 
    color: #3ecd59;
}

.link:hover {
    color: #008000;
}

.carousel-inner .carousel-item {
    transition: -webkit-transform 1s ease !important;
    transition: transform 1s ease !important;
    transition: transform 1s ease, -webkit-transform 1s ease!important;
}

.footer-link {
    color: #fff;
}

.footer-link:hover {
    color:#fff;
}

.cookie-settings-url {
    font-size: 14px;
}

.cookie-settings-url:not([href]):not([tabindex]):focus,
.cookie-settings-url:not([href]):not([tabindex]):hover {
    cursor: pointer;
    text-decoration: underline;
}