@import url('https://fonts.googleapis.com/css2?family=Yanone+Kaffeesatz:wght@200;300;400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');

html {
  scroll-behavior: smooth;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: 'Yanone Kaffeesatz', sans-serif;
  font-size: 16px;
  font-weight: 400;
  margin: 0;
}

h1 {
  font-size: 4.2rem;
  font-weight: 400;
}

h2 {
  font-size: 3rem;
  font-weight: 400;
}

h3 {
  font-weight: 400;
  font-size: 1.8rem;
}

h4 {
  font-size: 1.3rem;
  font-weight: 400;
}

p {
  font-weight: 400;
  font-size: 18px;
}

span {
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
}

header {
  width: 90%;
  margin: 20px 5% 0;
  text-align: center;
  position: relative;
  z-index: 999;
}

header img {
  width: 150px;
  position: absolute;
  left: 0;
}

nav {
  padding-top: 28px;
  font-size: 1rem;
  font-weight: 700;
  position: sticky;
  display: block;
}

nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

nav li {
  display: inline-block;
  padding-right: 1.5rem;
  text-transform: uppercase;
}

nav li:last-child {
  padding-right: 0;
}

nav li a {
  text-decoration: none;
  color: black;
}

.heading-1 {
  text-align: center;
  margin-top: 100px;
  letter-spacing: 0.1em;
}

#big-image-1 {
  max-width: 60%;
  display: block;
  margin: 125px auto;
}

.row {
  max-width: 100%;
  margin: -18em auto 0;
  position: relative;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
}

.text-box {
  border: 12px solid #000;
  background: #fff;
  max-width: 35%;
  display: inline-block;
  position: relative;
  padding: 25px 60px 25px 40px;
  text-align: left;
}

.text-box h3 {
  max-width: 19ch;
}

.text-box p {
  max-width: 50ch;
}

.text-box-image {
  display: inline-block;
  float: right; 
  margin-left: -65px;
  max-width: 500px;
  z-index: 100;
}

.text-box-image img {
  width: 28em;
  border-radius: 60px;
}

#form {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
}

.email-form {
  padding: 60px;
  margin-top: 150px;
  color: #fff;
  background: #000;
  text-align: center;
}

.email-form-text p {
  margin: 35px 0;
}

#email input[type="email"] {
  width: 400px;
  height: 35px;
  margin: 0;
  outline: 0 none;
  font-size: 1.1rem;
}

#email input[type="submit"] {
  height: 35px;
  width: 110px;
  margin: 0;
  background: #707070;
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
  border: none;
  cursor: pointer;
  outline: 0 none;
  font-size: 1.1rem;
}

.image-row {
  overflow: hidden;
}

.image-row img {
  width: 20%;
  float: left;
}

.container {
  text-align: center;
  margin: 150px auto;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
}

.location {
  color: #fff;
  background: #000;
  text-transform: uppercase;
  text-align: left;
  width: auto;
  display: inline-block;
  padding: 25px;
}

.location h3{
  margin-bottom: 15px;
  letter-spacing: 2px;
  font-weight: 700;
}

.days {
  margin-top: 20px;
}

.days span {
  display: block;
  margin-bottom: 20px;
}

.days span:last-child {
  margin: 0;
}

.contact {
  display: inline-block;
  text-align: left;
  padding-left: 50px;
  color: #000;
  width: 30%;
}

.contact a {
  text-decoration-color: #000;
}

.contact h3 {
  margin-bottom: 20px;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 700;
}

.contact h4 {
  margin-bottom: 4px;
}

.contact span {
  display: block;
  color: #000;
  margin-bottom: 10px;
}

#business-email span {
  margin-bottom: 20px;
  letter-spacing: 0.5px;
}

.contact input, .contact textarea {
  width: 100%;
  margin-bottom: 20px;
  border: 2px solid #000;
}

.contact input[type = text],
.contact input[type = email]{
  height: 30px;
}

.contact button {
  background: #000;
  color: #fff;
  text-transform: uppercase;
  border: none;
  padding: 8px 20px;
  float: right;
}

footer {
  background: #000;
  color: #fff;
  margin-bottom: 0;
  text-align: center;
}

footer .content {
  padding: 70px 0;
}

footer h2 {
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: 15px;
}

footer img {
  width: 36px;
  margin-right: 18px;
}

.copyright {
  padding: 10px 0;
}

.copyright p {
  font-weight: 300;
}

hr {
  width: 80%;
  margin: 0 auto;
  border-top: 1px solid #fff;
  border-bottom: none;
  border-collapse: collapse;
}
