

.bodoni-moda {
  font-family: "Bodoni Moda", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}


.libre-bodoni {
  font-family: "Libre Bodoni", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

.mynerve-regular {
  font-family: "Mynerve", cursive;
  font-weight: 400;
  font-style: normal;
}


h1 {
    font-size: 4rem;
    line-height: 1.2;
    margin: 0;
    padding: 0 1rem;
    font-weight: 400;
}


h2 {
    font-size: 3rem;
    line-height: 1.2;
    margin: 0;
    /* padding: 0 1rem; */
    font-weight: 400;
}

h3 {
    font-size: 1.5rem;
    line-height: 1.4;
    margin: 0;
    padding: 0 1rem;
    font-weight: 400;
}

a {
    text-decoration: none;
    color: inherit;
}

header {
    position: fixed;
    width: 96vw;
  padding: 1rem 2vw;
  /* background-color: #FFF348; */
  height: 50px;
  /* border-bottom: 1px solid #f2e845; */
  align-items: center;
  z-index: 1;
}

header h1 {
  margin: 0;
  font-size: 1.5rem;
  font-weight: 700; 
}

body {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  background-color: #FFF348;
  color: #393939;
  font-size: 16px;
  line-height: 1.5;
}

section {
    min-height: 80vh;
    width: 100%;
}

.ATF {
    height: 80vh;
    width: 100%;
    background: url('/assets/images/keyVisuals/SC_ATF_Hero_SQ.png') center/cover no-repeat;
}

.windowOverlay {
    position: relative;
    /* position: absolute; */
    /* max-width: 50%; */
    /* transform: scale(0.5); */
    display: flex
;
    /* display: inline-block; */
    justify-content: center;
    align-items: center;
    /* padding: 2rem; */
    min-height: -webkit-fill-available;
}

.windowOverlay img {
  width: 100%;
  height: auto;
}

.content {
    max-width: 80vw;
}


.picGrid {
    justify-content: center;
}

.picGridItem {
    flex: 1 1 33vw;
    height: 40vh;
    /* height: inherit; */
    /* height: -webkit-fill-available; */
}

.picGridItem img {
    width: 100%;
  height: 100%;
  object-fit: cover;
}

.scaled {
    max-width: 50%;
}

.swapOut {
    display: flex;
}

.swapIn {
    display: none;
}

.picPair {
    flex-direction: column;
    flex: 1 1 33vw;
    height: 80vh;
}

.picPairItem {
    flex: 1 1 33vw;
}

.picPairItem img {
    width: 100%;
  height: 100%;
  object-fit: cover;
}

.superOverlay {
    position: absolute;
    align-self: center;
    justify-self: anchor-center;
    /* flex: 1 1 80vw; */
    max-width: 50vw;
    /* margin: auto; */
}

.superOverlay img {
    max-width: 100%;
  /* height: 100%; */
  object-fit: cover;
}

.textOverlay {
    position: absolute;
    width: 33vw;
    height: 80vh;
    /* height: 80dvh; */
    min-height: -webkit-fill-available;
    /* min-width: -webkit-fill-available; */
    color: #FFF348;
    text-align: center;
    justify-content: center;
}

.textOverlay h2 {
    font-size: 12rem;
    line-height: 1;
    margin: 0;
    padding: 0 1rem;
    font-weight: 500;
}

.textOverlay h4 {
    font-size: 2rem;
    line-height: 1.2;
    margin: 0;
    padding: 0 1rem;
    font-weight: 400;
}

.iconGrid {
    flex: 1 1 auto;
    justify-content: space-around;
    max-width: 1100px;
}

.iconPair {
    text-align: center;
    gap: 20px;
}

.iconPair h4 {
    margin: 0;
    padding: 0;
    font-weight: 400;
    font-size: 1.5rem;
}

.iconPair img {
    width: 80px;
    height: auto;
    padding: 0 1rem;

}

.L, .R {
    flex: 1 1 50vw;
    align-self: flex-start;
}


.applyIntro {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    color: #3b3b3b;
    text-align: center;
    padding-top: 100px;
    padding-bottom: 100px;
}


form {
    /* gap: 15px; */
    max-width: 640px;
    /* width: 80vw; */
    margin: auto;
}

fieldset {
    border: none;
    border-bottom: 1px solid;
    padding: 100px 50px;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

fieldset h2 {
    font-size: 2.5rem;
    margin-bottom: 10px;
}

input, textarea, select {
    width: 100%;
    height: 50px;
    padding: 10px;
    font-size: 1rem;
    /* border: 1px solid #ccc; */
    border: none;
    border-radius: 5px;
    box-sizing: border-box;
    color: #3b3b3b;
    background-color: #fafafa;
}

textarea {
    height: 150px;
    resize: vertical;
}

input[type="checkbox"],
input[type="radio"] {
    appearance: unset;
    /* background-color: #fafafa; */
    accent-color: #fafafa;
    width: 50px;
    font-size: 1.5rem;
}

input[type="radio"] {
    border-radius: 50px;
}

input[type="checkbox"]:checked,
input[type="radio"]:checked {
    accent-color: #fafafa;
    background-color: #3b3b3b;
}

label {
    font-size: 1.5rem;
    display: flex;
    align-items: center;
    gap: 10px;
}

input[type="submit"]{
    background: #3b3b3b;
    color: #fafafa;
    font-size: 1.5rem;
    /* font-weight: 400; */
    border: none;
    cursor: pointer;
    height: 70px;
    padding: 15px;
    /* border-radius: 5px; */
    transition: background-color 0.3s ease;
}

button {
    height: 50px;
    width: fit-content;
    padding: 10px 30px;
    margin: 20px;
    font-size: 1.5rem;
    background: #3b3b3b;
    color: #ffffff;
    border: none;
    cursor: pointer;
}

@media screen and (max-width: 960px) {
    .picGridItem {
        flex: 1 1 50vw;
        height: 27vh;
    }
    .scaled {
        max-width: 100%;
    }
    .swapOut {
        display: none;
    }

    .swapIn {
        display: flex;
    }
    .picPair {
        flex-direction: row;
        flex: 1 1 100vw;
        height: unset;
    }
    .textOverlay {
        /* height: unset; */
        height: 26.5vh;
        /* height: 26.5dvh; */
        min-width: -webkit-fill-available;
        min-height: unset;
    }
    .L, .R {
    align-self: unset;
}
}