html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  padding: 0;
  width: 100vw;
  max-width:100%;
  height: 100vh;
  background-color: white;
  pointer-events: none;
}



.boxes{
    position: relative;
    font-family: 'Roboto' , sans-serif;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    flex-wrap: wrap;
    flex-direction: row;
    width: 100%;
    background-color: white;
    margin-bottom: 200px;

   
}


.box{
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
  margin: 100px 30px 100px 30px;
  border-style: solid;
  border-radius: 5px;
  border-width: 1px;
  padding: 60px;
  width: 250px;
  height:270px;
  background-color: #c5283d;
  color: white;
  pointer-events: auto;
  transition: transform 0.7s;
  transform: translateY(0);
}
.box:hover{
  border-color: #ff6d3c;
  transition: transform 0.5s;
  transform: translateY(-0.7em);

}


.heading{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    font-family: 'Roboto' , sans-serif;
    font-size: 1.5em;
    margin: 0px 0 50px 0;
    padding:0;
}
h6{
    color: #ff6d3c;
    margin: 0;
}
.intro{
    display: inline;
    max-width: 35%;
    margin-right: 15%;
}


h2{
    text-align: center;
    padding: 0;
    background-color: transparent;
}

.box img{
  margin-left:128px;
}


#background{
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: transparent;
  z-index: -1;
  pointer-events: auto;
}

.information{
  font-family: 'Roboto', sans-serif;
  color:#4b4949;
  background-color: rgba(255,255,255,1);
  line-height: 1.5em;
}

.heading1 {
  display: flex;
  justify-content: flex-start;
  align-items:  stretch;
  background-color: #eeeeee;
}

.image1 {
  object-fit: cover;
  width:  40%;
  display: inline-block;
}

.paragraph1 {
  text-align: center;
  box-sizing: border-box;
  padding: 60px;
  width: 60%;
  display: inline-block !important;
}

.heading2 {
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  background-color: #ffc9a1ff;
}

.image2 {
  object-fit: cover;
  width:  40%;
  display: inline-block;
}

.paragraph2 {
  text-align: center;
  box-sizing: border-box;
  padding: 60px;
  width: 60%;
  display: inline-block !important;
}

@media (max-width: 850px) {
  .heading1 , .heading2 {
    flex-wrap: wrap;
  }
  .image1 , .image2 {
    object-fit: cover;
    width:  100%;
    display: inline-block;
  }
  
  .paragraph1 , .paragraph2 {
    box-sizing: border-box;
    padding: 60px;
    width: 100%;
    display: inline-block !important;
  }
  
}

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: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;
}

a{
  color: #cccccc;
  text-decoration: none;
  pointer-events: auto;
}

.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;
}
