* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  scroll-padding-top: 165px;
}

body {
  background-color: #d6cfcb;
  font-family: "Montserrat Subrayada", sans-serif;
}

a {
  color: black;
  font-size: 140%;
  text-decoration: none;
  text-shadow: 0px 3px 6px#565264;
}

#page-wrapper {
  position: relative;
}

li {
  list-style: none;
}

.logo {
  width: 60vw;
}

@media (max-width: 650px) {
  .logo {
    margin-top: 15px;
    width: 100%;
    position: relative;
  }
}

.logo > img {
  width: 100%;
  height: 100%;
  max-width: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  margin-left: 20px;
}

@media (max-width: 650px) {
  .logo > img {
    margin: 0 auto;
  }
}

header {
  position: fixed;
  top: 0;
  width: 100%;
  padding: 20px;
  background-color: #706677;
  display: grid;
  grid-template-columns: 50% 50%;
  border-bottom: 11px solid #565264;
  box-shadow: 0px 8px 10px #565264;
}

main {
  padding-top: 200px;
}

@media (max-width: 800px) {
  header {
    position: relative;
  }
  main {
    padding-top: 20px;
  }
  html {
    scroll-padding-top: 0px;
  }
}

@media (max-width: 600px) {
  header {
    flex-wrap: wrap;
  }
}

nav {
  font-weight: 100;
  padding-top: 30px;
}

@media (max-width: 1200px) {
  nav {
    margin-top: 10px;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 0px;
  }
  nav li {
    padding-bottom: 5px;
  }
}

nav > ul {
  width: 35vw;
  display: flex;
  flex-direction: row;
  justify-content: space-around;
}

@media (max-width: 1200px) {
  nav > ul {
    flex-direction: column;
    font-size: 100%;
  }
}

#page-title {
  text-align: center;
  font-size: 40px;
  font-weight: 100;
  text-shadow: 0px 5px 8px #979799;
}

#about-us {
  margin: 50px 40px 15px 40px;
  text-align: center;
}

p {
  font-family: "Scope One", serif;
  font-weight: 600;
  color: #434445;
}

#about-us-text {
  margin-top: 8px;
}

#restoration {
  text-align: center;
  margin: 50px 40px 15px 40px;
}

#video {
  margin-top: 8px;
  width: 560px;
  height: 315px;
}

@media (max-width: 670px) {
  #video {
    width: 350px;
    height: 197px;
  }
}

@media (max-width: 416px) {
  #video {
    width: 290px;
    height: 163px;
  }
}

#restoration-text {
  margin-top: 8px;
}

#pricing {
  text-align: center;
  margin: 50px 40px 15px 40px;
}

#pricing-text {
  margin-top: 15px;
}
#form {
  margin: 15px 0px 45px 0px;
}

.btn {
  padding: 0px 20px 3px 20px;
  font-size: 1em;
  font-weight: 700;
  text-transform: uppercase;
  font-family: "Montserrat Subrayada", sans-serif;
  border: 3px black solid;
  border-radius: 4px;
  background-color: #706677;
  cursor: pointer;
}

#email {
  height: 28px;
}

.section-head {
  color: #725760;
  font-weight: 100;
}
