body {
    background-image: url(img_src/bgnokat.png);
    background-attachment: fixed;
    background-size: cover;
    font-family: "Helvetica", "Arial";
    color: #fff;
    font-weight: 100;
    text-align: center;
    line-height: 2;
}
.galleryPic {
    width: 45%;
    line-height: 3;
    text-align: center;
    font-size: 12px;
    margin: 40px 2%;
    display: inline-block;
}
.galleryPic img {
    width: 100%;
    height: auto;
}
#galleryTitle {
    width: 70%;
    margin: 5% auto;
}
.galleryCon {
    width: 100%;
    margin: 40px 0px;
}
#back {
    position: fixed;
    top: 20px;
    left: 20px;
}
#back img {
    width: 24px;
    height: auto;
}
#picloader {
    opacity: 0.5;
    transition: opacity .2s linear;
    font-weight: 800;
}
#picLoadAll {
    margin-left: 10%;
    opacity: 0.5;
    transition: opacity .2s linear;
    font-weight: 800;
}
#picCounter {
    opacity: 0.5;
}