body {
    background-color: #dbdbe6;
}


h1 {
    font-family: 'Ubuntu', sans-serif;
    color: #ffffff;
    font-weight: 900;
}

.laureate {
    position: relative;
}

.caption {
    position: absolute;
    top: 14px;
    left: 36px;
}

.laureate p {
    margin-top: 20px;
}

.caption h1 {
    font-family: 'Oswald', sans-serif;
}

p {
    font-family: 'Ubuntu', sans-serif;
    font-size: 1rem;
}

.line-invers {
    background-color: rgba(73, 73, 68, 0.609);
}

.navbar-light .navbar-nav .nav-link,
.navbar-light .navbar-nav .nav-item.active .nav-link {
    font-family: 'Ubuntu', sans-serif;
    font-size: 1rem;
    color: rgb(255, 255, 255);
    font-weight: 900;
}

.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-item.active .nav-link:hover {
    color: rgb(186, 186, 187);
    font-weight: 900 !important;
}

.dropdown-menu {
    color: rgb(255, 255, 255);
}

.dropdown-item {
    color: rgb(255, 255, 255);
}

.images {
    margin-bottom: 80px;
}

.contact {
    background: url(../img/5.jpg) no-repeat;
    background-size: cover;
    min-height: 300px;
    opacity: .7;
}

.content {
    margin: 30px 0;
}

.content>.container>h2 {
    margin-bottom: 30px;
}

.content .media-body ul {
    list-style-type: none;
    padding-left: 16px;
}

.content .otstup {
    margin: 3rem 0;
}

.contact h2 {
    font-size: 3rem;
    color: rgb(255, 255, 255);
}
.contact a{
    font-size: 1.5rem;
    color: rgb(255, 255, 255);
}

.slider {
    margin-bottom: 80px;
}

.carousel-indicators li {
    background-color: yellow;
}

.carousel-indicators .active { 
    background-color: rgb(52, 45, 66);  
}

.carousel-control-prev i {
    color: #665353;
}

.carousel-control-next i {
    color: #2a1d1d;
}

.carousel-caption p.text-success {
    background-color: rgba(255, 255, 255, 0.342);
    padding: 40px 0 40px 0;
}

.carousel-caption p.text-danger {
    background-color: rgba(255, 255, 255, 0.342);
    padding: 40px 0 40px 0;
}

.carousel-caption p.text-warning {
    background-color: rgba(255, 255, 255, 0.342);
    padding: 40px 0 40px 0;
}

.carousel-caption {
    right: 0 !important;
    left: 0 !important;
}

.carousel-caption p {
   font-size: 1.5rem;
   color: rgb(2, 2, 31);
   background-color: rgba(255, 255, 255, 0.5);
}

/* .carousel-item img {
    height: 100vh;
} */

.video-otstup {
    margin-bottom: 40px;
}
.konkurs,
.gallery {
    margin: 120px 0 80px 0;
    
}

.konkurs h2{
    font-family: 'Oswald', sans-serif;
    padding-top: 20px;
}

.bg-partners {
    background: #fff;
}

.partners {
    margin-top: 120px;
    margin-bottom: 80px;
    text-align: center;
}

.partners h1 {
    color: rgb(41, 40, 40);

}

.partners .spb {
    margin-bottom: 60px;
}

.fa-trophy {
    color: #f70000;
    padding-right: 14px;
}

.fa-wrench {
    color: #dbdbe6;
    margin-left: 20px;
}

footer {
    background-color: rgba(43, 43, 49, 0.918);

}

footer ul {
    padding: 40px 0 20px 0;
}

footer ul li {
    display: inline-block;
}

footer ul li i {
    margin: 0 25px;
    color: silver;
    background-color: slategray;
    padding-top: 14px;
    border-radius: 50%;
    width: 60px;
    height: 60px;
}

footer ul li i:hover{
    background-color: rgb(16, 18, 20);
}

footer p {
    color: rgb(148, 152, 155);
    padding-bottom: 40px;
}

@media (max-width:576px) {
    .content .list-unstyled .media {
        display: flex;
        flex-direction: column;
        
    }
    .content .media img {
        margin-right: 0 !important;
        margin-bottom: 14px;
    } 
    .konkurs .caption h1{
        font-size: 1.5rem;
        font-weight: 200;
    } 
    .konkurs h2{
        font-size: 1.5rem;
        font-weight: 200;
    } 
   }  


/* img {
    width: 500px;
}

div {
    width: 500px;
    text-align: justify;
    color: yellow;
    background-color: blue;
    padding: 20px;
} */