html {
  scroll-behavior: smooth;
  box-sizing: border-box;
}

body,
html {
  margin: 0;
  padding: 0;
  font-family: 'Adobe Garamond Italic';
}
@font-face{
  font-family: 'Adobe Garamond Italic';
  src: url("../font/Adobe Garamond Italic.otf");
  font-weight: normal;
  font-style: normal;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0;
  padding: 0
}

p {
  color: #485460;
}

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
  width: 320px;
}

/*-- wrapper --*/
.wrapper {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
.coming-wrapper {
  /* 
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  -moz-background-size: cover; */
 /* height: 100vh;*/
  z-index: 0;
  position: relative;
  display: grid;
  align-items:center;
}
.coming-wrapper:before {
  content: "";
  position: absolute;
  top: 0;
  min-height: 100%;
  left: 0;
  right: 0;
  z-index: -1;
}
.coming-info{
  margin: 3px 100px 37px;
  text-align: left;
}
.coming-top {
  display: grid;
  margin: 0 auto;
  text-align: center;
  margin-top: 10px;
  /* width: 60%; */
}
.coming-wrapper h1 {
  font-size: 5rem;
  line-height: 75px;
  color: #0070BC;
  font-weight: 100;
  margin: 6rem 0 3rem 0;
}
.footer {
  /*display: grid;
  grid-template-columns: 1fr 1fr;*/
  /*position: absolute;*/
  width: 100%;
  bottom: 20px;
/*  border-top: 1px solid #c2c2c2;
  padding: 10px;*/
}
.coming-test {
        width: 76%;
        float: none;
        margin: 0 auto;
       
    }
    .coming-test h4 {
        font-family: 'Open Sans', sans-serif;
        text-align: left;
        margin-bottom: 10px;
        margin-top: 10px;
        font-size: 19px;
        color: #808080;
        font-weight: 500;
    }
    .coming-test span {
        color: rgba(51, 126, 169, 1);
    }
    .coming-test p {
        line-height: 32px;
        font-family: 'Open Sans', sans-serif;
        text-align: left;
        font-size: 16px;
        margin-bottom: 30px;
        font-weight: bold;
    }
/*-- responsive --*/
@media (min-width: 576px) {
  .wrapper {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  .wrapper {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  .wrapper {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  .wrapper {
    max-width: 1140px;
  }
}

@media(max-width:1280px) {
    .coming-top {
        display: grid;
        margin: 0 auto;
        text-align: center;
        width: 80%;
    }
}

@media(max-width:1080px) {
  .footer {
    display: grid;
    grid-template-columns: 1fr 1fr;
    position: absolute;
      width:90%;
      padding-right: 15px;
      padding-left: 15px;
      margin-right: auto;
      margin-left: auto;
    bottom: 20px;
  }
}

@media(max-width:992px) {
.footer {
  display: grid;
  grid-template-columns: 1fr;
  width:90%;
  text-align: center;
        position: static;
  margin-top:40px;
}
}
  
@media(max-width:900px) {
  .coming-wrapper h1 {
      font-size: 50px;
      line-height: 75px;
  }
}

@media(max-width:769px) {
  .coming-top {
      width: 90%;
  }
  .coming-wrapper h1 {
    font-size: 45px;
    line-height: 60px;
  }
}
@media(max-width:667px) {
    .coming-top {
        width: 90%;
    }
    .coming-wrapper h1 {
      font-size: 45px;
      line-height: 60px;
    }
}
@media(max-width:600px) {
    .coming-top {
        width: 100%;
    }
    .coming-wrapper h1 {
        font-size: 40px;
        line-height: 54px;
    }
}

@media(max-width:568px) {
    .coming-wrapper h1 {
        font-size: 35px;
        line-height: 51px;
    }
}

@media(max-width:420px) {
  .coming-wrapper h1 {
    font-size:30px;
      line-height: 52px;
      margin: 1rem 0 2rem 0;
  }
}


.emoji1 {
    width: 1em;
    height: 1em;
    background-repeat: no-repeat;
    background: url(../images/twitter-em.png);
    background-position-x: 37.291525%;
    background-position-y: 111.830508%;
    background-size: 6000% 6000%;
    vertical-align: -0.1em;
    margin: 5px 0.1em;
    float: left;
}
.copy-footer1 {
  width: 100%;
}

/*.copy-footer1 span {
    text-align: center;
    width: 100%;
    clear: both;
    display: block;
    font-style: italic;
}
.copy-footer1 a {
    text-align: center;
    width: 100%;
    clear: both;
    display: block;
}
*/

