
html {
	margin: 0;
	padding: 0;
	/* 
	opacity: 1;
	transition: opacity 1s;
	*/
}

body {
	font-family: 'Open Sans', sans-serif;
	margin: 0;
	padding: 0;
	padding-top:30px;
}

body.privacy {
	background: #fff;
}

body.android-adjustments {
	background:#f2f3f6;
	padding: 16px;
	font-family: Avenir;
}

body.android-adjustments h1 {
	text-align: center;
}

.breadcrumb-line {
	border-bottom: 0.5px solid rgba(0,0,0,0.2);
}

#breadcrumb-nav {
	background: #fff;
	font-size: 10px;
	margin-top: -10px;
	width: 160px;
	height: 20px;
	line-height: 20px;
	font-weight: 700;
	color: #6a7786;
}

#breadcrumb-nav a {
	color: #a2b6ce;
}

section.privacy {
	max-width: 955px;
	margin: 0 auto;
	color: #333940;
	font-size: 17px;
	line-height: 25px;
	font-weight: 300;
}

.privacy h1 {
	font-size: 35px;
	font-weight: 700;
}

.privacy h2 {
	font-size: 25px;
	font-weight: 700;
	margin-top: 35px;
}

.privacy h3 {
	font-size: 20px;
	font-weight: 700;
}

.privacy a {
	color: inherit;
}

.privacy ul {
	padding-left: 15px;
}

.privacy ul li {
	padding-left: 17px;
	list-style: none;
	background-image: url(../assets/bullet-point.png);
	background-repeat: no-repeat;
	background-size: 4.5px;
	background-position: 0px 10px;
}

footer {
	background-color: #1e242c;
	min-height: 70px;
}

#footer-flex {
	display: flex;
	flex-direction: row;
	max-width: 955px;
	margin: 0 auto;
}

#footer-flex div {
	flex-grow: 1;
	flex-basis: 0;
	font-size: 10px;
	line-height: 70px;
	color: #fff;
}

footer a {
	text-transform: uppercase;
	color: #fff;
	text-decoration: none;
}

footer a:hover {
	text-decoration: underline;
}

#right {
	text-align: right;
}

.device-list {
	border-collapse:collapse;border-spacing:0;
}

.device-list td {
	border:1px black solid;
	padding:5px;
	margin:0px;
	font-size: 12pt;
}

@media only screen
	and (max-width: 900px) {
		section.privacy {
			margin: 0 30px;
		}

		footer {
			min-height: 35px;
		}

		#footer-flex {
			width: auto;
			padding: 0 30px;
			flex-wrap: wrap;
		}

		#footer-flex div {
			font-size: 8px;
			line-height: normal;
			text-align: center;
			flex-basis: auto;
			padding: 7px 0;
		}

}

@media only screen
	and (min-width: 1919px) {
		header img {
			width: 232px;
		}

		#breadcrumb-nav {
			font-size: 20px;
			margin-top: -20px;
			width: 320px;
			height: 40px;
			line-height: 40px;
		}

		section.privacy {
			max-width: 1910px;
			font-size: 35px;
			line-height: 50px;
		}

		.privacy h1 {
			font-size: 70px;
		}

		.privacy h2 {
			font-size: 50px;
			margin-top: 70px;
		}

		.privacy h3 {
			font-size: 40px;
		}

		.privacy ul {
			padding-left: 30px;
		}

		.privacy ul li {
			padding-left: 35px;
			background-size: 9px;
			background-position: 0px 20px;
		}

		footer {
			min-height: 140px;
		}

		#footer-flex {
			max-width: 1910px;
		}

		#footer-flex div {
			font-size: 20px;
			line-height: 140px;
		}
}
