html {
    scroll-behavior: smooth;
}

body{
    margin: 0;
    padding: 0;
    width: 100vw;
    max-width: 100%;
    height: 100vh;
    font-family: 'Roboto' , sans-serif;
}

.heading{
  color: #4b4949;
  text-align: center;
  line-height: 150px;
  font-size: 2em;
}
.about-us{
  width: 100%;
  font-family: 'Roboto' , sans-serif;
  line-height: 30px;
  font-size: large;
  padding-top: 10%;
}

.information{
  font-family: 'Roboto', sans-serif;
  color:#4b4949;
  background-color: rgba(255,255,255,0.8);
  line-height: 1.5em;
  margin: 90px 60px 20px 60px;
}

footer{
  background-color: #4b4949;
  width: 100%;
}

.footerDetails{
  display: block;
  justify-content: center;
  align-items: flex-start;
  font-family: 'Roboto', sans-serif;
  color: #aaaaaa;
  font-size: 0.8em;
}


.details{
  display: flex;
  justify-content: space-evenly;
  padding: 5px;
  font-family: 'Roboto' , sans-serif;
  color: #cccccc;
  background-color: #4b4949;
}

.details .inner{
  line-height: 1.65em;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-bottom: 5px;
  font-size: 1.15em;
}

.details .inner a{
  color: #cccccc;
  text-decoration: none;
}

.details .inner a:hover{
  color:#ff6d3c;
}

.Border{
  position: absolute;
  left: 50px;
  border: 1.7px solid;
  border-bottom: #cccccc;
  width: calc(100% - 100px);
  margin-bottom: 20px;

}

.copyright{
  display: flex;
  justify-content: center;
  align-items: center;
  color: #cccccc;
  font-family: 'Roboto', sans-serif;
  font-size: 0.85em;
  background-color:#4b4949;
  padding-bottom: 5px;
  margin-top: 15px;
}



h3{
  font-size: 400;
  text-align: center;
}

.information a{
  color: #4b4949;
  text-decoration: none;
  pointer-events: auto;
}

.information a:hover{
  color: #ff6d3c;
}

.footerLogo{
    border-right: 2px solid white;
    padding-right: 5px;
    margin-right: 10px;
}

.logo{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.photonsoft{
  color: #cccccc;
  pointer-events: auto;
  text-decoration: underline;

}
.photonsoft:hover{
  color: #ff6d3c;
}

.logolink{
  margin-bottom: 20px;
  margin-top: 0px;
}