body {
  min-width: 320px;
  width: 100%;
}
header {
  min-width: 320px;
}
.header-top .space {
  margin-right: 20px;
}
.header-top .space:last-of-type {
  display: none;
}
.header-top #email {
  display: block;
  margin-top: 15px;
}
header #desktop-menu {
  display: none;
}
header #mobile-menu {
  background-color: #fff;
  padding: 10px 15px;
  box-sizing: border-box;
  width: 100%;
  display: block;
}
.logo {
  height: 50px;
}
#mobile-menu button {
  position: relative;
  display: inline-block;
  float: right;
  border: none;
  background: transparent;
  font-size: 36px;
  padding: 0;
  box-sizing: border-box;
}
#mobile-menu button i {
  line-height: 50px;
  margin-right: 10px;
  color: #D71314;
}
.mobile-menu-list {
  width: 100%;
  padding: 20px 5%;
  background-color: #fff;
  position: fixed;
  left: 0;
  top: 0;
  height: 100vh;
  z-index: 5;
  margin: 0;
  box-sizing: border-box;
}
.mobile-menu-list a {
  display: block;
  text-decoration: none;
  box-sizing: border-box;
  color: #3d3b3d;
  font-weight: bold;
  border-bottom: 1px #eee solid;
  line-height: 60px;
  font-size: 1.3em;
}
.mobile-menu-list a:hover {
  border-top: 2px #D71314 solid;
}
.mobile-menu-list a:first-of-type {
  margin-top: 50px;
}
.mobile-menu-list button {
  background: transparent;
  border: none;
  padding: 0;
  position: absolute;
  top: 20px;
  right: 30px;
  overflow: hidden;
}
.mobile-menu-list button i {
  font-size: 36px;
  color: #D71314;
}
#home-wrapper {
  font-size: 2.6em;
}
#home-wrapper span {
  max-width: 90%;
  margin-top: 40px;
}
.home-sec2 .third1, .home-sec2 .third2, .home-sec2 .third3 {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  display: block;
}
.home-sec2 .third1, .home-sec2 .third2 {
  margin-bottom: 30px;
}
.home-sec2 .third3 {
  height: auto;
  padding-bottom: 40px;
}
.home-sec3 button {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.services {
  width: 50%;
}
hr.full,  {
    width: 55%;
}
.page-header hr.full {
  width: 55%;
}
h1 {
  font-size: 2.3em;
}
p, li, section .wrapper .services h2 {
  font-size: 1.3em;
}
.list-2 {
  display: block;
  margin-bottom: 5%;
  width: 100%;
  min-height: 50px;
  text-align: center;
}
.odd-list {
  margin-right: 0;
}
.list-2-wrap {
  top: 0;
  transform: translateY(0%);
}
.list-2 i {
  text-align: center;
  line-height: 50px;
  font-size: 24px;
  margin-right: 0;
}
.list-2 i, .list-2 > div > div{
  display: block;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.list-2 i {
  margin-bottom: 30px;
}
.block-third {
  display: block;
  margin-right: 0;
  width: 100%;
  min-height: 0;
  padding: 40px;
  text-align: center;
  margin-bottom: 40px;
}
.about-sec2 {
  background-attachment: fixed;
}
.half {
  display: block;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}
.half h2, section .wrapper h2 {
  font-size: 2.3em;
  text-align: center;
}
.half2 {
  margin-top: 50px;
}
.services {
  padding-left: 0;
  padding-right: 0;
}
form {
  text-align: center;
}
form input[type="text"], form input[type="tel"], form input[type="email"], form input[type="number"], input[type="date"], form select {
  width: 100%;
  display: block;
}
form label {
  font-size: 1.3em;
  width: 50%
}
form > div.fullwidth:last-of-type {
  text-align: center;
}
footer {
  text-align: center;
}
footer copyright, footer .credit {
  display: block;
  margin-left: auto;
  margin-right: auto;
  float: none;
}
footer .credit {
  margin-top: 20px;
}
