footerfootermyFootermyFootermyFootermyFootermyFootermyFootermyFootermyFootermyFootermyFootermyFootermyFootermyFooterhtml, body, iframe, p, h1, h2, h3, h4, h5, h6 {
	font-family: 'Roboto', sans-serif;
	font-size: 20px;
	font-weight: 300;
	color: #333;
	border: 0px;
}

h1, h2, h3, h4, h5, h6 {
	text-transform: uppercase;
	color: #DD370A;
}

h1 {
	font-size: 36px;
}

h2 {
	font-size: 32px;
}

h3 {
	font-size: 28px;
}

h4 {
	font-size: 24px;
}

h5 {
	font-size: 20px;
}

h6 {
	font-size: 16px;
}

a {
	text-decoration: none;
}

a.w3-text-theme:hover {
	text-decoration: underline;
}

p {
	-moz-hyphens: auto;
	-o-hyphens: auto;
	-webkit-hyphens: auto;
	-ms-hyphens: auto;
	hyphens: auto;
}

.bg_img {
	opacity: 0.8;
	margin-right: 10px;
}

input[type=text]:hover {
	border: 1px solid red;
}

input[type=text]:focus {
	  border: 1px solid red;
}

/* Color Theme */
.w3-theme-l5 {color:#000 !important; background-color:#fdf3f3 !important}
.w3-theme-l4 {color:#000 !important; background-color:#f8d9d6 !important}
.w3-theme-l3 {color:#000 !important; background-color:#f2b2ad !important}
.w3-theme-l2 {color:#000 !important; background-color:#eb8c83 !important}
.w3-theme-l1 {color:#fff !important; background-color:#e4665a !important}
.w3-theme-d1 {color:#fff !important; background-color:#d13122 !important}
.w3-theme-d2 {color:#fff !important; background-color:#ba2b1e !important}
.w3-theme-d3 {color:#fff !important; background-color:#a3261a !important}
.w3-theme-d4 {color:#fff !important; background-color:#8b2017 !important}
.w3-theme-d5 {color:#fff !important; background-color:#741b13 !important}

.w3-theme-light {color:#000 !important; background-color:#fdf3f3 !important}
.w3-theme-dark {color:#fff !important; background-color:#741b13 !important}
.w3-theme-action {color:#fff !important; background-color:#741b13 !important}

.w3-theme {color:#fff !important; background-color:#dd4132 !important}
.w3-text-theme {color:#dd4132 !important}
.w3-border-theme {border-color:#dd4132 !important}

.w3-hover-theme:hover {color:#fff !important; background-color:#dd4132 !important}
.w3-hover-theme-light:hover {color:#fff !important; background-color:#eb8c83 !important}
.w3-hover-text-theme:hover {color:#dd4132 !important}
.w3-hover-border-theme:hover {border-color:#dd4132 !important}