@font-face {
    font-family: 'Eordeoghlakat';
    src: url('fonts/Eordeoghlakat.ttf') format('truetype'),
         url('fonts/Eordeoghlakat.otf') format('opentype');
    font-weight: 100;
    font-style: normal;
}

body, html {margin:0px; padding:0px; background-color: #292425; background-image:url('../images/bg.jpg'); background-position: center; background-repeat: repeat; background-attachment: fixed;}

div.wrapper { width: 100%; height: 100%; margin: auto; text-align: center; }

a { cursor: pointer; }

a:link { color: #6d0202; text-decoration: none; border:0; }
a:visited { color: #6d0202; text-decoration: none; border:0; }
a:hover { color: #6d0202; text-decoration: none; border:0;  }
a:active { color: #6d0202; text-decoration: none; border:0; }

a:focus { outline: none; }

.home div.content { width: 626px;  margin: auto; float: none; }

div.paper { float: left; width: 100%; margin-top: 40px; background-image: url('../images/content-background.jpg'); background-repeat: repeat-y; }
.home div.paper { background-image: url('../images/content-background-dark.jpg'); background-repeat: repeat-y; padding-top: 20px; padding-bottom: 20px; margin-bottom: 40px; margin-top: 30px; }

.home div.paper .story, .home div.paper .image { float: left; width: 100%; }

.bands div.container {
    width: 1200px;
    margin: auto;
    box-sizing: border-box;
}

div.content {
    width:100%;
    float: left;
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 22px;
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 10px;
    font-family: 'Eordeoghlakat', sans;
    box-sizing: border-box;
}

div.title {
    text-align: center;
    color: #fff;

}

div.title h1,
div.title h2 {
    font-size: 82px;
    margin: 0;
}

div.title img {
    max-width: 380px;
}

.tools-grid {
    float: left;
    width: 100%;
    padding: 0 20px;
    box-sizing: border-box;
}

.tools-grid .item {
    float: left;
    width: 30%;
    margin-right: 5%;
    position: relative;
    margin-bottom: 15px;
}

.bands .tools-grid .item {
    width: 24%;
    margin-right: 1%;
}

.tools-grid .item img {
    width: 100%;
}

.tools-grid .item:nth-child(3n) {
    margin-right: 0;
}

.bands .tools-grid .item:nth-child(4n) {
    margin-right: 0;
}

.bands .tools-grid .item:nth-child(3n) {
    margin-right: 1%;
}

.tools-grid .tools-text {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
    opacity: 0;
    transition: 1s ease all;
}

.tools-grid .tools-text a {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    font-family: 'Eordeoghlakat', sans;
    font-size: 30px;
    text-align: center;
}

.tools-grid .item:hover .tools-text {
    opacity: 1;
}

/* RESPONSIVE */

@media only screen and (max-width: 1200px) {
    .bands div.container {
        width: 100%;
    }
}

@media only screen and (max-width: 900px) {
    .bands .tools-grid .item {
        width: 48%;
        margin-right: 2%;
    }

    .bands .tools-grid .item:nth-child(3n) {
        margin-right: 2%;
    }
}

@media only screen and (min-width: 875px) {
    div.menu {
        display: block !important;
    }
}


@media only screen and (max-width: 550px) {
    .bands .tools-grid .item {
        width: 100%;
        margin-right: 0 !important;
    }

    body.contact div.contact-box,
    body.contact div.contact-box-middle {
        width: 50%;
        margin-left: 0;
        margin-bottom: 0;
    }
}