@font-face {
    font-family: MarbyBoldPro;
    src: url("../fonts/mabry-bold-pro.otf") format("opentype");
}

body {
    font-family: "MarbyBoldPro";
}
.vertical-center {
    min-height: 100%;  /* Fallback for browsers do NOT support vh unit */
    min-height: 100vh; /* These two lines are counted as one :-)       */

    display: flex;
    align-items: center;
}

.intro-div {
    text-align: center;
}

.intro-div h2 {
    font-family: "MarbyBoldPro";
    margin-top:20px;
    margin-bottom:50px;
    font-size:30px;
    font-weight: bold;
    color: white;

}

#container-valorations .col-md-3 img:active{
    opacity:0.5;
}

#connection-ok{
    position:fixed;
    top:0;
    text-align: center;
    background: #00000099;
    display:none;
}

#connection-ok .fas{
    font-size: 270px;
    color: #ff6600;
}

body {
    background-image: url(../../casagrand/img/background.png);
    background-position: center top;
    background-size: 100% auto;
}
