/*html, body {
	height: 100%;
}
.wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -125px;
}
footer, .push {
	height: 125px;
}
*/


html {
	background-color: #f8f6f3;
	background-image: url('/img/Background@2x-min.jpg');
	background-attachment: fixed;
	font-size: 21px;
	background-size: cover;
	background-position: center center;
}

body {
	color:#000e2b;
	font-family: 'IBM Plex Sans', sans-serif;
	font-weight: 300;
	font-size: inherit;
	background-color: transparent;
}

section#raingauge {
	display: block;
	position: fixed;
	top:74px;
	bottom:0;
	right:0;
	width:40px;
	background-image: url('/img/volume-lines.png');
	background-repeat: repeat-y;
	background-position: top right;
	z-index:9999;
}

.termspage a {
	font-weight: 400;
}

.termspage a:link {
	color: #0CB6BB;
}

.termspage a:hover {
	color: #0c9a9e;
}

.termspage a:visited {
	color: #0CB6BB;
}

.termspage a:active {
	color: #0c9a9e;
}

h1 {
	font-weight: 200;
	font-size: 46px;
	text-align: center;
	color: #233b53;
	padding-left: 10px;
	padding-right: 10px;
}

h2 {
	font-weight: 200;
	font-size: 41px;
	color: #233b53;
}

h3 {
	font-weight: 200;
	font-size: 36px;
	text-align: center;
}

h4 {
	font-size: 1.2rem;
}

hr {
	color:#707070;
	opacity: 0.6;
	margin:20px 0 40px;
	height:2px;
	border:none;
	background-color:#707070;
}

header {
	text-align: center;
	margin-top: 76px;
	margin-bottom: 46px;
}

header img {
	width: 73px;
	image-rendering : -webkit-optimize-contrast
	image-rendering : optimizeQuality;
	opacity: 0.4;
}

footer {
	height:50px;
	position:relative;
/*	left:0;
	right:0;
	bottom:0;*/
}

footer div {
	position: absolute;
	bottom:20px;
	left:0;
	right:0;
	text-align: center;
}

footer img {
	/* height:14px; */
}

@media only screen and (min-width:1025px) {

	header {
		margin-top: 60px;
		margin-bottom: 36px;
	}

	h1 {
		font-size: 46px;
	}

	h2 {
		font-size: 37px;
	}
}

@media only screen and (min-width:481px) and (max-width:1024px) {

	header {
		margin-top: 50px;
		margin-bottom: 26px;
	}

	h1 {
		font-size: 34px;
		padding-left: 0;
		padding-right: 0;
	}

	h2 {
		font-size: 27px;
	}

}

@media only screen and (max-width:480px) {

	section#raingauge {
		display:none;
	}

	header {
		margin-top: 20px;
		margin-bottom: 16px;
	}

	h1 {
		font-size: 26px;
		padding-left: 0;
		padding-right: 0;
	}

	h2 {
		font-size: 20px;
	}
}

.foreground {
	z-index: 10;
}

.foreground.widgetpage p {
	margin-bottom: 2rem;
}

span.numero {
	padding: 14px 22px;
	border-radius: 50%;
	line-height: 32px;
	background-color: #604D8D;
	color: #fff;
	margin-right: 28px;
}

input#mycp {
	width:94px;
	display: inline;
	float: right;
    box-shadow: 2px 2px 4px rgba(0,0,0,0.2);
}

a#soon {
	background-color: #604d8d;
	color: #ffffff;
	border: 1px solid #604d8d;
	display: inline-block;
	margin: 0 auto;
	padding: 10px 30px;
	font-size: 28px;
	font-weight: 300;
}


div#infolinks p {
	text-align: center;
	margin-bottom: 1rem;
}

div#infolinks p a {
	color: #604d8d;
	font-size: 19px;
}

div#infolinks p a i {
	vertical-align: middle;
}

.fa-2x {
	font-size: 1.6em;
}

select#widgetsize {
	width:160px;
	display: inline;
	float: right;
	box-shadow: 2px 2px 4px rgba(0,0,0,0.2);
	font-size:17px;
}

textarea#embedcode {
	display: inline !important;
	vertical-align: top;
	height:150px;
	box-shadow: 2px 2px 4px rgba(0,0,0,0.2);
	font-size: 14px;
}

.btn-success {
	color: #fff;
	background-color: #0CB6BB;
	border-color: #0CB6BB;
}

a#embedbutton {
	padding: 16px 20px 21px;
	font-size:19px;
}

.btn-success:hover {
	color: #fff;
	background-color: #0c9a9e;
	border-color: #0c9a9e;
}

a#embedbutton:active {
	background-color: #0c9a9e;
	border-color: #0c9a9e;
}

span#preview {
	display: inline-block;
	width:302px;
	height:252px;
	background-color: #333;
	vertical-align: top;
	border:1px solid #666;
	box-sizing:border-box;
	background-image: url('/img/nopreview.png');
	background-position: center center;
	background-size:contain;
	background-repeat:no-repeat;
}

#swatch {
	display: inline-block;
	height: 38px;
	width: 39px;
	background-color: #f8f6f3;
	vertical-align: middle;
	border-radius: 5px;
	border: 1px solid #bbb;
	float: right;
	margin-right: 5px;
	box-shadow: 2px 2px 4px rgba(0,0,0,0.2);
}

div#preview-holder {
	padding-left:32px
}

br.invisibreak {
	display: none;
}

p#intro {
	font-size:18px;
	color:#000f2d;
	text-align:center;
	margin:30px 0;
}

@media only screen and (min-width:741px) and (max-width:1024px) {
	body {
		font-size: 19px;
	}

	h3 {
		font-size: 32px;
	}

	span.numero {
		padding: 12px 18px;
		margin-right: 16px;
	}

	.foreground p {
		margin-bottom: 2.3rem;
	}

	a#embedbutton {
	    padding: 10px 14px 11px;
	}

	br.invisibreak {
		display: block;
	}

	span.separator {
		display: block;
		margin: 12px 0;
		height: 32px;
	}

}


@media only screen and (max-width:740px) {
	body {
		font-size: 17px;
	}

	h3 {
		font-size: 26px;
	}

	span.numero {
		padding: 12px 18px;
		margin-right: 16px;
	}

	.foreground p {
		margin-bottom: 2rem;
	}

	a#embedbutton {
	    padding: 10px 14px 11px;
	}

	br.invisibreak {
		display: block;
	}

	span.blockify {
		display: block;
		margin-bottom:10px;
	}

	textarea#embedcode {
		float: none;
		width:100%;
	}

	div#preview-holder {
		padding-left:15px;
	}

	section {
		margin-bottom:30px;
	}

	footer {
		position:relative;
		height:50px;
	}

	footer div {
		text-align: center;
		margin-top: 20px !important;
	}

	footer img {
		height:14px;
	}

}

@media only screen and (max-width:480px) {
	span.separator {
		display: block;
		margin: 12px 0;
		height: 32px;
	}

	section {
		margin-bottom:30px;
	}

	footer {
		position:relative;
		height:50px;
	}

	footer div {
		position: relative;
		bottom:5%;
		left:0;
		right:0;
		text-align: center;
	}

	footer img {
		height:14px;
	}


}
