* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body {
  background-color: #000;
  font-family: Tahoma, Verdana, Segoe, sans-serif;
  color: #fff;
  line-height: 1.6;
}

.skip-link {
  position: absolute;
  top: -40px;
  left: 0;
  background-color: #000;
  color: #fff;
  padding: 8px 16px;
  z-index: 100;
  text-decoration: none;
  font-weight: bold;
  transition: top 0.3s ease;
}

.skip-link:focus {
  top: 0;
}


.site-wrapper {
  max-width: 1440px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

.site-header {
  background: #000;
  background: url('/img/header-aurora-borealis-rendered.png') no-repeat bottom left / cover;
  padding: 0px;
  margin: 0px;
  text-align: left;
  box-shadow: 0 3px 8px rgba(15, 15, 20, 0.2);
  height: auto;
}

h1 {
  margin-bottom: 0;
}

.banner-text {
  padding-bottom: 10px;
}

.banner-text h2 {
  font-size: 2.5rem;
  margin-bottom: 10px;
  padding-top: 40px;
  width: 100%;
  max-width: 590px;
  text-shadow: 2px 2px #000;
}

.banner-text p {
  margin-top: 30px;
  margin-bottom: 40px;
  color: #FFF;
  font-size: 1.6rem;
  text-shadow: 2px 2px #000;
  max-width: 90%;
}

.banner-text-long {
  padding-bottom: 10px;
}

.banner-text-long h2 {
  font-size: 2.5rem;
  margin-bottom: 10px;
  padding-top: 40px;
  width: 100%;
  max-width: 95%;
  text-shadow: 2px 2px #000;
}

.banner-text-long p {
  margin-top: 30px;
  margin-bottom: 40px;
  color: #FFF;
  font-size: 1.6rem;
  text-shadow: 2px 2px #000;
  max-width: 90%;
}

.fade-bottom {
  position: relative;
  display: inline-block;
}

.fade-bottom::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100px;
  background: linear-gradient(to top, rgb(0, 0, 0), rgba(255, 255, 255, 0));
  pointer-events: none;
}

.site-main {
  display: flex;
  flex-direction: row;
  gap: 20px;
  padding: 0px 30px 30px 30px;
  flex: 1;
  order: 1;
}

.sidebar {
  flex: 1;
  order: 2;
  padding: 20px 20px 20px 20px;
  box-shadow: 0 3px 8px rgba(15, 15, 20, 0.2);
  width: 270px;
  min-width: 270px;
  max-width: 270px;
  background: #000;
}

.contact-bullet-points {
  display: none;
}

.portrait {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  width: 200px;
  height: auto;
  border-radius: 20px;
  position: relative;
  z-index: 0;
  text-align: center;
}


.divider {
  background: #646466;
  width: 100%;
  height: 1px;
  opacity: 0.3;
  margin: 10px 0 10px 0;
}

.divider-contacts {
  background: #646466;
  width: 100%;
  height: 1px;
  opacity: 0.3;
  margin: 0px 0 10px 0;
}

.professional-name {
  text-align: center;
  align-items: center;
  margin-bottom: 0px;
  font-size: 2rem;
}

.professional-title {
  text-align: center;
  align-items: center;
  margin-top: -20px;
  margin-bottom: 10px;
  font-size: 1.2rem;
  color: #99c3ff
}

.contact-methods {
  font-size: 1.2rem;
  line-height: 2;
  margin-top: 0px;
  text-align: center;
  align-items: center;
}

a.green-link {
  color: #6dc48a;
}

a.green-link:visited {
  color: #6dc48a;
}

a.green-link:hover {
  color: #FFDD00;
  text-decoration: underline;
}

a.green-link:active {
  color: #6dc48a;
  text-decoration: underline;
}

.experience {
  margin-bottom: 30px;
  color: #99c3ff;
}

ul.checkmark-bullets {
  list-style: none;
  padding-left: 0;
  margin: 10px 0px 30px 0px;
}

ul.checkmark-bullets li {
  position: relative;
  padding-left: 30px;
  margin-bottom: 10px;
}

ul.checkmark-bullets li::before {
  content: "\2713";
  /* Unicode checkmark character */
  position: absolute;
  left: 0;
  top: 0;
  color: #6dc48a;
  font-size: 18px;
  line-height: 1;
  opacity: 50%;
  margin-top: 7px;
}

