@media only screen and (max-height: 550px) {
  .dot {
    padding: 0;
  }
}

@media only screen and (max-width: 1130px) {
  .child-top-nav li {
    padding: 0 4px;
  }
  .boxes {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .box-right {
    padding-top: 0;
  }
  .child-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

@media only screen and (max-width: 1000px) {
  .child-top-nav li:not(:first-child) {
    display: none;
  }
  .icon {
    display: inline-block;
    text-decoration: none;
    float: right;
    padding: 15px 20px;
    line-height: 100%;
    margin-right: 60px;
  }
  .icon:link,
  .icon:visited,
  .icon:hover {
    color: #5d5d5d;
  }
  .icon:active {
    color: #d61f1f;
    background-color: #5d5d5d;
  }
  .child-top-nav {
    padding: 0 80px;
  }
  .child-top-nav.responsive {
    padding: 0 80px;
  }
  .child-top-nav.responsive li.dispNav {
    display: block;
  }
}

@media only screen and (max-width: 810px) {
  .footer-info {
    margin-left: 40px;
    padding-top: 20px;
    text-align: center;
    margin-right: 40px;
  }
  .child-footer {
    text-align: center;
  }
  .child-footer-nav {
    margin-bottom: 10px;
  }
}

@media only screen and (max-width: 780px) {
  .left {
    display: inline-block;
    padding: 0;
    height: auto;
    min-height: 200px;
    width: 100%;
  }
  .child-right-button {
    margin-bottom: 20px;
  }
  form[name="contact"] td {
    display: block;
    width: 100%;
    margin: 10px 0;
  }
  .child-footer .not-mobile {
    display: none;
  }
}

@media only screen and (max-width: 720px) {
  .footer-info {
    margin-left: 0;
    margin-right: 0;
  }
  .boxes {
    margin: 0;
  }
}

@media only screen and (max-width: 700px) {
  .main-text {
    /*        font-size: 7vw;*/
  }
}

@media only screen and (max-width: 600px) {
  html {
    font-size: 18px;
  }
  .icon {
    padding: 16px 20px;
  }
}

@media only screen and (max-width: 560px) {
  .banner-text {
    margin-left: 80px;
    margin-top: 0;
  }
  h2 {
    padding-bottom: 0;
  }
  .banner-logo {
    /*        margin-top: 30px;*/
  }
  h5 {
    padding: 20px 0 0 0;
  }
}

@media only screen and (max-width: 550px) {
  .main-footer .not-mobile {
    display: none;
  }
  .scroll-content {
    overflow: scroll;
  }
  h2 {
    font-size: 120%;
  }
}

@media only screen and (max-width: 450px) {
  .child-content {
    padding: 0 20px;
  }
  .banner-text {
    margin-left: 40px;
  }
  .banner-logo {
    margin-left: 40px;
  }
  .child-top-nav {
    padding-left: 40px;
  }
  .child-top-nav.responsive {
    padding-left: 40px;
    padding-right: 10px;
  }
  .icon {
    margin-right: 20px;
  }
}
