header,
section,
footer,
aside,
nav,
article,
figure {
  display: block;
}
html,
body {
  font-family: "Lato", Arial, sans-serif;
  font-weight: 400;
  margin: 0;
  padding: 0;
  background: #fff;
  font-size: 16px;
  color: #000;
  height: 100%;
  scroll-behavior: smooth;
}
table {
  border-style: none;
  border-spacing: 0px;
  border-width: 0px;
  margin: auto auto;
}
td {
  font-size: 16px;
  color: #000;
  text-align: justify;
  padding: 0;
}
img {
  margin: 0;
  padding: 0;
  border: 0;
  max-width: 100%;
}
a {
  text-decoration: none;
  font-weight: bold;
  color: #fff;
  transition-duration: 500ms;
  transition-delay: 0ms;
}
a:hover,
a:focus {
  text-decoration: none;
  color: #b00060;
  transition-duration: 500ms;
  transition-delay: 0ms;
}
div,
div:hover,
div:focus {
  transition-duration: 500ms;
  transition-delay: 0ms;
}
input,
input:hover,
input:focus {
  transition-duration: 500ms;
  transition-delay: 0ms;
}
textarea,
textarea:hover,
textarea:focus {
  transition-duration: 500ms;
  transition-delay: 0ms;
}

@media screen and (min-width: 1024px) {
  .back {
    clear: both;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    background: #04221b url(images/back.jpg) top no-repeat;
    display: table;
    background-size: cover;
  }
  .back-inside {
    clear: both;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 5%;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    color: #fff;
    font-family: Lato;
    font-weight: 400;
    font-size: 16px;
    line-height: 160%;
  }
  .back-inside img {
    max-width: 20%;
    transition-duration: 250ms;
    transition-delay: 0ms;
    opaticy: 1;
  }
}

@media screen and (min-width: 0px) and (max-width: 1023px) {
  .back {
    clear: both;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    background: #04221b url(images/back.jpg) top no-repeat;
    display: table;
    background-size: cover;
  }
  .back-inside {
    clear: both;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 5%;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    color: #fff;
    font-family: Lato;
    font-weight: 400;
    font-size: 14px;
    line-height: 160%;
  }
  .back-inside img {
    max-width: 50%;
    transition-duration: 250ms;
    transition-delay: 0ms;
    opaticy: 1;
  }
}
