body {
    /*font-family: 'Cormorant Garamond', serif; CYRILLIC */
    font-family: 'Nunito Sans', sans-serif;
}

html {
    scroll-behavior: smooth;
}

.cyrillic {
    font-family: 'Cormorant Garamond', serif;
}

.navbar-brand {
    font-weight: 700;
}

.hero {
    background: linear-gradient( rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5) ), url('./gradient.png');
    height: calc(80vh - 56px);
    background-position: center;
    background-size: cover;
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
}

.hero .col-md-4 {
    justify-content: center;
    align-items: flex-end;
    display: flex;
    flex-direction: column;
    margin-top: 18px;
}

.hero .col-md-4 .literature {
    width: 100%;
    color: #aaaaaa;
    font-style: italic;
    text-align: end;
    text-decoration: underline;
    font-size: 14px;
    margin-top: 5px;
}

.overlay {
    height: 0%;
    width: 100%;
    position: fixed;
    z-index: 100000000000000000000;
    top: 0;
    left: 0;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0, 0.9);
    overflow-y: hidden;
    transition: 0.5s;
}
  
.overlay-content {
    position: relative;
    top: 32%;
    width: 100%;
    text-align: center;
    margin-top: 30px;
}
  
.overlay a {
    padding: 8px;
    text-decoration: none;
    font-size: 28px;
    color: #818181;
    display: block;
    transition: 0.3s;
}
  
.overlay a:hover, .overlay a:focus {
    color: #f1f1f1;
}
  
.overlay .navClose {
    position: absolute;
    top: -8px;
    right: 30px;
    font-size: 42px;
    
}
  
@media screen and (max-height: 450px) {
    .overlay {overflow-y: auto;}
    .overlay a {font-size: 20px}
    .overlay .navClose {
    font-size: 40px;
    top: 15px;
    right: 35px;
    }
}

#navPlaceholder {
    width: 250px; /* takes up the space for the buttons, so space-between in nav works well */
}

#navToggle {
    font-size: 24px;
    position: absolute;
    right: 20px;
    cursor: pointer;
    visibility: hidden;
}

@media only screen and (max-width: 768px) {
    #navToggle {
        visibility: visible!important;
        right: 100px;
    }
    .hero .col-md-4 {
        align-items: flex-start;
        margin-top: 32px;
    }
    .hero .col-md-4 .literature {
        text-align: start;
    }
}

@media only screen and (max-width: 576px) {
    #navToggle {
        visibility: visible!important;
        right: 20px;
    }
}

.navbar-brand {
    font-size: 24px;
}

.hero .col-md-4 .button {
    color: white;
    text-decoration: none;
    background-color: rgb(45, 45, 45);
    padding: 10px 20px;
    border-radius: 6px;
    cursor: pointer;
}

.duration {
    font-style: italic;
    color: rgb(228, 228, 228);
    font-size: 14px;
}

.hero h1 {
    font-size: 56px;
}

.nav-item {
    text-align: center;
}

#content {
    margin-top: 30px;
    margin-bottom: 30px;
}

#content #firstTitle {
    background: linear-gradient(66deg, rgb(102, 143, 136) 0%, rgb(149, 74, 109) 30%);
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

#content #secondTitle {
    background: linear-gradient(66deg, rgba(31,79,142,1) 0%, rgb(97, 84, 106) 31%);
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

.slider {
    display: flex;
    flex-direction: row;
}

.el {
    padding: 0 10px;
    /*background: linear-gradient( rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3) ), url('./gradient.png');*/
    background: black;
    color: white;
    background-size: cover;
    border-radius: 6px;
    display: inline-block;
    margin-top: 6px;
}

.el1 {
    background-position: top;
}

.el2 {
    background-position: bottom;
}

.footer {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    background-color: #454545;
    color: white;
    padding: 10px 0;
    font-size: 14px;
    cursor: pointer;
}

.footer ul {
    margin-top: 10px;
}

.footer .literatureContent {
    display: none;
}
#content h2 {
    font-weight: 600;
}

#content .row img {
    width: 100%;
    object-fit: cover;
    border-radius: 12px;
}
