body {
    margin: 0px;
}

/* Put any custom style definitions here (e.g., .gv_marker_info_window, .gv_marker_info_window_name, .gv_marker_list_item, .gv_tooltip, .gv_label, etc.) */
#gmap_div .gv_marker_info_window {
    font-size: 11px !important;
}

#gmap_div .gv_label {
    opacity: 0.90;
    filter: alpha(opacity=90);
    color: white;
    background: #333333;
    border: 1px solid black;
    padding: 1px;
    font: 9px Verdana !important;
    font-weight: normal !important;
}

.legend_block {
    display: inline-block;
    border: solid 1px black;
    width: 9px;
    height: 9px;
    margin: 0px 2px 0px 0px;
}

.logo {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1001;
}

/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {

    .logo {
        width: 75%;
    }

}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {

    .logo {
        width: 65%;
    }

}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {

    .logo {
        width: 55%;
    }

}

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {

    .logo {
        width: 45%;
    }

}

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {

    .logo {
        width: 35%;
    }

}

.logo .geohaiku{
    display: block;
}

.logo .github {
    display: none
}

.logo:hover .geohaiku {
    display: none;
}

.logo:hover .github {
    display: block;
}