﻿body
{
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}
.desk
{
	display: none;
}
.mob
{
	display: block;
}
.title_img
{
	width: 100%;
	float: left;
}
.title_img img
{
	width: 100%;
	height: auto;
	float: left;
}
.align_box
{
	width: 90%;
	margin-top: 20px;
	margin-left: 5%;
	float: left;
}
.align_img
{
	width: 100%;
	float: left;
}
.align_img img
{
	width: 100%;
	height: auto;
	float: left;
}
.align_text
{
	width: 100%;
	float: left;
}
h1
{
	font-family: Helvetica;
	font-weight: bolder;
	font-size: 20px;
	color: #2A5039;
}
h2
{
	font-family: Helvetica;
	font-weight: normal;
	font-size: 15px;
	line-height: 32px;
	color: #474747;
}
l
{
	font-weight: bolder;
}
a h2
{
	font-family: Helvetica;
	font-size: 15px;
	margin: 0 0 0 5px;
	padding: 0 0 0 0;
	float: right;
	text-decoration: underline;
}
a img
{
	float: right;
}
.about_box
{
	margin-top: 50px;
	margin-left: 5%;
	width: 90%;
	float: left;
}
.zbutton
{
	width: 100%;
	float: left;
}
.rbutton
{
	background-color: #4DA879;
	font-family: Helvetica;
	border: none;
	color: white;
	padding: 8px 10px;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	font-size: 17px;
	margin-top: 2px;
	margin-left: 2%;
	cursor: pointer;
	-webkit-appearance: none;
	-webkit-transition-duration: 0.4s;
	transition-duration: 0.4s;
	border-radius: 4px;
	float: left;
}
.rbutton:hover
{
	box-shadow: 0 12px 16px 0 rgba(0,0,0,0.24),0 17px 50px 0 rgba(0,0,0,0.19);
}
.bottom_img
{
	width: 100%;
	float: left;
}
.bottom_img img
{
	width: 70%;
	height: auto;
	float: left;
	margin-left: 15%;
}
.cbutton
{
	margin-top: 30px;
	width: 100%;
	float: left;
}
.cbutton img
{
	height: 35px;
	margin-left: 3%;
	float: left;
}
.tbutton
{
	background-color: #FF9500;
    border: none;
    color: white;
    padding: 12px 20px;
    min-width: 100px;
    text-align: center;
    font-family: Helvetica;
    text-decoration: none;
    display: inline-block;
    font-size: 20px;
    font-weight: normal;
    margin-top: 2px;
    margin-left: 20%;
    cursor: pointer;
    -webkit-appearance: none;
    -webkit-transition-duration: 0.4s;
    transition-duration: 0.4s;
    border-radius: 4px;
}
}
.tbutton:hover
{
	box-shadow: 0 12px 16px 0 rgba(0,0,0,0.24),0 17px 50px 0 rgba(0,0,0,0.19);
}
.trail_box
{
    margin-top: 50px;
    width: 100%;
    float: left;
}