html, body { height: 100%; }
html{
	font-family: 'Roboto', serif;
	font-size: 88.5%;
	/* line-height: 1.5; */
	/* -- Text Rendering --*/
	text-rendering: optimizeLegibility;
	font-smoothing: antialiased;
	-webkit-font-smoothing: antialiased;
}
body {
	background-color: #000000;
	font-size: 1em;
	background: no-repeat top/100% url(../Pascal_Tempier_UI_UX_Design_SplashScreen.jpg) #000000;
}
.content{
	width: 100%;
	height: 100%;
    max-width: 1920px;
    margin: 0 auto;
    padding: 2.5rem;
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
   	-moz-box-sizing: border-box; /* Firefox, other Gecko */
    box-sizing: border-box; /* Opera/IE 8+ */
    font-size: 1rem;
}
h1{
	/* align-self: center; */
	color: #EC088C;
	font-size: 1.8rem;
	line-height: 2.4rem;
}
header{
	background-color: rgba(0, 0, 0, 0.8);
	padding: 0.5rem;
}
a{
	color: #f1f1f1;
	text-decoration: none;
}
a:hover{
	color: #EC088C;
}
.flexContainer{
    display: flex;
    flex-flow: row wrap ;
	justify-content: flex-start;
	align-items: center;
}
.construct{
	font-size: 4.5rem;
	font-weight: 500;
	color: #cccccc;
	margin: 0 3rem;
}
.contact{
	margin: 2rem 0;
	margin-right: 1rem;
}
.contact span{
	margin: 0 2rem;
	color: #EC088C
}