@font-face {
    font-family: 'Ciston';
    src: url('../fonts/ciston.eot');
    src: url('../fonts/ciston.eot?#iefix') format('embedded-opentype'),
        url('../fonts/ciston.woff2') format('woff2'),
        url('../fonts/ciston.woff') format('woff'),
        url('../fonts/ciston.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    
}

@font-face {
    font-family: 'Century Gothic';
    src: url('../fonts/centuryGothic.eot');
    src: url('../fonts/centuryGothic.eot?#iefix') format('embedded-opentype'),
        url('../fonts/centuryGothic.woff2') format('woff2'),
        url('../fonts/centuryGothic.woff') format('woff'),
        url('../fonts/centuryGothic.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}


*, body {

  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

h1, h2, h3, h4, h5, h6 {
   color:white ;
  font-family: 'Ciston', sans-serif;
  font-weight: bold;
}

p {
    color:white ;
  font-family: 'Century Gothic', sans-serif;
}

.templateBody {
padding : 3rem;
}
.templateBody * {
margin-bottom : 1.5rem;
}
@media only screen and (max-width: 2560px) {
.templateBody {
padding : 7rem;
}
.templateBody * {
margin-bottom : 4rem;
}
}
@media only screen and (max-width: 1440px) {
.templateBody {
padding : 5rem;
}
.templateBody * {
margin-bottom : 3rem;
}
}
@media only screen and (max-width: 1024px) {
.templateBody {
padding : 3rem;
}
.templateBody * {
margin-bottom : 2rem;
}
.templateBody:last-child {
margin-bottom : 4rem;
}
}
@media only screen and (max-width: 900px) {
.templateBody {
padding : 2.5rem;
}
}
@media only screen and (max-width: 800px) {
.templateBody {
padding : 2rem;
}
}
@media only screen and (max-width: 550px) {
.templateBody {
padding : 1.5rem;
}
}
@media only screen and (max-width: 375px) {
.templateBody {
padding : 1rem;
}
}

  .templateBody h2 {
    font-size : 2rem;
     margin-bottom : 1rem;
    font-weight : bold;
    line-height:2.4;
}
  .templateBody h3 {
  font-size : 1.7rem;
  margin-bottom : 1rem;
  font-weight : bold;
  }
  .templateBody p {
  line-height : 1.8;
  font-size : 1.2rem;
  }
  @media only screen and (max-width: 2560px) {
    .templateBody h2 {
     font-size :  4.5rem;
    }
  .templateBody h3 {
  font-size : 4.3rem;
  }
  .templateBody p {
  font-size : 3rem;
  }
  }
  @media only screen and (max-width: 1440px) {
    .templateBody h2 {
     font-size :  3.5rem;
    }
  .templateBody h3 {
  font-size : 3.3rem;
  }
  .templateBody p {
  font-size : 2rem;
  }
  }
  @media only screen and (max-width: 1200px) {
    .templateBody h2 {
     font-size :  2.5rem;
    }
  .templateBody h3 {
  font-size : 2.3rem;
  }
  .templateBody p {
  font-size : 1.4rem;
  }
  }
  @media only screen and (max-width: 900px) {
    .templateBody h2 {
     font-size :  2.2rem;
    }
  .templateBody h3 {
  font-size : 2rem;
  }
  .templateBody p {
  font-size : 1.3rem;
  }
  }
  @media only screen and (max-width: 800px) {
    .templateBody h2 {
     font-size :  1.8rem;
    }
  .templateBody h3 {
  font-size : 1.8rem;
  }
    .templateBody p {
  font-size : 1.2rem;
  }
  }
  @media only screen and (max-width: 550px) {
    .templateBody h2 {
     font-size :  1.4rem;
    }
  .templateBody h3 {
  font-size : 1.5rem;
  }
    .templateBody p {
  font-size : 1.1rem;
  }
  }



