@import url("https://fonts.googleapis.com/css2?family=Akshar:wght@300;400;500;600&family=Rosario:ital,wght@0,300;0,400;0,600;0,700;1,300;1,500&display=swap");
.container {
  max-width: 1280px;
  padding: 1.5rem;
  margin: auto;
  overflow: hidden; }

.btn-main, .btn-light, .btn-dark {
  display: inline-block;
  padding: 0.8rem 2rem;
  transition: all .75s;
  border: none;
  cursor: pointer; }

.btn-main {
  color: #FF9B85;
  background-color: #FFD97D; }

.btn-light {
  color: #fff;
  background-color: #EE6055; }

.btn-dark {
  color: #FF9B85;
  background-color: #60D394; }

button[class^='btn-']:hover,
a[class^='btn-']:hover,
input[class^='btn-']:hover {
  background-color: #FF9B85; }

.bg-main {
  background: #EE6055;
  color: #000; }

.bg-dark {
  background: #FF9B85;
  color: #000; }

.bg-light {
  background: #FFD97D;
  color: #000; }

.bg-medium {
  background: #AAF683;
  color: #000; }

.lead {
  font-size: 1.3rem;
  margin-bottom: 2rem; }

.text-center {
  text-align: center; }

.py-1 {
  padding: 1rem 0; }

.py-2 {
  padding: 2rem 0; }

.py-3 {
  padding: 3rem 0; }

.py-4 {
  padding: 4rem 0; }

.py-5 {
  padding: 5.5rem 0; }

.my-1 {
  margin: 1rem 0; }

.my-2 {
  margin: 2rem 0; }

.my-3 {
  margin: 3rem 0; }

.my-4 {
  margin: 4rem 0; }

.section-title {
  font-size: 2rem;
  display: block;
  padding-bottom: .5rem;
  text-align: center;
  font-weight: 200;
  text-transform: uppercase; }

.bottom-line {
  height: 2px;
  width: 4rem;
  background: #EE6055;
  display: block;
  margin: 0 auto 1rem auto; }

.items {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin-bottom: 7rem; }

.item {
  position: relative;
  background: #EE6055;
  overflow: hidden;
  cursor: pointer;
  margin: 1rem;
  box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.5); }
  .item:after {
    content: '';
    position: absolute;
    display: block;
    background: inherit;
    opacity: .9;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transform: scale(2) translateX(-75%) translateY(-75%) rotate(-28deg);
    transition: transform 3s cubic-bezier(0.2, 1, 0.3, 1); }
  .item:hover:after {
    transform: scale(2) translateX(0) translateY(0) rotate(-28deg); }
  .item:hover .item-image {
    transform: scale(1.2); }
  .item:hover .item-text {
    opacity: 1;
    transform: translateY(0); }
  .item-image {
    height: auto;
    display: block;
    transform: translateZ(0);
    transition: transform 750ms cubic-bezier(0.2, 1, 0.3, 1); }
  .item-image:before {
    content: '';
    padding-top: 75%;
    overflow: hidden;
    display: block; }
  .item-image img {
    position: absolute;
    top: 0;
    left: 0;
    height: auto;
    line-height: 0; }
  .item-text {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    opacity: 0;
    text-align: center;
    z-index: 1;
    color: #fff;
    transform: translateY(-20%);
    transition: opacity 500ms cubic-bezier(0.2, 1, 0.3, 1), transform 500ms cubic-bezier(0.2, 1, 0.3, 1);
    transition-delay: 300ms; }
  .item-text-wrap {
    width: 100%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%); }
  .item-text-title {
    font-size: 2rem;
    padding: 0;
    margin: 5px 0 0 0; }
  .item-text-category {
    text-transform: uppercase;
    font-size: 1.2rem;
    opacity: .7;
    margin: 0; }

* {
  margin: 0;
  padding: 0; }

body {
  font-family: Akshar, Rosario;
  line-height: 1.6;
  background: #fff; }

a {
  text-decoration: none;
  color: #EE6055; }

ul {
  list-style: none; }

h2,
h3,
h4 {
  text-transform: uppercase; }

img {
  width: 100%; }

#logo {
  width: 60px;
  height: 60px;
  color: #fff;
  text-transform: uppercase;
  padding-left: 1rem;
  cursor: pointer; }

#main-nav {
  display: flex;
  justify-content: space-between;
  margin-top: -10px; }
  #main-nav ul {
    display: flex; }
  #main-nav li {
    padding: 1.2rem 1.5rem; }
  #main-nav a {
    text-decoration: none;
    color: white;
    text-transform: uppercase;
    border-bottom: 3px transparent solid;
    padding-bottom: 0.5rem;
    transition: border-color 0.5s; }
    #main-nav a:hover {
      border-color: #FF9B85; }
    #main-nav a.current {
      border-color: #EE6055; }
  #main-nav #anchor-logo {
    border: none; }

#header-home {
  height: 100vh;
  color: white; }
  #header-home .bg-image {
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
    max-height: 100vh;
    object-fit: cover;
    filter: brightness(70%); }
  #header-home .header-content {
    text-align: center;
    padding-top: 45%; }
  #header-home .btn-light {
    font-size: 1.2rem;
    text-shadow: #333 1px 1px 5px;
    box-shadow: 2px 2px 10px 5px rgba(0, 0, 0, 0.2);
    border-radius: 3px; }
  #header-home h1 {
    font-size: 4rem;
    line-height: 1.2; }
    #header-home h1 #typewriter {
      animation: flicker .8s alternate infinite; }

