html {
	height: 100%;
	width: 100%;
}

body {
	/*background-image: url("../Img/BrainAI.jpg");*/
	height: 100%;
	width: 100%;
	background-position: bottom-left;
	background-repeat: no-repeat;
	background-color: rgb(10,10,12);
	color: rgb(220,220,220);
	top: 0;
	margin: 0;
	padding: 0;
	font-family: Montserrat, sans-serif;
}

#bg {
	width: 100%;
	height: 100%;
	display: block;
	position: relative;	
	overflow: hidden;
}

#logo {
	width: 20%;
}
	
h1 {
	font-size: 8vw;
	font-weight: normal;
	width: 100%;
	margin: auto;
}	

#content-title {
	position: absolute;
	text-align: center;
	margin: 0;
	top: 50%;
	width: 100%;
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

#subtitle {
	margin: auto;
	text-align: center;
	font-size: 3vw;
	font-style: italic;
}

.font-bold {
	font-family: Montserrat-ExtraBold;	
	position: relative;
	margin: auto;
	display: inline-block;
}

.font-reg {
	font-weight: normal;
	display: inline-block;
}

.sig-font {
	font-family: Montserrat;
	position: relative;
	margin: auto;
}