html {
	font-family: 'Acme', sans-serif;
	color: white;
	background-color: #9e9e9e;
	background: linear-gradient(rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0.9) ), url('images/snow.jpg');
	background-size: cover;
	font-size: 1.2em;
}

footer {
	font-family: 'Lacquer', sans-serif;
	text-align: center;
	margin-top: 150px;
}

h1 {
	background: -webkit-linear-gradient(rgb(94,0,255), rgb(226,35,35));
	-webkit-background-clip: text;
	background-clip: text;
	font-weight: 100;
	-webkit-text-fill-color: transparent;
	-webkit-text-stroke: 1px rgb(200,140,255);
}

.flex-container {
	display: flex;
	flex-flow: row wrap;
	justify-content: space-around;
	max-width: 900px;
	margin: auto;
}

.flex-item {
	width: auto;
	height: auto;
}

.title {
	font-family: 'Lacquer', sans-serif;
	color: white;
	font-size: 3.5em;
}

.title-site {
	font-family: 'Lacquer', sans-serif;
	color: white;
	font-size: 6em;
}

.center-text {
	text-align: center;
}

.best-still {
	width:auto;
	height:600px;
	border: 5px solid;
	border-image: linear-gradient(45deg, rgb(94,0,255), rgb(226,35,35)) 1;
}

.indent {
	padding-left: 20px;
}

.left-border-highlight {
	border-left: 5px solid;
	border-image: linear-gradient(45deg, rgb(0, 222, 204), rgb(166, 255, 0)) 1;
}

.random-colour {
	background: -webkit-linear-gradient(rgb(0,222,204), rgb(166, 255, 0));
	-webkit-background-clip: text;
	background-clip: text;
	font-weight: 100;
	-webkit-text-fill-color: transparent;
}

.no-margin-top {
	margin-top: 0;
}
.no-margin-bottom {
	margin-bottom: 0;
}

@media only screen and (max-width: 768px) {
  html {
    	font-size: 0.7em;
  }
  	.best-still {
		width:auto;
		height: 280px;
		border: 5px solid;
		border-image: linear-gradient(45deg, rgb(94,0,255), rgb(226,35,35)) 1;
	}
	.title-site {
		font-family: 'Lacquer', sans-serif;
		color: white;
		font-size: 4em;
	}
}

@media only screen and (max-width: 320px) {
	html {
		font-size: 0.6em;
	}
  	.best-still {
		width:auto;
		height: 190px;
		border: 5px solid;
		border-image: linear-gradient(45deg, rgb(94,0,255), rgb(226,35,35)) 1;
	}
	.title-site {
		font-family: 'Lacquer', sans-serif;
		color: white;
		font-size: 4em;
	}
}