*
{
	margin:0px;
	padding:0px;
	font-family:Arial,Helvetica San-Serif;
}
body
{
	margin:0 auto;
	padding:0;
}
body::-webkit-scrollbar
{
	width: 13px;
}
body::-webkit-scrollbar-track 
{
	box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.1);
	border-radius:10px;
}
body::-webkit-scrollbar-thumb
{
	background-color: darkgrey;
	border-radius:10px;
}
#header_wrapper
{
	width:100%;
	margin:0px auto;
	padding:0px;
	height:110px;
	line-height:110px;
	box-shadow: 0 0.5px 0 0 #ffffff inset, 0 1px 5px 0 #26A550;
}
#header
{
	width:970px;
	margin:0px auto;
	padding:0px;
	box-sizing:border-box;
	
	display: flex;
	flex-direction: row;
    justify-content: space-between;
}
#header *
{
	font-family: Optima, Segoe, "Segoe UI", Candara, Calibri, Arial, sans-serif;
}
#header li
{
	list-style-type:none;
}
#header #main_menu_icon span
{
	cursor:pointer;
	font-size:40px;
	color:#26A550;
}
#header #sitename_logo a
{
	display:inline-block;
	text-decoration:none;
	margin-top:10px;
	margin-left:10px;
	text-align:center;
	font-size:35px;
	color:#26A550;
	font-weight:bold;
}
#header #sitename_logo a img
{
	height:90px;
}
#header #main_search_icon #search_button
{
	cursor:pointer;
}
#header #search_button:focus
{
	outline:none;
}
#header_menu
{
	display:none;
	z-index:999;
	position:fixed;
	top:0px;
	width:100%;
	height:100%;
	background-color:white;
	overflow-y:auto;
}
#header_menu #close_menu
{
	display:block;
	position:relative;
	width:100%;
	height:80px;
	line-height:80px;
	box-sizing:border-box;
}
#header_menu #close_menu span
{
	display:block;
	position:absolute;
	right:20px;
	font-size:40px;
	color:#26A550;
	cursor:pointer;
}
#header_menu h2
{
	display:inline-block;
	font-size:25px;
	border-bottom:3px solid;
	padding-bottom:5px;
	margin-bottom:30px;
	color:#26A550;
}
#header_menu #head_alltopics_div
{
	width:970px;
	margin:0px auto;
	text-align:center;
	margin-top:20px;
}
#header_menu #head_alltopics_div li
{
	list-style-type:none;
	margin:10px;
	margin-bottom:40px;
	display:inline-block;
	width:150px;
	vertical-align:top;
}
#header_menu #head_alltopics_div li a
{
	color:#585858;
	text-decoration:none;
	font-size:17px;
	font-weight:bold;
}
#header_menu #head_alltopics_div li a:hover
{
	color:#26A550;
}
#header_menu #head_alltopics_div li img
{
	height:100px;
}
#header_menu #head_alltopics_div li span
{
	display:block;
	margin-top:10px;
}
#header_menu #head_socialprofile_div
{
	width:970px;
	margin:0px auto;
	text-align:center;
	margin-top:50px;
	margin-bottom:50px;
}
#header_menu #head_socialprofile_div li
{
	list-style-type:none;
	margin:20px;
	display:inline-table;
}
#search_form
{
	display:none;
	z-index:999;
	position:fixed;
	top:0px;
	width:100%;
	height:100%;
	background-color:white;
	overflow-y:auto;
}
#search_form #close_search
{
	display:block;
	position:relative;
	width:100%;
	height:80px;
	line-height:80px;
	box-sizing:border-box;
}
#search_form #close_search span
{
	display:block;
	position:absolute;
	right:20px;
	font-size:40px;
	color:#26A550;
	cursor:pointer;
}
#search_form form
{
	width:970px;
	margin:0px auto;
	padding:0px;
	text-align:center;
	margin-top:150px;
}
#search_form input[type="text"]
{
	width:80%;
	height:65px;
	font-size:35px;
	color:#26A550;
	border:none;
	border-bottom:2px solid #26A550;
	text-align:center;
	background:none;
}
#search_form input[type="text"]:focus
{
	outline: none;
	border-bottom:2px solid #26A550;
}
#wrapper
{
	min-height:100%;
	width:970px;
	margin:0px auto;
	padding:0px;
}
#wrapper *
{
	font-family: Optima, Segoe, "Segoe UI", Candara, Calibri, Arial, sans-serif;
}
#devloprr_waitlist_overlay
{
	display: none;
    z-index: 99999999999999999999999999;
	position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: rgb(60,61,58,0.9);	
}
#devloprr_waitlist_overlay #close_devloprr_waitlist_overlay
{
	display: block;
    position: relative;
    width: 100%;
    height: 80px;
    line-height: 80px;
    box-sizing: border-box;
}
#devloprr_waitlist_overlay #close_devloprr_waitlist_overlay span
{
	display: block;
    position: absolute;
    right: 20px;
    font-size: 40px;
    color: white;
    cursor: pointer;
}
#devloprr_waitlist_overlay #devloprr_waitlist
{
	margin: 0px auto;
    position: absolute;
    top: 50%;
    left: 50%;
    //width: 60%;
    //	height: 60%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    text-align: center;
    box-sizing: border-box;
	display: flex;
	justify-content: center;
	align-items: center;
}

