* {
    margin: 0px;
    padding: 0px;
    font-family: 'Raleway';
    font-family: 'Poppins';
}
.gym_genies_page {
    width: 100%;
}
.header_bar {
    width: 100%;
    height: auto;
    position: fixed; 
    top: 0;
    background-color: white;
    display: flex;
    flex-direction: row;
    align-content: center;
    justify-content: space-between;
    align-items: center;
    font-size: 18px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    padding-top: 20px;
    padding-bottom: 20px;
}
.header_bar_logo {
    display: flex;
    flex-direction: row;
    align-content: center;
    justify-content: center;
    align-items: center;
    margin-left: 40px;
}
.header_bar_logo img {
    width: 30px;
    padding-right: 20px;
}
.header_bar_logo a {
    text-decoration: none;
    font-size: 22px;
    color: black;
    letter-spacing: 1px;
}
.header_bar_logo a:hover {
    color: rgb(3, 150, 101);
}
.header_bar_navigation {
    font-family: 'Poppins';
    margin-right: 20px;
    display: flex;
    flex-direction: row;
    align-content: center;
    justify-content: center;
    align-items: center;
}
.header_bar_navigation_item {
    width: auto;
    text-decoration: none;
    padding: 8px;
    font-size: 20px;
    color: black;
    letter-spacing: 1px;
    text-align: center;
}
.header_bar_navigation_item:hover {
    color: #039665;
}

.landing {
    width: 100%;
    height: auto;
    margin-top: 80px;
    background-image: url(images/big2.jpg);
    background-size: 100% 100%; 
    height: 100vh;
    display: flex;
    flex-direction: row;
    align-content: center;
    justify-content: flex-start;
    align-items: center;
}
.landing_content {
    width: 50%;
    margin-left: 120px;
    color: white;
    font-family: 'Poppins';
}
.landing_content_title {
    font-size: 50px;
    padding-bottom: 40px;
}
.landing_content_tagline {
    font-size: 30px;
    color: #8CEEED;
    padding-bottom: 40px;
}
.landing_content a {
    text-decoration: none;
}
.landing_content_button {
    width: 180px;
    height: 40px;
    background-color: aliceblue;
    display: flex;
    flex-direction: row;
    align-content: center;
    justify-content: center;
    align-items: center;
}
.landing_content_button_text {
    font-size: 20px;
    font-weight: 500;
    color: black;
}
.landing_content_button:hover {
    width: 180px;
    height: 40px;
    background-color: #039665;;
    display: flex;
    flex-direction: row;
    align-content: center;
    justify-content: center;
    align-items: center;
}
.landing_paragraph {
    padding-top: 160px;
    font-size: 16px;
    font-weight: 500;
    color: grey;
}

.video_section {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    align-content: center;
    justify-content: center;
    align-items: center;
    font-family: 'Poppins';
    padding-top: 60px;
    padding-bottom: 20px;
}
.video_section iframe {
    width: 80%;
}

.about_us {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    align-content: center;
    justify-content: center;
    align-items: center;
    font-family: 'Poppins';
    padding-top: 0px;
    padding-bottom: 60px;
}
.about_us_intro_block {
    width: 80%;
    display: flex;
    flex-direction: column;
    align-content: center;
    justify-content: center;
    align-items: center;
    padding-top: 40px;
    padding-bottom: 40px;
}
.about_us_intro_block img {
    width: 80px;
    padding-bottom: 20px;
}
.about_us_intro_title {
    font-size: 36px;
    font-weight: 500;
    padding-bottom: 20px;
    text-align: center;
}
.about_us_intro_paragraph {
    font-size: 18px;
    text-align: center;
}
.about_us_points_block {
    width: 80%;
    display: flex;
    flex-direction: row;
    align-content: center;
    justify-content: center;
    align-items: center;
}
.about_us_point_container {
    width: 80%;
    height: auto;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    align-content: center;
    justify-content: flex-start;
    align-items: center;
    padding: 20px;
    margin: 20px;
}
.about_us_point_container img {
    width: 80px;
    height: 80px;
    padding-top: 20px;
}
.about_us_point_container_title {
    font-size: 30px;
    font-weight: 500;
    padding-top: 20px;
    padding-bottom: 20px;
}
.about_us_point_container_paragraph {
    font-size: 18px;
    text-align: center;
}