@keyframes flicker {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

#header-inner {
  background: url("../img/BG-images/HEadshot Pics-2.jpg") no-repeat 20% 90%/cover;
  height: 5.5rem;
  border-bottom: 3px solid #EE6055; }

#home-a .specials {
  margin-top: 3rem;
  display: grid;
  grid-gap: 1rem;
  grid-template-columns: repeat(4, 1fr); }
  #home-a .specials .fa-solid,
  #home-a .specials .fa-brands {
    color: #EE6055;
    padding-bottom: .4rem; }

#home-b .stats {
  display: grid;
  grid-template-columns: repeat(4, 1fr); }
  #home-b .stats li {
    line-height: 2; }
    #home-b .stats li.stats-title {
      font-size: 1.5rem; }
    #home-b .stats li.stats-number {
      font-size: 2rem;
      font-weight: bold; }
  #home-b .stats div {
    padding: 3rem; }
    #home-b .stats div:nth-child(odd) {
      background: #FFD97D; }

#home-c .process {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 1.5rem;
  text-align: center; }
  #home-c .process-step {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 28px;
    background: #FFD97D;
    color: #000;
    border-radius: 50%;
    height: 15px;
    width: 15px;
    line-height: 15px;
    padding: 1rem;
    transition: all 1s; }
  #home-c .process-icon {
    border-radius: 50%;
    background: #FF9B85;
    color: #000;
    padding: 2rem;
    width: 70px;
    height: 70px;
    line-height: 70px;
    text-align: center;
    justify-content: center;
    position: relative;
    transition: all .5s; }
    #home-c .process-icon:hover {
      background: #EE6055;
      color: #000;
      width: 90px;
      height: 90px;
      line-height: 90px; }
      #home-c .process-icon:hover .process-step {
        background: #FFD97D; }

#home-c #school {
  margin-right: 10px; }

#about-a .about-info {
  display: grid;
  grid-template-areas: 'bioimage bio bio' 'award1 award2 award3';
  grid-gap: 1.2rem; }

#about-a .bio-image {
  grid-area: bioimage; }

#about-a .bio {
  grid-area: bio;
  border-left: 10px solid #EE6055;
  padding: .8rem; }
  #about-a .bio h4 {
    font-size: 1.2rem;
    margin-bottom: 1.5rem; }
  #about-a .bio p {
    font-size: 1.2rem; }

#about-a .award-1 {
  grid-area: award1; }

#about-a .award-2 {
  grid-area: award2; }

#about-a .award-3 {
  grid-area: award3; }

#about-a .award-1 .fa-solid,
#about-a .award-2 .fa-solid,
#about-a .award-3 .fa-solid {
  color: #EE6055;
  margin: 1rem; }

#about-b .bottom-line {
  margin-bottom: rem; }

#about-b .progress {
  overflow: hidden;
  height: 20px;
  background: #fff;
  border-radius: 5px;
  margin-bottom: 0.6rem; }
  #about-b .progress div {
    height: 100%;
    color: #333;
    text-align: center;
    background-color: #FFD97D; }

#about-c .bottom-line {
  margin-bottom: 5rem; }

