html, body {
	padding: 0;
	margin: 0;
}
body {
	background-color: #fff;
	font-family: Arial, Helvetica, Verdana;
	font-size: 14px;
	line-height: 22px;
	color: #666;
	position: relative;
	-webkit-text-size-adjust: none;
	overflow-x:hidden;
}
h1, h2, h3, h4, h5, h6 {
	line-height: 1;
	font-weight: bold;
	margin: 20px 0 10px 0;
}
h1, h2, h3 {
	font-size: revert;
	font-family: gd-sage,"Times","Times New Roman",serif;
	letter-spacing: -.01em;
    line-height: 1.8;
    font-weight: 800;
}
h4, h5, h6 {
	font-size: 16px;
}
p {
	margin: 0 0 10px 0;
	font-size: 15px;
    font-weight: 500;
    line-height: 1.5;
    text-align:justify;


}
a, a:link, a:active, a:visited, a:hover {
	// color: inherit;
	text-decoration: underline;
}








 /* Mobile View */
 
 


 @media (max-width: 780px) {
 
 .header nav {
	display: none;
	
}

.header,
.content,
.footer {
	text-align: center;
}
.header,
.footer {
	background: #ffffff;
	font-size: 16px;
	font-weight: bold;
	color: #000;
	line-height: 50px;

	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	height: 80px;
	padding: 0 50px;
}
.header.fixed {
	position: fixed;
	top: 0;
	left: 0;
}
.footer.fixed {
	position: fixed;
	bottom: 0;
	left: 0;
}
.header a {
	display: block;
	width: 28px;
	height: 18px;
	padding: 22px;
	margin: 5px;
	position: absolute;
	top: 0;
	left: 0;
}
.header a:before,
.header a:after {
	content: '';
	display: block;
	background: #000000;
	height: 2px;
}
.header a span {
	background: #000000;
	display: block;
	height: 2px;
	margin: 6px 0;
}
.content {
	padding: 150px 50px 50px 50px;
}

.center {
	display: block;
    position: absolute;
    margin: auto;
    width: 90%;
    text-align: left;
    padding-left: 15px;
    padding-top: 15px;
}
 
 
 
 
 
 
 
 * {
  box-sizing: border-box;
}

/* Create three equal columns that floats next to each other */
.column11 {
 float: left;
    padding-top: 24px;
    padding-left: 20px;
    height: 80px;
}

.column22 {
    float: left;
    width: 33.33%;
    padding: 20px;
    text-align-last: center;
    height: 80px;
}

.column33 {
    
    padding-top: 15px;
    text-align: right;
    height: 80px;
}

/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
}






/* Create two equal columns that floats next to each other */
.content1 {
  float: left;
    width: 46%;
    padding: 10px;
    margin-left: 4%;
    height: 300px;
}

.imag1 {
  float: left;
    width: 46%;
    padding: 10px;
    margin-right: 4%;
    height: 300px;
}


/* Clear floats after the columns */
.rowconimg:after {
  content: "";
  display: table;
  clear: both;
}


 .menushadow {
 
    padding: 10px;
    box-shadow: 0px 1px 9px 3px #888888;
    position: relative;
}



 .menushadow {
 
    padding: 10px;
    box-shadow: 0px 1px 9px 3px #888888;
    position: relative;
}
 
 
 }
 
 
 
 
 
 
 
 
 
 /* DeskTop View */
 
 
 
 
 
 
 
 
 @media (min-width: 780px) {
 
 
 .header nav {
	display: none;
}

.header,
.content,
.footer {
	text-align: center;
}
.header,
.footer {
	background: #ffffff;
    font-size: 16px;
    font-weight: bold;
    color: #000;
    line-height: 50px;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    height: 80px;
    padding: 0 50px;
}
.header.fixed {
	position: fixed;
	// top: 0;
	// left: 0;
}
.footer.fixed {
	position: fixed;
	bottom: 0;
	left: 0;
}
.header a {
	display: block;
	// width: 28px;
	// height: 18px;
	padding: 22px;
	// margin: 5px;
	// position: absolute;
	// top: 0;
	// left: 0;
}
.header a:before,
.header a:after {
	
}
.header a span {
	
}
.content {
	padding: 150px 50px 50px 50px;
}

.center {
	display: block;
    position: absolute;
    /* margin: auto; */
    width: 90%;
    text-align: center;
    padding-left: 15px;
    padding-top: 15px;
}







 
 * {
  box-sizing: border-box;
}

/* Create three equal columns that floats next to each other */
.column11 {
 float: left;
    width: 33.33%;
    padding-left: 35px;
    padding-top: 22px;
    height: 70px;
}

.column22 {
  float: left;
    width: 33.33%;
    padding: 15px;
    text-align-last: center;
    height: 70px;
}

.column33 {
 float: left;
    width: 33.3%;
    
    padding-top: 13px;
    padding-right: 25px;
    text-align: right;
    height: 70px;
}

/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
}




/* Create two equal columns that floats next to each other */
.content1 {
  float: left;
    width: 46%;
    padding: 10px;
    margin-left: 4%;
    height: 300px;
}

.imag1 {
  float: left;
    width: 46%;
    padding: 10px;
    margin-right: 4%;
    height: 300px;
}


/* Clear floats after the columns */
.rowconimg:after {
  content: "";
  display: table;
  clear: both;
}
 
 
 .menushadow {
 
    padding: 10px;
    box-shadow: 0px 1px 9px 3px #888888;
    position: relative;
}
 
 }