@import url("https://use.typekit.net/fpk4vyl.css");

html {
  overflow-x: hidden;
}

body {
  background-color: #BCDDD2;
}

.logocontainer {
  display: flex;
  justify-content: center;
  margin-bottom: 1%;
}

.navigation {
  font-family: minion-pro-condensed-display, serif;
  font-weight: 500;
  font-style: normal;
  font-size: 130%;
  display: flex;
  justify-content: center;
  margin: 0 auto;
  padding: 10px 0;
  background-color: transparent;
  border-top: 2px solid #E96479;
  border-bottom: 2px solid #E96479;
  width: 75%;
}

.navigation ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.navigation li {
  display: inline-block;
  margin-right: 30px;
}

.navigation li a {
  color: #258E6E;
  text-decoration: none;
  padding: 8px;
  padding-left: 10px;
  padding-right: 10px;
  font-weight: bold;
}

.navigation li a:hover {
  background-color: #7ED7C1;
  color: #fff;
  border-radius: 30px;
}

main {
  padding: 20px;
  padding-left: 10%;
}

.post-container {
  display: flex;
  flex-wrap: wrap;
}

article {
  width: 70%;
  padding: 20px;
  margin: 10px;
}

aside {
  width: 15%;
  background-color: #FFD4DC;
  padding: 20px;
  margin: 10px;
  position: absolute;
  margin-left: 65%;
  margin-top: 5%;
  border-radius: 40px;
}

.meta {
  font-style: italic;
  margin-top: -1%;
  margin-bottom: 10px;
  font-size: 100%;
}

h2 {
  font-family: nimbus-sans, sans-serif;
  font-weight: 700;
  font-style: normal;
  margin-bottom: 10px;
  color: #E96479;
}

aside h3{
  font-family: nimbus-sans, sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #E96479;
}

.post-container img {
  width: 100%;
  display: block;
  margin-bottom: 10px;
}

.post-container p {
  font-family: nimbus-sans, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 150%;
  line-height: 1.5;
  margin-bottom: 10px;
}

.post-container ul {
  list-style: none;
}

aside a {
  font-family: nimbus-sans, sans-serif;
  font-weight: 400;
  font-style: normal;
  margin-left: -12%;
  text-decoration: underline;
  color: #258E6E;
}

.footer-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  background-color: #FFEEF2;
}

.footersubscribe {
  padding: 20px;
  flex: 1;
  margin-left: 15%;
}

.footersubscribe h2 {
  font-family: minion-pro-condensed, serif;
  font-weight: 600;
  font-style: normal;
  font-size: 200%;
  font-weight: bold;
  margin-bottom: -1%;
  color: #258E6E;
  text-align: left;
}

.footersubscribe h3 {
  font-family: nimbus-sans, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 120%;
  margin-bottom: -1%;
  color: #258E6E;
}

.footersubscribe p {
  font-family: nimbus-sans, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 120%;
  color: #258E6E;
  width: 60%;
}

.footersubscribe form {
  margin-top: 20px;
  width: 40%;
}

.footersubscribe input {
  width: 100%;
  padding: 10px;
  margin-bottom: 10px;
  margin-right: 10px;
  border: 2px solid #ccc;
  border-radius: 10px;
  border-color: #E96479;
  background-color: #D0EAE2;
}

.footersubscribe .subscribe-button {
  font-family: minion-pro-condensed, serif;
  font-weight: 600;
  font-style: normal;
  font-size: 100%;
  background-color: #E96479;
  color: #FFF;
  font-weight: bold;
  border: solid;
  border-color: #E96479;
  border-radius: 20px;
  padding: 10px;
  padding-left: 3%;
  padding-right: 3%;
  cursor: pointer;
  transition: 0.8s;
}

.footersubscribe .subscribe-button:hover {
  transition: 0.8s;
  color: #258E6E;
  background-color: #7ED7C1;
  border-color: #E96479;
}

.mininav {
  margin-right: 5%;
  line-height: 40%;
  text-align: center;
  font-family: nimbus-sans, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 110%;
  color: #258E6E;
}

.mininav a{
  text-decoration: none;
  color: #E96479;
  transition: 0.2s;
}

.mininav a:hover {
  font-size: 115% ;
}

.miniconnect a{
  text-decoration: none;
  color: #E96479;
  transition: 0.2s;
}

.miniconnect a:hover {
  font-size: 115% ;
}

.miniconnect {
  margin-right: 15%;
  line-height: 40%;
  text-align: center;
  font-family: nimbus-sans, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 110%;
  color: #258E6E;
}
