html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    padding: 0;
    font-family: "Open Sans", Arial, sans-serif;
  }
  

  .main-text {
    font-size: 7vw;
    line-height: 1.2;
    text-align: center;
}

.highlighted-text{
    background-color: rgba(255, 255, 0, 0.6);
}

a {
    color: black;
    text-decoration: none;
}


.header {
    position: fixed;
    z-index: -1;
    top: 0;
    
}

.scroll-section {
    height: 100vh;
    /* Full viewport height */
    
    padding: 20px 0;
    width: 100%;
    overflow-y: hidden;
}

.scroll-section > div{
    overflow-y: hidden;
}
.spacer-section{
    height: 100vh;
    width: 100%;    
}
.spacer-section2{
    height: 40vh;
}
.spacer-section1{
    height: 60vh;
    width: 100%;
}
.spacer-section-proj{
    height: 20vh;
}
.spacer-section-proj1{
    height: 30vh;
}
.spacer-section-proj2{
    height: 50vh;
}

.image-section{
    position: relative; 
    height: 100%;
}


@media (max-width: 767.98px){
   .main-text{
    line-height: 1.5;
   }
   .spacer-section1{
    display: none;
}
}

.about-text{
    text-align: justify;
}




.embed-container {
    position: relative;
    padding-bottom: 56.25%;
    /* 16:9 Aspect Ratio */
    height: 0;
    overflow: hidden;
    max-width: 100%;
    background: #000;
}

.embed-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.head-link1 a {
    font-size: 34px;
}

.head-link2 a {
    font-size: 24px;
}
#top-spacer{
        height: 200px;
    }

@media screen and (max-width: 768px) {
    .head-link1 a {
        font-size: 24px;
    }

    .head-link2 a {
        font-size: 18px;
    }
    #top-spacer{
        height: 100px;
    }
}