#devloprr_waitlist_overlay #devloprr_waitlist a
{
	display:block;
	text-decoration:none;
}

#devloprr_waitlist_overlay #devloprr_waitlist img
{
	display:inline-block;
	margin:0px auto;
    max-width: 100%;
    max-height: 100%;
	vertical-align:middle;
	border-radius:10px;
}
#sticky_topbar
{
	background-color:#26A550;
	//background: linear-gradient(135deg, rgb(121, 241, 164) 10%, rgb(14, 92, 173) 100%);
	background: linear-gradient(to right, rgb(52, 232, 158), rgb(15, 52, 67));
	background: -webkit-linear-gradient(to right, rgb(52, 232, 158), rgb(15, 52, 67));
	background: -moz-linear-gradient(to right, rgb(52, 232, 158), rgb(15, 52, 67));
	background: -o-linear-gradient(to right, rgb(52, 232, 158), rgb(15, 52, 67));
	background: -ms-linear-gradient(to right, rgb(52, 232, 158), rgb(15, 52, 67));
	
	position:sticky;
	top:0px;
	text-align:center;
	font-family: -apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;
	font-weight:bold;
	//z-index: 1111111;
}
#sticky_topbar a
{
	display:block;
	width:100%;
	color:white;
	padding:10px;
	box-sizing:border-box;
	text-decoration:none;
	font-size:18px;
	font-family: Optima, Segoe, "Segoe UI", Candara, Calibri, Arial, sans-serif !important;
}
#sticky_topbar a span
{
	display:inline-block;
	background-color:white;
	color:#26A550;
	padding:5px;
	padding-top:4px;
	border-radius:5px;
	margin-left:10px;
	font-size:14px;
	font-weight:bold;
}

@media only screen and (max-width: 960px)
{
	body
	{
	width:100%;
	}
	#header
	{
		width:96%;
		margin:0px auto;
	}
	#header_menu h2
	{
		font-size:22px;
	}
	#header_menu #head_alltopics_div,#header_menu #head_socialprofile_div
	{
		width:98%;
	}
	#search_form form
	{
		width:98%;
	}
	#search_form input[type="text"]
	{
		height:50px;
		font-size:25px;
	}
	#wrapper
	{
		width:96%;
	}
	#devloprr_waitlist_overlay #devloprr_waitlist
	{
		width: 90%;
		height: 90%;
	}
}
@media only screen and (min-width:380px) and (max-width:579px)
{
	#header_menu #head_alltopics_div li
	{
		width:130px;
		margin-bottom:20px;
	}
	#header_menu #head_alltopics_div li a
	{
		font-size:15px;
	}
	#header_menu #head_alltopics_div li img
	{
		height:80px;
	}
	#header_menu #head_socialprofile_div li
	{
		margin:10px;
	}
}
@media only screen and (min-width:280px) and (max-width:379px)
{

}
@media only screen and (min-width:100px) and (max-width:279px)
{

}
