@import url('https://fonts.googleapis.com/css?family=Work+Sans&display=swap');

* {
	margin:0;
	padding:0;
	font-family: 'Work Sans', sans-serif;
}

body {
	color: black;
	width: 100vw;
	height: 100vh;
}

main {
	width: 100vw;
	height: 100vh;
	background:#000000;
}

section {
	width: 100vw;
	height: 75vh;
	margin:0 auto;
	text-align:center;
}

video {
	max-width: 100vw;
	max-height: 75vh;
}

article {
	width: 100vw;
	height: 25vh;
	margin:0 auto;
	text-align:center;
}

p {
	font-family: 'Work Sans', sans-serif;
	color:#FFFFFF;
	font-size: 16px;
	font-weight: 300;
	margin-top: 0px;
	margin-bottom: 1px;
}

.cvholder{
	box-sizing: border-box;
	display:flex;
	justify-content:center;
	margin: 0px auto;
	padding:30px;
	width: 100vw;
}

.cvcolumn {
	width: 30%;
}

.cvcolumn img {
	width: 50px;
}

a,
a:visited,
a:active {
    text-decoration:none;
    color:white;
}

a:hover {
    color:orange;
}
    
}
}