
/* http://SLENDAFriend.com/beta/css/main.css

Basic formatting for the WHOLE (or BETA PORTION of?) Website */

* { box-sizing: border-box; }
html {margin: 0px; min-height: 100%; }

body 
{
	margin: 0px; 
	background-color: #74B624; 
	height: 100%; 
	font-family: 'Gisha';
	font-size: 1.2em;
	color: white;
}

a
{
	padding: 0px 3px 0px 3px;
	display: inline-block;
	border-radius: 1px;
	text-align: center;
	text-indent: 0px;
	text-decoration: none;
}

a:link,
a:visited
{	
	color: rgb(15, 191, 197);
}

a:hover
{	
	text-decoration: underline;
}

#error_div
{
	position: fixed;
	width: 100%;
	height: 100%;
	background: rgba(19, 124, 6, 0.81);
	z-index: 400;
	text-align: center;
	padding-top: 5%;
}

#sorry_div
{
	width: 600px;
	padding: 2em;
	margin: auto;
	background: white;
	color: black;
	border-radius: 20px;
}
#sorry_div p, #section_1 p {text-indent: 0px;}

#ok_button
{
	
}

#page_wrap
{
	margin: auto;
	min-height: 100vh;
}
#content
{
	color: rgb(0, 183, 0);
	position: relative;
	z-index: 300;
	background: white;
}
#inner_content_wrap
{
	max-width: 750px;
	margin: auto;
	padding: 30px;
	border-radius: 10px;
	border-left: 1px solid #336533;
	border-right: 1px solid #336533;
  box-shadow: -30px 0 20px -20px #a7b599, 30px 0 20px -20px #a7b599;
}
img
{
	margin: auto;
	margin-bottom: 2em;
	display: block;
}
big,
.big
{
	padding-top: 1em;
	padding-bottom: 0.5em;
	font-size: 2em;
	font-family: Gisha;
	font-weight: bold;
	text-align: center;
	display: block;
}
.number_font
{
	font-family: Book Antiqua;
	font-size: 93%;
}
.slenda_TM
{
	position: relative;
	font-size: 0.25em;
	top: -1em;
}
#main_header
{
	text-align: center;
	height: 280px;
	padding-top: 100px;
}
#below_content
{
	margin-top: 20px;
	padding: 30px;
	font-family: 'impact';
	text-align: center;
	font-weight: bold;
}
#below_content big {
	padding-top: 0;
}
#footer
{
	left: 0;
	margin: auto;
	padding-bottom: 1em;
	text-align: center;
	font-size: 0.9em;
	color: #336633;
}
p
{
	text-indent: 2em;
	margin: 0.5em 0 1.5em 0;
}
/* floating blocks */
blockquote {margin: 0;}
.quote_right
{
	float: right;
    width: 220px;
    background: url('../images/openquote.gif') top left no-repeat;
    color: #030;
    font-size: 24px;
    line-height: 1.1;
    font-style: italic;
    padding: 13px;
}
.quote_left
{
	float: left;
    width: 220px;
    background: url('../images/openquote.gif') top left no-repeat;
    color: #030;
    font-size: 24px;
    line-height: 1.1;
    font-style: italic;
    padding: 13px;
}
/* Tooltip */
.tooltip
{
	position: relative;
}
.tooltiptext
{
	font-size: 13px;
	visibility: hidden;
	width: 150px;
	background-color: rgba(169, 34, 34, 0.88);
	color: #fff;
	text-align: center;
	border-radius: 6px;
	padding: 10px;

	/* Position the tooltip */
	position: absolute;
	z-index: 1;
}
.tooltip:hover .tooltiptext
{
	visibility: visible;
}
/* Form formatting */
[id*="form_"] 
{
	margin-top: 3em;
	border: 3px solid #a2d06b;
	padding: 1.5em;
	border-radius: 10px;
	background: #dfffb8;
}
.form_continue_button
{
	width: 200px;
	margin: auto;
	margin-top: 10px;
	padding: 10px;
	font-size: 120%;
	text-align: center;		
	border-radius: 10px;	
	border: 1px solid #336533;
}
.form_button_passive
{
	color: #aaa;
	background: #ddd;
}
.form_button_passive:hover
{
	cursor: not-allowed;
}
.form_button_active
{	
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,b8d98e+100 */
	background: #b8d98e; /* Old browsers */
	background: -moz-linear-gradient(top, #ffffff 0%, #b8d98e 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #ffffff 0%,#b8d98e 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #ffffff 0%,#b8d98e 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#b8d98e',GradientType=0 ); /* IE6-9 */
}
.form_button_active:hover
{	
	cursor: pointer;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,7dd602+100 */
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(top, #ffffff 0%, #7dd602 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #ffffff 0%,#7dd602 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #ffffff 0%,#7dd602 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#7dd602',GradientType=0 ); /* IE6-9 */
}
legend
{
	margin-top: 5px;
	font-size: 120%;
	padding: 5px;
	border-radius: 3px;
	color: #c3594d;
}
.input_wrap
{
	padding: 10px;
	margin: 5px 0px 0px 40px;
	border-radius: 10px;
	display: block;
}
.input_selected
{
	background: #e1ffda;
	-webkit-box-shadow: 2px 2px 10px 0px rgba(0,0,0,0.75);
-moz-box-shadow: 2px 2px 10px 0px rgba(0,0,0,0.75);
box-shadow: 2px 2px 10px 0px rgba(0,0,0,0.75);
}
.input_wrap:not(.input_selected):hover
{
	background: #ccefa2;
}
.input_span
{
	display: inline-block;
	vertical-align: top;
}
.label_span
{
	display: inline-block;
	width: 90%;
	text-align: justify;
}
/* images formatting */
#bg_image_top_left
{
	position: absolute;
	top: 0;
	height: 310px;
	width: 800px;
	background-image: url(../images/circle_bg.gif);
	background-repeat: no-repeat;
	background-position: left top;
	z-index: -1;
}
#bg_image_top_right
{
	position: absolute;
	top: 0;
	right: 0;
	height: 266px;
	width: 150px;
	background-image: url(../images/circle_bg_right.gif);
	background-repeat: no-repeat;
	background-position: right top;
	z-index: -1;
}
#bg_image_bottom_center
{
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	height: 160px;
	width: 500px;
	background-image: url(../images/footer_bg.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	
	text-align: center;
	z-index: -1;
}
#badge_img
{
	width: 451px;
	height: 447px;
	background-image: url('../images/Badge_Angle_Small.jpg');
	margin: auto;
}
/* Top menu formatting */
table
{
	table-layout: fixed;
	border-spacing: 0px;
	width: 100%;
}
tr
{
	height: 30px;
}
#top_menu
{
	position: relative;
	left: 16px;	
	color: rgb(0, 102, 0);
	font-family: Lucida Sans, Verdana, Arial, Helvetica, sans-serif;
  font-size: 12px;
	max-width: 750px;
	margin: auto;
}
.tab:not(.active_tab):hover
{
	cursor: pointer;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,7dd602+100 */
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(top, #ffffff 0%, #7dd602 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #ffffff 0%,#7dd602 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #ffffff 0%,#7dd602 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#7dd602',GradientType=0 ); /* IE6-9 */
}
.tab
{	
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,b8d98e+100 */
	background: #b8d98e; /* Old browsers */
	background: -moz-linear-gradient(top, #ffffff 0%, #b8d98e 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #ffffff 0%,#b8d98e 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #ffffff 0%,#b8d98e 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#b8d98e',GradientType=0 ); /* IE6-9 */
	
	-webkit-border-radius: 10px 10px 0px 0px;
	-moz-border-radius: 10px 10px 0px 0px;
	border-radius: 10px 10px 0px 0px;
	
	border: 1px solid #336533;
	border-left: none;
	cursor: default;
	
	-webkit-box-shadow: 5px 3px 12px 0px rgba(0, 0, 0, 0.38);
	-moz-box-shadow: 5px 3px 12px 0px rgba(0, 0, 0, 0.38);
	box-shadow: 5px 3px 12px 0px rgba(0, 0, 0, 0.38);
	
	position: relative;
	text-align: center;
	padding: 5px 8px 5px 8px;
}
#menu_button_1
{	
	border-left: 1px solid #336533;
	z-index: 100;
}
#menu_button_2
{
	left: -8px;
	z-index: 99;
}
#menu_button_3
{
	left: -16px;
	z-index: 98;
}
#menu_button_4
{
	left: -24px;
	z-index: 97;
}
#menu_button_5
{
	left: -32px;
	z-index: 96;
}
.active_tab
{
	border-bottom: none;
	background: white;
}
/* Removing video download button */
video::-internal-media-controls-download-button {
    display:none;
}
video::-webkit-media-controls-fullscreen-button {
    display: none;
}
video::-webkit-media-controls-enclosure {
    overflow:hidden;
}
video::-webkit-media-controls-panel {
    width: calc(100% + 30px); /* Adjust as needed */
}
/* RESPONSIVE styles */

.col-1 {width: 8.33%;}
.col-2 {width: 16.66%;}
.col-3 {width: 25%;}
.col-4 {width: 33.33%;}
.col-5 {width: 41.66%;}
.col-6 {width: 50%;}
.col-7 {width: 58.33%;}
.col-8 {width: 66.66%;}
.col-9 {width: 75%;}
.col-10 {width: 83.33%;}
.col-11 {width: 91.66%;}
.col-12 {width: 100%;}

[class*="col-"] 
{
  float: left;
	padding: 6px;
}
.row::after {
    content: "";
    clear: both;
    display: table;
}
.mobile_only{	display: none;}
.desktop_only{	display: block;}

/* For mobile phones: */
@media only screen and (max-width: 550px) 
{
	[class*="col-"] 	{			width: 100%;	}
	body	{		font-size: 1.0em;	}
	.mobile_only {	display: block;	}
	.desktop_only { display: none; }	
	#bg_image_top_right {display: none;}
}
