@font-face {
  font-family: Poppins-Regular;
  src: url('../fonts/Poppins/Poppins-Regular.ttf');
}

@font-face {
  font-family: Poppins-Bold;
  src: url('../fonts/Poppins/Poppins-Bold.ttf');
}

@font-face {
  font-family: Poppins-Italic;
  src: url('../fonts/Poppins/Poppins-Italic.ttf');
}

h1 {
  margin: 0;
  line-height: 100%;
}

a {
  color:inherit;
  text-decoration:none;
  pointer-events:none;
}

.m1-txt1 {
  font-family: Poppins-Regular;
  font-size: 48px;
  line-height: 1;
  color: #000;
}

.m1-txt2 {
  font-family: Poppins-Bold;
  font-size: 48px;
  line-height: 1;
  color: #000;
}

.m1-txt3 {
  font-family: Poppins-Italic;
  font-size: 24px;
  line-height: 1;
  color: #000;
}

body, html {
  height: 100%;
  margin: 0;
  background-color: rgb(232,232,232);
}

img {
  max-width: 50%;
  height: auto;
}

.bigimage {
  background-image: url("../images/bg01.jpg");
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.row {
  float: right;
  display: table-row;
}
.column {
  float: right;
  display: table-row;
  background-clip: padding-box;
  border-right: 3px solid transparent;
  padding: 0px;
}

.overlay {
  position:fixed;
  top:0; bottom:0; left:0; right:0;
  background-color: rgb(255,255,255,0.01);
  z-index: 10000000;
}
.new {
  float: right;
  display: table-row;
  background-clip: padding-box;
  border-right: 3px solid transparent;
  padding: 0px;
}
.boxtext {
  position: absolute;
  text-align: left;
  font-family: Poppins-Regular;
  font-size: 25px;
}
.box {
  position:absolute;
  max-width: 100%;
  min-width: 100%;
  max-height: 100%;
  min-height: 320px;
  margin-left: 5%;
  top: 60%;
}
@media (max-width:400px){
  .m1-txt1 {
    font-size: 32px;
  }
  .m1-txt2 {
    font-size: 28px;
  }
  .m1-txt3 {
    font-size: 16px;
  }
  .boxtext {
    font-size: 16px;
  }
}
@media (max-width:400px) {
  .box {
    min-width: 240px;
    top: 23%
  }
}