body {
  background:#FAF6F2;
  margin:0;
  font-family: "DM Sans", Sans-serif;
}
a, a:visited {
  color: #7c95a2;
  text-decoration: none;
}
a:hover {
  color: #ECCBD2;
}
.maint-content {
  color: #792F6C;
  font-family: arial;
  font-size: 20px;
  line-height:30px;
  margin: 40px auto;
  width: 60%;
  text-align: center;
  font-family: "DM Sans", Sans-serif;
}
.flexing {
  display: flex;
  flex-wrap: wrap;
}
.logo {
  width: 100%;
  text-align: center;
}
.logo img {
  width: 250px;
}
h1 {
  font-weight: 400;
  font-size: 50px;
  line-height: 1.3;
}
.maintenance {
  text-align: center;
  background: #487387;
  font-size: 25px;
  line-height: 1.2;
  color: #faf6f2;
  text-transform: uppercase;
  font-weight: 400;
  padding: 20px 40px;
  border-bottom: 6px solid #8EA5B0;
  border-top: 6px solid #8EA5B0;
}
i.fa-cat {
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}
p {
  text-align: left;
}
.yellow {
  background: #FFD986;
}
.rose {
  background: #E0C4C8;
}
.purple {
  background: #ECC3EE;
}
.teal {
  background: #7BE0C6;
}
.blue {
  background: #A2DEF6;
}
.green {
  background: #A7F6A2;
}
.highlight {
  background: #E6F4A2;
}
.pink {
  background: #F6A2A2;
}
.dlsec {
  background: #792F6C;
  color: #fff;
  padding: 30px 15px;
  border-top: 3px solid #E0C4C8;
}
.dlsec h2 {
  color: #fff;
}
.dlsec a {
  color: #FAF6F2;
}
.socials {
	text-align: center;
	padding: 10px 0 40px;
}
.socials a {
	color: #FAF6F2;
	font-size: 40px;
	padding: 0 10px;
}
.socials a:hover, .dlsec a:hover {
	color: #ECCBD2;
}
.doggos.flexing {
  justify-content: center;
  position: relative;
}
.dog-wrap.adopted::before {
	content: "";
	background: rgba(121,47,108,0.5);
	width: 100%;
	position: absolute;
	display: block;
	height: 100%;
}
.dog-wrap.adopted::after {
	content: "ADOPTED!";
	text-align: center;
	font-size: 59px;
	rotate: 30deg;
	position: absolute;
	margin-top: 172px;
	font-family: ;
}
.dog-wrap {
  display: flex;
  flex-basis:33%;
  justify-content: center;
  border: 2px solid #FAF6F2;
  position: relative;
}
.d-image {
  flex-basis: 300px;
  padding: 10px;
}
.d-image img {
  -webkit-box-shadow: 0px 0px 15px -7px rgba(0,0,0,0.75);
  -moz-box-shadow: 0px 0px 15px -7px rgba(0,0,0,0.75);
  box-shadow: 0px 0px 15px -7px rgba(0,0,0,0.75);
}
.dog-wrap h2 {
  font-weight: 400;
  text-align: center;
  color: #792F6C;
  font-size: 24px;
}
.dog-info {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 20px;
}
.icon {
  text-align: center;
  font-size: 40px;
  color: #792F6C;
}
.footer {
  padding: 40px 20px 20px;
  text-align: center;
  background: #792F6C;
  color: #FAF6F2;
}
@media screen and (max-width: 1440px) {
  .dog-wrap {
    flex-basis: 49%;
  }
}
@media screen and (max-width: 1366px) {
  .maint-content {
    width: 65%;
  }
}
@media screen and (max-width: 1200px) {
  .maint-content {
    width: 71%;
  }
}
@media screen and (max-width: 1080px) {
  .maint-content {
    width: 81%;
  }
}
@media screen and (max-width: 1080px) {
  .dog-wrap {
    flex-basis: 100%;
  }
  .d-image {
    flex-basis: 315px;
    padding: 10px;
  }
  .dog-info {
    flex-basis: 715px;
  }
  .dog-wrap h2 {
    font-size: 44px;
  }
  .logo img {
    width: 300px;
  }
}
@media screen and (max-width: 600px) {
  .maintenance {
    font-size: 24px;
  }
}
@media screen and (max-width: 568px) {
  h1 {
    font-size: 34px;
  }
  .dog-wrap h2 {
	   font-size: 24px;
  }
  .or {
    display: none;
  }
  .dlsec a {
    display: block;
  }
  .socials a {
	   display: inline;
  }
}
@media screen and (max-width: 480px) {
  .dog-wrap {
  	flex-direction: column;
  	flex-basis: auto;
  }
  .dog-info {
	   flex-basis: auto;
  }
  .d-image {
  	flex-basis: auto;
  	padding: 10px;
  	text-align: center;
  }
  .dog-info i.fa-arrow-right {
	   rotate: 90deg;
  }
}
