@font-face {
  font-family: "greekfont";
  src: url(/assets/CaesarDressing-Regular.ttf) format("truetype");
}

@font-face {
  font-family: "headline";
  src: url(/assets/headline.otf) format("truetype");
}




@media only screen and (min-width: 960px) {

  .patioTitle h1 {
    font-family: headline;
    font-size: 25px;
    font-weight: 5;
    color: #caa906;
    display: block;
    text-align: center;
  }

  .patioTitle2 h1 {
    font-family: aug;
    font-size: 45px;
    font-weight: 900;
    color: #3139a0;
    display: block;

    text-align: center;
  }

  .patioInfo h1 {
    margin: auto;
    max-width: 700px;
    font-family: Arial, Helvetica, sans-serif;
    text-align: center;
    font-size: 18px;

  }


  .patio-room-section {
    background: #ffffff29;
    padding: 60px 20px;
    font-family: 'Segoe UI', sans-serif;
    color: #1f2d3d;
    text-align: center;
  }

  .patio-room-section .container {
    max-width: 900px;
    margin: 0 auto;
  }

  .patio-room-section h1 {
    font-size: 18px;
    text-transform: uppercase;
    color: #1c355e;



  }


  .intro h1 {
    font-size: 20px;
    line-height: 1.7;
    color: #3b4754;

  }

  .grid-boxes {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 30px;
    margin-bottom: 40px;
  }

  .grid-boxes .box {
    background: #fff;
    padding: 25px 30px;
    border-radius: 12px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
    flex: 1 1 300px;
    max-width: 400px;
    text-align: left;
  }

  .grid-boxes .box h3 {
    font-size: 1.2rem;
    color: #1c355e;
    margin-bottom: 15px;
  }

  .grid-boxes .box ul {
    list-style: disc;
    padding-left: 20px;
    color: #2c3e50;
    font-size: 1.4rem;
  }

  .grid-boxes .box li {
    margin-bottom: 10px;
  }

  .patio-room-section .closing {
    font-size: 18px;
    color: #3b4754;
  }



  .patioInfo ul {
    font-size: 25px;
    font-family: prompt;
    color: #202020;
    text-transform: capitalize;
    line-height: 2;
    font-weight: 400;
    text-shadow: 0 0 99px #ffffff29;
    transition: all ease-in-out 250ms;
    text-align: center;
    list-style-type: circle;
  }

  .patioImage img {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
    padding-bottom: 20px;
  }

  .promoCard2 img {
    color: #fff;

    background-size: cover;
    padding: 8rem 0 0;
    margin-bottom: 50px;
    border-radius: 2rem;
    overflow: hidden;
    transition: transform 500ms ease;
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 90%;
    height: 70%;
  }

  .line {
    border-bottom: 5px solid #000dbd33;
    padding: 50px 0 0 50px;
  }

  .patioSlider #slider {
    max-width: 75%;
    height: auto;
    display: block;
    margin: auto;
    margin-bottom: 70px;

    border-radius: 2%;
  }

  /*advert*/
  .simple-card {
    min-width: max-content;
    max-height: 412px;
    background-size: cover;
    background-position: center;
    border-radius: 1.5rem;
    color: white;
    padding: 1.5rem;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    transition: transform 0.3s ease;
    margin-bottom: 5rem;
    font-family: sans-serif;
  }

  .card-container {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 2rem;
    /* spacing between cards */
    margin: 2rem auto;
    max-width: 800px;
    /* control width of the entire row */
  }


  .simple-card:hover {
    transform: scale(1.05);
  }

  .simple-card h2 {
    margin: 0 0 0.5rem;
    font-size: 1.75rem;
  }

  .simple-card p {
    margin: 0 0 1rem;
    font-size: 0.9rem;
    line-height: 1.4;
  }

  .card-button {
    background: #0d5eaf;
    padding: 0.5rem 1rem;
    color: white;
    text-decoration: none;
    font-weight: bold;
    border-radius: 0.25rem;
    font-size: 0.85rem;
    text-align: center;
    width: fit-content;
  }

  .card-button:hover {
    background: black;
  }


}

