/*---------------------------------
	BODY
-----------------------------------*/

/*body {
    max-width: 1190px;
    margin: 0 auto;
}*/


/*---------------------------------
	HEADER
-----------------------------------*/

#layers,
#layers2 {
    overflow-x: auto;
}

#layers::-webkit-scrollbar,
#layers2::-webkit-scrollbar {
    display: none;
}

#layers,
#layers2 {
    -ms-overflow-style: none;
    scrollbar-width: none;  /* Firefox */
}

#layers button,
#layers2 button {
    min-width: 200px;
/*    min-width: 220px;*/
    height: 45px;
/*    height: 60px;*/
    background-color: #7faaca;
    border-radius: 12px;
    padding-left: 35px;
}
#show-nsfw:checked,#show-other:checked{
    background-color: blue;
        border-radius: 5px;
    padding: 10px
}
#show-nsfw,#show-other{
    border-radius: 5px;
    padding: 10px;
}
#searchCardBtn:hover{
    background-color: white !important;
}
#searchCardBtn:focus , .current{
    background-color: white !important;
}

.text-white.current{
    color:black !important;
}

#layers button:hover,
#layers2 button:hover {
    opacity: .9;
}
.active {
    opacity: .9;
}
#layers img,
#layers2 img {
    width: 30px;
    height: 30px;
}
@media screen and (min-width: 576px) {
    #layers img,
    #layers2 img {
        width: auto;
        height: auto;
    }
}

nav.d-flex {
    width: auto;
    min-height: 45px;
    background-color: #7faaca;
    border-radius: 15px;
}

.w-select {
    width: 165px;
    outline: none;
}

.w-search {
    width: 185px;
}

.input-check {
    border: 1px solid black !important;
    width: 17px;
    height: 17px;
    box-shadow: none !important;
}

#layers button,
#layers2 button {
    background-repeat: no-repeat;
    background-position-x: 10px;
    background-position-y: center;
}
#layers button:nth-of-type(2) {
    background-image: url("../images/figure1.png");
}
#layers button:nth-of-type(3) {
    background-image: url("../images/figure2.png");
}
#layers button:nth-of-type(4) {
    background-image: url("../images/figure3.png");
}
#layers button:nth-of-type(5) {
    background-image: url("../images/figure4.png");
}
#layers2 button:nth-of-type(1) {
    background-image: url("../images/figure5.png");
}
#layers2 button:nth-of-type(2) {
    background-image: url("../images/figure6.png");
}
#layers2 button:nth-of-type(3) {
    background-image: url("../images/figure7.png");
}
#layers2 button:nth-of-type(4) {
    background-image: url("../images/figure8.png");
}
#layers2 button:nth-of-type(5) {
    background-image: url("../images/figure9.png");
}


/*---------------------------------
	MAIN
-----------------------------------*/

#cards article {
    max-width: 276px;
}

.card-heart-number {
    position: absolute;
    top: 3px;
    left: 12px;
}

#cards p:nth-of-type(1),
#cards button:nth-of-type(1) {
    background-color: #ff6b58;
    border-radius: 7px;
    border: 2px solid #ff9f93;
}
#cards p:nth-of-type(2),
#cards button:nth-of-type(2) {
    background-color: #3b6c90;
    border-radius: 7px;
    border: 2px solid #679bc2;
}

main article a:hover {
    opacity: .8;
}

main button:hover {
    opacity: .9;
}

/*---------------------------------
	FOOTER
-----------------------------------*/

footer a {
    background-color:#af192d;
    border-radius: 13px;
    width: 220px;
}

footer a:hover {
    opacity: .9;
}


