*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html,body{
    width: 100%;
    height: 100%;
    font-family: 'Montserrat',sans-serif;
}

.navigation {
    position: absolute;
    top: 0;
    padding: 32px;
    color: white;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 12vh;
    background-color:black;
    opacity: 70%;
  }
  
  .contents {
    font-size: 1.5vw;
    display: flex;
    justify-content: space-between;
    gap: 2vw;
    opacity: unset;
    cursor: pointer;
    color: white;
  }

  a {
    text-decoration: none;
    color: white;
  }
  
  #logo {
    width: 150px;
    height: auto;
  }

  .header{
    width: 100%;
    height: 60vh;
    object-fit: cover;
    overflow: hidden;
  }

  img{
    width: 100%;
    height: 100%;
  }

  .heading{
    position: absolute;
    width: 100%;
    text-align: center;
    top: 40vh;
    font-size: 2.5vw;
    color: white;
    font-family: "Montserrat",Cambria;
    font-style: italic;
  }
  
  .conImg{
    width: 80px;
    height: 80px;
    align-items: center;
  }

  .location{
    left: 40vh;
    text-align: center;

  }

  .email{
    text-align: center;
    right: 40vh;

  }

  .contacts{
display: flex;
justify-content: center;
align-items: center;
gap: 20vw;
height: 40vh;
  }

  
.footer{
  background-color: black;
  color: white;
  padding: 32px 10vw;
  display: flex;
  justify-content: space-between;
}
.f{
  width: 300px;
}
.f>h1{
  font-size: 18px;
  color: #B6B6B7;
}
.f>p{
  font-weight: 100;
  color:#757575;
}
.s{
  width: 200px;
}
.s>h1{
  font-size: 18px;
  color: #B6B6B7;
}
.s>p{
  font-weight: 100;
  color:#757575;
}

.acknowledgements{
  padding: 0 10vw;
  background-color: black;
}
.underline{
  width: 100%;
  height:2px;
  background-color: #B6B6B7;
}
.final{
  color: #B6B6B7;
  display: flex;
  justify-content: space-between;
  padding: 32px 0;
}

.dev:hover{
  color: royalblue;
}

.dev{
  font-family: "Monteserrat",Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
  font-style: normal;
  font-size: 20px;
}