/* font-family: 'Averia Serif Libre', cursive;
font-family: 'Poppins', sans-serif; 
blue: #9BC7CD
teal: #0F6061
purple #703774
*/

body {
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    font-style: normal;
}

img {
    max-width: 100%;
}


.fix_flex_bug {
    align-items: flex-start;
}
/* Header Styling */

.blue-nav {
    background-color: #9BC7CD;
    padding-bottom: 150px;
}

.teal-nav {
    background-color: #0F6061;
    padding-bottom: 150px;
}

.purple-nav {
    background-color: #703774;
    padding-bottom: 150px;
}

.blue-nav h1, .teal-nav h1, .purple-nav h1 {
    margin: 0 150px 0 100px;
}

.blue-nav h1 a, .teal-nav h1 a, .purple-nav h1 a {
    font-family: 'Averia Serif Libre', cursive;
    font-weight: 700;
    font-size: 3.2rem;
    font-style: normal;
}

.teal-nav h1 a, .teal-nav a, .purple-nav h1 a, .purple-nav a {
    color: white !important;
}


nav a {
    color: black;
    font-size: 1.8rem;
    font-weight: 400;
}

nav a:hover {
    color: black !important;
    font-weight: 900;
    text-decoration: none !important;
}

hr {
    background-color: white !important;
    padding: 3px;
    transform: translateY(-150px)
}

header {
    margin-bottom: -50px;
}

/* Homepage */


.home_hero {
    transform: translateY(-100px);
    margin-bottom: -61px;
}
.home_hero p {
    font-size: 1.8rem;
    color: #0F6061;
}

.blue {
    background-color: #9BC7CD;
}

.purple {
    background-color: #703774;
}

.teal {
    background-color: #0F6061;
}

.home_block h2 a {
    /* padding: 40px; */
    color: white;
}

.blue h2 a {
    color: black;
}

.home_block img {
    max-width: 300px;
}

.service-h2 {
    margin-top: 100px;
}

.home-menu {
    margin-top: -90px;
}

.home-quote {
    margin-top: 140px;
}
/* B'nai Mitzvah */

.bmitzvah-header h2, .about-header h2, .weddings-header h2, .holidays-header h2, .services-header h2, .contact-header h2{
    transform: translateY(-130px);
    font-family: 'Averia Serif Libre', cursive;
    font-size: 3rem;
    font-style: normal;
    font-weight: 400;
}

.bmitzvah-content-container .purple p, .bmitzvah-content-container .teal p {
    color: white;
}

.bmitzvah-content-container .purple p, .bmitzvah-content-container .blue p {
    font-family: 'Averia Serif Libre', cursive;
    font-size: 2.2rem;
    font-style: normal;
    font-weight: 400;
}

.wolin {
    font-size: 1.5rem;
}

/* .bmitzvah-content-container .purple img {
    max-width: 400px;
} */

.bmitzvah-content-container .blue img, .bmitzvah-content-container .teal img  {
    max-width: 600px;
}

.bmitzvah-block {
    padding: 50px;
}

/* About Styling */

.about-header h2, .about-purple-block p {
    color: white;
}

.about-main-text-container {
    border-left: 8px solid #703774;
    padding-left: 50px;
}


.about-text-block {
    font-size: 1.8rem;
}

.about-purple-block {
    background-color: #703774;
}

.about-purple-block p {
    font-size: 1.8rem;
    font-family: 'Averia Serif Libre', cursive;
    font-style: normal;
    font-weight: 400;
}

.about-bottom-row {
    transform: translateX(-30px);
}


.suri-plant {
    transform: translate(-80px, 30px);
}

.purple-shofar {
    transform: translate(-80px, 0);
}

/* Weddings */

.weddings-header h2, .white-text {
    color: white;
}

.averia-text {
    font-family: 'Averia Serif Libre', cursive;
    font-style: normal;
    font-weight: 400;
}

.wedding_content_container {
    font-size: 1.8rem;
}

.wedding-text {
    font-size: 2.5rem;
}

.wedding-text-one {
    padding: 9rem!important;
}

.wedding-text-two {
    padding: 3.2rem!important;
}

.wedding-text-3 {
    padding: 2.1rem!important;
}
/* Holidays Styling */

.holidays-header h2 {
    color: white;
}

.holiday_text {
    color: #703774;
    font-family: 'Averia Serif Libre', cursive;
    font-size: 3rem;
    font-style: normal;
    font-weight: 400;
}

.holiday_paragraph {
    font-size: 2.2rem;
}

.holiday-container {
    margin-top: -70px;
}

