header .logo1{height:3rem;content:url(../img/logo-dark.png);}
.header1 a{color:black;}
#siteMap a i{color:black;}
html{height:100%;}
body{height:100%; }
section{width:62.5vw;margin: 0 auto;margin-bottom: 14vh;height:100%;}
.title-box{padding-top: 28vh;;}
.title{font-size:4vw;font-weight: 600;text-align: center;}
.content{margin-top:11vh; height:fit-content;}
.content p{font-size: 0.85vw;font-weight: 400;}
#subTitle{font-weight: 600;}

@media all and (max-width:500px) {
   body{height:100%;}
section{width:80%;margin: 0 auto;margin-bottom: 0vh;height:100%;}
.title-box{padding-top: 18vh;;}
.title{font-size:4rem;font-weight: 600;text-align: center;}
.content{margin-top:5vh}
.content p{font-size: 1.5rem;font-weight: 400;}
#subTitle{font-weight: 600;}

  }