@media only screen and (min-width: 1440px) {

  .patioTitle h1 {
    font-family: headline;
    font-size: 25px;
    font-weight: 5;
    color: #caa906;
    display: block;
    text-align: center;
  }

  .patioTitle2 h1 {
    font-family: aug;
    font-size: 45px;
    font-weight: 900;
    color: #3139a0;
    display: block;

    text-align: center;
  }

  .patioInfo h1 {
    margin: auto;
    max-width: 700px;
    font-family: Arial, Helvetica, sans-serif;
    text-align: center;
    font-size: 18px;

  }


  .patio-room-section {
    background: #ffffff29;
    padding: 60px 20px;
    font-family: 'Segoe UI', sans-serif;
    color: #1f2d3d;
    text-align: center;
  }

  .patio-room-section .container {
    max-width: 900px;
    margin: 0 auto;
  }

  .patio-room-section h1 {
    font-size: 18px;
    text-transform: uppercase;
    color: #1c355e;



  }


  .intro h1 {
    font-size: 20px;
    line-height: 1.7;
    color: #3b4754;

  }

  .grid-boxes {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 30px;
    margin-bottom: 40px;
  }

  .grid-boxes .box {
    background: #fff;
    padding: 25px 30px;
    border-radius: 12px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
    flex: 1 1 300px;
    max-width: 400px;
    text-align: left;
  }

  .grid-boxes .box h3 {
    font-size: 1.2rem;
    color: #1c355e;
    margin-bottom: 15px;
  }

  .grid-boxes .box ul {
    list-style: disc;
    padding-left: 20px;
    color: #2c3e50;
    font-size: 1.4rem;
  }

  .grid-boxes .box li {
    margin-bottom: 10px;
  }

  .patio-room-section .closing {
    font-size: 18px;
    color: #3b4754;
  }



  .patioInfo ul {
    font-size: 25px;
    font-family: prompt;
    color: #202020;
    text-transform: capitalize;
    line-height: 2;
    font-weight: 400;
    text-shadow: 0 0 99px #ffffff29;
    transition: all ease-in-out 250ms;
    text-align: center;
    list-style-type: circle;
  }

  .patioImage img {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
    padding-bottom: 20px;
  }

  .promoCard2 img {
    color: #fff;

    background-size: cover;
    padding: 8rem 0 0;
    margin-bottom: 50px;
    border-radius: 2rem;
    overflow: hidden;
    transition: transform 500ms ease;
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 90%;
    height: 70%;
  }

  .line {
    border-bottom: 5px solid #000dbd33;
    padding: 50px 0 0 50px;
  }

  .patioSlider #slider {
    max-width: 75%;
    height: auto;
    display: block;
    margin: auto;
    margin-bottom: 70px;

    border-radius: 2%;
  }

  /*advert*/
  .simple-card {
    min-width: max-content;
    max-height: 412px;
    background-size: cover;
    background-position: center;
    border-radius: 1.5rem;
    color: white;
    padding: 1.5rem;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    transition: transform 0.3s ease;
    margin-bottom: 5rem;
    font-family: sans-serif;
  }

  .card-container {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 2rem;
    /* spacing between cards */
    margin: 2rem auto;
    max-width: 800px;
    /* control width of the entire row */
  }


  .simple-card:hover {
    transform: scale(1.05);
  }

  .simple-card h2 {
    margin: 0 0 0.5rem;
    font-size: 1.75rem;
  }

  .simple-card p {
    margin: 0 0 1rem;
    font-size: 0.9rem;
    line-height: 1.4;
  }

  .card-button {
    background: #0d5eaf;
    padding: 0.5rem 1rem;
    color: white;
    text-decoration: none;
    font-weight: bold;
    border-radius: 0.25rem;
    font-size: 0.85rem;
    text-align: center;
    width: fit-content;
  }

  .card-button:hover {
    background: black;
  }
}

