@font-face {
  font-family: CalibreLight;
  src: url('fonts/Calibre-Light.otf') format("opentype");
}

@font-face {
	font-family: CalibreRegular;
	/*font-weight: bold;*/
	src: url("fonts/Calibre-Regular.otf") format("opentype");
}

/*@font-face {
	font-family: CalibreRegular;
	font-weight: normal;
	src: url("fonts/Calibre-Medium.otf") format("opentype");
}*/

html,body{
	margin: 0px;
	padding: 0px;

	width: 100%;
	height: 100%;

	background-color: #ececec;
	color: #252525;

	overflow: hidden;

	font-family: CalibreRegular;
	font-weight: 500;
	font-size: 40px;
}

a {
	color: #252525;
}

a:visited {
	color: #252525;
}

a:link {
	color: #252525;
}

a:hover {
	color: #ffffff;
}

a:active {
	color: #ffffff;
}

	#contentContainer {
		position: relative;

		width: 100%;
		height: 100%;
	}

		#sectionAbout {
			position: absolute;
			margin: auto;

			line-height: 45px;
			letter-spacing: -0.02px;

			width: 630px;
			height: 650px;

			top: 0; left: 0; bottom: 0; right: 0;
		}