#main article { opacity: 1; margin: 4rem 0 0 0; }
.use-middle {width: 100%;}
.villageBtn { background-size: cover !important; position: relative;}
.villageBtn::after { content: ''; width: 100%; height: 100%; position: absolute; background: rgba(0, 0, 0, 0.5); right: 0; top: 0; z-index: -1; }
.villageBtn:nth-child(1) { background: url('../images/villages/1.jpg') no-repeat; }
.villageBtn:nth-child(2) { background: url('../images/villages/2.jpg') no-repeat; }
.villageBtn:nth-child(3) { background: url('../images/villages/3.jpg') no-repeat; }
.villageBtn:nth-child(4) { background: url('../images/villages/numbers.jpg') no-repeat; }
.villageBtn a span { display: block }
.villageBtnNumbers { position: absolute; bottom: 0; text-align: center; background: rgba(255, 255, 255, 0.8); padding: 5px 10px; font-weight: bold; font-size: 1.2em; color: #000 }
article p { text-align: justify; }

.image img {opacity: 0.8}

.soundOff {
    background: url(../images/soundOff.png);
    background-size: 100%!important;
}
.soundOn {
    background: url(../images/soundOn.png) no-repeat!important;
    background-size: 92%!important;
}
.soundOff, .soundOn {
    height: 100%;
    display: block;
}
#soundManager {
    border: 3px solid red;
    cursor: pointer;
    color: #fff;
    display: inline-block;
    left: 0;
    position: fixed;
    top: 40%;
    padding: 4px;
    z-index: 999999;
    background: red;
    width: 32px;
    height: 32px;
}

#header nav ul li a:hover {
    text-decoration: none;
    color: #fff;
}
.mainData p {margin-bottom: 24px; font-size: 17px;}

.population {
    text-align: center;
    width: 115px;
    border: 1px dotted #fff;
    position: absolute;
    z-index: 999;
    background: rgba(121, 14, 14, 0.7);
    bottom: 5px;
    right: 5px;
}
.populationNumber {
    font-size: 22px;
    font-weight: bold;
}
.populationWord {
        font-size: 18px;
}
