body {
    color: #333;
    font-family: 'Caveat', cursive;
    background-image: url("../img/background.png");
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: 100%, auto;
}

h2{
    padding-top: 20px;
}

.navbar {
    background: #333;
}

.navbar a {
    color: white;
    font-size: 30px;
    text-shadow: rgb(63, 63, 63) 1px 0 3px;
}

.navbar-brand img {
    width: 50px;
    height: 50px;
}

.indicator {
    position: fixed;
    top: 76px;
    left: 0;
    height: 4px;
    background-color: #FF000094;
    transition: width 0.2s;
    z-index: 1000;
    box-shadow: 1px 1px 5px #FF000094;
}

.slider {
    height: auto;
    background: #ffd1e2;
    color: white;
    align-items: center;
    justify-content: center;
}

.portfolio-section img {
    height: 300px;
}

.table h4 {
    color: #D05466;
}

.container {
    margin-top: 20px;
}

.content {
    padding: 20px;
    max-width: 1200px;
    margin: 64px auto;
}

.carousel {
    width: 100%;
}

.carousel .carousel-item .img-fluid {
    object-fit: cover;
    height: 400px;
    max-width: 400px;
}

.carousel-item {
    transition: transform 2.6s ease-in-out;
}

.carousel-control-prev,
.carousel-control-next {
    background: rgba(0, 0, 0, 0.3);
}

.about-section p {
    font-size: 30px;
    margin-right: 200px;
}

.about-section .container {
    min-height: 250px;
}

.about-section img {
    float: right;
    width: 175px;
    box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.1);
    transition: 1s;
}

.about-section img:hover {
    transform: scale(1.5);
    z-index: 10;
}

.footer {
    padding: 20px 0;
    background: rgba(0, 0, 0, 0.3);
    color: white;
}

.footer a {
    color: white;
}

.social-icon {
    margin-right: 15px;
    font-size: 1.2em;
}

.fa-vk {
    transition: color 1s ease-in-out;
    color: #ffffff;
}

.fa-instagram {
    transition: color 1s ease-in-out;
    color: #ffffff;
}

.fa-telegram-plane {
    transition: color 1s ease-in-out;
    color: #ffffff;
}

.fa-vk:hover {
    color: #3b5998;
}

.fa-instagram:hover {
    color: rgb(245, 96, 64);
}

.fa-telegram-plane:hover {
    color: #1DA1F2;
}

#map {
    width: 100%;
    height: 400px;
}

.content-background {
    background-color: #ffffff;
    padding: 20px;
    border-radius: 8px;
}

.content-admin {
    background-color: #ffffff;
    padding: 20px;
    border-radius: 5px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    margin-bottom: 20px;
}

.admin-records{
    height: 10px;
    overflow-y: auto;
}

.img-thumbnail {
    height: 150px;
    width: 150px;
    margin: 10px;
}

.stickers h2, .stickers p {
    font-size: 100%;
    font-weight: normal;
}

.stickers ul, .stickers li {
    list-style: none;
}

.stickers ul {
    overflow: hidden;
    padding: 3em;
}

.stickers ul li a {
    text-decoration: none;
    color: #000;
    background: #ffc;
    display: block;
    height: 10em;
    width: 10em;
    padding: 1em;
    box-shadow: 5px 5px 7px rgba(33, 33, 33, .7);
    transition: -moz-transform .15s linear;
}

.stickers ul li {
    margin: 1em;
    float: left;
}

.stickers ul li a {
    transform: rotate(-6deg);
}

.stickers ul li a:hover {
    cursor: pointer;
}

.stickers ul li:nth-child(even) a {
    transform: rotate(4deg);
    position: relative;
    top: 5px;
    background: #cfc;
}

.stickers ul li:nth-child(3n) a {
    transform: rotate(-3deg);
    position: relative;
    top: -5px;
    background: #ccf;
}

.stickers ul li:nth-child(5n) a {
    transform: rotate(5deg);
    position: relative;
    top: -10px;
}

.stickers ul li a:hover, .stickers ul li a:focus {
    box-shadow: 10px 10px 7px rgba(0, 0, 0, .7);
    transform: scale(1.25);
    position: relative;
    z-index: 5;
}

.stickers ol {
    text-align: center;
}

.stickers ol li {
    display: inline;
    padding-right: 1em;
}

.stickers ol li a {
    color: #fff;
}

@media screen and (max-width: 680px) {
    .content {
        padding: 0px;
    }

    .about-section img {
        width: 128px;
    }
    .about-section p {
        margin-right: 0;
        font-size: 24px;
    }

    .fc-today-button {
        display: none;
    }

    .carousel {
        width: 100%;
    }

    .carousel .carousel-item .img-fluid {
        object-fit: cover;
        height: 300px;
        max-width: 200px;
    }

    .portfolio-section img {
        height: auto;
    }

    .stickers ul {
        padding: 0em;
    }
    .stickers ul li {
        margin: 0.8em;
    }

}