.maincontent {
  max-width: 100%;
}

h1, h2, h3{
  font-family: 'Anton', sans-serif;
}

.myButton {
	background-color:transparent;
	border:1px solid #000;
	display:inline-block;
	cursor:pointer;
	color:#000;
	font-size:19px;
	padding:12px 37px;
	text-decoration:none;
	text-shadow:0px 1px 0px #283966;
}
.myButton:hover {
	background-color:#000;
        color:white;
}
.myButton:active {
	position:relative;
	top:1px;
}
.myButton-white {
	background-color:transparent;
	border:1px solid #fff;
	display:inline-block;
	cursor:pointer;
	color:#fff;
	font-size:19px;
	padding:12px 37px;
	text-decoration:none;
	text-shadow:0px 1px 0px #283966;
}
.myButton-white:hover {
	background-color:#fff;
        color:black;
}
.myButton:active {
	position:relative;
	top:1px;
}

.row{
  padding:0 !important;
  margin:0 !important;
}
.col-md-6{
  padding:0 !important;
  margin:0 !important;
}


i{
  font-size:20px;
  color:black;
}

.hero{
  background-image: linear-gradient(rgba(255,255,255,0.1) 0%, rgba(255,255,255,0.7) 100%),
  url('/imageserver/Reusable/mulehide/hero-min.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  
}

.hero-content{
  padding:8%;
}

.section1{
  display:flex;
  flex-wrap: wrap;
  margin-top:2%;
  padding:0 5%;
}
.section1BG{
  background-color: #ececec; 
}

.section1 img{
  width:100%;
  max-width:900px;
  height:442px;
  object-fit:cover;
}

.section1-intro-col{
  max-width:885px;
}

.section1-intro{
  padding:4%;
  margin-left:10px;
}

.section1-intro h2{
  margin-top:0;
}

.section2{
  padding:3% 5%;
}

.section2 a{
  font-size:1.5em;
  color:black;
  line-height:2;
  padding-right:5px;
  text-decoration:none;
 }

 .arrow-link{
  max-width:200px;
 }

 .arrow-link:hover i{
  transform:scalex(2) translateX(10px);
  transition:all .2s ease-in;
 }

.section2-img{
  display: flex;
  justify-content: flex-end;
}



/* ---------------------------------- Cards ------------------------------------------- */

.section3{
  background:#ececec;
}
.section3-inner{
  padding:2% 5%;
}

.section3 h2{
  text-align:center;
  font-size:52px;
}

.card-list {
  display: flex;
  flex-direction: row;
  padding-right:4%;
  justify-content: center;
}

.card {
  height: 300px;
  width: 250px;
  min-width: 250px;
  padding: 1.5rem;
  border-radius: 16px;
  background: white;
  -webkit-box-shadow: -2px 4px 12px 2px rgba(0,0,0,0.49); 
  box-shadow: -2px 4px 12px 2px rgba(0,0,0,0.49);
  display: flex;
  flex-direction: column;
  transition: .2s;
  margin: 50px;
  scroll-snap-align: start;
  clear: both;
  position: relative;
}

.card.single{
  background-image: linear-gradient(to bottom,rgba(255,255,255,.4) 0%,rgba(255,255,255,0) 50%, rgba(255,255,255,.8) 100%), url(/imageserver/Reusable/mulehide/single-ply-min.png);
  background-repeat: no-repeat;
  background-size: cover;
}
.card.modified{
  background-image:linear-gradient(to bottom,rgba(255,255,255,.4) 0%,rgba(255,255,255,0) 50%, rgba(255,255,255,.8) 100%), url(/imageserver/Reusable/mulehide/mod-bit-min.png);
  background-repeat: no-repeat;
  background-size: cover;
}
.card.coatings{
  background-image:linear-gradient(to bottom,rgba(255,255,255,.4) 0%,rgba(255,255,255,0) 50%, rgba(255,255,255,.8) 100%), url(/imageserver/Reusable/mulehide/coatings-min.png);
  background-repeat: no-repeat;
  background-size: cover;
}
.card.veg{
  background-image:linear-gradient(to bottom,rgba(255,255,255,.4) 0%,rgba(255,255,255,0) 50%, rgba(255,255,255,.8) 100%), url(/imageserver/Reusable/mulehide/green_1-min.png);
  background-repeat: no-repeat;
  background-size: cover;
}
.card.repair{
  background-image:linear-gradient(to bottom,rgba(255,255,255,.4) 0%,rgba(255,255,255,0) 50%, rgba(255,255,255,.8) 100%), url(/imageserver/Reusable/mulehide/);
  background-repeat: no-repeat;
  background-size: cover;
}
.card.modular{
  background-image:linear-gradient(to bottom,rgba(255,255,255,.4) 0%,rgba(255,255,255,0) 50%, rgba(255,255,255,.8) 100%), url(/imageserver/Reusable/mulehide/modular-min.png);
  background-repeat: no-repeat;
  background-size: cover;
}

.card:focus-within~.card, .card:hover~.card {
  transform: translateX(80px);
}

.card:hover {
  transform:scale(1.1) translateY(-30px);
  z-index:2;
}

.card:not(:first-child) {
  margin-left: -80px;
}


.card-header {
  margin-bottom: auto;
}

.card-header p {
  font-size: 14px;
  margin: 0 0 1rem;
  color: #7a7a8c;
}

.card-header h2 {
  font-size: 25px;
  margin: .25rem 0 auto;
  text-decoration: none;
  color: inherit;
  border: 0;
  display: inline-block;
  
}

.card-header h2:hover {
  background: linear-gradient(90deg,#ff8a00,#e52e71);
  text-shadow: none;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
}

.card-author a{
  font-size:1.5em;
  color:black;
  line-height:2;
  padding-right:5px;
  text-decoration:none;
  font-weight:700;
  cursor: pointer;
 }

.section4{
  background-image:linear-gradient(to bottom,rgba(0,0,0,.7) 0%, rgba(0,0,0,.7) 100%), url(/imageserver/Reusable/mulehide/Aerial_GreenGrid-at-Science-Building2.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top;
  padding:8%;
  text-align: center;
  margin-bottom:50px;
  letter-spacing:1.1px;
  color:#ececec;
  
}

.section4 h2{
  font-size:2.8em;
  text-align: center;
}

.section4 p{
  font-size:1.3em;
  margin-top:20px;
  max-width:1200px;
  text-align: center;
  margin:0 auto;
}


@media only screen and (max-width: 1200px) {
  .card-list {
    display: flex;
    flex-direction: row;
    padding-right:0%;
    flex-wrap: wrap;
    justify-content: center;
  }
  .card:not(:first-child) {
    margin-left: 0;
  }
  .card:first-child {
    margin-left: 0;
  }

  .section2-img{
    padding-top:10%;
  }
  .card:focus-within~.card, .card:hover~.card {
    transform: translateX(0);
  }
  
}


@media only screen and (max-width: 992px) {
  .section1-intro{
    height:100%;
  }
  .section2-img{
    display: flex;
    justify-content: center;
    padding-top:2%;
  }
}
@media only screen and (max-width: 768px) {
  .section2-img{
    display: none;
  }
  .section1 img{
    height:auto;
    object-fit:cover;
  }
  .card{
    margin:25px;
  }
}

@media only screen and (max-width: 400px) {
  .card {
    height: 200px;
    width: 150px;
    min-width: 150px;
    padding: 1.5rem;
    margin:10px;
  }
}