/*------------------------------------------------------------------------------

    Programador: Johannes Nogueira
    Site: http://www.jmultimidia.com.br

-------------------------------------------------------------------------------*/
@import url('https://fonts.googleapis.com/css?family=Yanone+Kaffeesatz:200,300,400,700');
/*font-family: 'Yanone Kaffeesatz', sans-serif;*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, img, small, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup {
    font-family: 'Yanone Kaffeesatz', sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    border: 0px;
    margin: 0px;
    padding: 0px;
    font-size: 100%;
    vertical-align: baseline;
}
body {
    border: 0px;
    margin: 0px;
    padding: 0px;
}
h1, h2, h3, h4 {padding-top: 1px}
h1 {
    font-size: 14px;
    font-weight: 400;
    color: #d35400;
}
h2 {
    font-size: 14px;
    font-weight: 400;
    color: #2c3e50;
}
h3 {
    font-size: 18px;
    font-weight: 700;
    color: #2c3e50;
}
h4 {
    background-color: #f00;
    color: #FFF;
    padding-left: 5px;
    padding-top: 1px;
    padding-right: 5px;
    max-width: 40px;
}
br {
    clear: both;
    height: 10px;
    display: block;
}

img {
    height: auto;
    max-width: 100%;
}

a {
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

.text-center {
    text-align: center;
}
.zoom {
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
    cursor: -webkit-zoom-in;
    cursor: -moz-zoom-in;
    cursor: zoom-in;
}

.zoom:hover,
.zoom:active,
.zoom:focus {
    /**adjust scale to desired size,
    add browser prefixes**/
    -ms-transform: scale(2.5);
    -moz-transform: scale(2.5);
    -webkit-transform: scale(2.5);
    -o-transform: scale(2.5);
    transform: scale(2.5);
    position:relative;
    z-index:100;
}

/**To keep upscaled images visible on mobile,
increase left & right margins a bit**/
@media only screen and (max-width: 768px) {
    ul.gallery {
        margin-left: 15vw;
        margin-right: 15vw;
    }

    /**TIP: Easy escape for touch screens,
    give gallery's parent container a cursor: pointer.**/
    .DivName {cursor: pointer}
}