html, body {
  height: 100%;
  margin: 0;
  padding: 0;
}

/* Reduce footer wf-section bottom spacing */
.footer.wf-section {
  padding-bottom: 1rem !important;
  margin-bottom: 0 !important;
}

.subfooter.wf-section {
  padding-bottom: 0.5rem !important;
  margin-bottom: 0 !important;
}

/* Mobile responsive footer spacing */
@media (max-width: 767px) {
  .footer.wf-section {
    padding-bottom: 0.5rem !important;
  }
  
  .subfooter.wf-section {
    padding-bottom: 0.25rem !important;
  }
}

@media (max-width: 479px) {
  .footer.wf-section,
  .subfooter.wf-section {
    padding-bottom: 0.25rem !important;
    margin-bottom: 0 !important;
  }
}

.grid-container {
    margin-top: 70px;
    margin-bottom: 70px;  
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .grid-container.magCovers {
    margin-top: 0px !important;
  }

  .grid-item {
    width: 30%;
    text-align: center;
    margin: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
  }

.grid-container.previousEditors{
  margin-top: 20px;
  margin-bottom: 20px;  
  display: flex;
}
.grid-item.previousEditors {
  display: flex;
  justify-content: flex-start;
  width:40%;
  margin: 10px;
}

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

@media (max-width:1559px) {
  .form-container{
    padding-left: 35px;
    padding-right: 35px;
  }
}

@media (max-width: 767px) {
  .grid-item {
    width: 100%;
  }
}

.w-container.contactUs{
  display: flex;
  justify-content: start;
}

.p.white.contactText{
  text-align: left;
}

.w-container.contact {
  display: flex;
  justify-content: start;
}

.form-container {
  width: 100%;
  color: #fff;
}

form {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.form-group {
  font-size: medium;
  margin-bottom: 1rem;
  width: 100%;
}


label {
  font-weight: bold;
}

input,
textarea {
  background-color: transparent;
  border: 1px solid #fff;
  color: #fff;
  padding: 0.5rem;
  width: 100%;
  resize: vertical;
}

.rectangular-button {
  width:200px;
  border: 2px solid white;
  color: white;
  background-color: #191919;
  padding: 10px 20px;
  cursor: pointer;
  font-family: paperspace03, sans-serif;
  font-size: 22px;
}

.rectangular-button:hover {
  border: 2px solid #191919;
  color: #191919;
  background-color: white;
}

.container-3.w-container.summary {
  height: 35vh !important;
  padding-top: 80px;
  padding-bottom:80px;
}

.textSummary {
  text-align: center !important;
  font-size: 23px !important;
  font-family: Suranna, Montserrat !important;
}



.border {
  display: flex;
  justify-content: center;
  flex-direction: column;
  padding-top: 30px;
  margin-bottom: 80px;
  border-top: 2px solid black;
  border-bottom: 2px solid black;
}

.date {
  font-size: 20px;
  margin-top: 50px;
  display: flex;
  justify-content: start;
}

/* .myriad {
  font-family: "Myriad Pro", Myriad;
} */

@media (max-width:1559px) {
  .whiteNavBar {
    background-color: white;
    position:fixed;
    top:0;
    width:100%;
    height: 80px;
    z-index:100;
  }
}

.email-sent {
  display: none;
  color: white;
  font-size: 20px;
  margin-top: 20px;
  margin-bottom:10px;
}

.email-failed {
  display: none;
  color: white;
  font-size: 20px;
  margin-top: 20px;
  margin-bottom: 10px;
}

.moreIssuesBtn {
  display: flex;
  justify-content: center;
  margin-bottom: 70px;
}

.header {
  height: 100vh;
  position: relative;
  overflow: hidden;
}

.videoContainer {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

.compilation {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: relative;
  z-index: -1;
}

@media (max-width:1559px) {
  /* .compilation is handled by the main style now */
}

.mobilePaperspace {
  display: none;
}

@media (max-width:1559px) {
  .mobilePaperspace {
    left: 0px;
    top: 0px;
    position: fixed;
    padding: 0px;
    position: fixed;
    display: block;
    margin-top: 25px;
    margin-left: 25px;
    z-index: 1001;
  }
}

.dynamicWhite {
  left: 0px;
  top: 0px;
  position: fixed;
  padding: 0px;
  width: 100%;
  height: 77px;
}

.transparent {
  background-color: white !important;
  /* background-color: transparent !important; */
}

.whiteBlock {
  background-color: white !important;
}

.instagramSection {
  padding-top: 100px;
  padding-left: 1rem;
  padding-right: 1rem;
  margin-left: auto;
  margin-right: auto;
  max-width: 1200px;
}

.aboutPageDescription {
  /* text-align: justify !important;
  text-justify: inter-word !important; */
}


.div-info.kindly {
  /* Set a maximum width for the container */
  max-width: 100%;
}

[data-elfsight-app-lazy] {
  margin: 1rem;
}