.menu {
    padding-left: 30;
    padding-right: 3vh;
    font-size: 20px;
}

.logo {
    font-size: 24px;
    padding-left: 15px;
}

header {
    position: relative;
    background-color: black;
    height: 60vh;
    min-height: 25rem;
    width: 100%;
    overflow: hidden;
}
  
header video {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: 0;
    -ms-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}
  
header .container {
    position: relative;
    z-index: 2;
}

.text-paragraph {
    font-size: 24px;
    /* width:75vh;  */
    text-align: center;
}

.position {
    margin-top: 30px;
}

.bd-placeholder-img {
    font-size: 1.125rem;
    text-anchor: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

@media (min-width: 768px) {
    .bd-placeholder-img-lg {
      font-size: 3.5rem;
    }
}

.button {
    border: none;
    background-color: transparent;
    display: inline-block;
}

.heart-text {
    margin-left: 5px;
    margin-top: 12px;
    font-size: 20;
}

.nav-item {
    color:white;
    /* font-weight: bold; */
}

.text-paragraph2 {
    font-size: 24px;
    margin-bottom: 40px;
    text-align: justify;
}

.langauge-title {
    font-size: 30px;
    margin-bottom: 40px;
    text-align: justify;
}

.text-paragraph3 {
    font-size: 20px;
    margin: 35px;
    margin-top: 0;
    text-align: justify;
}