/**
 * place custom style in this file
 * add !important to the end if no effect
 * e.g. color: #fff !important;
 * --------------------------------------------------
 *
 */

img.navbar-brand-media-img.navbar-brand-media-img-light {
    height: 100px !important;
}

img.navbar-brand-media-img.navbar-brand-media-img-dark {
    height: 70px;
    margin-top: -22px;
}

.linkcasan {
    position: relative;
    bottom: -230px;
    z-index: 100000;
    border: 2px solid green !important;
    border-radius:5px;
    left: 25%;
}

@media only screen and (max-width: 600px) {
    .linkcasan {
        position: relative;
        bottom: -80px;
        padding:5px;
    }
    .linkcasan>button {
        padding:5px;
    }
    .textwidget>img:not(.banner){
        position: absolute;
        width: 50%;
        left: 200px;
        top:-140px
    }
}

@media only screen and (min-width: 768px) {
    .linkcasan {
        position: relative;
        bottom: -150px;
        text-align:center;
        left: 100px;
    }
}

@media only screen and (min-width: 992px) {
    .linkcasan {
        left: 25%;
        bottom: -230px;
    }
}