html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 100%;
  font-family: Arial;
}

* {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

#EmailSubscription1 {
  position: relative;
  top: -0.3rem;
  font-size: 0.8rem;
  padding-left: 0.5rem;
  width: 13rem;
  height: 2.2rem;
  border-radius: 0.7rem;
  color: rgb(124, 124, 124);
}

#EmailSubmit1 {
  width: 2rem;
  position: relative;
  bottom: -0.4rem;
  left: -2.6rem;
  border-radius: 0.4rem;
  background-color: rgb(74, 88, 163);
  padding: 0.1rem 0.2rem;
  margin: auto;
}

/* .toggle1 { */
  /* position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #4a5aa0;
  text-align: center;
  text-decoration: none;
  color: #f7ededa2;
  font-size: 0.9rem;
  line-height: 35px;
  border-radius: 6px;
  border: 1px solid #f7ededa2;
  -webkit-transition: opacity 0.15s ease, background 0.2s ease;
  transition: opacity 0.15s ease, background 0.2s ease;
}

.subscribe-1 {
  position: relative;
  float: left;
  left: 0rem;
  top: 0rem;
  right: 0;
  bottom: 0;
  width: 10rem;
  height: 2.5rem;
  margin: auto;
  margin-bottom: 1.5rem;
  padding: 0.3em 0.3em;
  border: 3px solid transparent;
  border-radius: 8px;
  overflow: hidden;
  -webkit-transition: width 0.15s ease;
  transition: width 0.15s ease;
}

.subscribe-1__active {
  width: 16.3em;
  border: 0.2rem solid #358ecc;
}

.subscribe-1__success {
  border: 0.2rem solid #4cce95;
}

.subscribe-1 input[type="email"] {
  color: #358ecc;
  width: 85%;
  height: 100%;
  margin-right: 2%;
  padding-left: 0.5em;
  padding-right: 0.5em;
  font-size: 0.8rem;
  border: 0;
  border-radius: 5px;
  outline: 0;
}

.subscribe-1 input[type="image"] {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  border: 0;
  border-radius: 4px;
  background: #358ecc;
  color: #f7ededa2;
  width: 0.8rem;
  padding: 0.1rem 0.2rem;
  cursor: pointer;
  font-size: 0.8em;
  -webkit-transition: background 0.2s ease;
  transition: background 0.2s ease;
}

.subscribe-1 input[type="image"]:hover {
  background: #8ac4d3;
}

.subscribe__wrapper {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.subscribe__toggle {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #4a5aa0;
  text-align: center;
  text-decoration: none;
  color: #f7ededa2;
  font-size: 0.9rem;
  line-height: 35px;
  border-radius: 6px;
  border: 1px solid #f7ededa2;
  -webkit-transition: opacity 0.15s ease, background 0.2s ease;
  transition: opacity 0.15s ease, background 0.2s ease;
}

.subscribe__toggle__hidden {
  opacity: 0;
  pointer-events: none;
}

.subscribe__toggle:hover {
  background: #358ecc;
  color: white;
  text-decoration: none;
}

.subscribe__success {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  line-height: 35px;
  color: #3caa7b;
  text-align: center;
  background: white;
  font-size: 0.8rem;
  padding-left: 0.2em;
  padding-right: 0.5em;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: opacity 0.25s 0.2s ease;
  transition: opacity 0.25s 0.2s ease;
}

.subscribe__success--active {
  opacity: 1;
} */

.more-concepts {
  position: absolute;
  left: 50%;
  bottom: 20px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  text-decoration: none;
  color: grey;
}

.more-concepts:hover {
  text-decoration: underline;
}
/*# sourceMappingURL=index2.css.map */

#instafeed {
  display: grid;
  padding-top: 1.5rem;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: repeat(1, 1fr);
  grid-column-gap: 0.5rem;
  grid-row-gap: 0.5rem;
  max-width: 64rem;
  margin: auto;
}

#instafeed a {
  display: block;
}

#instafeed img {
  display: block;
  width: 100%;
}
