body {
	font-family: 'Montserrat',serif;
}

.section {
	background-color: white;
	margin-bottom: 20px;
}

.extraBottomPadding {
	margin-bottom: 50px;
}

.fakeTopBar {
	position: absolute;
	top: 0;
	background-color: white;
	width: 100%;
	height: 70px;
}

.container-fluid {
	margin-right: auto;
	margin-left: auto;
	max-width: 1090px;
	background-color: white;
}

.banner {
	background-color: white;
}

.logo {
	font-size: 32px;
	font-weight: 900;
	padding-top: 14px;
	display: inline;
	height: 70px;
	float: left;
}

.menu {
	text-align: right;
	line-height: 70px;
	font-size: 21px;
	display: inline;
	float: right;
}

.cta {
	float: right;
	clear: both;
	background-color: red;
	text-align: center;
	color: white;
	width: 140px;
}

.cta a {
	color: white;
}

.darkBackground {
	background-color: #efefef;
}


.sectionTitle {
	margin-top: 60px;
	font-size: 21px;
	color: red;
	font-weight: bold;
}

.sectionTitle.right {
	text-align: right;
}

span.name {
	font-weight: bold;
}

h1.large {
	font-size: 60px;
	margin-bottom: 20px;
}

.payload {
	padding-top: 20px;
	padding-bottom: 40px;
}

.payload p {
	font-size: 18px;
}

.nopaddingLeft {
	padding-left: 0!important;
}

.topPadding {
	padding-top: 20px;
}

.avatar {
	width: 200px;
	height: 200px;
	border-radius: 50%;
}

.avatar.white {
	border: 4px solid #ffffff;
}

.item {
	color: #bbb; 
	padding-right: 20px;
}

.apps {
	margin-top: 30px;
	margin-bottom: 30px;
	text-align: center;
}

.app {
	font-size: 32px;
	margin-bottom: 40px;
}

.appIcon {
	height: 100px;
	width: 100px;
	display: block;
	margin: 20px auto;
}

a.appLink {
	font-weight: bold;
    text-decoration: underline;
    font-size: 16px;
}

#footer {
	margin-bottom: 0;
	padding-bottom: 0;
	font-size: 11px;
	color: black;
	height: 45px;
}

#footer > p {
	line-height: 45px;
	text-align: center;
	margin-bottom: 0;
	padding-bottom: 0;
}

@media screen and (max-width: 635px) {
  .menu { float: left; }
}

@media screen and (max-width: 457px) {
  .menu { display: none; }
  .fakeTopBar { display: none; }
}