.holiday-shofar {
    width: 200%;
}

/* Services */

.services-header h2 {
    color: white;
}

.services_text {
    font-family: 'Averia Serif Libre', cursive;
    margin-left: -35px;
    font-style: normal;
    font-weight: 400;
}

.services_list_container {
    border-left: 8px solid #703774;
    padding: 50px 0 0 30px;
    font-size: 2.5rem;
}

.services_text .teal p {
    color: white;
    font-size: 2.5rem;
}

.services_description {
    font-size: 1.8rem;
}

.services-container {
    margin-top: -70px;
}

.service-h2 {
    margin-top: 10%;
}
/* Contact */


.contact-header h2 {
    color: white;
}

.contact-info-container {
    font-size: 2rem;
    border-left: 8px solid #0F6061;
}

.contact_emphasis {
    font-weight: bold;
    color: #703774;
    font-size: 3rem;
}

footer {
    display: none;
}

.ght {
    font-size: 2.5rem;
    font-weight: bold;
}

.contact-main {
    margin-top: -50px;
}

@media screen and (max-width: 2500px){
.services_text {
    margin-left: 0;
}
}

@media screen and (max-width: 2450px) {
    .wedding-text-one {
        padding: 8rem!important;
    }
}

@media screen and (max-width: 2350px){
    nav a {
        font-size: 1.6rem;
    }
    
    .wedding-text-one {
    padding: 7.9rem!important;
}

.wedding-text-two {
    padding: 2.3rem!important;
}

.wedding-text-3 {
    padding: 1.2rem!important;
}

.services_description {
    font-size: 1.67rem;
}

.services_list_container {
    font-size: 2rem;
}

.services_text .teal p {
    font-size: 2rem;
}

.contact-info-container {
    margin-left: 3%;
    font-size: 1.5rem;
}

.contact_emphasis {
    font-size: 2rem;
}

.ght {
    font-size: 2rem;
}


}

@media screen and (max-width: 2300px) {
    .wedding-text-one {
    padding: 7rem!important;
}
}

@media screen and (max-width: 2200px) {
   nav a {
    font-size: 1.4rem;
}

.suri-guitar {
    max-width: 32%!important;
}
    .wedding-text-one {
    padding: 6rem!important;
}

.wedding-text-two {
    padding: 1rem!important;
}

.wedding-text-3 {
    padding: 0!important;
}

.holiday_paragraph {
    font-size: 2rem;
}

.services_description {
    font-size: 1.4rem;
}

.services_list_container {
    font-size: 1.7rem;
}
}

@media screen and (max-width: 2100px) {
.wedding-text {
    font-size: 2rem;
}

    .wedding-text-one {
padding: 8rem!important;
}

.wedding-text-two-container {
 padding: 3rem!important;
}
}

@media screen and (max-width: 2000px) {
nav a {
    font-size: 1.2rem;
}

.about-text-block {
    font-size: 1.6rem!important;
}

.wedding-text-one {
    padding: 6rem!important;
}

.bmitzvah-content-container .purple p, .bmitzvah-content-container .blue p {
    font-size: 1.6rem;
}

.bmitzvah-content-container .teal img {
    max-width: 400px;
}

.holiday_paragraph {
    font-size: 1.8rem;
}
}

@media screen and (max-width: 1900px) {

    nav a {
    font-size: 1.1rem;
}
/* .suri-guitar {
    max-width: 40%!important;
} */

.tapestry {
    max-width: 45%!important;
}

.about-text-block {
    font-size: 1.5rem!important;
}

.about-purple-block p {
    font-size: 1.6rem;
}

.services_description {
    font-size: 1.2rem;
}

.services_list_container {
    padding: 10px 0 0 30px;
    font-size: 1.6rem;;
}

.services_text .teal p {
    font-size: 1.6rem;
}
}

@media screen and (max-width: 1800px) {
    .blue-nav h1, .teal-nav h1, .purple-nav h1 {
    margin: 0 2% 0 1%;
}

.blue-nav h1 a, .teal-nav h1 a, .purple-nav h1 a {
    font-size: 3rem;
}
    
    .blue-nav, .purple-nav, .teal-nav {
        padding-bottom: 6%;
    }

    hr {
    transform: translateY(-1700%);
}

.bmitzvah-header h2, .about-header h2, .weddings-header h2, .holidays-header h2, .services-header h2, .contact-header h2 {
    transform: translateY(-200%);
}
.about-text-block {
    font-size: 1.3rem!important;
}

.about-purple-block p {
    font-size: 1.3rem;
}

.services_description {
    padding: 2.5rem!important;
}
}

