* {
    padding: 0px;
    border: 0px;
    margin: 0px;
    font-family: 'Numans', sans-serif;
    font-size: 14px;
}
html{
  background-color: rgb(119,136,153);
}
.inputButton {
    display: inline-block;
    color: white;
    text-decoration: none;
    font-size: 1.5em;
    font-family: arial;
    font-weight: 700;
    padding: 0.2em 1em;
    margin-left: 3px;
    border: none;
    outline: none;
    cursor: pointer;
    background-color: rgb(136,38,140);
    -webkit-border-radius: 0;
    border-radius: 0;
    background-image: none;
    -webkit-appearance: none;
    
}
.inputButton:hover {
    background-color: rgb(156,58,160);
}

header{
	position: relative;
    background-color: rgb(136,38,140);
	padding: 1em;
}
  
#hallmarklogo{
	width: 300px;
	position: absolute;
	right: 10px;
	top: 1.5em;
}

#applicationTitle{
    line-height: 2em;
    font-size: 3em;
	color: white;
}
nav{
	background-color: rgb(69,72,77);
	overflow: hidden;
	color: white;
}

#homebutton{
	float: right;
	text-align: center;
	display: block;
	padding: 0.5em 1em;
	line-height: 1.6em;
	font-size: 1em;
	transition: background-color 0.5s;
	text-decoration: none;
	color: white;
}

.video{
	margin-top: 2em;
	float: left;
	height: 18em; 
	width: 15em;
    background-color: rgb(136,38,140);
	position: relative;
	margin-left: 2em;
	transition: background-color 0.5s;
}

.video:hover{	
    background-color: rgb(156,58,160);
}

.video img{
	position: absolute;
	top: 0.5em;
	height: calc(100% - 5.4em);
	left: 0.5em;
	width: calc(100% - 1em);
}

.video .title{
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	height: 4.4em;	
	text-align: center;
	color: white;
	font-size: 1em;
	background-color: black;
	padding: 1em 0;
    box-sizing: border-box;	
}

.videoEmbed{
	height: 50vh;
	width: 100%;
}

.videoEmbed iFrame{
	height: 100%;
	width: 100%;
}

.videoInformation{
	padding: 4em 0 0 0;
	position: absolute;
	height: 20%;
	left: 0;
	right: 0;
	bottom: 4em;
}

.videoTitle{
	font-size: 1.5em;
	text-align: center;
	color: black;
	background-color: white;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 2em;
}

.videoInstructions{
	text-align: center;
	padding: 2em;
	box-sizing: border-box;
	background-color: rgb(69,72,77);
	color: white;
	position: absolute;
	top: 2em;
	bottom: 0;
	left: 0;
	right: 0;
	overflow: auto;	
}

p{
	margin: 0.5em;
	line-height: 1.65;
}

.buttonRow{
	background-color: rgb(69,72,77);
	overflow: hidden;
	color: white;
	position: absolute;
	bottom: 0;
	height: 4em;
	left: 0;
	right: 0;
}

#nextBtn{
	position: absolute;
	right: 20px;
	top: 10px;
}
#backBtn{
	position: absolute;
	left: 20px;
	top: 10px;

}