/* used for "modern" 2025 castlemoyle pages header with php */

header {
    /* width: 95vw; */
    width: 80%;
    /* max-width: 1200px; */
    margin-right: auto;
    margin-left: auto;
    text-align: left;
    display: flex;
    justify-content: space-between;
    background-color: #fcf062;
    /* padding-right: 10px; */
  }
  
  .navLinks, .search, .cartInfo { outline: solid 2px blue;}

  .topRow { 
    height: 3rem;
    background-color: #f2f4fa;

    width: 1200px;
    max-width: 1200px;
    margin-right: auto;
    margin-left: auto;
    text-align: left;
    top: 1px;
    display: flex;
    justify-content: space-between;
    /* padding-right: 10px; */
    }
  
    
  @media (max-width: 600px) {
    .topRow  {
      flex-direction: column;
    }
  }

  
  
  .menuChoices
  {
    display: inline-block;
    /* color: white; */
    font-weight: bold;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
  }
  
  .menuChoices a {
      text-decoration: none;
      color: black;

      font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
  }
  
  .menuChoices a:hover {
      color: blue;
      border-bottom: solid 2px orange;
  }
    
  .cartInfo {
      margin-left: auto;
      margin-right: 2rem;
  }

  .search {
    margin-left: auto;
    margin-top: 10px;
  }

    
    .logo {
      height: 35px;
      width: auto;
      margin-left: 5px;
      align-self: flex-start;
    }
      
    .menuChoices {
      display: inline-block;
      text-align: center;
      padding: 14px 16px;
      text-decoration: none;
    }
    
    .menuChoices a {
        text-decoration: none;
        color: black;
  
        font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS',sans-serif;
        font-weight: 400;
    }
    
    .menuChoices a:hover {
        color: blue;
        border-bottom: solid 2px orange;
    }
      
   header .searchFormWrapper {
    margin-top: 13px;
   }
   
    header .search {
      margin-left: 2rem;
    }
  
    .cartInfo img {
      display: inline-block;
      height: 35px;
      width: auto;
    }
  