body{
    padding: 0;
    margin: 0;
}
footer{
    height: 6%;
    vertical-align: middle;
    text-align: center;
}
a{
    text-decoration: none;
}
h2{
    font-family: 'Poppins', sans-serif;
    font-size: 1.4em;
    color: white;
    text-align: center;
}
h3{
    font-family: 'Poppins', sans-serif;
    font-size: 1em;
    color: white;
    text-decoration: none;
}
ol{
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 200;
    font-size: 1.3em;
    color: white;
}
strong{
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 900;
    font-size: 1.3em;
}
ul {
    padding-left: 0;
    color: white;
}
ul:link{
    color: white;
}

a:link{
    color: white;
}
a:visited{
    color: white;
}

.galleryBanner{
    background-color: #011a33; 
    opacity: 90%; padding-top: 1vh; 
    padding-bottom: 1vh; 
    font-size: 1.4vh; 
    position: fixed;
    top: 0; 
    z-index: 50; 
    width: 100%; 
    color: white; 
    font-family: 'Poppins'; 
    text-align: center; 
    text-decoration: underline;
    cursor: pointer;
}
.galleryBanner:hover{
    background-color: #DB4242;
}

.pageCopy{
    font-family: 'Poppins', sans-serif;
    font-size: 1.2em;
    color: white;
    width: auto;
    max-width: 760px;
    text-align: center;
}

.mainContainer{
    padding: 0px;
    display: flex;
    flex-direction: column;
    height: 100vh;
}

.disclaimer{
    font-size: x-small;  
    display: none;  
    margin-bottom: 20px; 
    color: white;
    font-family: 'Poppins', sans-serif;
    margin-left: 20%; 
    margin-right: 20%;
}

.mainTopSectionGuidelines{
    background: #011A33;
    height: 20%;
    min-height: 160px;
    width: 100vw;
    display: flex;
    flex-direction: row;
    align-items: center;
}
.contentGuildelinesSubTitle{
    margin-top: -20px;
}

.mainBottomSectionGuidelines{
    background: #011A33;
    height: 15%;
    min-height: 150px;
}

