*,
*::before,
*::after {
  box-sizing: border-box;
}

* {
  font-family: "Roboto", sans-serif;
  margin: 0;
}

.header {
  display: flex;
}

.header,
.footer {
  background-color: #1f2937;
  color: #f9faf8;
}

.title {
  font-size: 32px;
  font-weight: bolder;
  margin: 15px;
  margin-left: 150px;
}

.links {
  font-size: 24px;
  align-items: center;
  margin-left: auto;
  margin-right: 150px;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 15px;
  gap: 25px;
}

li:hover {
  color: #949494;
}

li {
  list-style-type: none;
  color: #e5e7eb;
}

ul {
  padding: 0;
  display: flex;
}

.headerlogo {
  width: 35px;
  height: 35px;
  display: flex;
  align-items: center;
}

.headerlogo:hover {
  border-radius: 50px;
  background-color: #949494;
}

.hero {
  background-color: #1f2937;
  padding-top: 15px;
  padding-bottom: 15px;
}

.herobutton {
  border-radius: 5px;
  width: 100px;
  height: 32px;
  background-color: #3882f6;
  color: white;
  border: 2px solid #3882f6;
}

.herobutton:hover {
  border: 2px solid #f9faf8;
}

.herocontainer {
  display: flex;
  margin-top: 100px;
  margin-bottom: 100px;
  gap: 25px;
  align-items: center;
  justify-content: space-between;
}

.herotextcontainer {
  margin-left: 150px;
  flex-shrink: 1;
}

.heroimg {
  margin-right: 150px;
}

.herohead {
  color: #f9faf8;
  font-size: 48px;
  font-weight: bolder;
  padding-bottom: 15px;
}

.herotext {
  color: #e5e7eb;
  padding-bottom: 15px;
}

.info {
  display: flex;
  justify-content: center;
  gap: 70px;
  margin-top: 35px;
}

.infohead {
  font-size: 36px;
  color: #1f2937;
  font-weight: bolder;
  display: flex;
  justify-content: center;
  margin-top: 35px;
}

.infophoto {
  width: 200px;
  height: 200px;
  border: 5px solid #3882f6;
  border-radius: 25px;
}

.infotext {
  color: #949494;
  margin-top: 20px;
}

.dogs,
.logo,
.cornhole,
.stage {
  width: 200px;
  text-align: center;
  margin-bottom: 20px;
}

.quoteimg {
  height: 45px;
  margin-left: auto;
}

.quote {
  background-color: #e5e7eb;
  font-size: 36px;
  font-style: italic;
  font-weight: lighter;
  display: flex;
  padding: 50px 250px;
  flex-direction: column;
}

.contact {
  background-color: #3882f6;
  color: #f9faf8;
  margin-left: 150px;
  margin-right: 150px;
  padding-top: 35px;
  padding-bottom: 35px;
  border-radius: 15px;
  margin-top: 35px;
  margin-bottom: 35px;
}

.contactbutton {
  border-radius: 5px;
  width: 100px;
  height: 32px;
  border: 2px solid #f9faf8;
  background-color: #3882f6;
  color: #f9faf8;
  margin-right: 100px;
}

.contactbutton:hover {
  border: 2px solid #1f2937;
}

.contacttext {
  font-size: 18px;
}

.contacthead {
  font-size: 24px;
  font-weight: bold;
}

.concontainer {
  display: flex;
  padding-left: 100px;
  align-items: center;
  justify-content: space-between;
}

.footer {
  display: flex;
  justify-content: center;
  padding: 32px;
}