.our_team {
    width: 100%;
    background-color: #d0ffef;
    display: flex;
    flex-direction: column;
    align-content: center;
    justify-content: center;
    align-items: center;
    padding-bottom: 100px;
}
.our_team_intro {
    display: flex;
    flex-direction: column;
    align-content: center;
    justify-content: center;
    align-items: center;
}
.our_team_intro_title {
    font-size: 42px;
    font-weight: 500;
    padding-top: 80px;
}
.our_team_intro_paragraph {
    font-size: 26px;
    padding-bottom: 60px;
}
.our_team_members {
    display: flex;
    flex-direction: row;
    align-content: center;
    justify-content: center;
    align-items: center;
}
.our_team_member_card {
    display: flex;
    flex-direction: column;
    align-content: center;
    justify-content: center;
    align-items: center;
    width: 280px;
    height: 400px;
    background-color: white;
    margin: 20px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.our_team_member_card img {
    width: 240px;
    border-radius: 5%;
} 
.our_team_member_card_name {
    font-size: 22px;
    font-weight: 500;
    padding-top: 10px;
}
.our_team_member_card_title {
    color: grey;
}

.classes {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-content: center;
    justify-content: center;
    align-items: center;
    padding-top: 100px;
    padding-bottom: 100px;
}
.classes_intro {
    display: flex;
    flex-direction: column;
    align-content: center;
    justify-content: center;
    align-items: center;
}
.classes_intro_title {
    font-size: 50px;
    font-weight: 500;
    text-align: center;
}
.classes_intro_heading {
    font-size: 20px;
    font-weight: 500;
    text-align: center;
}
.classes_gym_block {
    padding-top: 60px;
    display: flex;
    flex-direction: column;
    align-content: center;
    justify-content: center;
    align-items: center;
    width: 100%;
}
.classes_gym_block img {
    width: 60px;
}
.classes_gym_block_title {
    font-size: 36px;
    font-weight: 500;
    padding-top: 10px;
    text-align: center;
}
.classes_gym_block_heading {
    font-size: 20px;
    text-align: center;
}
.classes_gym_block_class_block {
    width: 80%;
    display: flex;
    flex-direction: row;
    align-content: center;
    justify-content: center;
    align-items: center;
}
.classes_gym_block_class_block_container {
    width: 400px;
    height: 300px;
    background-color: #d0ffef;
    display: flex;
    flex-direction: column;
    align-content: center;
    justify-content: center;
    align-items: center;
    padding: 20px;
    margin: 20px;
}
.classes_gym_block_class_block_container_title {
    font-size: 26px;
    font-weight: 600;
    text-align: center;
}
.classes_gym_block_class_block_container_level {
    font-size: 20px;
    font-weight: 500;
}
.classes_gym_block_class_block_container_paragraph {
    font-size: 18px;
    text-align: center;
    padding-top: 20px;
}
.classes_gym_block_class_block_container1 {
    width: 400px;
    height: 300px;
    background-color: rgb(157, 209, 192);
    display: flex;
    flex-direction: column;
    align-content: center;
    justify-content: center;
    align-items: center;
    padding: 20px;
    margin: 20px;
}

.times {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-content: center;
    justify-content: center;
    align-items: center;
    padding-top: 60px;
    padding-bottom: 80px;
}
.times_image {
    width: 70%;
}
.times_image_m {
    display: none;
}

.prices {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-content: center;
    justify-content: center;
    align-items: center;
    padding-top: 100px;
    padding-bottom: 100px;
    background-color: rgb(157, 209, 192);
}
.prices_intro {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-content: center;
    justify-content: center;
    align-items: center;
    text-align: center;
}
.prices_intro_title {
    font-size: 50px;
    font-weight: 500;
}
.prices_intro_heading {
    font-size: 24px;
}
.prices_intro_info {
    font-size: 18px;
    text-align: center;
    padding-top: 20px;
    padding-bottom: 60px;
    padding-left: 10px;
    padding-right: 10px;
}
.prices_table {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-content: center;
    justify-content: center;
    align-items: center;
}
.prices_table_title {
    font-size: 36px;
    font-weight: 500;
    padding-bottom: 30px;
    text-align: center;
}
.prices_table_table {

}
table {
    border-collapse: collapse;
    border-spacing: 0;
    width: 80%;
    border: 1px solid #ddd;
    border-radius: 5px;
    background-color: white;
    margin-bottom: 60px;
  }
  
  th, td {
    border: 1px solid #ddd;
    text-align: left;
    padding: 16px;
    font-size: 20px;
  }
  th {
    background-color: black;
    color: white;
  }
  td {
    padding-top: 5px;
    padding-bottom: 5px;
  }
  
.contact {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-content: center;
    justify-content: center;
    align-items: center;
    padding-top: 100px;
    padding-bottom: 100px;
}
.contact_title {
    font-size: 50px;
    font-weight: 500;
}
.contact_heading {
    font-size: 26px;
    font-weight: 500;
    text-align: center;
}
.contact_details_container {
    margin-top: 60px;
    margin-bottom: 40px;
}
.contact_phone {
    font-size: 22px;
    padding-bottom: 20px;
}
.contact_email {
    font-size: 22px;
    padding-bottom: 20px;
}
.contact_email a {
    text-decoration: none;
    color: black;
}
.contact_address {
    font-size: 22px;
    padding-bottom: 20px;
    text-decoration: none;
    color: black;
}
.contact_email a:hover {
    color: #039665;
}
.contact_address:hover {
    color: #039665;
}
.contact_heading1 {
    font-size: 50px;
    font-weight: 500;
    padding-top: 40px;
}
.contact_socials_block {
    display: flex;
    flex-direction: row;
    align-content: center;
    justify-content: center;
    align-items: center;
}
.contact_socials_block a {

}
.contact_socials_block a img {
    width: 60px;
    padding: 20px;
}
.contact_socials_block a img:hover {
    opacity: 0.5;
}
.contact_heading2 {
    font-size: 18px;
    font-weight: 500;
}

@media only screen and (max-width: 1190px) {
    .landing_paragraph {
        padding-top: 60px;
    }

    .about_us_points_block {
        width: 80%;
        flex-direction: column;
    }
    .about_us_point_container {
        margin: 0px;
    }
}
@media only screen and (max-width: 925px) {

    .our_team_members {
        flex-direction: column;
    }
    .classes_gym_block_class_block {
        flex-direction: column;
    }

    .times {
        width: 100%;
        display: flex;
        flex-direction: column;
        align-content: center;
        justify-content: center;
        align-items: center;
        padding-top: 100px;
        padding-bottom: 100px;
    }
    .times_image {
        display: none;
    }
    .times_image_m {
        display: block;
        width: 90%;
    }

    .landing_content_title {
        font-size: 40px;
        padding-top: 60px;
        padding-bottom: 20px;
        line-height: 44px;
    }
    .landing_content_tagline {
        font-size: 20px;
        color: #8CEEED;
        padding-bottom: 20px;
    }
    
}
@media only screen and (max-width: 690px) {
    .landing {
        width: 100%;
        height: auto;
        margin-top: 80px;
        padding-top: 60px;
        padding-bottom: 40px;
        background-image: none;
        background-color: black;
        height: auto;
        display: flex;
        flex-direction: column;
        align-content: center;
        justify-content: center;
        align-items: center;
    }
    .landing_content {
        width: 100%;
        display: flex;
        flex-direction: column;
        align-content: center;
        justify-content: center;
        align-items: center;
        margin-left: 0px;
    }
    .landing_content_title {
        text-align: center;
    }
    .landing_content_tagline {
        text-align: center;
    }
    .landing_paragraph {
        font-size: 14px;
    }

    .about_us_intro_block {
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .header_bar {
        display: flex;
        flex-direction: column;
        align-content: center;
        justify-content: center;
        align-items: center;
    }
    .header_bar_logo {
        margin-left: 0px;
        padding-bottom: 20px;
    }
    .header_bar_navigation {
        margin-right: 0px;
    }
    .header_bar_navigation_item {
        font-size: 14px;
    }

    .prices_table_table {

    }
    table {
        border-collapse: collapse;
        border-spacing: 0;
        width: 80%;
        border: 1px solid #ddd;
        border-radius: 5px;
        background-color: white;
        margin-bottom: 60px;
      }
      
      th, td {
        border: 1px solid #ddd;
        text-align: left;
        padding: 10px;
        font-size: 16px;
      }
      th {
        background-color: black;
        color: white;
      }
      td {
        padding-top: 5px;
        padding-bottom: 5px;
      }

    .classes_gym_block_class_block_container {
        width: 300px;
        height: 300px;
    }
    .classes_gym_block_class_block_container1 {
        width: 300px;
        height: 300px;
    }
      
}