/*
Theme Name: Honor & Ivory Custom
Theme URI: https://eranner.site
Author: Eric Ranner
Author URI: https://eranner.site
Description: Honor & Ivory custom theme
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/

@import url('https://fonts.googleapis.com/css2?family=Dancing+Script:wght@400..700&family=Lora:ital,wght@0,400..700;1,400..700&display=swap');

html {
    margin:0;
    padding:0;

}
body {
    font-family: Lora;
    padding:0;
    margin:0;
    background-image: url('./photos/background.svg');
    height: 100%;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
}

#ivory-logo{
    height: 120vh;
}

.new-background-image {
    display:flex;
    height: 100vh;
    justify-content: center;
}

/* .floating-image {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 9;
    background-color: rgba(255, 255, 255, 0.402);
} */

.main-section-home {
    min-height: 100vh;
    /* background-image: url('./photos/1.jpg'); */
    background-size: cover;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 40px;
}

.your-day {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.section-header {
    font-family:Lora;
    font-size: 4rem;
    text-align:center;
}

.section-tagline {
    font-family: Dancing Script;
    font-size: 3rem;
    text-align: center;
}

.main-section-content-block {
    display:flex;
    flex-direction: row;
    background-color: rgba(255, 255, 255, 0.402);
    padding: 20px;
    align-items: center;
    gap: 3%;
    margin-top: 30px;

}
.main-section-content-block-right {
    display:flex;
    flex-direction: row-reverse;
    background-color: rgba(255, 255, 255, 0.402);
    padding: 20px;
    align-items: center;
    gap:3%;
    margin-top: 30px;
}

.main-section-content {
    display: flex;
    flex-direction: column;
    align-items:center;
    gap: 30px;
}
.main-section-photo-container {
    box-sizing: border-box;

}
.main-section-content-photo {
    max-height: 500px;
    box-sizing: border-box;
}

.our-offerings {
    /* background: rgb(255,255,255); */
    /* background: linear-gradient(0deg, rgba(255,255,255,1) 0%, rgba(242,240,209,1) 100%); */
    min-height: 100vh;
    padding-top: 40px;
    padding-bottom:40px;
}

.our-offerings-holder{
    display:flex;
    justify-content: center;
    flex-wrap: wrap;
}


.our-offerings-card {

    margin: 0 10px 20px;
}

.card {
    height: 100%;
}

.cta-section {
    min-height: 100vh;
    /* background: rgb(255,255,255);
    background: linear-gradient(0deg, rgba(255,255,255,1) 0%, rgb(239, 221, 202) 100%); */
    padding-top:40px;
}

.meg-section {
    display:flex;
    justify-content: center;
    gap: 30px;
    background-color: rgb(255, 255, 255);
    border: 2px solid #333;
    max-width: 800px;
    padding: 20px;
    border-radius: 5px;
    margin-top: 30px;

}

.meg-photo {
    max-height: 300px;
}
.social-media {
    display: flex;
    justify-content: center;
    gap: 10px;
}

.phone-number {
    font-family: Dancing Script;
    font-size: 2rem;
    color: black;
    text-align: center;
}

.phone-number:hover {
    color: rgb(172, 129, 72);
}

.contact-method {
    display:flex;
    gap: 20px;
}

.meg-contact {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 15px;
}
.sm-hover:hover {
    color: rgb(172, 129, 72);

}

.meg-name-and-image {
    display: flex;
    justify-content: center;
}

.testimonialHeader {
    font-size: 7rem;
    font-family: Dancing Script!important;
    text-align: center;
}
.testimonialTagline {
    font-size: 3rem;
    font-family: Dancing Script;
    text-align: center;
}

.testimonialCard:hover {
    transform: translate(-2px, -2px);
    transition: all .5s ease-in-out;
}

.testimonialCardHolder {
    display: flex;
    flex-direction: column;
    align-items: center;

}

.testimonialInfo {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.testimonialImage {
    height:150px;
    width: 150px;
    border-radius: 50%;
    margin-top: 40px;
    margin: auto;

}

.testimonialCard {
    display: flex;
    gap: 10%;
    background-color: white;
    padding: 30px;
    margin-top: 50px;
    border-radius: 10px;
    border: 2px solid #33333324;
    box-shadow: #333 0px 0px 10px;
}

.testimonialContent {
    display: flex;

}

.wrapper {
    max-width: 800px;
    height: auto;
    display: table;
    border: 5px solid #333;
    margin: 50px auto;
    padding: 10px;
    position: relative;

  }
  
  .wrapper::after,
  .wrapper::before {
    content: '';
    position: absolute;
    font-family: fontAwesome;
    font-size: 50px;
    color: #333;
    background: transparent;
  }
  
  .wrapper::after {
    content: '\f10d';
    top: 0;
    left: 0;
    transform: translate(-50%, -50%);
    box-shadow: 5px 5px 0 transparent;
    border-radius: 5px;
  }
  
  .wrapper::before {
    content: '\f10e';
    bottom: 0;
    right: 0;
    transform: translate(50%, 50%);
    box-shadow: -5px -5px 0 transparent; 
  }

  .testimonialTitle {
    font-size: 1rem;
    text-align: center;
    margin-top: 0px;
    padding: 2px;
  }

  .testimonials {

    padding-top: 100px;
    padding-bottom: 100px;
    font-family: Lora;
    background-color: lightgray;
  }

  .testimonialCardHolder {
      background: rgba(255, 255, 255, 0.557);
      border-radius: 10px;
      padding-bottom: 50px;

 
  }

  .title, .description {
    display: table-cell;
    width: 80%;
    vertical-align: middle;
  }
  
  .description {
    font-size: 1rem;
    padding: 20px;
  }

  .border-radius {
    border-radius: 30px;
  }

  .name {
    font-size: 2rem;
    text-align: center;
    margin-bottom: 0;
    padding-bottom: 0;
    font-family: Dancing Script, cursive;
    font-weight: 700;

  }

  #wp-container-about > p {
    margin-top: 30px!important;
    max-width: 800px;
    margin:auto;
    font-size: 1rem!important;
  }
@media screen and (max-width: 770px) {
    .wrapper {
        display: flex;
        flex-direction: column;
        min-height: 500px;
    
     }

     .description {
        width: 100%;
     }

    .main-section-content-block {
        flex-direction: column-reverse;
    }
    .main-section-content-block-right {
        flex-direction: column-reverse;
    }

    
}

@media screen and (max-width: 700px) {

    .meg-section {
        flex-direction: column-reverse;
        max-width: 350px;
    }

    #meg-email {
        font-size: 1.5rem;
        vertical-align: center;
    }

    .section-header {
        font-size: 3rem;
    }

    #ivory-logo{
        height: auto;
    }
    
    .new-background-image {
        
        height: auto;
    }
    /* .new-background-image {
        height:100%;
        padding-top: 10%;
        box-sizing: border-box;
    } */

    #nav-links-footer-adjust {
        width: 100%;
        justify-content: center!important;
    }

}

@media screen and (max-width: 400px) {


    .section-header {
        font-size: 2rem;
    }

    .section-tagline {
        font-size: 1rem;
    }


    /* .new-background-image {
        height:100%;
        padding-top: 10%;
        box-sizing: border-box;
    } */

}

@media screen and (max-width: 510px) {
    .testimonialHeader {
      font-size: 4rem;
    }
  
    .testimonialTagline {
      font-size: 2.5rem;
    }
  }