@font-face {
    font-family:"Raleway-Light";
    src:url('../fonts/Raleway-Light.ttf');
} 
body, html{
	margin:0;
	padding:0;
	width:100%;
	height:100%;
	font-size:16px;
	font-family:Raleway-Light, Helvetica;
}
body{
	padding-top:9em;
    background-attachment:fixed;
    background-position:center;
    background-repeat:no-repeat;
    background-size:cover;
}
iframe{
	width:100%;
}
.slide{
	min-height:100%;
}
.centre{
	display:flex;
	align-items:center;
	justify-content:center;
}
.vignette_video{
	margin-top:15px;
	margin-bottom:15px;
}
.vignette_video iframe{
	height:300px;
}
.vignette_video.col-md-6 iframe{
	height:150px;
}
@keyframes fade_bottom{
	0%{
		opacity:0;
		transform:translateY(100%);
	}
	100%{
		opacity:1;
		transform:none;
	}
}
textarea{
	resize:vertical;
	min-height:100px;
	max-height:400px;
}