body {
	background: #fff;
	font-family: 'Lato', sans-serif;
	font-size: 1em;
	padding: 0;
	margin: 0;
	color: #444;
}
body, html {
  -ms-text-size-adjust: none;
  -moz-text-size-adjust: none;
  -o-text-size-adjust: none;
  -webkit-text-size-adjust: none;
}
a {
    color: #2b7080;
}
a:visited {
	color: #2b7080;
}
a:hover {
	color: #444;
	text-decoration: none;
}
nav, header, footer, section, article, aside, main {
	display: block;
}
form {
	margin: 0px;
}
form div.set {
	margin-bottom: 5px;
}
input {
	background-color: #fff;
	border: 1px solid #bbb;
    color: #444;
	padding: 5px;
	font-size: 1em;
	width: 100%;
	max-width: 250px;
}
textarea {
	background-color: #fff;
	color: #444;
	border: 1px solid #bbb;
	padding: 5px;
	font-size: 1em;
	width: 100%;
	max-width: 250px;
	height: 8em;
    font-family: 'Lato', sans-serif;
}
input.submit {
	background-color: #e56b4b;
	color: #fff;
	border: 1px solid #e56b4b;
	cursor: pointer;
	padding: 4px;
	max-width: 150px;
	height: 2.5em;
}
label {
	display: block;
	font-size: 1em;
}
img {
	max-width: 100%;
}
header {
   border-bottom: 1px solid #ccc;
}
.logo {
    font-family: 'Arima Madurai', cursive;
	color: #2b7080;
	line-height: 1.5em;
}
.logo a, .logo a:visited, .logo a:hover {
    color: #2b7080;
    text-decoration: none;
}
article p, article li {
    line-height: 1.5em;
}
h1, h2, h3 {
    margin-top: 0;
    color: #2b7080;
    font-weight: normal;
}
.strap {
    text-align: center;
}
h2 a, h2 a:visited {
    color: #2b7080;
}
section {
    margin: 1.5em 0;
    clear: both;
}
.instagram {
    padding: 1em 2em 2em 2em;
    border: 1px solid #ddd;
}
.instafollow {
    text-align: center;
}
.imgl, .imgr {
    border: 1px solid #ccc;
    background: #fff;
    padding: 4px;
}
.clr {
    clear: both;
}
.scrollup {
	position: fixed;
	bottom: 10px;
	right: 10px;
    border-radius: 1px;
	box-shadow: 0 0 4px #666;
 	opacity: .80;
	filter: alpha(opacity=80);
    z-index: 2000;
}
.scrollup img {
    padding: 3px 3px 0 3px;
}
.scrollup a, div.scrollup a:visited {
	color: #444;
	text-decoration: none;
    font-size: 0.8em;
}
footer {
    clear: both;
    border-top: 1px solid #ccc;
    color: #888;
    text-align: center;
}
footer a, footer a:visited {
    color: #888;
}