html body{
	background: url(img/lessthan3coverphotos_bg_colour.png) no-repeat center center fixed; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

.calistoga-regular {
  font-family: "Calistoga", serif;
  font-weight: 400;
  font-style: normal;
}

.archivo-black-regular {
  font-family: "Archivo Black", sans-serif;
  font-weight: 200;
  font-style: normal;
}

.inter-tight- {
  font-family: "Inter Tight", sans-serif;
  font-optical-sizing: auto;
  font-weight: <800>;
  font-style: normal;
}

p {
	font-family: 'Calistoga', serif;
	font-weight: 200;
	font-size: 20pt;
	letter-spacing: 1.5px;
  	line-height: 1.6;
	color: white;
}

/*Footer*/
h2 {
	font-family: 'infini-italique', sans-serif;
	font-size: 12pt;
	color: white;
}

a {
	font-family: 'Inter Tight', sans-serif;
	font-weight: 800;
	font-size: 19pt;
	letter-spacing: 1px;
	color:  rgba(255, 228, 69, 1);
	text-decoration: none;
}

/* visited link */
a:visited {
	color:  rgba(255, 228, 69, 1);
}

a :hover{
	opacity: 0.5;
}

.logo {
	width: 50px;
	float: left;
	padding-top: 22px;
	padding-left: 50px;
}

#Topnav {
	background-color: rgba(100, 10, 10, .70);
	width: 100%;
	height: 50px;
	top: -15px;
}

.fa {
	padding: 25px;
	font-size: 25pt;
}

#Container {
	width: 100%;
	min-height: 75px;
	margin: 0px auto;
	padding-top: 2%;
	padding-bottom: 2%;
}

#Onecolumn {
	width: 60%;	
	min-width: 350px;
	background-color: rgba(185, 28, 139, 1);
	margin: 0px auto;
	padding: 5%;
}

#OnecolumnVideo {
	width: 70%;	
	margin: 0px auto;
	padding: 5%;
}

#Bottomnav {
	height: 50px;
	padding: 5%;
}