body {
  margin: 0px;
  font-family:Arial, Helvetica, sans-serif;
  background:#d1e7ff;
  background-image: linear-gradient(rgba(255, 255, 255, 0.445) .1em, transparent .1em), linear-gradient(90deg, rgba(255, 255, 255, 0.445) .1em, transparent .1em);
  background-size: 1.5em 1.5em;
  background-attachment: fixed;
  hyphens: auto;
    
}

main {
  
  height: fit-content;
  margin-top: 25px;
  margin-left: 30px;
  margin-right: 30px;
  border-radius: 10px;
  padding-top: 15px; 
  padding-right: 50px;
  padding-left: 50px;
  padding-bottom: 10px;
  z-index: 1;
  background-color: white;
  font-size: 20px;
  text-align: justify;
  line-height: 1.9;
  letter-spacing: .3px;
  font-weight: 400;

}

h1 {
  
  font-size: 45px;
  color:rgb(73, 118, 148);
  position: relative;
  left: 40px;
  margin-bottom: 0px;
  z-index: 0;
  line-height: 120%;
  padding-right: 70px;

}

h2, h3 {

  color: rgb(73, 118, 148);
  margin-bottom: 5px;
}

hr.new1 {
  border-top: 3.0px solid rgb(73, 118, 148); /*rgb(35, 67, 95);*/
  border-bottom: none;
  border-right: none;
  border-left: none;
  margin-top: 0;
}

main a {

  text-decoration: none;
  color:rgb(73, 118, 148);
}

main a:hover{

  text-decoration: underline;

}


/********************************************** Responsive design ***********************************************/

.small {

  display: none;
}

@media all and (max-width: 1300px) {

  main {

      margin-top: 22px;
      
  }


  }

@media all and (max-width: 1050px) {

      main {
  
          margin-top: 21px;
      }
      
  
}
  


@media all and (max-width: 900px) {
  
      h1 {

          font-size: 30px;
      }

  
}

@media all and (max-width: 800px) {

  main {

      margin-top: -5px;
  }
  

}

@media all and (max-width: 700px) {


  h1 {

    padding-right: 0px;
    font-size: 30px;
    text-align: center;
    position: inherit;
    
}


main, .Submain {

    padding-top: 2px;
    font-size: 18px;
    padding-right: 19px;
    padding-left: 19px;
    margin-top: 0px;
    margin-left: 0;
    margin-right: 0px;
    line-height: 180%;
    background-color: white;

}

h2, h3 {
    text-align: center;
}

.big {

    display: none;
}   

.small {

display: block;
}

}