/* Font */
@font-face {
	font-family: "Quicksand";
	font-weight: 400;
	font-style: normal;
	src: local('Quicksand Regular'), local('Quicksand-Regular'), url(//pt.wolfgang-pfaff.de/wp-content/uploads/sgf-css/6xKtdSZaM9iE8KbpRA_hK1QNYuDyPw.woff2) format('woff2'), url(//pt.wolfgang-pfaff.de/wp-content/uploads/sgf-css/6xKtdSZaM9iE8KbpRA_hK1QL.woff) format('woff');
	unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
	font-family: "Quicksand";
	font-weight: 700;
	font-style: normal;
	src: local('Quicksand Bold'), local('Quicksand-Bold'), url(//pt.wolfgang-pfaff.de/wp-content/uploads/sgf-css/6xKodSZaM9iE8KbpRA_pkHEYT8L_FYzokA.woff2) format('woff2'), url(//pt.wolfgang-pfaff.de/wp-content/uploads/sgf-css/6xKodSZaM9iE8KbpRA_pkHEYT8L5.woff) format('woff');
	unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

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

html {
  background-color: #ecf9ff;
}

body {
  color: #272727;
  font-family: 'Quicksand', serif;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0;
  padding: 1rem;
}

.main{
  max-width: 1200px;
  margin: 0 auto;
}

h1 {
    font-size: 24px;
    font-weight: 400;
    text-align: center;
}

img {
  height: auto;
  max-width: 100%;
  vertical-align: middle;
}

.btn {
  color: #ffffff;
  padding: 0.8rem;
  font-size: 14px;
  text-transform: uppercase;
  border-radius: 4px;
  font-weight: 400;
  display: block;
  width: 100%;
  cursor: pointer;
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: transparent;
}

.btn:hover {
  background-color: rgba(255, 255, 255, 0.12);
}

.cards {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: 0;
  padding: 0;
}

.cards_item {
  display: flex;
  padding: 1rem;
}

@media (min-width: 40rem) {
  .cards_item {
    width: 50%;
  }
}

@media (min-width: 56rem) {
  .cards_item {
    width: 33.3333%;
  }
}

.card {
  background-color: white;
  border-radius: 0.25rem;
  box-shadow: 0 20px 40px -14px rgba(0, 0, 0, 0.25);
  display: flex;
  flex-direction: column;
  overflow: hidden;
}

.card_content {
  padding: 1rem;
  /* background: linear-gradient(to bottom left, #EF8D9C 40%, #FFC39E 100%); */
}

.card_title {
  /* color: #ffffff; */
  font-size: 1.1rem;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: capitalize;
  margin: 0px;
}

.card_text {
  /* color: #ffffff; */
  font-size: 0.875rem;
  line-height: 1.5;
  margin-bottom: 1.25rem;    
  font-weight: 400;
}
.made_by{
  font-weight: 400;
  font-size: 13px;
  margin-top: 35px;
  text-align: center;
}

.btn, .btn:hover {
  color: #4d4d4d;   
  background-color: #c2c2c2;
  outline:0;
  width:90%;
  text-align: center;
}


/* #mygallery{
  display: none;
} */