#about-c .about-logos {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  grid-gap: 2rem;
  justify-content: center;
  align-items: center; }
  #about-c .about-logos img {
    width: 70%;
    filter: grayscale(100%) contrast(50%);
    transition: all 1s; }
    #about-c .about-logos img:hover {
      filter: grayscale(0%) contrast(100%);
      transition: all .5s; }

#about-d .testimonials {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 1rem; }
  #about-d .testimonials ul {
    list-style: none;
    margin-top: 1rem;
    display: flex;
    align-items: center; }
  #about-d .testimonials p {
    border: 1px solid #FF9B85;
    border-radius: 5px;
    padding: .5rem; }
  #about-d .testimonials img {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    margin-right: .5rem; }

#contact-a input {
  outline: none; }

#contact-a textarea {
  outline: none; }

#contact-a .text-fields {
  display: grid;
  grid-template-areas: 'name email' 'subject phone' 'message message';
  grid-gap: 1.2rem;
  margin-bottom: 1.2rem; }
  #contact-a .text-fields .name-input {
    grid-area: name; }
  #contact-a .text-fields .subject-input {
    grid-area: subject; }
  #contact-a .text-fields .email-input {
    grid-area: email; }
  #contact-a .text-fields .phone-input {
    grid-area: phone; }
  #contact-a .text-fields .message-input {
    grid-area: message;
    height: 120px;
    font-family: Akshar, Rosario;
    letter-spacing: 1px; }
  #contact-a .text-fields .text-input {
    padding: .5rem 1rem; }
    #contact-a .text-fields .text-input:valid {
      border: 2px solid #60D394;
      transition: 1s all; }
    #contact-a .text-fields .text-input:invalid {
      transition: all 1s;
      border: 2px solid #EE6055; }

#contact-a button[type='submit'] {
  width: 50%;
  color: #fff;
  font-size: 1rem;
  text-shadow: #333 1px 1px 5px;
  box-shadow: 2px 2px 10px 2px rgba(0, 0, 0, 0.2);
  border-radius: 3px; }
  #contact-a button[type='submit']:hover {
    filter: brightness(110%); }

#contact-a #status {
  margin-top: 2rem;
  background: #60D394;
  color: #fff;
  font-size: 2rem;
  text-align: center;
  border-radius: 5px;
  text-shadow: #333 1px 1px 5px; }

#contact-b {
  background-color: #FF9B85; }
  #contact-b .contact-info {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    text-align: center; }

#contact-c {
  padding: 5.1rem; }
  #contact-c h1 {
    text-align: center;
    font-size: 4rem;
    color: #fff; }

#contact-success p {
  margin-top: 10rem;
  font-size: 4rem;
  background-color: #EE6055;
  color: #fff; }

#contact-success a {
  margin-top: 4rem;
  border-radius: 5px;
  box-shadow: 2px 2px 10px 2px rgba(0, 0, 0, 0.2);
  text-shadow: #333 1px 1px 5px; }

#main-footer {
  background: #000;
  color: #fff;
  height: 6rem;
  bottom: 0px;
  left: 0px;
  right: 0px;
  margin-bottom: 0px; }
  #main-footer .footer-content {
    display: flex;
    justify-content: space-between;
    height: 6rem;
    align-items: center;
    padding-left: 1rem; }
    #main-footer .footer-content .social .fa-brands {
      margin-right: 1rem;
      cursor: pointer;
      border: 2px #fff solid;
      border-radius: 50%;
      height: 20px;
      width: 20px;
      line-height: 20px;
      text-align: center;
      padding: 0.5rem; }
      #main-footer .footer-content .social .fa-brands:hover {
        background: #FF9B85;
        transition: all .5s;
        color: white; }

@media (max-width: 1600px) {
  #header-home .header-content {
    padding-top: 16rem; }
    #header-home .header-content h1 {
      font-size: 3rem; }
  #header-home .bg-image {
    filter: brightness(80%); } }

@media (max-width: 1300px) {
  #header-home .header-content {
    padding-top: 9rem; }
    #header-home .header-content h1 {
      font-size: 3rem; }
  #home-a .specials {
    margin-top: 3rem;
    display: grid;
    grid-gap: 1rem;
    grid-template-columns: repeat(2, 1fr); }
  #home-c .process {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 1.5rem;
    text-align: center; }
  #about-a .about-info {
    display: grid;
    grid-template-areas: 'bioimage bioimage bioimage' 'bio bio bio' 'award1 award2 award3';
    grid-gap: 1.2rem; }
  #about-a .bio-image {
    border-radius: 5px; }
  #about-a .bio {
    border-left: 8px solid #EE6055; }
  #about-c .about-logos {
    place-self: end end;
    padding-left: 1.4rem; }
    #about-c .about-logos img {
      filter: none; } }

