/**
 * index.scss
 * - Add any styles you want here!
 */
body {
  background: #f5f5f5;
}

/* Box sizing rules */
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
p,
figure,
blockquote,
dl,
dd {
  margin: 0;
}

/* Remove list styles on ul, ol elements with a list role, which suggests default styling will be removed */
ul[role="list"],
ol[role="list"] {
  list-style: none;
}

/* Set core root defaults */
html:focus-within {
  scroll-behavior: smooth;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
  text-decoration-skip-ink: auto;
}

/* Make images easier to work with */
img,
picture {
  max-width: 100%;
  display: block;
}

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit;
}

/* Remove all animations, transitions and smooth scroll for people that prefer not to see them */
@media (prefers-reduced-motion: reduce) {
  html:focus-within {
    scroll-behavior: auto;
  }
  *,
  *::before,
  *::after {
    -webkit-animation-duration: 0.01ms !important;
            animation-duration: 0.01ms !important;
    -webkit-animation-iteration-count: 1 !important;
            animation-iteration-count: 1 !important;
    -webkit-transition-duration: 0.01ms !important;
            transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}

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

body {
  font-size: 1rem;
  padding: 2rem 0;
  text-rendering: optimizeSpeed;
}

.container {
  margin-inline: auto;
  padding-inline: 2rem;
}

footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding: 2rem;
  background-color: #3d3c3c;
  margin-top: 3rem;
}

footer a {
  color: white;
  font-weight: 700;
}

.hero {
  margin-top: 1rem;
}

.hero img {
  width: 100%;
  aspect-ratio: 2 / 1;
  -o-object-fit: cover;
     object-fit: cover;
}

.marketing-wrap {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (minmax(300px, 1fr))[auto-fit];
      grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: .5rem;
  margin-inline: auto;
  padding-inline: 2rem;
}

.marketing-wrap .marketing-item {
  max-width: 25rem;
  padding: 1rem;
}

.marketing-wrap .marketing-item img {
  aspect-ratio: 1 /1;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 2%;
  border: 2px solid lightgray;
}

.marketing-wrap .marketing-item .info-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.marketing-wrap .marketing-item .info-wrap h2 {
  padding-block: 10px;
}

.marketing-wrap .marketing-item .info-wrap .btn {
  margin-top: 1rem;
}

.aboutme h1 {
  padding: 3rem;
}

.aboutme h2 {
  padding: 3rem 0 3rem 0;
}

.aboutme img {
  border: 3px solid lightgray;
}

.page-titleh1 {
  text-align: center;
  padding: 3rem 0 0 0;
}

.twoimg-wrap {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
      grid-template-columns: 1fr 1fr;
  gap: .5rem;
  margin-inline: auto;
  padding-inline: 2rem;
  justify-items: center;
}

.twoimg-wrap .organizecells {
  padding: .5rem;
  text-align: center;
  max-width: 500px;
}

.twoimg-wrap .organizecells h2 {
  padding: 10px;
}

.twoimg-wrap .organizecells img {
  border: 4px solid #e7e6e6;
  padding: 10px;
}

.moving {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (minmax(300px, 1fr))[auto-fit];
      grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: .5rem;
  margin-inline: auto;
  padding-inline: 2rem;
}

.moving .movingcells {
  max-width: 400px;
}

.moving .movingcells img {
  aspect-ratio: 1 /1;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 2%;
  border: 2px solid lightgray;
}

.moving-top-para {
  padding: 3rem;
}
/*# sourceMappingURL=index.css.map */