/*
------------
Styles for Vendors piece
13 Jul 2020 / tw: @mday / insta: @mday151
------------
*/

body {
  padding: 0;
  margin: 16px;
  font-family: 'Roboto', serif;
  font-weight: 300;
   /* background: blue; */
}
h1 {
     font-family: 'Roboto Slab', serif;
}
h2, h3, h4, h5, h6, em{
     font-family: 'Roboto', serif;
     font-weight: 400;
}


.parent {
  display: grid;
  width: 100%;
  height: 100%;
  place-items: center;
}

.container {
  background: white;
  font-size: 4vw;

    color: black;
    padding: 1.7rem;
    text-align: left;
    border: 0px solid;
    opacity: 100%;
    line-height: 180%;
}

.smalltext {
     font-size: 3vw;
     line-height: 150%;
}

/* .myButton {
  border: 0.1rem solid;
  padding: 2.5rem;
  margin-top: 4rem;
  font-size: 2rem;
  text-align: center;
  color: black;
  border-radius: 2rem;
  background-color: rgba(230, 240, 250, 1);
} */

a {
     text-decoration: none;
     color: rgba(255, 125, 125, 1);

}
a:hover {
    color: rgba(255, 0, 0, 1);
}

a:active {
     color: rgba(255, 0, 0, 1);
}
a:visited {
     color: rgba(165, 165, 160, 1);
}


.intro {
    z-index: 5;
    font-family: 'Roboto', sans-serif;
    /* position: absolute; */
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 60%;
    color: black;
    padding: 1.7rem;
    margin: 0rem;
    text-align: center;
    opacity: 50%;
    /* animation: intro 1s ease 1; */
}
/* .outro {
  animation: outro 1s ease 1;
}
.hea {
  font-family: 'Roboto', serif;
  font-size: 1.4rem;
}
 .bod {
  font-size: 1rem;
  line-height: 160%;
  text-align: center;
  margin-right: 1rem;
} */

/* @keyframes intro {
	0% {
		opacity: 0%;
	}
  100% {
    opacity: 100%;
  }
}

@keyframes outro {
	0% {
		opacity: 100%;
	}
  100% {
    opacity: 0%;
  }
} */

/* Small -------------------------------- */
@media screen and (min-width: 568px) {
  .container {
    padding: 2.2rem;
    /* margin: 3rem; */
    font-size: 2.5vw;
    border: 0px solid;
    line-height: 200%;
  }

  .smalltext {
       font-size: 2vw;
       line-height: 150%;
  }
}

/* Medium -------------------------------- */
@media screen and (min-width: 1023px) {
 .container {
      line-height: 200%;
      max-width: 60%;
}
  .smalltext {
       font-size: 2vw;
       line-height: 150%;
  }
}


/* Huge -------------------------------- */

@media screen and (min-width: 1300px) {
  .container {
    padding: 2.1rem;
    margin: 4rem;
    font-size: 1.6vw;
    border: 0px solid;
    max-width: 60%;
  }
  .smalltext {
       font-size: 2vw;
       line-height: 150%;
  }
}
