
/* * * * General * * * */

* {
	font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
	font-size: 14px;
	box-sizing: border-box;
}

html,
body {
	height: 100vh;
	width: 100vw;
	overflow: hidden;
	margin: 0;
}

body {
	background-color: black;
	overflow: hidden;
}

.colour-white {
	color: #FFF;
}

.page-content {
	
}

.page-content .page-heading {
	width: calc(60%);
	margin-top: 10%;
	color: #DDD;
	text-align: center;
}
.page-heading .page-title {
	font-size: 72px;
}
.page-heading .page-subtitle {
	font-size: 16px;
}

.gigachad-image {
	position: fixed;
	bottom: 0px;
	right: 0px;
	max-width: 100vw;
	max-height: 100vh;
	z-index: 10;
}

/*_ _ _ _ End of general _ _ _ _*/

/* * * * Home * * * */

.contact-form {
	
}

/*_ _ _ _ End of home _ _ _ _*/

/* * * * Bees * * * */

.vBee {
	position: absolute;
	z-index: 9;
	background-image: url("beepepe.gif");
	background-size: contain;
	background-repeat: no-repeat;
}
.vBee.flip {
	transform: scaleX(-1);
}

/*_ _ _ _ End of bees _ _ _ _*/

@media (max-width: 800px) {
	
	.page-content .page-heading {
		width: 100%;
	}
	
}

@media (max-width: 400px) {
	
	.page-content .page-heading .page-title {
		font-size: 40px;
	}
	
}