@media screen and (max-width: 1700px) {
.home-menu h2{
    font-size: 1.8rem;
}

.blue-nav h1 a, .teal-nav h1 a, .purple-nav h1 a {
    font-size: 2rem;
}

    .blue-nav, .purple-nav, .teal-nav {
        padding-bottom: 6%;
    }


    hr {
    transform: translateY(-1100%);
}

.home_hero {
    transform: translateY(-30px);
    margin-bottom: 70px;
}

.home_hero p {
    font-size: 1.4rem;
}

.home-quote {
    margin-top: 88px;
}

.bmitzvah-header h2, .about-header h2, .weddings-header h2, .holidays-header h2, .services-header h2, .contact-header h2 {
    transform: translateY(-227%);
    font-size: 2rem;
}

.about-shofar-container {
margin-right: -70px;
}

.wedding-text {
    font-size: 1.6rem;
}

.wolin {
    font-size: 1.2rem;
}

.holiday_paragraph {
    font-size: 1.5rem;
}

.services_description {
    padding: 2rem!important;
}
}

@media screen and (max-width: 1600px) {
.wedding-text-one {
    padding: 5rem!important;
}

.bmitzvah-content-container .purple p, .bmitzvah-content-container .blue p {
    font-size: 1.3rem;
}

.services_description {
    padding: 1rem!important;
}

.services_list_container {
    font-size: 1.4rem;
}

.services_text .teal p {
    font-size: 1.3rem;
}
}

@media screen and (max-width: 1500px) {
    .nav-item {
           margin: 0 0.8rem!important;
    }

    .about-text-block {
    font-size: 1.2rem!important;
}

.wedding-text {
    font-size: 1.3rem;
}

.nature-guitar {
        max-width: 110%;
}

.services_text {
    margin-left: 20px;
}

.contact_emphasis {
    font-size: 1.5rem;
}

.ght {
    font-size: 1.7rem;
}
}

@media screen and (max-width: 1400px) {
    .suri-guitar {
    max-width: 35%!important;
}

.home_block img {
    max-width: 250px;
}

.wedding-text-one {
    padding: 4rem!important;
}

.wedding-text-two-container {
    padding: 2rem!important;
}

.wedding-text-3 p {
    padding: 1.5rem!important;
}

.bmitzvah-content-container .teal img {
    max-width: 400px;
}

.bmitzvah-content-container .purple p, .bmitzvah-content-container .blue p {
    font-size: 1.1rem;
}

.holiday_text {
    font-size: 2rem;
}

.holiday_paragraph {
    font-size: 1.3rem;
}

.services_description {
    font-size: 1.1rem;
}

.services_list_container {
    font-size: 1.2rem;
}

.services_text .teal p {
    font-size: 1.1rem;
}
}

@media screen and (max-width: 1320px) {
    .blue-nav h1, .teal-nav h1, .purple-nav h1 {
    margin: 0 1% 0 0%;
}
    
    .nav-item {
    margin: 0 0.6rem!important;
}

hr {
    transform: translateY(-1000%);
}

.home_hero {
    transform: translateY(-40px);
    margin-bottom: 50px;
}

.wedding-text-3 p {
    padding: 1rem!important;
}

.nature-guitar {
    max-width: 116%;
}

.services_text {
    margin-left: 35px;
}
}

@media screen and (max-width: 1270px) {
    .blue-nav h1 a, .teal-nav h1 a, .purple-nav h1 a {
    font-size: 1.7rem;
}

nav a {
    font-size: 1rem;
}
    
    .suri-guitar {
    max-width: 37%!important;
}

.home-menu h2 {
    font-size: 1.5rem;
}

.about-text-block {
    font-size: 1.1rem!important;
}

.wedding-text-one {
    padding: 3.5rem!important;
}

.wedding-text-two-container {
    padding: 1.5rem!important;
}

.wedding-text-3 p {
    padding: 0.6rem!important;
}

.nature-guitar {
    max-width: 126%;
}

.services_text {
    margin-left: 60px;
}
}


