html {
	background: url("../images/gctwo-clouds-bkg.jpg") no-repeat center center;
	background-size: cover;
	min-height:100vh;
} 

body {
	font-family: "private-sans-web",sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 1em;
	background: rgba(255, 255, 255, 0.0);
}

b {
	font-family: "private-sans-web",sans-serif;
	font-style: normal;
	font-weight: 700;
	font-size: 1em;
}
A:link {text-decoration: none; color:#000}
A:visited {text-decoration: none; color:#000}
A:active {text-decoration: none; color:#30f}
A:hover {text-decoration: none; color: #80f}

#pov-card {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

h1,h2,h3,h4,h5,h6 {
font-family: bree, sans-serif;
font-weight: 700;
font-style: normal;
}