body,
html {
    margin: 0;
}

body {
    background-color: #034748;
}

.container {
    width: 1200px;
    margin: 0 auto;
}

@font-face {
    font-family: 'Halibut Serif Regular';
    src: url('../assets/fonts/HalibutSerif-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Great Vibes Regular';
    src: url('./assets/fonts/GreatVibes-Regular.ttf') format('ttf');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'AlexBrush';
    src: url('./assets/fonts/AlexBrush-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}


.hero {
    font-family: "Halibut Serif Regular", serif;
}

.background-light-green {
    background: #034748;
}

div.photo-with-overlay {
    text-transform: uppercase;
}

div.left-side,
div.photo-with-overlay {
    height: 400px;
}

.photo-with-overlay {
    background-image: url('../assets/images/pexels-microphone.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;

    display: flex;
    justify-content: center;
    align-items: center;

}


div.main-text {
    font-family: "Roboto", sans-serif;
}

.overlay-headings {
    margin: 0;
}

.d-flex {
    display: flex;
}

.flex-direction-column {
    flex-direction: column;
}

.justify-center {
    justify-content: center;
}

.align-center {
    align-items: center;
}

.background-grey {
    background-color: #001021;
    color: #fff;
    opacity: 0.9;
}

.p-22 {
    padding: 22px;
}

.hero div.menu-and-main-title,
.hero div.photo-with-overlay {
    height: 50vh;
}

.hero img {
    width: 265px;
    position: relative;
    top: 40px;
}

.main-menu {
    margin-top: 0px;
    padding: 10px 15px 0 0;
    list-style-type: none;
    text-align: right;
}

.main-menu li {
    display: inline-block;
    padding: 10px 16px;
    margin: 0 8px;
}

.main-menu a {
    text-decoration: none;
    color: #fff;
}

.main-menu a li {
    transition: ease-in-out 0.3s;
}

.main-menu a:hover li {
    color: #fff;
    transform: scale(1.3);
}

.introduction {
    display: flex;
    flex-direction: column;
}

.introduction .introduction-part-one {
    background-color: #034748;
    display: flex;
}


/* .introduction .introduction-part-one .i-container img{
    width: 70%;
} */



.introduction-part-one .i-container.one {
    display: flex;
    flex-direction: column;
    align-content: center;
    justify-content: center;
    margin-left: 30px;
    gap: 10px 0;
}

p {
    font-size: 36px;
    margin: 0;
    color: #fff;
}

.introduction-part-one .i-container.two {
    flex: 1;
}

p {
    font-family: "Raleway", sans-serif;
}
.i-container.one p {
    width: 88%;
}
.introduction-part-two {
    background-color: #034748;
    display: flex;
    gap: 40px;
    padding: 20px 30px 40px 30px;
}

.introduction-part-two div {
    flex: 1;
}

.introduction-part-two>div:first-child {
    border-right: 2px solid #fff;
    /* or another color */
    padding-right: 30px;
    /* add spacing from the line */
}

.introduction-part-two>div:last-child {
    padding-left: 30px;
    /* spacing on the other side */
}

.about-brief p {
    margin: 0;
    color: #fff;
}

.about-brief {
    display: flex;
    background-color: #034748;
    gap: 30px;
}

.about-brief div {
    flex: 1;
    font-size: 28px;
    padding-top: 60px;
}

p {
    font-size: 28px;
    margin: 0;
}

div.cover-image img {
    width: 100%;
    height: 370px;
    object-fit: cover;
    margin: 0;
    padding-top: 20px;
    filter: blur(3px);
}

.singing {
    text-align: center;
    width: 600px;
    margin: 0 auto;
    padding: 50px 0 0 0;
}

.singing button {
    background-color: #001021;
    color: #fff;
    padding: 10px 25px;
    margin: 40px 0px 40px 0;
    outline: none;
    border: 1px solid #999;
    border-radius: 7px;
    font-size: 28px;
    cursor: pointer;
}

.singing-two {
    width: 1000px;
    margin: 0 auto;
    text-align: center;
    display: flex;
    padding-bottom: 40px;
    padding-top: 20px;
    gap: 10px;
}

.singing-two img {
    width: 40%;
}

.singing-two .separator {
    display: inline-block;
    margin: 20px 0;
}


@media screen and (max-width: 500px) {
  .singing-two {
    flex-direction: column;
    width: 90%;
  }

  .container, .singing {
    width: 90%;
  }

  .about-brief {
    flex-direction: column;
    text-align: center;
  }

  .introduction-part-two > div:first-child {
    border: 0;
  }

  .introduction .introduction-part-one {
    flex-direction: column;
    text-align: center;
    padding-top: 45px;
  }

  .introduction .introduction-part-one img {
    width: 50%;
    padding-top: 10px;
  }

  .introduction-part-two {
    flex-direction: column;
    text-align: center;
    padding-top: 30px;
  }

  .hero img {
    position: relative;
    top: 40px;
  }

  div.left-side, div.photo-with-overlay {
    height: 333px;
  }

  div.left-side, div.photo-with-overlay .d-flex {
    width: 70%;
  }
  
  .introduction .introduction-part-one img {
    padding-top: 30px;
  }

  .introduction-part-two > div:last-child {
    padding: 0;
  }

  div.cover-image img {
    margin-top: 19px;
  }

  .about-brief div {
    padding-top: 0;
  }

  .about-brief {
    padding-top: 35px;
  }

  .singing button {
    padding: 15px 25px;
  }

  .singing-two {
    padding-top: 15px;
  }
}