body {
    color: #1E152A;
    margin: 0px;
    font-family: "novantique-serif", sans-serif;
    font-weight: 300;
    font-style: normal;
    background-color: #faf6eb;
    font-kerning: normal;
}

nav {
    background-color: #1E152A;
    padding: 5px 25% 5px 25%;
    max-width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-family: "novantique-serif", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 18px;
}

nav a {
    color: #faf6eb;
    display: inline-flex;
    text-decoration: none;
    padding: 10px;
}

nav a:hover {
    background-color: #faf6eb;
    color: #1E152A;
}

.header {
    width: 100%;
    /*position: fixed;*/
    z-index: 999;
    margin: 0px;
    padding: 0px;
    margin-top: -30px;
}

.header_title {
    background-color: #1E152A;
    padding: 30px 30px 30px 30px;
    text-align: center;
    display: block;
}

.header_title h1 {
    color: #faf6eb;
    font-size: 70px;
    margin: 0;
    font-family: "novantique-serif", sans-serif;
    font-weight: 400;
    font-style: italic;
    letter-spacing: -2px;
}

.main_page {
    margin: 30px;
}

.info {
    padding: 20px 10%;
}

.info p {
    text-align: left;
    font-size: 18px;
    padding: 0px 220px;
}

.photos {
    display: inline-flex;
    flex-wrap: wrap;
    justify-content: center;
}

.photos img {
    height: 170px;
    margin: 4px;
}

.photos img:hover {
    cursor: pointer;
}

.video {
    width: 70%;
    /*border: 27px solid #1E152A;*/
    border-radius: 20px;
    max-width: 80%;
    max-height: 45%;
}

.video:fullscreen {
  border: none;
  object-fit: contain;
}

.videos {
    text-align: center;
}

.videos p {
    margin-bottom: 70px;
}

footer {
    text-align: right;
    font-size: 12px;
    padding: 20px;
    background-color: #1E152A;
    color: #faf6eb;
}

footer a {
    text-decoration: none;
    color: #faf6eb;
}

footer a:hover {
    color: #ff008c;
    font-style: italic;
}

.jaan {
    width: 100%;
}

.home_cols {
    display: flex;
    flex-wrap: wrap;
}

@media (max-width: 600px) {
  .flex-item {
    flex: 100%;
  }
}


.col_1 {
    display: inline-block;
    width: 30%;
    height: 100%;
}
.col_2 {
    display: inline-block;
    width: 40%;
    height: 100%;
    padding: 0px 60px 40px 40px;
}
.col_3 {
    display: inline-block;
    width: 18%;
    height: 100%;
    padding-right: 30px;
}

.col_3 h2 {
    text-align: center;
}

.col_3 a {
    text-decoration: none;
    color: #1E152A;
}

.col_3 a:hover {
    background-color: #1E152A;
    text-decoration: underline;
}