@font-face {
  font-family: Wigrum;
  src: url("../fonts/Wigrum-Regular.otf");
}

@font-face {
  font-family: Wigrum;
  src: url("../fonts/Wigrum-Bold.ttf");
  font-weight: bold;
}

@font-face {
  font-family: Wigrum;
  src: url("../fonts/Wigrum-Light.otf");
  font-weight: 100;
}

@font-face {
  font-family: Wigrum;
  src: url("../fonts/Wigrum-Medium.otf");
  font-weight: 600;
}

nav {
  position: fixed;
  width: 100%;
  background-color: #373d4560;
}

nav a {
  font-size: 2rem;
  font-weight: 100;
  text-decoration: none;
  color: #fff;
}

.links {
  margin-right: 5%;
}

nav a:hover {
  color: gray;
  transition: all 0.2s ease;
}

body {
  font-family: Wigrum;
  margin: 0;
}

.row {
  display: flex;
  flex-direction: row;
}

.col {
  display: flex;
  flex-direction: column;
}

.justify-around {
  justify-content: space-around;
}

.justify-evenly {
  justify-content: space-evenly;
}

.justify-end {
  justify-content: flex-end;
}

.justify-center {
  justify-content: center;
}

.justify-between {
  justify-content: space-between;
}

.align-center {
  align-items: center;
}

.cover {
  height: 800px;
  background-image: url("../img/cover.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.cover-title {
  font-size: 71px;
  font-weight: 600;
  color: #fff;
  text-align: center;
}

.cover-content {
  font-size: 33px;
  color: #fff;
  padding: 0 28%;
  text-align: center;
  font-weight: 100;
}

#services-section {
  background-image: url("../img/bg.png");
}

#services-section > div > div {
  flex: 1;
  padding-bottom: 5%;
}

#locations-section > div > div > div {
  flex: 1;
}

.section-title {
  font-size: 43px;
  letter-spacing: 3.5px;
  color: #e87235;
  text-align: center;
  padding-top: 5%;
}

.section-title-light {
  color: #fff;
  margin-bottom: 5%;
}

.content {
  font-weight: 100;
  font-size: 30px;
}

.service-title {
  font-size: 32px;
  font-weight: 600;
  color: #fff;
  text-align: center;
}

.service-list {
  padding: 0 22%;
}

.service-list li {
  color: #fff;
  font-size: 31px;
  font-weight: 100;
}

.text-field {
  border: "1px solid black";
  border-radius: 10px;
  height: 60px;
  font-size: 30px;
  padding: 0 1%;
}

.text-field-area {
  resize: none;
  border-radius: 10px;
  font-size: 30px;
  font-family: Wigrum;
  padding: 0 1%;
}

.send-btn {
  color: #fff;
  background-color: #e87235;
  font-size: 30px;
  border-radius: 10px;
  width: 300px;
  border: none;
  padding-top: 1%;
  padding-bottom: 1%;
}

footer {
  background-color: #373d45;
  color: #fff;
  padding: 1% 0;
}

footer a {
  text-decoration: none;
  color: #fff;
}

@media screen {
}
