@font-face {
  font-family: "Nunito";
  font-style: normal;
  font-weight: 200;
  src: url("/assets/fonts/Nunito-ExtraLight.woff") format("woff");
}
@font-face {
  font-family: "Nunito";
  font-style: italic;
  font-weight: 200;
  src: url("/assets/fonts/Nunito-ExtraLightItalic.woff") format("woff");
}
@font-face {
  font-family: "Nunito";
  font-style: normal;
  font-weight: 300;
  src: url("/assets/fonts/Nunito-Light.woff") format("woff");
}
@font-face {
  font-family: "Nunito";
  font-style: italic;
  font-weight: 300;
  src: url("/assets/fonts/Nunito-LightItalic.woff") format("woff");
}
@font-face {
  font-family: "Nunito";
  font-style: normal;
  font-weight: 400;
  src: url("/assets/fonts/Nunito-Regular.woff") format("woff");
}
@font-face {
  font-family: "Nunito";
  font-style: italic;
  font-weight: 400;
  src: url("/assets/fonts/Nunito-Italic.woff") format("woff");
}
@font-face {
  font-family: "Nunito";
  font-style: normal;
  font-weight: 500;
  src: url("/assets/fonts/Nunito-Medium.woff") format("woff");
}
@font-face {
  font-family: "Nunito";
  font-style: italic;
  font-weight: 500;
  src: url("/assets/fonts/Nunito-MediumItalic.woff") format("woff");
}
@font-face {
  font-family: "Nunito";
  font-style: normal;
  font-weight: 600;
  src: url("/assets/fonts/Nunito-SemiBold.woff") format("woff");
}
@font-face {
  font-family: "Nunito";
  font-style: italic;
  font-weight: 600;
  src: url("/assets/fonts/Nunito-SemiBoldItalic.woff") format("woff");
}
@font-face {
  font-family: "Nunito";
  font-style: normal;
  font-weight: 700;
  src: url("/assets/fonts/Nunito-Bold.woff") format("woff");
}
@font-face {
  font-family: "Nunito";
  font-style: italic;
  font-weight: 700;
  src: url("/assets/fonts/Nunito-BoldItalic.woff") format("woff");
}
@font-face {
  font-family: "Nunito";
  font-style: normal;
  font-weight: 800;
  src: url("/assets/fonts/Nunito-ExtraBold.woff") format("woff");
}
@font-face {
  font-family: "Nunito";
  font-style: italic;
  font-weight: 800;
  src: url("/assets/fonts/Nunito-ExtraBoldItalic.woff") format("woff");
}
@font-face {
  font-family: "Nunito";
  font-style: normal;
  font-weight: 900;
  src: url("/assets/fonts/Nunito-Black.woff") format("woff");
}
@font-face {
  font-family: "Nunito";
  font-style: italic;
  font-weight: 900;
  src: url("/assets/fonts/Nunito-BlackItalic.woff") format("woff");
}
body {
  background: rgb(219.6428571429, 227.3571428571, 236.3571428571);
  background: linear-gradient(to bottom, rgb(119.4642857143, 149.0357142857, 183.5357142857) 0%, rgba(0, 0, 0, 0) 500px) repeat-x, linear-gradient(to top, rgb(186.25, 201.25, 218.75) 0%, rgba(0, 0, 0, 0) 100px) repeat-x, rgb(219.6428571429, 227.3571428571, 236.3571428571);
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  padding: 0.2rem;
}
@media (min-width: 768px) {
  body {
    padding: 2rem;
  }
}

div.container {
  max-width: 1024px;
}
@media (min-width: 768px) {
  div.container {
    margin: 0 auto;
  }
}

div.header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: rgb(27, 38, 51);
  color: rgb(236, 244, 244);
  text-align: left;
}
div.header a.logo {
  line-height: 0;
}
div.header a.logo i {
  display: inline-block;
  min-width: 4.5rem;
  min-height: 4.5rem;
  background: url("/assets/images/w-rounded-500.svg") no-repeat center center;
  background-size: cover;
}
@media (min-width: 768px) {
  div.header a.logo i {
    min-width: 5rem;
    min-height: 5rem;
  }
}
div.header .header-text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}
@media (min-width: 768px) {
  div.header .header-text {
    margin-left: 1rem;
    margin-right: 1rem;
  }
}
div.header .header-text a.name {
  font-family: "Nunito", "Segoe UI", Helvetica, Arial, sans-serif;
  font-weight: 800;
  text-decoration: none;
  color: rgb(236, 244, 244);
  line-height: 1;
  font-size: 1.2rem;
}
@media (min-width: 425px) {
  div.header .header-text a.name {
    font-size: 1.3rem;
  }
}
@media (min-width: 768px) {
  div.header .header-text a.name {
    font-size: 1.8rem;
  }
}
div.header .header-text p.tagline {
  margin: 0;
  font-size: 0.7rem;
  color: rgb(171.4, 206.6, 206.6);
}
@media (min-width: 425px) {
  div.header .header-text p.tagline {
    font-size: 0.8rem;
  }
}
@media (min-width: 768px) {
  div.header .header-text p.tagline {
    font-size: 0.9rem;
  }
}
div.header .header-links {
  display: flex;
  flex-direction: column;
  margin-left: auto;
  margin-right: 0.3rem;
  gap: 0.3rem;
}
div.header .header-links a {
  display: block;
  line-height: 0;
  color: rgb(171.4, 206.6, 206.6);
  text-decoration: none;
  font-size: 1.1rem;
}
div.header .header-links a span {
  display: none;
}
div.header .header-links a:hover {
  color: rgb(236, 244, 244);
}
@media (min-width: 768px) {
  div.header .header-links {
    margin-right: 0.5rem;
  }
  div.header .header-links a {
    font-size: 1rem;
    width: auto;
  }
  div.header .header-links a span {
    display: inline;
    font-size: 0.9rem;
  }
}

