/* ┏━━━┓╱╱╱╱╱┏┓╱╱┏┓╱╱╱╱╱┏┓╱╱   
   ┃┏━┓┃╱╱╱╱╱┃┃╱╱┃┃╱╱╱╱╱┃┃╱╱╱  
   ┃┗━┛┣┓┏┳━━┫┃┏┓┃┃╱╱┏━━┫┗━┳━━┓
   ┃┏━━┫┃┃┃┏┓┃┗┛┃┃┃╱┏┫┏┓┃┏┓┃━━┫
   ┃┃╱╱┃┗┛┃┃┃┃┏┓┃┃┗━┛┃┏┓┃┗┛┣━━┃
   ┗┛╱╱┗━━┻┛┗┻┛┗┛┗━━━┻┛┗┻━━┻━━┛
    ━━━━━━━━━━━━━━━━━━━━━━━━━━ */

@font-face {
  font-family: 'Montserrat';
  font-weight: 400;
  font-style: normal;
  src: local('Montserrat Regular'), local('Montserrat-Regular'), url('/shared/fonts/Montserrat/Montserrat-Regular.woff') format('woff');
}
@font-face {
  font-family: 'Montserrat';
  font-weight: 700;
  font-style: normal;
  src: local('Montserrat Bold'), local('Montserrat-Bold'), url('/shared/fonts/Montserrat/Montserrat-Bold.woff') format('woff');
}

body {
	background-color: #f8f8f5;
	color:#383838;
	text-align: center;
	font: 18pt 'Montserrat', Verdana, Helvetica, Arial, sans-serif;
	letter-spacing: 0.1em;
	}
	
img {
	max-width: 100%;
	}

#wrapper {
	width: 850px;
	min-width: 300px; /* iPhone 5s: 320px */
	max-width: 100%;
	align-self: center;
	display: inline-block;
	}

body.home h1 {
	text-align: center;
}
body.blog #content img {
	border-radius: 5px;
	box-shadow: 0px 5px 15px #00000066;
}
body.blog, body.privacy {
	font-size: 16pt;
	}
body.blog #wrapper, body.privacy #wrapper {
	width: 850px;
	}

a {
	color: #507575;
	font-weight: bold;
	text-decoration: underline;
	}
a:hover {
	color: #ff4678;
	}

h1, h2, h3, h4 {
	padding: 0;
	}
h1 a, h2 a, h3 a, h4 a {
	text-decoration: none;
	}
h1 {
	margin: 15px 0;
	font-size: 28pt;
	}
h2 {
	margin: 10px 0;
	font-size: 24pt;
	}
h3 {
	margin: 5px 0;
	font-size: 20pt;
	}
hr {
	display: block;
	border: 0;
	border-bottom: 6px dotted #888;
	margin: 10px 30px;
	padding: 0;
	}
.vSpace {
	display: block;
	height: 100px;
	margin: 0;
	padding: 0;
	}

.appContainer {
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
}
a.app {
	display: inline-block;
	width: 360px;
	flex-grow: 1;
	max-width: 450px;
	text-align:center;
	margin: 10px;
	padding: 20px 10px 10px 10px;
	color:#555;
	text-decoration: none;
	background: #dae0e0;
	border: 2px dashed #aaa;
    box-shadow: 0px 3px 4px #00000022;
	border-radius: 10px;
	font-weight: normal;
}
a.app:hover {
	color:#eee;
	background: #ff4678;
	border-color: #f8f8f8;
}
a.app h1, a.app h2 {
	color:#333;
}
a.app:hover h1, a.app:hover h2 {
	color:#f8f8f8;
}

		
.app img {
	margin: 0;
	height: 200px;
	width: auto;
	}
.app img.screenshot {
	max-height: 175px;
	max-width: 350px;
	border-radius: 3px;
	box-shadow: 0px 3px 5px #00000044;
}
.app .buttons {
	text-align: center;
	line-height: 1.7em;
	}


input {
	background: #383838;
	color: #eee;
	padding: 4px;
	margin: 3px;
	border: 0;
	font-size: 14px;
	border-radius: 3px;
	}

iframe {
	max-width: 100%;
	overflow:visible;
	border:0;
	}
	
@keyframes slideInFromTop {
    0% {
        transform: translateY(-100%);
    }
    100% {
        transform: translateY(0);
    }
}
#logo {
	/* animation: 0.5s ease-out 0s 1 slideInFromTop; */
	/* Chrome */
	image-rendering: crisp-edges;
	image-rendering: pixelated;
	/* Safari */
	image-rendering: -webkit-crisp-edges;
	/* Firefox */
	image-rendering: -moz-crisp-edges;
	/* Internet Explorer */
	-ms-interpolation-mode: nearest-neighbor;
	position: relative;
	top: -20px;
	margin-bottom: -40px;
	}
.tagline {
	text-align: center;
	}
.tagline strong {
	color: #FC497A;
	}
.clear {
	clear: both;
	}
.fade  { color: #999; }
.small { font-size: 15pt; }
.feed { width: 20px; height: 20px; }
.subheading { font-size: 15pt; color: #999; font-style: italic; margin:-15px 0 20px 20px; }

a.button {
	background: #e2e2e2;
	border-radius: 7px;
	font-size: 16pt;
	letter-spacing:0.05em;
	color: #444;
	padding: 3px 8px;
	margin:3px;
	text-decoration: none;
	}
a:hover.button {
	background-color: #ff4678;
	color:#eee;
	}

video {
  width: 100%;
  height: auto;
}

#header {
	margin: 10px 10px 15px 10px;
	}
	
#navigation {
	margin: 50px 0 0 0;
	padding: 10px 0px;
	}
#content { text-align: left; padding: 10px; }

#navigation a { background: #e2e2e2; color: #666; padding: 2px 17px; margin:0; text-decoration: none; border:0; }
#navigation a.nav_home { border-top-left-radius: 10px; border-bottom-left-radius: 10px; border-right: 0; }
#navigation a.nav_about { border-top-right-radius: 10px; border-bottom-right-radius: 10px; border-left: 0; }

#navigation a.current {  background: #0CDFF2; color:#444; }
#navigation a:hover { background: #ff4678; color:#eee; }

#footer { text-align: center; margin: 0; padding: 5px 10px; font-size: 16pt;}
#footer a:link, #footer a:visited {
	font-weight: normal;
	}

ul {
	text-align:left;
	}
/*
@media (max-width: 600px) {
	#header { float:none; text-align: center; }
	#navigation { margin: 0; }
	#navigation a { padding: 2px 10px; }
	}
	*/

@media (prefers-color-scheme: dark) {
	body {
		background-color: #383838;
		color:#f8f8f8;
	}
	a {
		color: #66ffff;
	}
	a.app {
		background: #444;
		color: #ccc;
		border-color: #aaa;
	}
	a.app:hover {
		color:#eee;
		background: #ff4678;
		border-color: #f8f8f8;
	}
	a.app h1, a.app h2 {
		color:#eee;
	}
	a.app:hover h1, a.app:hover h2 {
		color:#f8f8f8;
	}
}
	
@media (prefers-color-scheme: light) {
}