.content {
  flex: 7;
  background: #000;
  padding: 0px 30px 30px 20px;
  box-shadow: 0 3px 8px rgba(15, 15, 20, 0.2);
}

.site-content {
  color: #f0f8ff;
  font-size: 1.25rem;
  padding: 0px 30px 30px 10px;
}

.flex-container-price {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  align-content: flex-start;
}

.flex-items-flex-price:nth-child(1) {
  display: block;
  flex-grow: 0;
  flex-shrink: 1;
  flex-basis: auto;
  align-self: auto;
  order: 0;
  margin: 0 40px 0 40px;

}

.flex-items-flex-price:nth-child(2) {
  display: block;
  flex-grow: 0;
  flex-shrink: 1;
  flex-basis: auto;
  align-self: auto;
  order: 0;
  margin: 0 40px 0 40px;
}

.plan-header {
  font-size: 2.25rem;
  margin-bottom: 15px;
  margin-top: 0px;
}

.plan-header-experience{
  font-size: 2.25rem;
  margin-bottom: 15px;
  margin-top: 0px;
  margin-left: 0px;
  padding: 0px;
}

.hourly-rate {
  font-size: 2.25rem;
  margin-bottom: 20px;
  color: #99c3ff;
}

.jump {
  float: right;
}

.content-reveal {
  opacity: 0;
  transform: translateY(60px);
  transition: opacity 0.6s ease-out, transform 0.6s ease-out;
  padding: 0;
  margin: 0 0 25px 0;
  border-radius: 10px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}

.content-reveal.reveal {
  opacity: 1;
  transform: translateY(0);
}

.page-title {
  margin-bottom: 20px;
  color: #99c3ff;
  font-size: 2rem;
}

.service-text {
  margin-bottom: 40px;
  color: #c6c6c7;
}

.site-footer {
  flex: 1;
  order: 3;
  text-align: center;
  padding: 0px;
  margin: 0 30px 0 30px;
  background-color: #000;
  color: #ccc;
  box-shadow: 0 -3px 8px rgba(15, 15, 20, 0.2);
}

.fw-light {
  font-weight: 300;
}

.fw-bold {
  font-weight: 500;
}


/* CSS for Responsive Services Grid */

.services-section {
  padding: 30px;
  background-color: #000;
  color: #fff;
}

.services-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  justify-content: space-between;
}

.service-box {
  flex: 1 1 calc(33.333% - 20px);
  padding: 30px;
  background-color: #111;
  border-radius: 10px;
  box-shadow: 0 3px 8px rgba(15, 15, 20, 0.2);
}

.service-box h2 {
  font-size: 1.5rem;
  margin-bottom: 15px;
  color: #99c3ff;
}

.service-box p {
  font-size: 1.4rem;
  color: #ccc;
  line-height: 1.5;
}

/* CSS for Responsive Flexbox Portfolio Grid */

.portfolio-section {
  padding: 30px;
  background-color: #000;
  color: #fff;
}

.portfolio-header {
  margin-bottom: 30px;
}

.portfolio-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  justify-content: space-between;
}

.portfolio-item {
  flex: 1 1 calc(33.333% - 20px);
  background-color: #111;
  padding: 15px;
  border-radius: 10px;
  box-shadow: 0 3px 8px rgba(15, 15, 20, 0.2);
  display: flex;
  flex-direction: column;
  align-items: center;
}

.portfolio-item img {
  width: 100%;
  height: auto;
  border-radius: 6px;
  margin-bottom: 10px;
}

.art-item-description {
  text-align: center;
  font-size: 1rem;
  color: #ccc;
}

.fs-larger{
    font-size: 1.5rem;
}
@media (max-width: 1024px) {
  .portfolio-item {
    flex: 1 1 calc(50% - 15px);
  }
}

@media (max-width: 600px) {
  .portfolio-item {
    flex: 1 1 100%;
  }

  .banner-text h2 {
    font-size: 2rem;
    margin-bottom: 10px;
    padding-top: 40px;
    width: 100%;
    max-width: 590px;
    text-shadow: 2px 2px #000;
  }

  ul.checkmark-bullets {
    list-style-type: circle;
    list-style-position: outside;
    padding-left: 0;
    margin: 30px 0px 30px -20px;
  }

  ul.checkmark-bullets li {
    position: relative;
    padding-left: 0px;
    margin-bottom: 20px;
    font-size: 16px;
  }

  ul.checkmark-bullets li::before {
    content: unset;
    /* Unicode checkmark character */
    position: unset;
    left: unset;
    top: unset;
    font-size: 14px;
    line-height: 1;
    opacity: unset;
    margin-top: 7px;
  }
}

