h1, h2, h3, h4, h5, h6 {
	
		font-family: Trebuchet, "Trebuchet MS", Verdana, "Verdana Ref", sans-serif; 
	font-display: swap;
}

h1 {
	color: #000099;
	font-size: 1.5em;
	font-weight:normal;
	font-style:normal;
	text-transform:none;
	text-align: center;
	font-display: swap;
}
h2	{
	font-family: Trebuchet, "Trebuchet MS", Verdana, "Verdana Ref", sans-serif;
	font-size: 1.2em;
	font-weight: normal;
	text-align: justify;
	font-style: italic;
    font-display: swap;
	}
h3	{
	font-family: Trebuchet, "Trebuchet MS", Verdana, "Verdana Ref", sans-serif;
	font-size: 1.2em;
	font-weight: Bold;
	text-align: justify;
	font-display: swap;

	}
h4	{
	font-family: Trebuchet, "Trebuchet MS", Verdana, "Verdana Ref", sans-serif;
	font-size: 1.0em;
	font-weight: normal;
	text-align: justify;
	font-style: italic;
	font-display: swap;

	}
h6	{
	font-family: Trebuchet, "Trebuchet MS", Verdana, "Verdana Ref", sans-serif;
	font-size: 1.0em;
	font-weight: normal;
	text-align: justify;
	margin-left: 10px;
	margin-right: 10px;
	font-display: swap;
	}
h5	{
	font-family: Trebuchet, "Trebuchet MS", Verdana, "Verdana Ref", sans-serif;
	font-size: 1.0em;
	font-weight: Bold;
	text-align: justify;
	font-display: swap;

	}
h7	{
	font-family: Trebuchet, "Trebuchet MS", Verdana, "Verdana Ref", sans-serif;
	font-size: 0.5em;
	font-weight: normal;
	text-align: justify;
	font-display: swap;

	}
div.center01 {
	font-family: Trebuchet, "Trebuchet MS", Verdana, "Verdana Ref", sans-serif;
	font-size: 1.0em;
	font-weight: normal;
	text-align: center;
	font-style: italic;
	font-display: swap;
}

p {
	margin: 0 0 1em 0;
	font-size: 93%;
	line-height: 1.5em;
}

ul.leaf {
list-style-image: url('../image/spanner01.png');
}

body {
	font-family: Helvetica, Arial, sans-serif;
	padding: 0;
	margin: 0;
	background-color: #dfe3ee;
	font-display: swap;
}

img {
	max-width: 100%;
	height: auto;
	margin: 0 0 0px 0;
}

.left {
width:150px; 
height:100px;
  border: solid 5px red;
  float: left;
  margin: 20px 0px 0px 0px;
}

.speech {

	height: 11;
	width: 15;
	margin: 0 0 0px 0;
	border: solid 5px red;
}

/* Section Inner */
div.section-inner-head {
	max-width: 100%;
	max-height: auto;
	padding: 0 0px;
	margin: 0 0;
}
div.section-inner {
	max-width: 1100px;
	max-height: auto;
	padding: 0 0px;
	margin: 0 auto;
}

/* Header */
div.header {
	background-color: #dfe3ee;
	padding: 0px 0;

}

/* Navigation */

a.one:link {color:#3b5998;}
a.one:visited {color:#3b5998;}
a.one:hover {color:#dfe3ee;}
a.one {font-size: 15px}

// Page content 
article {
  max-width: $content-width;
  margin: 0 auto;
  padding: 10px;
}

/* Body Content */
div.body-content {
	padding: 0px 0;
	background-color: #dfe3ee;
}
div.body-content-footer {
	padding: 0px 0;
	background-color: #8b9dc3;
}
/* Thirds */
div.thirds {
	padding-bottom: 50px;
}

div.one-third {
	width: 30%;
	float: left;
	margin-right: 5%;
	
}

div.one-third-last {
	margin: 0;
}

/* Main Column */
div.main {
	width: 65%;
	float: left;
	margin-right: 5%;
}
div.mainreview {
	width: 80%;
    margin: auto;

}
/* Side Column */
div.side {
	width: 30%;
	float: left;
}

/* Info Box */
div.info-box-a {
	background-color: #8b9dc3;
	padding: 20px;
	font-size: 13px;
	margin: 0 0 15px 0;
	
}

div.info-box-b {
	background-color: #8b9dc3;
	padding: 20px;
	font-size: 13px;
	margin: 0 0 15px 0;
}

/* Footer */
div.footer {
	border-top: 1px solid black;
	background-color: #8b9dc3;

	padding: 15px 0;
	text-align: center;
}


.clearfix:before, .clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; }
.clearfix { *zoom: 1; }


.myform{
	margin:0 auto;
	width:100%;
	Height:100%;
	padding:0px;
}
	
	/* ----------- stylized ----------- */
	#stylized{
border:solid 2px #8b9dc3;
background: #8b9dc3;  /* fallback for old browsers */
background: -webkit-linear-gradient(to right, #FFFDE4, #8b9dc3);  /* Chrome 10-25, Safari 5.1-6 */
background: linear-gradient(to right, #FFFDE4, #8b9dc3); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */


	}

* { margin: 0; padding: 0; }
html { height: 101%; }

.wrapper {
	margin: 47px auto;
	max-width:580px;
}

#contact_form { 
	text-shadow:0 1px 0 #FFF;
	border-radius:4px;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;

	padding:25px;
	
}


#ff label { 
	cursor:pointer;
	margin:4px 0px;
	color:#000000;

	
}

input { 
	display:block;
	width:90%;
	border-radius:4px;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	background-color:#f4f4f4;
	color:#000;
	border:1px solid #5f5f5f;
	padding:10px;
	margin-bottom:45px;
}
select { 
	display:block;
	width:94%;
	border-radius:4px;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	background-color:#f4f4f4;
	color:#000;
	border:1px solid #5f5f5f;
	padding:10px;
	margin-bottom:45px;
}
textarea { 
	display:block;
	width:90%;
	border-radius:4px;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	background-color:#f4f4f4;
	color:#000;
	border:1px solid #5f5f5f;
	padding:10px;
	margin-bottom:45px;
}
.sendButton {
	cursor:pointer;
	-moz-box-shadow:inset 0px 1px 0px 0px #FFFDE4;
	-webkit-box-shadow:inset 0px 1px 0px 0px #FFFDE4;
	box-shadow:inset 0px 1px 0px 0px #FFFDE4;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #FFFDE4), color-stop(1, #8b9dc3) );
	background:-moz-linear-gradient( center top, #FFFDE4 5%, #8b9dc3 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffc477', endColorstr='#8b9dc3');
	background-color:#8b9dc3;
	-webkit-border-radius:16px;
	-moz-border-radius:16px;
	border-radius:16px;
	border:1px solid #8b9dc3;
	color:#000000;
	font-family:Arial;
	font-size:14px;
	width:25%;
	font-weight:bold;

}


