/*Site styles*/
span,
a {
    border-bottom: 0 !important;
}

a {
    text-decoration: none;
}

.section-title {
    padding: 30px;
    background-color: #63a800;
}

.section-title a {
    color: white !important;
    font-weight: bold;
}

h2.section-title {
    max-width: 100% !important;
}

body > div.pushy.pushy-right > ul > li:nth-child(7) {
    display: none;
}

body > header > div.header-bottom.flex.nowrap > div > div > ul > li:nth-child(3) {
    display: none;
}

body > footer > div.footer-bottom.flex > div.footer-bottom__menu > ul:nth-child(1) > li:nth-child(3) {
    display: none;
}

/*
body > header > div.header-top.flex > div:nth-child(1) > div.header-top__center.flex > nav > a:nth-child(1) {
    display: none;
}

body > footer > div.footer-bottom.flex > div.footer-bottom__menu > ul:nth-child(2) > li:nth-child(1) {
    display: none;
}
*/
/*Information pages syles*/

#contentOfWork > ul {
    list-style-type: none;
}

#contentOfWork > ul > li::before {
    width: 0;
    height: 0;
}

.user-flex {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    gap: 0;
    align-items: stretch;
}

.button-works {
    white-space: normal;
    overflow-wrap: break-word;
    border-radius: 3px;
    flex-grow: 1;
    min-width: 33%;
    max-width: 33%;
    margin: 0;
    border: 1px solid white;
    background-color: #63a800;
    color: white;
    padding: 15px 32px;
    text-align: center;
    text-decoration: none;
    font-size: 1rem;
    max-height: 200px;
    font-family: "MullerRegular", serif;
    line-height: 1.2;
}

.button-works:hover {
    z-index: 1;
    border-right: #639700;
    border-bottom: #639700;
}

@media screen and (max-width: 450px) {
    .button-works {
        padding: 0;
    }
}

.button-works:active {
    transform: translate(0em, 0.05em);
}

.content-style {
    padding: 30px;
    transition: opacity 1s;
}

.image-gallery {
    justify-content: center; 
    flex-wrap: wrap;
    width: 100%;
    margin: 20px 0 25px 0;
}
/* photo
figure {
    width: 120px;
    margin: 0 20px 0 0;
    background: white;
    border: 10px solid white;

    -webkit-box-shadow: 0 3px 10px #ccc;
    -moz-box-shadow: 0 3px 10px #ccc;
    -o-box-shadow: 0 3px 10px #ccc;
    box-shadow: 0 3px 10px #ccc;

    -webkit-transform: rotate(5deg);
    -moz-transform: rotate(5deg);
    -o-transform: rotate(5deg);
    transform: rotate(5deg);

    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;

    position: relative;
}

figcaption {
    text-align: center;
    font-size: 12px;
    font-style: italic;
}

figure img {
    width: 100%;
}

figure:hover {
    -webkit-transform: rotate(1deg);
    -moz-transform: rotate(1deg);
    -o-transform: rotate(1deg);
    transform: rotate(1deg);

    -webkit-box-shadow: 0 3px 10px #666;
    -moz-box-shadow: 0 3px 10px #666;
    -o-box-shadow: 0 3px 10px #666;
    box-shadow: 0 3px 10px #666;
}

figure:focus {
    outline: none;

    -webkit-transform: rotate(-3deg) scale(2.5);
    -moz-transform: rotate(-3deg) scale(2.5);
    -o-transform: rotate(-3deg) scale(2.5);
    transform: rotate(-3deg) scale(2.5);

    -webkit-box-shadow: 0 3px 10px #666;
    -moz-box-shadow: 0 3px 10px #666;
    -o-box-shadow: 0 3px 10px #666;
    box-shadow: 0 3px 10px #666;

    z-index: 9999;
}
*/