/* Home Hexagon Hover */

.icon_hover{ position: relative;display: inline-block;}
.icon_hover .img_change {display: none;position: absolute;top: 0;left: 0;}
.icon_hover:hover .img_change {display: inline;}

/*Hexagon*/
.object-content {
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}
.object-title {
    margin-top: 10px;
    margin-bottom: 10px;
    color: #003494;
    font-weight: bold;
}
.object-description {
    margin-top: 20px;
    margin-bottom: 20px;
}
.object-description p {
    font-size: medium;
}

.object img {
    width: 100%;
}
.object {
    position: absolute;
    cursor: pointer;
}
.object img.img {
    -webkit-transition: all 1s linear;
    -moz-transition: all 1s linear;
    -o-transition: all 1s linear;
    transition: all 1s linear;
    cursor: pointer;
}
.object-name {
    position: absolute;
    left: 0;
    width: 100%;
    text-align: center;            
    font-family: arial;
    cursor: pointer;
}
.object.active .object-name {
    color: white !important;
}
.hide {
    display: none;
}
.img.big {
    height: 351px;
    width: 304px;
}
.img.medium {
    height: 249px;
    width: 216px;
}
.img.small {
    height: 166px;
    width: 144px;
}
.object-name {
    top: 45%;
}
.object:first-child .object-name {
    top: 45%;
}

/* Default (desktop / larger screens) */
.hex-rotate {
    transform: scale(0.80) !important;
    -webkit-transform: scale(0.80) !important;
    transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
    min-height: 500px;
    min-width: 500px;
    /* margin-bottom: 250px; */
    margin-left: 115px;
    position: relative;
}

/* Mobile adjustment */
@media (max-width: 768px) {
    .hex-rotate {
        min-height: 200px !important;
        min-width: auto;       /* optional: adjust if width is also too large */
        margin-left: 0;        /* optional: center better on mobile */
        margin-bottom: 0px;  /* optional: less spacing on mobile */
    }
}

.desktop-hexagon .object{
    transition: all 0.2s linear;
}

.object {
    position: absolute;
    cursor: pointer
}
