
        
        body {
            min-width: 1020px !important; /* Example: Ensures the body is at least 960 pixels wide */
            font-family:Proxima-Nova;
        }
        .numbers {
            width: 50px;
            /* height: 50px; */
            line-height: 50px;
            border-radius: 50%;
            text-align: center;
            border: 2px solid #5f259f;
            background-color: white;
            color: #5f259f;
            /* font-family: Proxima Nova Bold;  */
            font-family: proxima-nova, sans-serif;
            font-weight: 700;
            font-style: normal; 

            font-size: 16pt;
            /* align-self: center;
            justify-content: center; */
            
        }

        .questions {
            font-size: 16pt;
            /* font-family: Proxima Nova Bold; */
            font-family: proxima-nova, sans-serif;
            font-weight: 700;
            font-style: normal;
            /* letter-spacing: 10pt ;
            line-height: 21pt; */
            text-align: left;
        
            /* Questions are Proxima Nova Bold, 16pt, 10pt tracking, 21pt leading */
        }

        .answers {
            text-align: left;
            font-family: Proxima-Nova;
            font-size: 13.5pt;

            /* Proxima Nova Regular, 11.5pt, 10pt tracking, 21pt leading */
        }
        
        .sectionIntros {
          font-family: Proxima-Nova;
          font-size: 13.5pt;
        }

        .flex-container {
            display: flex;
          }


   .myrow{
    column-count: 2
   }

   .btn {
    border: 2px solid #5f259f;
    background-color: white;
    color: #5f259f;
    padding: 20px 80px;
    font-size: 24px;
    cursor: pointer;
    border-radius: 15px;
    font-family: Proxima-Nova !important;
    margin-right: 20px;
    margin-left: 20px;
    
  }

  .btn:hover {
    background-color: #5f259f;
    color: white;
    
  }

  .btn2 {
    border: 2px solid #5f259f;
    background-color: white;
    color: #5f259f;
    padding: 20px 80px;
    font-size: 24px;
    cursor: pointer;
    border-radius: 15px;
    font-family: Proxima-Nova;
    
  } 

  .h1{
    /* font-family: Proxima Nova Extra Condensed Semibold; */
    font-family: proxima-nova-extra-condensed, sans-serif;
    font-weight: 600;
    font-style: normal;
  }
 
  .sectionLetters {
    color:#5f259f;
    font-family: proxima-nova;
    font-weight: bold;
  }


  .bodyCopy {
    font-family: Proxima-Nova;
    font-size: 1.4em;
  }

  .pCopy {
      font-family: Proxima-Nova;
      text-align: left;
      
    }


  hr {
    border-top: 2px solid #5f259f;
    margin-bottom: 0px;
  }

  .sections {
    /* font-family: Proxima Nova Semibold;  */
    font-family: proxima-nova, sans-serif;
    font-weight: 600;
    font-style: normal;
    font-size: 20pt;
    letter-spacing: .2em;
  }

  .buffer {
    margin-top: 50px;
  }

  .sHeader {
  /* font-family: Proxima Nova Extra Condensed Semibold; */
  font-family: proxima-nova-extra-condensed, sans-serif;
  font-weight: 600;
  font-style: normal;
  line-height: 1.1;
  font-size: 48px;
  }

  #surveyButton {
    border: 2px solid #5f259f;
    border-radius: 15px;
    width: 50%;
    margin: auto;
    font-family: Proxima-Nova;
    cursor: pointer;
  }

  #test1 {
    width:50%;
  }
  @media screen and (max-width: 600px) {
    body {
      min-width: 1000px;
    }

  }
  
  @media screen and (max-width: 1350px) {
    .questions {
      margin-left: 10px;
    }

  }