@media screen and (max-width: 1200px) {
  hr {
    transform: translateY(-900%);
}

.bmitzvah-header h2, .about-header h2, .weddings-header h2, .holidays-header h2, .services-header h2, .contact-header h2 {
    transform: translateY(-246%);
    font-size: 1.6rem;
}
  
    .home_hero {
    transform: translateY(-60px);
    margin-bottom: 50px;
}

.home-menu h2 {
    font-size: 1.4rem;
}

.home_block img {
    max-width: 200px;
}

.home-menu h2 {
    font-size: 1.1rem;
}

.wedding-text-one {
    padding: 2.8rem!important;
}

.wedding-text-two-container {
    padding: 1.2rem!important;
}

.wolin {
    font-size: 1rem;
}

.holiday_paragraph {
    font-size: 1.1rem;
}

.holiday_text {
    font-size: 1.8rem;
}

.services_list_container {
    font-size: 1.1rem;
}

.nature-guitar {
    max-width: 131%;
}

.services_description {
    font-size: 1rem;
}
}

@media screen and (max-width: 1140px) {
.blue-nav h1 a, .teal-nav h1 a, .purple-nav h1 a {
    font-size: 1.6rem;
}

.blue-nav h1, .teal-nav h1, .purple-nav h1 {
    margin: 0;
}

hr {
    transform: translateY(-850%);
}

.wedding-text {
    font-size: 1.1rem;
}

.services_list_container {
    padding-left: 10px;
}
}

@media screen and (max-width: 1100px) {
.suri-guitar {
    max-width: 44%!important;
}

.tapestry-picture {
    max-width: 175px;
}

.wedding-text {
    font-size: 1rem;
}

.holiday_text {
    font-size: 1.4rem;
}

.holiday_paragraph {
    font-size: 1rem;
}

.services_description {
    font-size: .9rem;
}
}

@media screen and (max-width: 992px) {
   .blue-nav, .purple-nav, .teal-nav {
    padding-bottom: 7%;
}
   
    .home_hero {
    transform: translateY(20px);
    margin: 60px 0;
} 

hr {
    display: none;
}

.bmitzvah-header h2, .about-header h2, .weddings-header h2, .holidays-header h2, .services-header h2, .contact-header h2 {
    transform: translateY(-244%);
    margin: 35px 0;
}

.suri-guitar {
    max-width: 70%!important;
}

.home-quote {
    margin: 40px 0 40px;
}

.home_block img {
    max-width: 320px;
}

.home-menu h2 {
    margin-top: 0;
}

.suri-plant, .about-bottom-row {
    transform: translate(0);
}

.about-shofar-container {
    margin: 30px 0;
}

.purple-shofar {
    transform: translate(0);
}

.wedding-text {
    font-size: 2rem;
}

.wedding-text-one {
    padding: 2rem!important;
}

    .blue-nav, .purple-nav, .teal-nav {
    padding-bottom: 9%;
}

.wedding-text-two-container {
    padding: 0.5rem!important;
}

.wedding-text-3 p {
    padding: 0.5rem!important;
}

.wedding-quote {
    display: none;
}

.bmitzvah-content-container .teal img {
    max-width: 600px;
}

.holiday_text {
    font-size: 2.5rem;
}

.holiday_paragraph {
    font-size: 1.7rem;
}

.services_description {
    font-size: 1.5rem;
}

.services_list_container {
    font-size: 1.5rem;
    margin: 30px 0;
}

.services_text {
    margin-left: 0;
}

.services_text .teal p {
    font-size: 1.6rem;
}

.nature-guitar {
    max-width: 100%;
}

.contact-info-container {
    border: none;
    margin: 0;
}
}

@media screen and (max-width: 850px) {
.wedding-text-one {
    padding: 1rem!important;
}

.wedding-text-two-container {
    padding: 0rem!important;
}

.holiday_paragraph {
    font-size: 1.4rem;
}

}

@media screen and (max-width: 680px) {
.holiday_paragraph {
    font-size: 1.2rem;
}
}

@media screen and (max-width: 590px) {
    .bmitzvah-header h2, .about-header h2, .weddings-header h2, .holidays-header h2, .services-header h2, .contact-header h2 {
            transform: translateY(-325%);
            font-size: 1.2rem;
    }
}

@media screen and (max-width: 500px) {
    .blue-nav, .purple-nav, .teal-nav {
    padding-bottom: 14%;
}

.bmitzvah-header h2, .about-header h2, .weddings-header h2, .holidays-header h2, .services-header h2, .contact-header h2 {
    transform: translateY(-325%);
    font-size: 1.1rem;
}

}

@media screen and (max-width: 420px) {
.bmitzvah-header h2, .about-header h2, .weddings-header h2, .holidays-header h2, .services-header h2, .contact-header h2 {
    transform: translateY(-325%);
    font-size: 1rem;
}
}

@media screen and (max-width: 370px) {
    .bmitzvah-header h2, .about-header h2, .weddings-header h2, .holidays-header h2, .services-header h2, .contact-header h2 {
    transform: translateY(-207%);
}
}