* {
  box-sizing: border-box;
}

body {
  margin: 0px;
  font-family: "Raleway";
}

html {
  height: 100%;
  font-size: 100%;
}

nav {
  display: flex;
}

.main-width {
  max-width: 960px;
  margin: 0 auto;
}

.main-nav {
  display: block;
}

.logo {
  width: 75px;
  height: 75px;
  margin-left: 43%;
  margin-right: 45%
}

ul {
  margin-left: 0px;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  list-style: none;
}

a.nav-links {
  padding: 0.5rem 0.5rem;
  font-size: 16px;
  max-width: 300px;
  text-decoration: none;
  display: flex;
  align-items: flex-start;
  color: black;
}

.nav-div {
  margin: 1px 1px 0px 1px;
  padding: 15px;
  text-transform: uppercase;
  text-decoration: none;
}

a:hover, a:visited, a:link, a:active
{
    text-decoration: none;
}

.nav-div:hover {
  color: #849974;
  font-weight: 600;
}

a:visited, a:link, a:active {
  color: black;
}

.current-page {
  border-style: solid;
  border-bottom-color: #e3bab3;
}

h1 {
  margin: auto;
  text-align: center;
  padding-top: 150px;
  text-transform: uppercase;
  font-size: 36px;
  color: #e8ebef;
  letter-spacing: 0.3em;
}

