html, body {
  margin: 0;
  font-family:'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

a {
  color: #fabd3b;
  text-shadow: #202020;
  text-decoration: none;
}

a:hover {
  color: #f0e68c
}

body {
  background: #202020;
  color: #f6f6f6;
  margin: 0 auto;
  padding-top: 2%;
  line-height: 1.6;
  text-align: center;
}

.hero3 {
  background-image: url('/img/little-blue-king.svg');
  background-repeat: repeat-x;
  width: 100%;
  height: 300px;
  display: flex;
  align-items: top;
  justify-content: center;

}

.hero2 {
  background-image: url('/img/dwarf-line-up.png');
  background-repeat: repeat-x;
  width: 100%;
  height: 300px;
  display: flex;
  align-items: top;
  justify-content: center;

}

.hero {
  background-image: url('/img/farm-modular.png');
  background-repeat: repeat-x;
  width: 100%;
  height: 300px;
  display: flex;
  align-items: top;
  justify-content: center;
}

.hero h1, .gcard h1 {
  color: #202020;
}

.flex-cont{
  display: flex;
  margin: 1em 0;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}

.flex-item{

  border-radius: 6px;
  width: 25%;
  min-width: 320px;
  
}

.card {
  margin: 2%;
  padding: 0;
  overflow: hidden;
  background-color: rgba(58, 119, 40, 0.836);

}

.gcard {
  height: 480px;
}

.ycard {
  height: 360px;
  color: #202020;
}

.ycard a {
  color: #414b24;
}

.ycard a:hover {
  color: #7a9e2c;
}

h1, h2, h3{
  color: #f6f6f6;
}

.ycard h1, .ycard h2, .ycard h3 {
  color: #414b24;
  text-transform: lowercase;
}

.ycard p{
  color: #f6f6f6;
}

div.top {
  display: flex;
  justify-content: center;
  align-items: center;
}


ul.nav {
  margin: 0px;
  padding: 0;
  display: flex;
  flex-direction: row;
  transition: 0.5s;
}

li.menu {
  margin: 0px 20px;
  list-style-type: none;
}

li.menu a {
  display: block;
  position: relative;
  text-decoration: none;
  padding: 5px;
  font-size: 18px;
  color: #7a9e2c;
  text-transform: uppercase;
  transition: all 0.3s;
}

li.menu a:hover {
  transform: scale(1.5);
}

.page {
  margin: 0 10%;
}

.img-fluid {
  height: auto;
  width: 40%;
}

.img-bl {
  display: block;
}

.btn {
  margin: 0;
  cursor: pointer;
  color: inherit;
  font-family: inherit;
  font-size: 1em;
  margin: 0;
  padding: 0;
}