* { margin: 0; padding: 0; }

body {
	background-color: rgb(242, 242, 242);
	color: rgb(72, 56, 56);
    font-family: "Avenir Next", Avenir, sans-serif;
}

a {
	color: inherit;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

h1 {
	font-size: 32px;
	font-weight: 500;
}

h2 {
	font-size: 20px;
	font-weight: 500;
}

h3 {
    color: var(--primary-color);
    font-size: 40px;
    font-weight: lighter;
    padding: 40px 0px 10px 0px;
}

h4 {
	font-size: 16px;
	font-weight: normal;
	font-style: italic;
    padding-top: 10px;
}

p {
	font-size: 16px;
	font-weight: normal;
	padding-top: 10px;
	padding-bottom: 10px;
	clear: left;
}

nav {
	background-color: rgb(71, 56, 56);
	height: 55px;
	padding: 0 5px 0 5px;
	margin-bottom: 20px;
	display: flex;
	align-items: center;
}

nav a, nav a:hover {
	display: inline-block;
	text-decoration: none;
}

nav img {
	display: block;
}

nav span {
	color: white;
	font-size: 30px;
	font-weight: 200;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
}

.nav-title {
	padding-top: 10px;
}

header {
    text-align: center;
    padding-bottom: 50px;
}

header h1 {
    font-size: 80px;
    font-weight: lighter;
    padding: 20px 0px;
}

header h2 {
    font-size: 24px;
    font-weight: lighter;
    padding-bottom: 50px;
}

main {
    margin-bottom: 100px;
}

.single-column {
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

.flex {
	display: flex;
}

video {
    display: block;
    margin-left: auto;
    margin-right: auto;
    padding: 40px;
}

.copyright {
    font-size: 16px;
    font-weight: 500;
}

/* Main */

.main-sidebar {
	flex: 0 0 250px;
	margin-top: 50px;
	text-align: center;
}

.main-content {
	margin-right: 50px;
}

.logo-frame {
	margin-left: -115px;
	transition: transform 2s ease-in-out;
}

.logo-frame:hover {
	transform: rotate(180deg);
}

.logo-title {
	color: rgb(71, 56, 56);
	font-size: 40px;
	font-weight: 200;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
}

.main-app {
	display: flex;
	padding-top: 50px;
}

img.appicon {
    margin-right: 10px;
    float: left;
}

a.appstore {
	color: rgb(191, 33, 54);
	font-size: 26px;
	font-weight: normal;
}

/* Apps */

.app-logo { padding: 20px; }

.appstore-button {
    display: block;
    margin-left: auto;
    margin-right: auto;
    padding: 10px;
}

.app-screenshot {
    border-radius: 25px;
    margin-left: auto;
    margin-right: auto;
    padding: 20px;
    max-width: 800px;
}

footer {
    position: fixed;
    bottom: 0;
    background-color: rgb(71, 56, 56);
    color: white;
    padding: 0px 20px;
    width: 100%;
}

.app-contact {
    font-size: 20px;
    font-weight: 300;
    padding-bottom: 0px
}

#download {
	margin-top: 40px;
}

.download {
	background-color: rgb(205, 0, 20);
	border-radius: 4px;
	font-size: 16px;
	color: white;
	padding: 13px 23px;
}

.requirements {
	font-size: 12px;
	font-weight: 500;
	padding-top: 20px;
}

/* PocketPacket */

.pocketpacket-sidebar {
	flex: 0 0 400px;
	margin-top: 50px;
	text-align: center;
}

.pocketpacket-screenshot {
	width: 280px;
	height: 498px;
	border-radius: 21px;
	border-top: 60px solid #333;
	border-bottom: 60px solid #333;
	border-left: 10px solid #333;
	border-right: 10px solid #333;
	margin-right: 20px;
}

.pocketpacket-content {
	margin-right: 50px;
}