.header-img {
  min-height: 300px;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.header-img-home {
  background-image: linear-gradient( rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url("../images/clothes_img.png");
}


.header-img-svcs {
  background-image: linear-gradient( rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url("../images/img-head-2.jpg");
}

.header-img-contact {
  background-image: linear-gradient( rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url("../images/contact_one.png");
}

.header-img-move {
  background-image: linear-gradient( rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url("../images/move-sub.jpg");
}

.header-img-downsize {
  background-image: linear-gradient( rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("../images/down_size.jpg");
}

.header-img-organize {
  background-image: linear-gradient( rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("../images/head-organize.jpg");
}

.header-img-feedback {
  background-image: linear-gradient( rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("../images/feedback_banner.png");
}

.header-img-process {
  background-image: linear-gradient( rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("../images/process_back.jpg");
}

.subtitle {
  text-align: center;
  padding-bottom: 7%;
  margin-bottom: 0;
  font-size: 32px;
  text-transform: uppercase;
  color: #e8ebef;
}

h2 {
  margin: auto;
  text-align: center;
  padding-top: 45px;
  padding-bottom: 45px;
  font-size: 24px;
  text-transform: uppercase;
  font-weight: 600;
  color: #063157;
}

.sub-heading {
  margin: auto;
  text-align: center;
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 100;
  color: #063157;
  font-family: "Sorts+Mill+Goudy";
}

.sub-heading-info {
  margin: 0 auto;
  text-align: center;
  color: #88889d;
}

h3 {
  padding-top: 45px;
  padding-bottom: 10px;
  text-transform: uppercase;
  color: #063157;
  font-family: "Sorts+Mill+Goudy";
  font-weight: 200;
}

.name {
  color: #613a43;
}

.team-container {
  max-width: 900px;
  text-align: center;
  margin: 0 auto;
}

.services-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.team-img {
  width: 200px;
  border: 2px solid black;
  border-radius: 50%;
}

.move-img {
  width: 310px;
  height: 290px;
  border: 5px solid #849974;
  margin: 20px 5px 20px 5px;
  object-fit: cover;
}

.downsize-img {
  width: 310px;
  height: 290px;
  border: 5px solid #849974;
  margin: 20px 5px 20px 5px;
  object-fit: cover;
}

.organize-img {
  width: 310px;
  height: 290px;
  border: 5px solid #849974;
  margin: 20px 5px 20px 5px;
  object-fit: cover;
}

.img-overlay {
  position: relative;
  display: flex;
  width: 300px;
  margin-top: -220px;
  margin-bottom: 170px;
  margin-left: 10px;
  padding-left: 30px;
  font-size: 31px;
  font-weight: 500;
  color: #e8ebef;
  background-image: linear-gradient( rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5));
}

.img-overlay:hover {
  color: #e3bab3;
  font-weight: 600;
}

.team-info {
  width: 100%;
  vertical-align: top;
  display: inline-block;
}

.process-ul,
.move-ul {
  display: inline;
  text-align: center;
}

.process-info,
.move-info {
  width: 350px;
  margin: auto;
}

.list-process,
.list-move {
  margin-top: 0;
  margin-bottom: 10px;
}

.top {
  margin-bottom: 20px;
  text-transform: uppercase;
  color: #063157;
  font-family: "Sorts+Mill+Goudy";
  font-size: 20px;
  font-weight: 500;
  background-color: #f4e4e1;
}

.process-ul .list.process:before,
.move-ul .list-move:before {
	content: "\00BB \0020";
}

.process-ul .list.process:after,
.move-ul .list-move:after {
  content: "\0020 \00BB";
}

p {
  margin-right: 15%;
  margin-left: 15%;
  padding-left: 5%;
  padding-right: 5%;
  color: #888896;
}

.process-contain,
.move-contain {
  display: flex;
  justify-content: center;
  flex-direction: column;
  margin: auto;
  width: 95%;
  height: 100%;
  border: 1px solid black;
}

.process-para,
.move-para {
  margin-right: 1%;
  margin-left: 1%;
  padding-left: 1%;
  padding-right: 1%;
  padding-bottom: 5%;
  text-align: center;
  color: #888896;
}

.upper-process-contain,
.upper-move-contain {
  margin: auto;
  margin-top: 20px;
  width: 90%;
  height: 140px;
}

.lower-process-contain,
.lower-move-contain {
  margin: auto;
  margin-top: 35px;
  width: 90%;
  height: 70%;
}

.head-isolate {
  color: #613a43;
  font-style: oblique;
}

.info-container {
  margin: 0 auto;
  padding: 10px 20px 10px 20px;
  width: 90%;
  display: flex;
  flex-direction: column;
}

.get-name {
  color: #888896;
  font-size: 15px;
  font-weight: 100;
  font-style: oblique;
  height: 40px;
  margin-left: 2%;
  margin-right: 2%;
  margin-top: 14px;
  width: 100%;
  border: 1px solid #afafaf;
}

.personal-info {
  margin-left: 6px;
  margin-bottom: 2px;
  padding: 1.25rem 0.5rem;
  width: 120px;
  padding-left: 0;
  font-family: "Sorts+Milly+Goudy";
  font-size: 18px;
  text-transform: uppercase;
  color: #063157;
  border-bottom: 2px solid #e3bab3;
}

.first-under {
  margin-left: -3%;
}

.last {
  float: right;
  margin-top: -60px;
}

.last-under {
  float: right;
  margin-right: 40%;;
  margin-top: -20px;
}

.long-input {
  width: 90%;
}

.mess-input {
  height: 250px;
  padding-bottom: 20%;
}

.button-nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}

.button > a {
  min-width: 120px;
  height: 55px;
  font-size: 14px;
  font-family: "Raleway";
  text-transform: capitalize;
  font-weight: 500;
  background-color: #b5bfa3;
  color: #063157;
  border: 4px solid #b5bfa3;
  padding: 1.25em 2.25em;
  text-align: center;
}

button:hover {
  border: 4px solid #063157;
}

.button > a:hover {
  border: 4px solid #063157;
}

.contact,
.back {
  margin-top: 50px;
  display: flex;
  justify-content: center;
}

h4 {
  text-align: center;
  padding-top: 45px;
  padding-bottom: 10px;
  text-transform: uppercase;
  color: #063157;
  font-family: "Sorts+Mill+Goudy";
  font-weight: 200;
}

.location {
  text-align: center;
}

.map {
  margin: auto;
  width: 310px;
  height: 210px;
  box-shadow: 0 0 5px #777777;
}

.top-feedback-contain {
  display: flex;
  flex-direction: column;
}

.top-process-img,
.top-person-img {
  display: flex;
  justify-content: center;
  margin: 0 auto;
}

.top_person {
  width: 300px;
  height: 300px;
  border-bottom: 7px;
  border-style: solid;
  border-bottom-color: #849974;
}

.btm-person-img {
  display: flex;
  justify-content: center;
  margin: 0 auto;
}

.btm_person {
  width: 300px;
  height: 197px;
  border-bottom: 7px;
  border-style: solid;
  border-bottom-color: #849974;
}

.review {
  text-align: center;
  line-height: 1.5;
}

.social {
  margin-top: 150px;
  display: flex;
  height: 150px;
  justify-content: space-around;
}

.footer-contact {
  display: flex;
  justify-content: center;
  text-align: center;
}

.footer-p {
  width: 300px;
  height: 50px;
}

.icon {
  width: 50px;
  height: 50px;
  margin: auto;
  border-radius: 50%;
}

.icon-pos {
  padding-top: 10px;
}

.fb,
.insta {
  margin-right: 10%;
}

.foot.phone {
  float: left;
}




@media screen and (min-width: 819px) {
  .nav-div {
    margin: 5px 5px 0px 5px;
    padding: 15px;
    text-transform: uppercase;
  }

  a {
    /*margin-left: 10%;*/
    padding: 1.25rem 0.5rem;
    font-size: 16px;
    /*max-width: 140px;*/
    text-decoration: none;
    display: flex;
    align-items: flex-start;
    color: black;
  }

  .button > a {
    padding-left: 37px;
    padding-top: 15px;
  }

  .main-nav {
    display: flex;
  }

  .logo {
    margin: 20px;
  }

  .header-img {
    height: 350px;
  }

  .founder,
  .team,
  .mover {
    width: 275px;
    margin: 0 auto;
  }

  .info-container {
    margin: 0 auto;
    padding: 10px 20px 10px 20px;
    width: 50%;
    display: flex;
    flex-direction: column;
  }

  .move-para {
    padding-left: 5%;
    padding-right: 5%;
    color: #888896;
  }

  .move-contain {
    display: flex;
    justify-content: center;
    flex-direction: column;
    margin: auto;
    width: 80%;
    height: 100%;
    border: 1px solid black;
  }

  .top-person-img {
    display: flex;
    justify-content: center;
    width: 406px;
    margin: 0 auto;
  }

  .btm-person-img {
    display: flex;
    justify-content: center;
    width: 406px;
    margin: 0 auto;
  }

  .location {
    text-align: center;
  }

  .map {
    width: 420px;
    height: 310px;
  }

  ul {
    margin-left: calc(50vw - 400px);
  }
}
