@font-face { font-family: 'Nunito'; src: url('fonts/Nunito-VariableFont_wght.ttf') format('truetype'); font-weight: normal; font-style: normal; }
@font-face { font-family: 'Chalk'; src: url('fonts/DkCoolCrayon.ttf') format('truetype'); font-weight: normal; font-style: normal; }

* {
    font-family:  Nunito, Arial, sans-serif;
}

*:focus {
    outline: none;
}

body {
    font-size: 12pt;
    color: gray;
    background-color: black;
    text-align: center;
    /*margin: 0 !important;*/
}

img {
    border: 4px solid #555;
    border-radius: 10px;
    width: 70%;
}

img:hover {
    border-color: white;
}

#main-img {
    border: none;
}

p.chalk {
    font-family:  Chalk, Nunito, Arial, sans-serif;
    font-size: 16pt;
    color: gray;
}
/* maaagic */
p.chalk { transform:rotate(4deg); }
p.chalk:nth-child(2n) { transform:rotate(-3deg); }
p.chalk:nth-child(3n) { transform:rotate(2deg); }
p.chalk:nth-child(4n) { transform:rotate(-5deg); }
p.chalk:nth-child(5n) { transform:rotate(-3deg); }
p.chalk:nth-child(6n) { transform:rotate(2deg); }
/* ... you can add or remove more rotations here... */

img.location-desc {
    max-height: 200px;
    /*min-height: 50px;*/
    width: auto;
    margin: 20px 0;
}

img.round {
    border-radius: 50%;
}

img.eliane {
    width: 20%;
    min-width: 100px;
    margin: 20px 0;
}

img.dance {
    width: 45% !important;
    border-radius: 5%;
    padding: 0 5px;
}

h1 {
    color: white;
    font-size: 30pt;
    font-weight: normal;
}

h2 {
    color: white;
    font-size: 12pt;
    font-weight: bold;
}

a {
    color: darkorange;
}
a:hover {
    color: lightgoldenrodyellow;
}

a.venobox img:hover, #thumbnails img:hover {
    -moz-box-shadow: 0 0 15px #f3b818;
    -webkit-box-shadow: 0 0 15px #f3b818;
    box-shadow: 0px 0px 15px #f3b818;
    transform: translate3d(0px,-5px,20px);
}

p {
    color: #f3b818;
}

div.block {
    width: 100%;
    padding: 10px 0 30px 0;
}

div.block.odd {
    background-color: #101010;
}

div.block .text {
    width: 70%;
    margin: 0 auto;
}

a.anchor {
    display: block;
    position: relative;
    top: -90px;
    visibility: hidden;
}

.info {
    width: 40%;
    color: #101010;
    background: #f3b818;
    border-radius: 10px;
    padding: 10px;
    margin:0 auto;
    margin-bottom: 15px;
}
.info a {
    color: darkblue;
}

@media only screen and (max-width : 480px) {
    /*h1 {*/
    /*    font-size: 40pt !important;*/
    /*    !*color: #f3b818;*!*/
    /*}*/
    /*h2 {*/
    /*    font-size: 24pt !important;*/
    /*}*/
    /*body {*/
    /*    font-size: 24pt !important;*/
    /*}*/
    img.location-desc {
        width: 70%;
    }
    .info {
        width: 90%;
    }
}

/*.header {
height: 250px;
        background-image: url(./schmirdn.jpg);
        background-repeat: no-repeat;
background-position: center;
}*/

/* gallery start */
#gallery{
    padding-top: 50px;
}
#thumbnails img {
    height: 100px;
    width: auto;
    padding: 1px;
    margin: 0 5px;
    cursor:pointer;
}
img.vbox-figlio {
    height: 100vh;
    max-width: 90%;
    width: auto;
}

img.vbox-figlio:hover {
    border-color: #555;
}
/* gallery end */

/* feedback */
#feedback {
    display: grid;
    grid-template-columns: auto auto auto;
    padding: 10px 5%;
    width: 70%;
    margin: 50px auto 0 auto;
    justify-content: space-between;
}
.feedback-item {
    background-color: yellow;
    border: 1px solid rgba(0, 0, 0, 0.8);
    font-family:  Chalk, Nunito, Arial, sans-serif;
    font-size: 12pt;
    color: black;
    text-align: center;
    padding: 30px 22px;
    margin: 10px 60px;
}
@media only screen and (max-width : 900px) {
    #feedback {
        grid-template-columns: auto auto;
    }
}

@media only screen and (max-width : 480px) {
    #feedback {
        grid-template-columns: auto;
    }
    #thumbnails img {
        height: 70px;
    }
}

/* feedback end */
#google-maps {
    border-radius: 50%;
    overflow: hidden;
    width: 600px;
    margin: 0 auto;
}

@media only screen and (max-width : 800px) {
    #google-maps {
        display: none
    }
    #mini-map {
        display: block !important;
    }
}