@media (max-width: 550px) {
  #main-nav {
    flex-direction: column;
    align-items: center; }
    #main-nav li {
      padding: 1.5rem; }
  #header-home .header-content {
    padding-top: 8rem; }
    #header-home .header-content #adjectives::before {
      content: "\a";
      white-space: pre; }
    #header-home .header-content p {
      margin-top: 2rem; }
  #header-home .bg-image {
    height: 40rem; }
  #header-inner {
    background: url("../img/BG-images/HEadshot Pics-2.jpg") border-box;
    height: 10rem;
    border-bottom: 3px solid #EE6055; }
  #home-a {
    margin-top: 10rem; }
    #home-a .specials {
      margin-top: 3rem;
      display: grid;
      grid-gap: 1rem;
      grid-template-columns: repeat(1, 1fr); }
  #home-c .process {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 1.5rem;
    text-align: center; }
  #about-a .about-info {
    display: grid;
    grid-template-areas: 'bioimage' 'bio' 'award1' 'award2' 'award3';
    grid-gap: 1.2rem; }
  #about-c .about-logos {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    flex-wrap: wrap;
    align-content: center;
    place-self: end end;
    padding-left: 1.4rem; }
    #about-c .about-logos img {
      filter: none; }
  #about-d .testimonials {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 1rem; }
    #about-d .testimonials li {
      text-align: center;
      margin: auto; }
  .items {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 6rem;
    box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.5);
    margin-bottom: 6rem;
    box-shadow: none; }
  .item {
    box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.5); }
    .item-image {
      filter: brightness(50%); }
    .item-text {
      opacity: 1;
      position: absolute;
      transform: none;
      transition: none;
      color: #fff; }
      .item-text-category {
        opacity: .9; }
  #contact-a .text-fields {
    display: grid;
    grid-template-areas: 'name name' 'email email' 'subject subject' 'phone phone' 'message message'; }
  #contact-a #status {
    font-size: 1.3rem;
    text-shadow: #333 1px 1px 5px;
    border-radius: 10px; }
  #contact-b .contact-info {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 2rem; }
  #contact-c {
    padding: 3rem; }
    #contact-c h1 {
      font-size: 2.2rem; }
  #main-footer .footer-content {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    height: 6rem;
    width: 300px;
    margin: auto;
    padding-left: none;
    text-align: center; }
    #main-footer .footer-content p {
      margin: auto;
      padding-right: 1rem; }
    #main-footer .footer-content .social .fa-brands {
      align-items: center; } }

@media (max-width: 400px) {
  #main-nav {
    flex-direction: column;
    align-items: center; }
    #main-nav li {
      padding: 1rem; }
  #header-home .header-content {
    padding-top: 11rem; }
    #header-home .header-content #adjectives::before {
      content: "\a";
      white-space: pre; }
    #header-home .header-content p {
      margin-top: 3rem; }
    #header-home .header-content h1 {
      font-size: 2.5rem; }
  #home-c .process-icon {
    border-radius: 50%;
    background: #FF9B85;
    color: #000;
    padding: 2rem;
    width: 90px;
    height: 90px;
    line-height: 90px;
    text-align: center;
    justify-content: center;
    position: relative;
    transition: all .5s; }
    #home-c .process-icon:hover {
      background: #EE6055;
      color: #000;
      width: 90px;
      height: 90px;
      line-height: 90px; }
      #home-c .process-icon:hover .process-step {
        background: #FFD97D; }
  #about-a .bio p {
    font-size: 1rem; }
  #about-c .about-logos {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    flex-wrap: wrap;
    align-content: center;
    place-self: end end;
    padding-left: 1.4rem; }
  .item {
    box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.5); }
    .item-image {
      filter: brightness(50%); }
    .item-text {
      opacity: 1;
      position: absolute;
      transform: none;
      transition: none;
      color: #fff; }
      .item-text-category {
        opacity: .9;
        font-size: 1rem; }
      .item-text-title {
        font-size: 1.5rem; }
  #contact-c .container h1 {
    font-size: 1.4rem; } }
