/* General CSS */

#circle img {
    border-radius: 300px;
}

.et_pb_widget a {
    color: #fff;
}

#homeslide .et_pb_slider .et_pb_slide {
    min-height: 450px !important;
}

/* Mobile CSS */

@media screen and (max-width: 1024px) {
#logo {
    max-height: 50% !important;
}
  nav#top-menu-nav, #top-menu, nav.fullwidth-menu-nav, .fullwidth-menu {
    max-width: 500px;
}
}

@media screen and (max-width: 960px) {
#logo {
    max-height: 76% !important;
}
  nav#top-menu-nav, #top-menu, nav.fullwidth-menu-nav, .fullwidth-menu {
     max-width: none;
}
  #circle img {
    max-width: 50%;
}
}

@media screen and (max-width: 415px) {
  #circle img {
    max-width: 75%;
}  
  /*  
  h1 {
    font-size: 23px !important;
}
  h2 {
    font-size: 20px !important;
}
  h3 {
    font-size: 18px !important;
}
  */
  .et_pb_gallery_item, .et_pb_portfolio_item, .et_pb_blurb_content, .et_pb_tabs_controls, .et_pb_tab, .et_pb_slide_description, .et_pb_pricing_heading, .et_pb_pricing_content, .et_pb_promo_description, .et_pb_newsletter_description, .et_pb_counter_title, .et_pb_circle_counter, .et_pb_number_counter, .et_pb_toggle_title, .et_pb_toggle_content, .et_pb_contact_main_title, .et_pb_testimonial_description_inner, .et_pb_team_member, .et_pb_countdown_timer_container, .et_pb_post, .et_pb_text, .product, .et_pb_widget {
    overflow-wrap: normal !important;
}
}
