header {
	background-color: rgba(0,0,0,0);
}
main {
	margin-top: -56px;
}
.secure-screen-section {
	background-color: #a8e0b9;
	/*background-image: url('../images/liftim_back.jpg');
	background-size: cover;*/
	min-height: 600px;
	padding-top: 56px;
	padding: 20px;
	color: black;
}
@media screen and (min-width: 1010px) {
	.secure-screen-section {
		background-image: url('../../images/securescreenusingimgen.png');
		background-size: 300px;
		background-repeat: no-repeat;
		background-position: right bottom;
	}
}
.secure-screen-section h1 {
	margin-top: 120px;
	line-height: normal;
	padding-top: 50px;
	font-size: 32pt;
}
.secure-screen-section .liftim-logo {
	font-size: 20pt;
	line-height: normal;
}
.secure-screen-section .secure-icon {
	height: 48px;
	width: auto;
}
.secure-screen-section .actions {
	padding: 10px;
	padding-top: 20px;
}
.secure-screen-section .secure-image {
	display: block;
	margin-left: auto;
	width: 300px;
	max-width: 100%;
}
@media screen and (min-width: 1010px) {
	.secure-screen-section .secure-image {
		display: none;
	}
}
.actions .mdl-button {
	margin: 4px;
}
.secure-screen-section-main .platform-message {
	text-shadow:
		0 0 25px #000,
		0 0 20px #000,
		0 0 0.40px #000;
}
.links-section .mdl-grid {
	padding: 0;
	color: white;
}
.links-section .mdl-cell {
	margin: 0;
	padding: 0;
	color: white;
}
.links-section .link {
	text-decoration: none;
	color: white;
	clear: both;
	width: 100%;
	padding: 10px;
	height: 48px;
	cursor: pointer;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.links-section .link img {
	height: 48px;
}
.google-paly-badge {
	margin-top: 4px;
	height: 64px;
}
.introduction-section {
	background-image: url('../../images/keyboard.jpg');
	color: white;
	background-color: #000;
	background-size: cover;
	padding: 20px;
	margin: 0;
}
.introduction-section h1 {
	font-size: 28pt;
}
