.tipSliderContainer {
    padding: 4px;
    background-color: rgb(241, 238, 238);
    width: 80%;
    margin-left: 10%;
    min-height: 120px;
    border: 2px solid;
    border-radius: 25px;
}

.tipSlider li {
    list-style-type: none;
}

.menu-link {
    color: white !important;
    font-size: 20px !important;
}

.head_image {
    height: 3rem;
    width: auto;
    border: 5px solid #fee66a;
}

.imgcenter {
    margin: auto;
    height: 100px;
    width: auto;
}

.carousel-control-prev,
.carousel-control-next {
    background-color: gray;
}

html,
body {
    height: 100%;
}

#wrap {
    min-height: calc(100% - 8rem);
}

.card_glass {
    opacity: 0.6;
}

.card_glass:hover {
    box-shadow: 0px 0px 80px #000000;
    z-index: 90000;
    -webkit-transition: all 200ms ease-in;
    -webkit-transform: scale(1.02);
    -ms-transition: all 200ms ease-in;
    -ms-transform: scale(1.02);
    -moz-transition: all 200ms ease-in;
    -moz-transform: scale(1.02);
    transition: all 200ms ease-in;
    transform: scale(1.02);
    opacity: 1;
}

.a_glass:hover {
    z-index: 90000;
    -webkit-transition: all 100ms ease-in;
    -webkit-transform: scale(1.1);
    -ms-transition: all 100ms ease-in;
    -ms-transform: scale(1.1);
    -moz-transition: all 100ms ease-in;
    -moz-transform: scale(1.1);
    transition: all 100ms ease-in;
    transform: scale(1.1);
    text-decoration: underline !important;
}

.left {
    float: left;
}

.wmrm {
    max-width: 25rem !important;
    height: auto;
    float: right;
}