div.banner img {
  object-fit: cover;
  min-height: 15rem;
}

div.content {
  background-color: #ffffff;
  padding: 1rem;
}
div.content h1, div.content h2, div.content h3, div.content h4, div.content h5, div.content h6 {
  font-family: "Nunito", "Segoe UI", Helvetica, Arial, sans-serif;
  font-weight: 800;
}
div.content a {
  color: rgb(69.3928571429, 98.1071428571, 131.6071428571);
  text-decoration: none;
}
div.content p {
  margin-bottom: 0.5rem;
}
div.content iframe.youtube {
  width: 87vw;
  height: 49.1525423729vw;
}
@media (min-width: 768px) {
  div.content iframe.youtube {
    width: 40vw;
    height: 22.5988700565vw;
  }
}
@media (min-width: 1024px) {
  div.content iframe.youtube {
    width: 445px;
    height: 251.4124293785px;
  }
}

div.row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
  gap: 2%;
}
@media (min-width: 768px) {
  div.row div.col {
    width: 49%;
  }
}

div.profiles {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  gap: 2%;
  margin-top: 0.5rem;
  border-top: solid 1px #eee;
  padding-top: 1rem;
}
div.profiles div.profile {
  transition: all 0.25s linear;
}
div.profiles div.profile.half {
  width: 49%;
  animation: fadeIn 0.25s;
}
div.profiles div.profile.full {
  width: 100%;
}
div.profiles div.profile h3 {
  font-size: 1em;
}
@media (min-width: 768px) {
  div.profiles div.profile h3 {
    font-size: 1.3em;
  }
}
div.profiles div.profile h3 {
  margin-bottom: 0.5rem;
}
div.profiles div.profile img.profile-pic {
  width: 30%;
  min-width: 100px;
  border-radius: 33%;
}
@media (min-width: 768px) {
  div.profiles div.profile.madelyn img.profile-pic {
    float: left;
    margin: 0 1rem 0.2rem 0;
  }
}
@media (min-width: 768px) {
  div.profiles div.profile.phil img.profile-pic {
    float: right;
    margin: 0 0 0.2rem 1rem;
  }
}
div.profiles div.profile.full img.profile-pic {
  float: left;
  margin: 0 1rem 0.2rem 0;
}
div.profiles div.profile p.short-list {
  font-style: italic;
  color: #333333;
}
div.profiles div.profile a.open-more,
div.profiles div.profile a.close-more {
  display: block;
  padding: 0.1rem 0.2rem;
  text-decoration: none;
  font-weight: 600;
}
@media (min-width: 768px) {
  div.profiles div.profile a.open-more,
  div.profiles div.profile a.close-more {
    display: none !important;
  }
}
div.profiles div.profile a.open-more.opened {
  display: none;
}
div.profiles div.profile a.close-more {
  display: none;
}
div.profiles div.profile a.close-more.opened {
  display: block;
  float: right;
}
div.profiles div.profile a.biglink {
  font-size: 1.3em;
}
div.profiles div.profile div.more {
  display: none;
}
@media (min-width: 768px) {
  div.profiles div.profile div.more {
    display: block;
  }
}
div.profiles div.profile div.more.open {
  display: block;
}
div.profiles div.profile ul.me-links {
  font-size: 1.2em;
  padding: 0 0 0 0.25rem;
  list-style: none;
}

div.projects {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
  gap: 2%;
  margin-top: 1rem;
  border-top: dashed 1px #000;
  padding-top: 1rem;
}
@media (min-width: 768px) {
  div.projects div.project {
    width: 49%;
  }
}

div.boxstyle1 {
  background-color: rgba(165, 129, 87, 0.1);
  padding: 0.5em 1em;
  margin-bottom: 1em;
}

div.boxstyle2 {
  background-color: rgba(87, 123, 165, 0.1);
  padding: 0.5em 1em;
  margin-bottom: 1em;
}

p.testimonial {
  padding: 0.5em 1em;
  background: radial-gradient(circle at top left, rgb(255, 255, 255), rgba(255, 255, 255, 0.2)); /* Adjust colors as needed */
  border: 1px solid #cccccc;
  border-radius: 0px 20px 20px 20px;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

/*# sourceMappingURL=main.css.map */