/* Timeline Start */

.art-timeline .art-timeline-item .art-timeline-mark {
  border: solid 3px #99c3ff;
}

.art-timeline {
  position: relative;
}

.art-timeline::before {
  content: '';
  position: absolute;
  top: 10px;
  right: 5px;
  height: calc(100% - 10px);
  width: 5px;
  background: #191923;
}

.art-timeline .art-timeline-item {
  position: relative;
}

.art-timeline .art-timeline-item .art-timeline-mark-light {
  background: #fafafc;
  position: absolute;
  top: 4px;
  right: -4px;
  width: 23px;
  height: 23px;
  opacity: 0;
  border-radius: 50%;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}

.art-timeline .art-timeline-item .art-timeline-mark {
  position: absolute;
  top: 8px;
  right: 0;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  border: solid 3px #99c3ff;
  background: #1e1e28;
  -webkit-box-shadow: 0 3px 8px 0 rgba(15, 15, 20, 0.2);
  box-shadow: 0 3px 8px 0 rgba(15, 15, 20, 0.2);
}

.art-timeline .art-timeline-item:hover .art-timeline-mark-light {
  -webkit-animation: puls 1s infinite;
  animation: puls 1s infinite;
}

.art-timeline .art-timeline-content {
  position: relative;
  margin-right: 45px;
  background: #111111;
  padding: 30px;
  margin-bottom: 30px;
  -webkit-box-shadow: 0 3px 8px 0 rgba(15, 15, 20, 0.2);
  box-shadow: 0 3px 8px 0 rgba(15, 15, 20, 0.2);
}

.art-timeline .art-timeline-content:after {
  height: 10px;
  width: 10px;
  background-color: rgba(43, 43, 53, 0.98);
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
  content: '';
  position: absolute;
  top: 11px;
  right: -5px;
  border-top-right-radius: 50%;
}

.art-timeline .art-timeline-content .art-card-header {
  width: 100%;
}

.art-timeline .art-timeline-content .art-card-header .art-right-side {
  margin-bottom: 15px;
}


a.work-com {
  color: #99c3ff;
  font-size: 2rem;
  text-decoration: none;
  margin-bottom: 10px;
}

a.work-com:visited {
  color: #99c3ff;
  text-decoration: none;
}

a.work-com:hover {
  color: #99c3ff;
  text-decoration: underline;
}

a.work-com:active {
  color: #99c3ff;
  text-decoration: underline;
}

a.contact-link {
  color: #99c3ff;
  font-size: 1rem;
  text-decoration: none;
  margin-bottom: 10px;
}

a.contact-link:visited {
  color: #99c3ff;
  text-decoration: none;
}

a.contact-link:hover {
  color: #99c3ff;
  text-decoration: underline;
}

a.contact-link:active {
  color: #99c3ff;
  text-decoration: underline;
}

.work-year {
  color: #C0C0C0;
  font-size: 1rem;
}

.mb-20 {
  margin-bottom: 20px;
}

.mb-30 {
  margin-bottom: 30px;
}

.mt-20{
  margin-top: 20px;
}

.mt-30{
  margin-top: 30px;
}

.checkmark-bullets .mb-30{  margin-bottom: 30px;
}

.mb-40 {
  margin-bottom: 40px;
}

.canadian-flag-contact{
  width: 100%;
  height: auto;
  max-width: 150px;
}

.canadian-flag-contact-small{
  width: 100%;
  height: auto;
  max-width: 50px;
  margin: 10px;
}

/* Timeline End */