@media only screen and (min-width: 2000px) {

  .patioTitle h1 {
    font-family: headline;
    font-size: 25px;
    font-weight: 5;
    color: #caa906;
    display: block;
    text-align: center;
  }

  .patioTitle2 h1 {
    font-family: aug;
    font-size: 45px;
    font-weight: 900;
    color: #3139a0;
    display: block;

    text-align: center;
  }

  .patioInfo h1 {
    margin: auto;
    max-width: 700px;
    font-family: Arial, Helvetica, sans-serif;
    text-align: center;
    font-size: 18px;

  }


  .patio-room-section {
    background: #ffffff29;
    padding: 60px 20px;
    font-family: 'Segoe UI', sans-serif;
    color: #1f2d3d;
    text-align: center;
  }

  .patio-room-section .container {
    max-width: 900px;
    margin: 0 auto;
  }

  .patio-room-section h1 {
    font-size: 18px;
    text-transform: uppercase;
    color: #1c355e;



  }


  .intro h1 {
    font-size: 20px;
    line-height: 1.7;
    color: #3b4754;

  }

  .grid-boxes {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 30px;
    margin-bottom: 40px;
  }

  .grid-boxes .box {
    background: #fff;
    padding: 25px 30px;
    border-radius: 12px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
    flex: 1 1 300px;
    max-width: 400px;
    text-align: left;
  }

  .grid-boxes .box h3 {
    font-size: 1.2rem;
    color: #1c355e;
    margin-bottom: 15px;
  }

  .grid-boxes .box ul {
    list-style: disc;
    padding-left: 20px;
    color: #2c3e50;
    font-size: 1.4rem;
  }

  .grid-boxes .box li {
    margin-bottom: 10px;
  }

  .patio-room-section .closing {
    font-size: 18px;
    color: #3b4754;
  }



  .patioInfo ul {
    font-size: 25px;
    font-family: prompt;
    color: #202020;
    text-transform: capitalize;
    line-height: 2;
    font-weight: 400;
    text-shadow: 0 0 99px #ffffff29;
    transition: all ease-in-out 250ms;
    text-align: center;
    list-style-type: circle;
  }

  .patioImage img {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
    padding-bottom: 20px;
  }

  .promoCard2 img {
    color: #fff;

    background-size: cover;
    padding: 8rem 0 0;
    margin-bottom: 50px;
    border-radius: 2rem;
    overflow: hidden;
    transition: transform 500ms ease;
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 90%;
    height: 70%;
  }

  .line {
    border-bottom: 5px solid #000dbd33;
    padding: 50px 0 0 50px;
  }

  .patioSlider #slider {
    max-width: 75%;
    height: auto;
    display: block;
    margin: auto;
    margin-bottom: 70px;

    border-radius: 2%;
  }

  /*advert*/
  .simple-card {
    min-width: max-content;
    max-height: 412px;
    background-size: cover;
    background-position: center;
    border-radius: 1.5rem;
    color: white;
    padding: 1.5rem;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    transition: transform 0.3s ease;
    margin-bottom: 5rem;
    font-family: sans-serif;
  }

  .card-container {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 2rem;
    /* spacing between cards */
    margin: 2rem auto;
    max-width: 800px;
    /* control width of the entire row */
  }


  .simple-card:hover {
    transform: scale(1.05);
  }

  .simple-card h2 {
    margin: 0 0 0.5rem;
    font-size: 1.75rem;
  }

  .simple-card p {
    margin: 0 0 1rem;
    font-size: 0.9rem;
    line-height: 1.4;
  }

  .card-button {
    background: #0d5eaf;
    padding: 0.5rem 1rem;
    color: white;
    text-decoration: none;
    font-weight: bold;
    border-radius: 0.25rem;
    font-size: 0.85rem;
    text-align: center;
    width: fit-content;
  }

  .card-button:hover {
    background: black;
  }
}

