﻿html {
    background-color: #f5f5f5;
    font-family: sans-serif;
    letter-spacing: 0.48px;
    color: black;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}
body {
    height:100%;
    margin: 0 auto;
}
h1 {
    font-size: 200%;
    font-weight: 400;
    margin: auto;
	margin-top: 10px;
    margin-bottom: 20px;
    text-align: center;
}
h2 {
    clear: left;
    padding-top: 0px;
    margin: auto;
    margin-top: 1em;
    margin-bottom: 10px;
    text-align: center;
}
p {
line-height: 1.3;
}
a,a:visited {
    text-decoration: none;
    font-weight:600;
    color: black;
}
a:hover {
    color: #ff2020;
}
li {
    line-height: 1.5;
}
#content {
    max-width: 600px;
    margin: 0 auto;
    padding: 0;
}

.apps {
    display: block;
    max-width: 720px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
}
.apps .app {
    margin: 0 1em 60px 1em;
    position: relative;
	text-align: center;
}
.apps .app img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
}
.apps .app .overlay {
    position: absolute;
    top: 100%;
    margin-top: -40px;
    background-color: rgba(0, 0, 0, 0.25);
    height: 40px;
    width: 100%;
	text-align: left;
}
.apps .app .caption {
	height: 0;
	position: relative;
	bottom: -5px;
	font-style: italic;
}
.apps .app .title {
    color: white;
    /*font-family: sans-serif;*/
    font-weight: 400;
    font-size: 18px;
    vertical-align: middle;
    margin-left: 10px;
    position: relative;
    top: 50%;
    transform: translate(0, -50%);
}
.menu {
    max-width: 720px;
    margin: 3em auto 0 auto;
    width: 100%;
}
.menu div {
    margin-bottom: 25px;
    position: relative;
    text-align: center;
    font-size: 20px;
}
#footer {
    margin-top: 20px;
    margin-bottom: 10px;
    text-align: center;
}
.copyright {
    opacity: 0.54;
    font-size: small;
}

.description {
	display: block;
	max-width: 720px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1em;
	width: 100%;
	text-align: center;
}
.description p {
    font-family: sans-serif;
    margin-left: 3em;
    margin-right: 3em;
    font-size: medium;
    font-weight: 100;
    text-align: center;
}
.downloads {
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
    text-align: center;
}
.downloads .download {
    margin: 5px;
    text-align: center;
    font-size: 20px;
}
    .downloads .download img {
        width: 135px;
    }
@media screen and (min-width: 800px) {
.downloads .download {
    display: inline;
}
}
#pageheader {
    position: relative;
}
    #pageheader .spacer {
        width: 100%;
        margin: 0;
        visibility: hidden;
    }
    #pageheader img.title {
        display: block;
        margin: auto;
        width: 100%;
    }
    #pageheader .overlay {
        position: absolute;
        right: 0;
        bottom: 0;
        width: 5%;
        margin-bottom: 1%;
        margin-right: 2%;
    }
        #pageheader .overlay img {
            width: 100%;
        }
#siteheader {
	position: fixed;
	top: 0;
	z-index: 1;
	width: 100%;
}
    #siteheader img.header {
        width: 100%;
    }
    #siteheader .logo {
        position: absolute;
        width: 40%;
        top: 0;
        left: 50%;
        transform: translate(-50%,30%);
    }
.likes {
	margin: 5px auto 5px auto;
	width: 200px;
}
.read-more-button {
	cursor: pointer;
	text-decoration: none;
	display: none;
}