/* Responsive adjustments */
@media (max-width: 1400px) {
  .site-header {
    background: #000;
    background: url('/img/header-aurora-borealis-rendered.png') no-repeat top left / contain;
    padding: 0px;
    text-align: left;
    box-shadow: 0 3px 8px rgba(15, 15, 20, 0.2);
    height: auto;
  }
}
/* Responsive adjustments */
@media (max-width: 1072px) {
  .service-box {
    flex: 1 1 calc(50% - 15px);
  }

  .flex-container-price {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: left;
    align-items: left;
    align-content: flex-start;
    gap: 0;
    margin: 0;
    padding: 0;
  }



  .checkmark-bullets.left-side {
    display: block;
    flex-grow: 0;
    flex-shrink: 1;
    flex-basis: auto;
    align-self: auto;
    order: 0;
    margin: 0px 20px 0 20px;

  }

  .checkmark-bullets.right-side {
    display: block;
    flex-grow: 0;
    flex-shrink: 1;
    flex-basis: auto;
    align-self: auto;
    order: 0;
    margin: 0px 20px 0 20px;

  }

  .flex-items-flex-price:nth-child(1) {
    display: block;
    flex-grow: 0;
    flex-shrink: 1;
    flex-basis: auto;
    align-self: auto;
    order: 0;
    margin: 0 0px 0 0px;

  }

  .flex-items-flex-price:nth-child(2) {
    display: block;
    flex-grow: 0;
    flex-shrink: 1;
    flex-basis: auto;
    align-self: auto;
    order: 0;
    margin: 20px 0px 0 0px;
  }
}

/* Responsive adjustments */
@media (max-width: 1268px) {
  .flex-container-price {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: left;
    align-items: left;
    align-content: flex-start;
    gap: 0;
    margin: 0;
    padding: 0;
  }

  .checkmark-bullets.right-side {
    margin-top: -20px;
  }
}

@media (max-width: 600px) {
  .site-main {
    display: flex;
    flex-direction: row;
    gap: 0px;
    padding: 0px 0px 30px 0px;
    flex: 1;
  }

  .service-box {
    flex: 1 1 100%;
  }

  .content {
    padding: 0px 0px 30px 0px;
    box-shadow: 0 3px 8px rgba(15, 15, 20, 0.2);
  }

  .checkmark-bullets.right-side {
    margin-top: -20px;
  }

  .art-timeline .art-timeline-content .art-card-header {
    width: 100%;
    margin-left: -20px;
    padding-left: 0;
    line-height: 30px;
  }

  .mb-20 {
    margin-bottom: 0px;
  }
}


@media (max-width: 1180px) {
  .site-main {
    display: flex;
    flex-direction: row;
    gap: 0px;
    padding: 0px 30px 30px 30px;
    flex: 1;
    flex-direction: column;
  }

  .sidebar {
    order: 2;
    max-width: 100%;
    margin-top: 20px;
    display: none;
  }

  .content {
    order: 1;
    padding: 0px 0px 30px 0px;
    box-shadow: 0 3px 8px rgba(15, 15, 20, 0.2);
  }

  .checkmark-bullets.right-side {
    margin-top: -20px;
  }

  .contact-bullet-points {
    display: flex;
  }

}

/* Responsive adjustments */
@media (max-width: 1400px) {

  .flex-container-price {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: left;
    align-items: left;
    align-content: flex-start;
    gap: 0;
    margin: 0;
    padding: 0;
  }

  .checkmark-bullets.left-side {
    display: block;
    flex-grow: 0;
    flex-shrink: 1;
    flex-basis: auto;
    align-self: auto;
    order: 0;
    margin: 0px 20px 0 20px;

  }

  .checkmark-bullets.right-side {
    display: block;
    flex-grow: 0;
    flex-shrink: 1;
    flex-basis: auto;
    align-self: auto;
    order: 0;
    margin: -20px 20px 0 20px;

  }

  .flex-items-flex-price:nth-child(1) {
    display: block;
    flex-grow: 0;
    flex-shrink: 1;
    flex-basis: auto;
    align-self: auto;
    order: 0;
    margin: 0 0px 0 0px;

  }

  .flex-items-flex-price:nth-child(2) {
    display: block;
    flex-grow: 0;
    flex-shrink: 1;
    flex-basis: auto;
    align-self: auto;
    order: 0;
    margin: 20px 0px 0 0px;
  }
}


.flex-container-contact {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  align-content: center;
}

.flex-items-contact:nth-child(1) {
  display: block;
  flex-grow: 0;
  flex-shrink: 1;
  flex-basis: auto;
  align-self: auto;
  order: 0;
  margin-right: 20px;
  margin-top: 10px;
}

.flex-items-contact:nth-child(2) {
  display: block;
  flex-grow: 0;
  flex-shrink: 1;
  flex-basis: auto;
  align-self: auto;
  order: 0;
  margin-top: 10px;
}

@media (max-width: 600px) {
  ul.checkmark-bullets li.contact {
    position: relative;
    padding-left: 30px;
    margin-bottom: 30px;
    font-size: 16px;
  }
}