*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html{
    font-family: "PT Sans Caption", sans-serif;
    font-size: 32px;
}

:root{
    --main-dark: #282626;
    --white: #FFFFFF;
}

.menu{
    position: absolute;
    right: 0;
    width: 50%;
    max-width: 270px;
    height: 200px;
    background-color: var(--main-dark);
    border-radius: 0 0 5px 5px;
    transition: .5s;
}

.menu ul{
    height: 100%;
    width: 100%;
    margin: 0 auto;
    text-align: center;
    font-size: 16px;
    line-height: 30px;
    list-style: none;
}



.menu ul li{
    padding-top: 10px;
}

.menu ul li a{
    text-decoration: none;
    color: var(--white);
}

.inactive{
    opacity: 0;
}

.main__title-container{
    display: flex;
    flex-direction: column;
    width: 100%;
    min-width: 320px;
    height: 420px;
    align-items: center;
    justify-content: center;
    font-weight: 500;
    line-height: 1.4rem;
    text-align: center;
}

.main__title-container img{
    width: 60%;
    max-width: 350px;
}

#background-video {
    height: 100vh;
    width: 100vw;
    object-fit: cover;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: -1;
  }

  .chinchorro-info{
    width: 100%;
    min-width: 320px;
    text-align: center;
    height: auto;
    background-color: var(--main-dark);
    color: white;
    opacity: .8;
  }


article{
    font-size: 18px;
    padding: 10px;
}

.dive-chinchorro{
    width: 100%;
    min-width: 320px;
    height: auto;
    text-align: center;
}

.dive-chinchorro .card{
    width: 70%;
    margin: 30px auto;
    padding: 10px;
    font-size: 18px;
    background-color: #ffffff77;
    border: 1px solid var(--main-dark);
    border-radius: 5px;
    justify-content: space-around;
}

.card ul{
    list-style: none;
    margin: 10px;
}

.card ul p{
    font-size: 20px;
    font-weight: bold;
}

.card .price{
    font-weight: bold;
    margin-top: 10px;
}

.card a{
    text-decoration: none;
    color: var(--main-dark);
    width: 30%;
    border: 1px solid var(--main-dark);
    border-radius: 5px;
}

.affiliated{
    width: 100%;
    height: 250px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    overflow: hidden;
}

.a-icon{
    height: 100px;
}

.ssi-logo{
    height: 110px;
}

.ta-logo{
    margin-top: 5px;
    border: 1px solid black;
}

.google-logo{
    height: 110px;
}

.dan-logo{
    border: 1px solid black;
}