@media only screen and (max-device-width: 480px) {

  /* styles for mobile browsers smaller than 480px; (iPhone) */

  .patioTitle h1 {
    font-family: headline;
    font-size: 14px;
    font-weight: 5;
    color: #caa906;
    display: block;
    text-align: center;
  }

  .patioTitle2 h1 {
    font-family: aug;
    font-size: 26px;
    font-weight: 900;
    color: #3139a0;
    display: block;

    text-align: center;
  }

  .patioInfo h1 {
    margin: auto;
    max-width: 300px;
    font-family: Arial, Helvetica, sans-serif;
    text-align: center;
    font-size: 14px;

  }


  .patio-room-section {
    background: #ffffff29;
    padding: 60px 20px;
    font-family: 'Segoe UI', sans-serif;
    color: #1f2d3d;
    text-align: center;
  }

  .patio-room-section .container {
    max-width: 900px;
    margin: 0 auto;
  }

  .patio-room-section h1 {
    font-size: 18px;
    text-transform: uppercase;
    color: #1c355e;



  }


  .intro h1 {
    font-size: 20px;
    line-height: 1.7;
    color: #3b4754;

  }

  .grid-boxes {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 30px;
    margin-bottom: 40px;
  }

  .grid-boxes .box {
    background: #fff;
    padding: 25px 30px;
    border-radius: 12px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
    flex: 1 1 300px;
    max-width: 400px;
    text-align: left;
  }

  .grid-boxes .box h3 {
    font-size: 1.2rem;
    color: #1c355e;
    margin-bottom: 15px;
  }

  .grid-boxes .box ul {
    list-style: disc;
    padding-left: 20px;
    color: #2c3e50;
    font-size: 1.4rem;
  }

  .grid-boxes .box li {
    margin-bottom: 10px;
  }

  .patio-room-section .closing {
    font-size: 13px;
    color: #3b4754;
  }



  .patioInfo ul {
    font-size: 25px;
    font-family: prompt;
    color: #202020;
    text-transform: capitalize;
    line-height: 2;
    font-weight: 400;
    text-shadow: 0 0 99px #ffffff29;
    transition: all ease-in-out 250ms;
    text-align: center;
    list-style-type: circle;
  }

  .patioImage img {
    height: auto;
    width: auto;
    max-width: 150px;
    max-height: 150px;
    display: block;
    margin: 0 auto;
    padding-bottom: 20px;
  }

  .promoCard2 img {
    color: #fff;

    background-size: cover;
    padding: 8rem 0 0;
    margin-bottom: 50px;
    border-radius: 2rem;
    overflow: hidden;
    transition: transform 500ms ease;
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 90%;
    height: 70%;
  }

  .line {
    border-bottom: 5px solid #000dbd33;
    padding: 50px 0 0 50px;
  }

  .patioSlider #slider {
    max-width: 75%;
    height: auto;
    display: block;
    margin: auto;
    margin-bottom: 50px;

    border-radius: 2%;
  }

  /*advert*/
  .simple-card {
    width: 300px;
    /* or % if you want responsive */
    height: 400px;
    /* force full size */
    background-size: cover;
    /* make image fill the div */
    background-position: center;
    border-radius: 1rem;
    /* small rounded corners, not circle */
    overflow: hidden;
    /* crop overflow cleanly */
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 1.5rem;
    color: white;
  }

  .card-container {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 2rem;
    /* spacing between cards */
    margin: 2rem auto;
    max-width: 800px;
    /* control width of the entire row */
  }


  .simple-card:hover {
    transform: scale(1.05);
  }

  .simple-card h2 {
    margin: 0 0 0.5rem;
    font-size: 1.75rem;
  }

  .simple-card p {
    margin: 0 0 1rem;
    font-size: 0.9rem;
    line-height: 1.4;
  }

  .card-button {
    background: #0d5eaf;
    padding: 0.5rem 1rem;
    color: white;
    text-decoration: none;
    font-weight: bold;
    border-radius: 0.25rem;
    font-size: 0.85rem;
    text-align: center;
    width: fit-content;
  }

  .card-button:hover {
    background: black;
  }


}