/*
Theme Name: MyCustomTheme
Theme URI: https://example.com/
Author: ranpariya
Author URI: https://example.com/
Description: A modern WordPress theme with Tailwind CSS and custom homepage sections.
Version: 1.0
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: mycustomtheme
*/

body {
    @apply bg-white text-gray-800 font-sans;
  }
h1 {}
h2{}
h1 {}
h2{}
h3 {}
h4 { font-weight: bold !important;
    font-size: 20px !important;
    color: #0a6b7d !important; 
	margin-bottom:12px !important; 
}
h4:not(:first-child) { margin-top:12px !important; }
h5 {}
h6{}

#header-nav-area ul { list-style-type:none !important; padding-left:0px !important; }
/*h2 { color:#rgb(12 106 125) !important; font-size:3em !important; }*/
p { margin:0px 12px 12px 0px; }
p a { text-decoration:underline; }
.vc_separator.vc_sep_color_turquoise .vc_sep_line {
    border-color: #0c6b7d !important;
}
ul { list-style-type: disc !important; padding-left: 40px !important; margin-bottom: 10px !important; margin-top: 5px !important; }
li { margin-bottom: 3px; }

#wpadminbar ul { margin-top:0px !important; margin-bottom:0px !important; }

/*********************************************************** MEMBERS ************/
.members a { text-decoration:underline; }