.mainMiddleSectionGuidelines{
    background: #0A5C81;
    height: 100%;
    min-height: 350px;
    width: 100vw;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.guidelinesCopy{
    display: flex;
    flex-direction: column;
    /* justify-content: center; */
    align-items: center;
    width: 90%;
    height: 90%;
    margin-top: 50px;
    overflow-y:auto 
}

.mainTopSection{
    background: #011A33;
    height: 27%;
    min-height: 150px;
}

.mainBottomSection{
    background: #011A33;
    height: 27%;
    min-height: 150px;
}
.mainBottomSectionGuidelines{
    background: #011A33;
    background-image: url(/images/SweaterMobileFooterBackground.png);
    height: 10%;
    min-height: 120px;
}
.mainMiddleSection{
    background: #0A5C81;
    height: 40%;
    min-height: 350px;
    width: 100vw;
    display: flex;
    position: relative;
    flex-direction: row;
    justify-content: center;
}
.contentGuidelinesMiddleSection{
    background: #0A5C81;
    height: 40%;
    min-height: 350px;
    width: 100vw;
    display: flex;
    position: relative;
    flex-direction: column;
    justify-content: center;
}

.hidden{
    display: none !important;
}

.inputFeild{
    width: 760px;
    max-width: 60vw;
    height: 48px;
    border-radius: 8px;
    border-style: none;
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    padding-left: 15px;
    padding-right: 15px;
}
.error{
    border: solid 3px red;
}
.inputFeild.firstLast{
    width: 250px;
    margin: 6px;
}
.firstLastCont{
    display: inline-block;
}

.links{
    display: inline-block;
    font-family: 'Poppins', sans-serif;
    font-size: 1.2em;
    text-decoration: none;
    color: white;
    padding-left: 5px;
    padding-right: 5px;
}
.anchoredLinks{
    position: block;
    text-align: center;
}
.actionBtnCont{
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
    margin-bottom: 20px;
}
.actionBtn{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 144px;
    height: 48px;
    color: white;
    text-align: center;
    vertical-align: middle;
    font-family: 'Poppins', sans-serif;
    font-size: 20px;
    border-style: none;
    text-decoration: none;
    cursor: pointer;
}
.formCont{
    display: block;
    text-align: center;
    margin-bottom: 40px;
}

.midSectionDiv{
    width: 20%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.midSectionDiv.middle{
    width: 60%;
    display: flex;
    min-width: 400px;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.midSectionDiv.outer{
    visibility: visible;
}
.midSectionDiv.middleContentGuidelines{
    width: 60%;
    display: flex;
    min-width: 400px;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.midSectionDiv.outerContentGuidelines{
    visibility: visible;
}
.mainTitleCont{
    width: 100%;
    height: auto;
    display: block;
    text-align: center;
}

.sweaterThreadDivider{
    background-image: url(/images/SweaterWhiteThreadBorder.png);
    height: 14px;
    width: 100%;
    z-index: 4;
}
.sweaterThreadDivider.topAlign{
    position: absolute;
    margin-top: -10px;
}
.sweaterThreadDivider.bottomAlign{
    position: absolute;
    margin-bottom: -10px;
}
.titleImg{
    width: 100%;
    height: auto;
    margin-top: 60px;
    margin-bottom: -30px;
    max-width: 100%;
    max-width: 1000px;
}
.titleImg.mobile{
    visibility: hidden;
    display: none;
    margin-top: 60px;
    margin-bottom: -10px;
}
.titleImg.desktop{
    visibility: visible;
}
.titleImg.contentScreenDesktop{
    margin-top: 20px;
    margin-bottom: -10px;
    max-width: 80%;
}
.titleImg.contentScreenMobile{
    margin-top: 10px;
    margin-bottom: 10px;
    max-width: 90%;
    display: none;
}
.snowFlakeMainImg{
    width: 80%;
    height: auto;
}

/* //////////////  slideshow   */

.slideshow {
    height: 90%;
    max-width: 100%;
    margin-top: 5px;
    margin-bottom: 5px;
    position: relative;
    overflow: hidden;
  }
  .slideshow.bottom {
    display: block;
    margin-top: 15px;
  }
  
  .moveLeft {
    height: 100%;
    width: max-content;
    position: absolute;
    overflow:hidden;
    top: 0;
    left: 0;
    opacity: 0;
    
  }
  .moveRight {
    height: 100%;
    width: max-content;
    position: absolute;
    overflow:hidden;
    top: 0;
    right: 0;
    opacity: 0;
    
  }

  .startLeft{
    animation: slideshowMoveL 60s linear infinite;
  }

  .startRight{
    animation: slideshowMoveR 60s linear infinite;

  }
  .imgContainer{
    display:inline-block;
    vertical-align:middle;
    position: relative;
    width:auto;
    height: 100%;
    margin:3px;
    border-radius: 25px;
  }
  .imgContainer:hover .overlay:hover {
    opacity: 0.85;
  }
  .overlay-old {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    transition: .5s ease;
    background-color:#0A5C81;
    border-radius: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  #fname{
    color: white;
  }
  
  .moveLeft Img, .moveRight Img{
    display:inline-block;
    vertical-align:middle;
    width:auto;
    height: 100%;
    margin:3px;
    border-radius: 20px;
  }
  
  @keyframes slideshowMoveL {
    0%{
        opacity: 0;
    }
    3%{
        opacity: 1;
    }
    97%{
        opacity: 1;
    }
    100% {
      transform: translateX(-1000px);
      opacity: 0;  
    }
  }
  @keyframes slideshowMoveR {
    0%{
        opacity: 0;
    }
    3%{
        opacity: 1;
    }
    97%{
        opacity: 1;
    }
    100% {
      transform: translateX(1000px);
      opacity: 0;  
    }
  }

  .container {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    width: 80%;
    max-height:100%; /* Adjust based on your needs */
    overflow:visible;
    margin: 0 auto; 
    color: white; 
  }
  .image{
      width: 1024px;
      max-width: 100%;
      min-width: 100px;
      height: auto;
  }
  .image-container{
      position: relative;
      display: inline-block;
      max-width: 100%;
      aspect-ratio: 4 / 3;
  }
  .overlay2 {
      position: absolute;
      top: 0;
  
      width: 100%;
      height: 100%;
      background: rgba(172, 172, 172, 0.685); /* Semi-transparent black */
      z-index: 5;
      display: flex;
      justify-content: center;
      align-items: center;
  }
  .item{
      padding:20px;
      padding-bottom: 2vh;
  }
  .header{
      height:auto;
      width:100%;
      top: 0;
      text-align: center;
      margin: auto;
      padding-top: 20px;
      padding-bottom: 20px;
      z-index: 20;
  }
  .galleryText{
      color: white;
      font-family: Caveat;
      font-size: 5vh;
  }
  .content{
      margin-top:5px;
      width:100%;
      text-align: center;
  }
  .toText{
      color: white;
      font-family: "Open Sans", sans-serif;
      font-size: 2vh;
      font-weight: 200;
      text-align: center;
  }
  .name{
    font-family: "Open Sans", sans-serif;
      color: #49AEE2;
      font-size: 2vh;
      font-weight: 600;
      width: 100%;
      box-sizing: border-box;
      text-align: center;
      margin-left: .5vw;
  }
  .titleImage{
      margin-top: 5.5vh;  
      height: 5vh;
      width: auto;
  }
  .disabled{
      opacity: .3;
      pointer-events: none;
  }
  
  .logo-container{
      width: 100%;
      margin: auto;
      text-align: center;
  }
  .logo{
      height:4vh;
      cursor: pointer;
  }
  
  
  
  .lds-spinner {
    color: official;
    display: inline-block;
    position: relative;
    width: 80px;
    height: 80px;
  }
  .lds-spinner div {
    transform-origin: 40px 40px;
    animation: lds-spinner 1.2s linear infinite;
  }
  .lds-spinner div:after {
    content: " ";
    display: block;
    position: absolute;
    top: 3px;
    left: 37px;
    width: 6px;
    height: 18px;
    border-radius: 20%;
    background: #fff;
  }
  .lds-spinner div:nth-child(1) {
    transform: rotate(0deg);
    animation-delay: -1.1s;
  }
  .lds-spinner div:nth-child(2) {
    transform: rotate(30deg);
    animation-delay: -1s;
  }
  .lds-spinner div:nth-child(3) {
    transform: rotate(60deg);
    animation-delay: -0.9s;
  }
  .lds-spinner div:nth-child(4) {
    transform: rotate(90deg);
    animation-delay: -0.8s;
  }
  .lds-spinner div:nth-child(5) {
    transform: rotate(120deg);
    animation-delay: -0.7s;
  }
  .lds-spinner div:nth-child(6) {
    transform: rotate(150deg);
    animation-delay: -0.6s;
  }
  .lds-spinner div:nth-child(7) {
    transform: rotate(180deg);
    animation-delay: -0.5s;
  }
  .lds-spinner div:nth-child(8) {
    transform: rotate(210deg);
    animation-delay: -0.4s;
  }
  .lds-spinner div:nth-child(9) {
    transform: rotate(240deg);
    animation-delay: -0.3s;
  }
  .lds-spinner div:nth-child(10) {
    transform: rotate(270deg);
    animation-delay: -0.2s;
  }
  .lds-spinner div:nth-child(11) {
    transform: rotate(300deg);
    animation-delay: -0.1s;
  }
  .lds-spinner div:nth-child(12) {
    transform: rotate(330deg);
    animation-delay: 0s;
  }
  @keyframes lds-spinner {
    0% {
      opacity: 1;
    }
    100% {
      opacity: 0;
    }
  }
  






/* //////////////   mobile  */

@media (max-width: 700px) {

    h2{
        font-size: 1.1em;
    }

    .mainTopSection{
        height: 25%;
    }
    .mainBottomSection{
        background: #011A33;
        background-image: url(/images/SweaterMobileFooterBackground.png);
        height: 20%;
        min-height: 150px;
    }
    .disclaimer{
        margin-left: 5%;
        margin-right: 5%;
    }
    .mainMiddleSection{
        height: 53%;
        min-height: 400px;
    }
    footer{
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .anchoredLinks{
        width: 100%;
    }
    .links{
        font-size: 0.8em;
        padding: auto;
        margin: auto;
    }
    .slideshow.bottom {
        display: none;
      }
    .mainTitleCont{
        width: 98%;
        height: auto;
        display: flex;
        justify-content: center;
        align-items: center
    }
    .titleImg.contentScreenDesktop{
        display: none;
    }
    .titleImg.contentScreenMobile{
        display: block;
    }
    .midSectionDiv{
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .midSectionDiv.outer{
        display: none;
    }
    .midSectionDiv.middle{
        display: flex;
        justify-content: center;
        align-items: center;
        width: 98%;
    }
    .midSectionDiv.middleContentGuidelines{
        width: 60%;
        display: flex;
        min-width: 300px;
        justify-content: center;
        align-items: center;
        flex-direction: column;
    }
    .midSectionDiv.outerContentGuidelines{
        visibility: visible;
        height: auto;
        width: 100%;
    }
    .snowFlakeMainImg{
        height: 100%;
    }
    .snowFlakeGuidelinesImg{
        width: 100%;
        height: auto;
    }
    .titleImg.mobile{
        visibility: visible;
        display: block;
        max-width: 80%;
    }
    .titleImg.desktop{
        visibility: hidden;
        display: none;
    }
    .pageCopy{
        font-size: 1em;
        width: 90%;
        margin-left: auto;
        margin-right: auto;
    }
    .container{
        grid-template-columns: repeat(2, 1fr);
        width: 90%;
        margin-top: 0vh;
    }
    .item{
        padding:10px;
        padding-bottom:2vh
    }
    .name{
        font-size: 3vh;
    }
    .toText{
        font-size: 1.5vh;
    }
    .titleImage{
        width:70%;
        height: auto;
    }
    .logo{
        height: 2vh
    }
}

