@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
html {
    scroll-behavior: smooth;
  }

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

li {
    list-style: none;
}

a {
    text-decoration: none;
    color: #fff;
    font-family: 'Montserrat', sans-serif;
}

body {
    font-family: 'Montserrat', sans-serif;
    padding-bottom: 400px;
}

.bg {
    position: fixed;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    background-image: url('../img/halifax_path.jpg');
    z-index: -1;
  }

#myBtn {
  display: none; /* Hidden by default */
  position: fixed; /* Fixed/sticky position */
  bottom: 20px; /* Place the button at the bottom of the page */
  right: 30px; /* Place the button 30px from the right */
  z-index: 99; /* Make sure it does not overlap */
  border: none; /* Remove borders */
  outline: none; /* Remove outline */
  background: none; /* Set a background color */
  color: white; /* Text color */
  cursor: pointer; /* Add a mouse pointer on hover */
  padding: 15px; /* Some padding */
  border-radius: 10px; /* Rounded corners */
  font-size: 28px; /* Increase font size */
  font-weight: 600;
}

#myBtn:hover {
  color: #fff;
}

#bg_video {
    position: absolute;
    z-index: 1;
    min-width: 100%;
    min-height: 100%;
    right: 0;
    bottom: 0;
}

.menu {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 50%;
    position: fixed;
    margin-left: 25%;
    top: 95px
}

.logo {
    display: flex;
    justify-content: center;
    height: 80vh;
    align-items: center;
}

#logo {
    width: 430px;
}

.menu li a {
    /* color: rgb(35, 31, 32); */
    color: #eeeeee;

    z-index: 2;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 20px;
}

.burger {
    display: none;
}

.separator {
    margin-top: 150px;
    height: 300px;
}

section {
    color: #fff;
}

section p {
    text-align: center;
}

.message {

    width: 100%;
}

.about {
    width: 100%;
}

.title {
    margin: 25px;
    font-weight: 700;
    font-size: 50px;
}

.images,
.yt {
    padding: 18px;
}

.msg-content {
    font-size: 20px;
    font-weight: 500;
    padding: 18px;
}

.gallery {
    display: flex;
    width: 100%;
    flex-direction: column;
    align-items: center;
}

.images {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.images img {
    width: 500px;
    margin: 20px;
}

.music {
    display: flex;
    align-items: center;
    width: 100%;
    flex-direction: column;
}

.yt {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.yt iframe {
    margin: 20px;
}

.concerts {
    margin-top: 100px;
}

.contact div {
    display: flex;
    flex-direction: column;
}

@media screen and (max-width: 1600px) {
    .menu {
        width: 70%;
        margin-left: 15%;
        top: 90px;
    }
    .images img {
        width: 400px;
    }
    .msg-content {
        padding: 22%;
        padding-top: 5%;
    }
}

@media screen and (max-width: 1400px) {
    .menu {
        width: 70%;
        margin-left: 15%;
        top: 90px;
    }
    .images img {
        width: 400px;
    }
    .msg-content {
        padding: 15%;
        padding-top: 5%;
    }
}

@media screen and (max-width: 1200px) {
    .msg-content {
        padding: 10%;
        padding-top: 5%;
    }
}

@media screen and (max-height: 900px) and (max-width: 500px) {
    .bg {
        background-image: url('../img/halifax_path_vert.jpg');
    }
    #bg_video {
        position: absolute;
        z-index: 1;
        min-width: 100%;
        min-height: 100%;
        right: 0;
        bottom: 0;
    }
    .menu li {
        display: none;
    }
    #logo {
        width: 300px;
    }
    .message {
        margin-top: 110%;
    }
    .images {
        display: flex;
        width: 100%;
        align-items: center;
        flex-direction: column;
    }
    .images img {
        width: 300px;
    }

    .yt {
        display: flex;
        width: 100%;
        align-items: center;
        flex-direction: column;
    }
    .yt iframe {
        width: 300px;
        height: 200px;
        margin: 20px;
    }
    .msg-content {
        padding: 3%;
    }
    #myBtn {
        background: none;
    }
    #myBtn:hover {
        background: none;
        color: white;
    }
    .logo {
        height: 100%;
        padding-top: 50%;
    }
    .separator {
        margin-top: 0px;
    }
}

@media screen and (max-height: 500px) and (max-width: 900px) {
    .menu li {
        display: none;
    } 
}

.wrapa {
    position: fixed; /* Fixed/sticky position */
    bottom: 30px; /* Place the button at the bottom of the page */
    left: 30px; /* Place the button 30px from the right */
    z-index: 99; /* Make sure it does not overlap */
    border: none; /* Remove borders */
    outline: none; /* Remove outline */
    background: none; /* Set a background color */
    color: white; /* Text color */
    cursor: pointer; /* Add a mouse pointer on hover */
    padding: 15px; /* Some padding */
    border-radius: 10px; /* Rounded corners */
    font-size: 28px; /* Increase font size */
    font-weight: 600;
}

.wrapa.active::before {
    left: 0;
    background-color: #ffffff;
}

.wrapa.active::after {
    right: 0;
    background-color: #ffffff;
}

.wrapa .play, .wrapa .pause {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    cursor: pointer;

}

.wrapa .custom-fill {
    fill: #000000;
}

.wrapa .pause {
    fill: #ffffff;
}

.wrapa .lines::after {
    left: 399px;
}

.hide {
    display: none;
}
