/*
*	@author Mr. X
*	@date August 2018
*
*/ 
#logo {
    transition: 1.5s;
    transform: rotate(15deg);
}

#logo:hover {
    /*transition: .3s; */
    /*transform: rotate(40deg);*/
}

#jpgBox {
    max-width: 80%;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.cls-imp-fat{
    font-weight: bold;
}

.grid-container {
    display: grid;
    grid-template-columns: auto auto;
    padding: 10px;
}

#frameGMaps {
    width:750px;
    height:450px;
    border:0;
}


/* Extra small devices (phones, 600px and down) */

@media only screen and (max-width: 600px) {
    .grid-container {
        width: 100%;
    }
    .cls-font {
        font-size: 0.40em;
    }

    #frameGMaps {
        width:300px;
        height:200px;
        border:0;
    }
}

/* Small devices (portrait tablets and large phones, 600px and up) */

@media only screen and (min-width: 600px) {
    .grid-container {
        width: 80%;
    }
    .cls-font {
        font-size: 0.35em;
    }
    #frameGMaps {
        width:700px;
        height:450px;
        border:0;
    }
}

/* Medium devices (landscape tablets, 768px and up) */

@media only screen and (min-width: 768px) {
    .grid-container {
        width: 60%;
    }
    .cls-font {
        font-size: 0.4em;
    }
}

/* Large devices (laptops/desktops, 992px and up) */

@media only screen and (min-width: 992px) {
    .grid-container {
        width: 50%;
    }
    .cls-font {
        font-size: 0.55em;
    }
}

/* Extra large devices (large laptops and desktops, 1200px and up) */

@media only screen and (min-width: 1200px) {
    .grid-container {
        width: 40%;
    }

    #nav a {
        font-size: 2.0em;
    }

    .cls-font {
        font-size: 0.75em;
    }
}

.grid-item {
    text-align: left;
}