@font-face {
	font-family: 'quicksandbold';
	src: local('Quicksand Bold'),
	     url('https://momou.ch/fonts/quicksand-bold.woff2?v=231207') format('woff2'),
	     url('https://momou.ch/fonts/quicksand-bold.woff?v=231207') format('woff'),
	     url('https://momou.ch/fonts/quicksand-bold.ttf?v=231207') format('truetype');
	font-style: normal;
	font-weight: normal;
	font-display: swap;
}
@font-face {
	font-family: 'kimshand';
	src: url('https://momou.ch/fonts/khand.woff2?v=231207') format('woff2'),
	     url('https://momou.ch/fonts/khand.woff?v=231207') format('woff'),
	     url('https://momou.ch/fonts/khand.ttf?v=231207') format('truetype'),
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

/* css minimal reset from http://css-wiki.com/css3/css-reset */
body{margin:0}blockquote,dd,figure{margin-right:0;margin-left:0}fieldset{padding-right:0;padding-left:0}nav ol,nav ul{list-style:none;margin:0;padding:0}address,article,aside,audio,blockquote,canvas,del,div,dl,fieldset,figcaption,figure,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,li,ol,p,pre,section,table,td,tfoot,th,ul,video{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}table{border-collapse:collapse;border-spacing:0}th{text-align:left}td,th{vertical-align:baseline}hr{height:1px;background-color:#fff;border-width:1px 0 0;border-style:solid none none;border-color:#ccc}button,input,optgroup,select,textarea{font-family:inherit;font-size:inherit}button,input[type=button],input[type=color],input[type=email],input[type=password],input[type=reset],input[type=search],input[type=submit],input[type=tel],input[type=text],input[type=url],textarea{-webkit-border-radius:0;border-radius:0;background-image:url()}

body {
	-webkit-animation: pulse 20s infinite alternate;
	-o-animation: pulse 20s infinite alternate;
	-ms-animation: pulse 20s infinite alternate;
	-moz-animation: pulse 20s infinite alternate;
	animation: pulse 20s infinite alternate;
	background-color: #036fd7;
	font-family: 'quicksandbold', sans-serif;
	color: #f5f7fa;
	font-size: 1.1rem;
}
section {
	position: absolute;
	text-align: center;
	top: 50%;
	left: 50%;
	margin-right: -50%;
	transform: translate(-50%, -50%);
}
.highlight {
	color: white;
	font-size: 105%;
}
a {
	color: #f5f7fa;
	transition: all .2s ease;
	text-decoration: none;
}

a:hover, a:focus {
	opacity: .7;
	transition: all .2s ease;
	text-decoration: none;
}
h1 {
	font-size: 6em;
	text-align: center;
	margin: .1em 0;
}

ul {
	padding: 0;
	margin: 0 auto;
	text-align: center;
}

li {
	display: inline;
	padding: 0 .4rem;
	font-size: 1.2rem;
}
input[type=submit] {
	padding: 7px 10px;
	border-radius: 7px;
	text-shadow: none;
	background: #151B54;
	color: #fff;
	box-shadow: 0 2px 3px rgba(255,255,255,.8) inset;
	margin: 0 0 20px 0;
}
input[type=submit]:hover,
input[type=submit]:focus {
	background: #0020C2;
	cursor: pointer;
}
label {
	display: inline-block;
	margin: 10px 0 5px 0;
} 
input[type=text],
input[type=tel],
input[type=email],
textarea {
	width: 250px;
	border-radius: 7px;
	padding: 7px;
	border: #fff 1px solid;
}
input[type=text]:focus,
input[type=tel]:focus,
input[type=email]:focus,
textarea:focus {
	border: #151B54 1px solid;
	background: #eee;
}
footer {
	font-size: 0.8rem;
	color: #f5f7fa;
	position: fixed;
	bottom: 10px;
	text-align: center;
	width: 100%;
}
footer .wrap {
	margin: 10px auto;
	width: 30%;
}

.postit-wrap {
	margin: 0 30px 10px 10px;    
	-moz-transform: rotate(8deg);
	-webkit-transform: rotate(8deg);
	-o-transform: rotate(8deg);
	-ms-transform: rotate(8deg);
	transform: rotate(8deg);
	font-family: 'kimshand', sans-serif;
	font-size: 22px;
}
.postit { 
	color: #424242;
	text-align:center;     
	width: 240px;    
	min-height:220px;
	max-height:220px;
	padding: 50px 15px 15px 15px;
	position:relative;   
	display:inline-block;
	float: right;
	background: #ffff88; /* Old browsers */
	background: -moz-linear-gradient(135deg, #ffff88 81%, #ffff88 82%, #ffff88 82%, #ffffc6 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right bottom, color-stop(81%,#ffff88), color-stop(82%,#ffff88), color-stop(82%,#ffff88), color-stop(100%,#ffffc6)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(135deg, #ffff88 81%,#ffff88 82%,#ffff88 82%,#ffffc6 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(135deg, #ffff88 81%,#ffff88 82%,#ffff88 82%,#ffffc6 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(135deg, #ffff88 81%,#ffff88 82%,#ffff88 82%,#ffffc6 100%); /* IE10+ */
	background: linear-gradient(135deg, #ffff88 81%,#ffff88 82%,#ffff88 82%,#ffffc6 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffff88', endColorstr='#ffffc6',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}
.postit a,
.postit a:hover {
	color: #424242;
}
.postit .smallgrey {
	font-size: 15px;
	color: grey;
}

.postit:after {     
	content: "";
	position: absolute;
	z-index: -1;
	right: 5px;
	bottom: 20px;
	width: 200px;
	height: 25px;
	background: rgba(0, 0, 0, 0.2);
	box-shadow: 3px 20px 10px rgba(0, 0, 0, 0.60);
	-moz-transform: rotate(8deg);
	-webkit-transform: rotate(8deg);
	-o-transform: rotate(8deg);
	-ms-transform: rotate(8deg);
	 transform: rotate(8deg);
}
.postit2-wrap {
	margin: 0 30px 10px 10px;    
	-moz-transform: rotate(357deg);
	-webkit-transform: rotate(357deg);
	-o-transform: rotate(357deg);
	-ms-transform: rotate(357deg);
	transform: rotate(357deg);
	font-family: 'kimshand', sans-serif;
	font-size: 22px;
	position: absolute;
	bottom: 50px;
	right: 30px;
}
.postit2 { 
	color: #424242;
	text-align:center;     
	width: 220px;    
	min-height:200px;
	max-height:200px;
	padding: 50px 15px 15px 15px;
	position:relative;   
	display:inline-block;
	float: right;
	background: #39ff14; /* Old browsers */
	background: -moz-linear-gradient(215deg, #39ff14 81%, #39ff14 82%, #39ff14 82%, #7eff65 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right bottom, color-stop(81%,#39ff14), color-stop(82%,#39ff14), color-stop(82%,#39ff14), color-stop(100%,#7eff65)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(215deg, #39ff14 81%,#39ff14 82%,#39ff14 82%,#7eff65 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(215deg, #39ff14 81%,#39ff14 82%,#39ff14 82%,#7eff65 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(215deg, #39ff14 81%,#39ff14 82%,#39ff14 82%,#7eff65 100%); /* IE10+ */
	background: linear-gradient(215deg, #39ff14 81%,#39ff14 82%,#39ff14 82%,#7eff65 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#39ff14', endColorstr='#7eff65',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
	background: linear-gradient(215deg, #39ff14 81%,#39ff14 82%,#39ff14 82%, #7eff65 100% ); /* W3C */

}
.postit2 a,
.postit2 a:hover {
	color: #424242;
}

.postit2:after {     
	content: "";
	position: absolute;
	z-index: -1;
	left: 0;
	bottom:17px;
	width:200px;
	height: 25px;
	background: rgba(0, 0, 0, 0.2);
	box-shadow: 3px 20px 7px rgba(0, 0, 0, 0.50);
	-moz-transform: rotate(357deg);
	-webkit-transform: rotate(357deg);
	-o-transform: rotate(357deg);
	-ms-transform: rotate(357deg);
	transform: rotate(357deg);
}
.postit2 .smallgrey {
	font-family: 'quicksandbold', sans-serif;
	padding-top: 10px;
}
.small {
	font-size: small;
}
.underline {
  text-decoration: underline;
}
#private li {
	vertical-align: top;
}
.contactform-page section,
.contact-page section {
	top: auto;
	left: auto;
	margin: 0 auto;
	transform: none;
	position: relative;
}
.contactform-page .contact {
	width: 300px;
	text-align: left;
}
.contactform-page #contactform {
	text-align: left;
}
.contactform-page .alert {
	display: block;
	color: red;
	padding: 10px;
	border: 1px solid red;
	background: rgba( 255, 255, 255, .8 );
	text-align: center;
}
.contactform-page .notify {
	display: block;
	color: #151B54;
	background: rgba( 255, 255, 255, .8 );
	padding: 10px;
	border: 1px solid #151B54;
	text-align: center;
	margin: 0 0 0 20px;
}
.contact-page .contact {
  text-align: left;
	width: 400px;
	max-width: 100%;
}
.contact-page .contact p {
	line-height: 2;
}
.contact-option {
  white-space: nowrap;
  position: relative;
  top: 5px;
  font-size: 200%;
}
.donate-page .donate {
	text-align: left;
	width: 600px;
	max-width: 100%;
}
.donate-page section {
	top: auto;
	left: auto;
	margin: 0 auto;
	transform: none;
	position: relative;
}
.donate-page .donate a.donate {
	text-decoration: underline;
}
.donate-page ul {
	text-align: left;
}
.donate-page ul li {
	display: list-item;
	padding: 1rem 0;
}
.donate-page li span {
	font-size: .9rem;
}
.donate-page img {
	text-align: center;
}
.donate-page pre {
	font-size: 20px;
}
.donate-page .qrcode {
	display: block;
	margin: 10px auto;
}
.donate-page .userselect {
	user-select: all;
	font-size: 20px;
}

.donate-page .block {
	display: block;
}
.dns-page section {
	position: relative;
	margin: 0 auto;
	top: 0;
	left: 0;
	transform: none;
}
.dns-page .dns {
	text-align: left;
	max-width: 100%;
	width: 440px;
}
.dns-page .dns ul {
	text-align: left;
}
.dns-page .dns ul li {
	text-align: left;
	list-style-type: disc;
	margin: 20px 0 0 10px;
	display: list-item;
}
.dns-page .dns a {
	text-decoration: underline;
}
.dns-page .fade {
	opacity: .8;
}
.dns-page h3 {
	padding: 20px 0 0 0;
}
.dns-page .mono {
	font-family: monospace;
}
.dns-page li .mono {
	margin: 10px 0 0 0;
	font-size: 1rem;
	display: block;
}
.dns-page section {
	position: relative;
	margin: 0 auto;
	top: 0;
	left: 0;
	transform: none;
}
.dns-page .dns {
	text-align: left;
	max-width: 100%;
	width: 440px;
}
.dns-page .dns ul {
	text-align: left;
}
.dns-page .dns ul li {
	text-align: left;
	list-style-type: disc;
	margin: 20px 0 0 10px;
	display: list-item;
}
.dns-page .dns a {
	text-decoration: underline;
}
.dns-page .fade {
	opacity: .8;
}
.dns-page h3 {
	padding: 20px 0 0 0;
}
.dns-page .mono {
	font-family: monospace;
}
.dns-page li .mono {
	margin: 10px 0 0 0;
	font-size: 1rem;
	display: block;
}
.vpn-page .vpn {
	text-align: left;
	width: 400px;
}
.vpn-page .vpn a.download {
	text-decoration: underline;
}
.vpn-page ol li {
	list-style-type: decimal;
	display: list-item;
	padding: 0 0 .5rem 0;
}
.vpn-page li span {
	font-size: .9rem;
}
.vpn-download-page .vpn {
	text-align: left;
	width: 400px;
}
.vpn-download-page .vpn 
	a.download {
	text-decoration: underline;
}
.vpn-download-page ol li {
	list-style-type: decimal;
	display: list-item;
}
.vpn-download-page .profiles {
	text-align: left;
	padding: .5rem 0 0 1rem;
}
.vpn-download-page .profiles span {
	font-size: .9rem;
}
.vpn-download-page .profiles li {
	list-style: disc;
}
.vpn-download-page li {
	display: list-item;
	padding: 0 0 .5rem 0;
}
.dns-url {
	border: 1px solid #fff;
	padding: 2px;
	user-select: all;
}
.userselect {
	user-select: all;
}
.status-icon {
	margin-right: 2px;
}
.dnsconfig,
.mailconfig {
  width: 440px;
  max-width: 100%;
  text-align: left;
}
.recommended-browsers * {
	user-select: text;
}
.recommended-browsers section {
	top: auto;
	left: auto;
	margin: 0 auto;
	transform: none;
	position: relative;
}
.recommended-browsers .browser-img {
	max-height: 60px;
	margin-bottom: 20px;
}
.recommended-browsers .footer {
	font-size: 90%;
	text-align: center;
}
.recommended-browsers .browser-info {
	margin-bottom: 50px;
}
.recommended-browser .userselect {
	user-select: all;
}
.peterh {
  position: fixed;
  bottom: 50px;
  left: 5%;
  font-size: 14px;
  color: transparent;
}
@-webkit-keyframes pulse {
      0% {background-color: #036fd7;}
     25% {background-color: #355cab;}
     50% {background-color: #4a93b3;}
     75% {background-color: #5350f1;}
     100% {background-color: #3975e3;}
}
@-o-keyframes pulse {
      0% {background-color: #036fd7;}
     25% {background-color: #355cab;}
     50% {background-color: #4a93b3;}
     75% {background-color: #5350f1;}
     100% {background-color: #3975e3;}
}
@-ms-keyframes pulse {
      0% {background-color: #036fd7;}
     25% {background-color: #355cab;}
     50% {background-color: #4a93b3;}
     75% {background-color: #5350f1;}
     100% {background-color: #3975e3;}
}
@-moz-keyframes pulse {
      0% {background-color: #036fd7;}
     25% {background-color: #355cab;}
     50% {background-color: #4a93b3;}
     75% {background-color: #5350f1;}
     100% {background-color: #3975e3;}
}
@keyframes pulse {
      0% {background-color: #036fd7;}
     25% {background-color: #355cab;}
     50% {background-color: #4a93b3;}
     75% {background-color: #5350f1;}
     100% {background-color: #3975e3;}
}

@media only screen and (max-width: 1050px) {
	.postit-wrap {
		height: 160px;
	}
	.postit-wrap br {
	  font-size: 10px;
	}
	.postit,
	.postit2 {
		margin: -10px 20px 10px 10px;
		width: 170px;    
		min-height: 150px;
		max-height: 150px;
		font-size: 18px;
	}
	.postit2 {
		padding: 20px 15px 15px 15px;
	}
	.postit2:after,
	.postit:after {     
		width:150px;
	}
	.postit span {
		display: none;
	}
	.postit2 span {
		padding-top: 0;
	}
}

@media only screen and (max-width: 500px) {
	.postit2-wrap {
		position: static;
		margin-top: 50px;
		bottom: none;
		left: 40px;
	}
	h1 {
		font-size: 3rem;
		word-wrap: break-word;
		padding: 0;
		text-align: left;
	}
	.index-title {
			padding: 0 20px;
	}
	ul {
		padding: 0 1.6rem;
		text-align: left;
	}
	
	li {
		display: block;
		font-size: 1rem;
		padding: .5rem 0;
	}
	section {
		position: relative;
		padding: 0 20px;
		margin: 0;
		top: 0;
		left: 0;
		transform: none;
		max-width: 100%;
	}
	footer  {
		margin-top: 220px;
		position: relative;
	}
	footer .wrap {
		margin: 10px auto;
		width: 100%;
	}

}

