.pic-container {
  display: flex;
  align-items: center;
  justify-content: center;
 
}
img{
  border-radius: 50%;
}
#h1-text{
  font-family: 'Montserrat', sans-serif;
}

.picture {
  padding-top: 30px;
}

.text {
  font-size: 20px;
  padding-left: 20px;
  padding-top: 30px;
}
#about-text{
  padding-top: 20px;
  text-align: center;
  font-family: 'Montserrat', sans-serif;
  font-size: 50px;
  color: black;
}
#quote{
  font-size: 60px;
  color: mediumpurple;
}
#quote-text{
  color: mediumpurple;
}

.origin-story{
  text-align: center;
  padding-left:20%;
  padding-right: 20%;
}

#subheader-1{
  font-family: 'Montserrat', sans-serif;
  background-image: url(https://www.danielle-moss.com/wp-content/uploads/2022/04/Danielle-Moss-Desktop-Background6-800x500.png); 
  -webkit-background-clip: text; 
  -webkit-text-fill-color: transparent; 
  -webkit-text-stroke-width: 0.9px;
  -webkit-text-stroke-color: mediumpurple;
  background-repeat: repeat; 
}

#logos{
  top:50;
  left: 0;
}

/* code is added for button widget for resume */
article {
  --img-scale: 1.001;
  --title-color: black;
  --link-icon-translate: -20px;
  --link-icon-opacity: 0;
  position: relative;
  border-radius: 16px;
  box-shadow: none;
  background: #fff;
  transform-origin: center;
  transition: all 0.4s ease-in-out;
  overflow: hidden;
}

/* .article-section{
 transform: translate(-50%, -50%);
} */
article a::after {
  position: absolute;
  inset-block: 0;
  inset-inline: 0;
  cursor: pointer;
  content: "";
}

/* basic article elements styling */
* {
	box-sizing: border-box;
}

.resume-widget {
	font-family: 'Montserrat', sans-serif;
	min-height: 50vh;
	display: flex;
	flex-direction: column;
	gap: 2rem;
	justify-content: center;
	align-items: center;
	background: hsl(187 40% 98%);
}

img {
	display: block;
	width: 100%;
  padding: 30px;
}
#grad-pic{
  /* width: 500px;
  height: 500px; */
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 20%;
  padding: 60px;
  top: 68%;
}
h2 {
	margin: 0;
	font-size: 1.4rem;
}

@media (min-width: 50em) {
	h2 {
		font-size: 1.8rem;
	}
}

.cta {
	--shadowColor: 187 60% 40%;
	display: flex;
	flex-wrap: wrap;
	background: hsl(187 70% 85%);
	max-width: 50rem;
	width: 100%;
	box-shadow: 0.65rem 0.65rem 0 hsl(var(--shadowColor) / 1);
	border-radius: 0.8rem;
	overflow: hidden;
	border: 0.5rem solid;
}

.cta img {
  /*the two lines below are commented out because of they were altering the resume icon weirdly*/
	/* aspect-ratio: 3 / 2; */
	object-fit: cover;
	flex: 1 1 300px;
	/* outline: 0.5rem solid; */
}

.cta__text-column {
	padding: min(2rem, 5vw) min(2rem, 5vw) min(2.5rem, 5vw);
	flex: 1 0 50%;
}

.cta__text-column > * + * {
	margin: min(1.5rem, 2.5vw) 0 0 0;
}

.cta a {
	display: inline-block;
	color: black;
	padding: 0.5rem 1rem;
	text-decoration: none;
	background: hsl(187 75% 64%);
	border-radius: 0.6rem;
	font-weight: 700;
	border: 0.35rem solid;
}