/* Main CSS */

/* Header */
.header {
	/* Background Image */
	background: url('../images/background-digital.png');
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	background-attachment: fixed;
	background-color: transparent;

	/* Text properties */
	height: 100vh;
	color: #fff;
	text-transform: uppercase;
}

.header-table {
	display: table;
	height: 100vh; /* 70% of viewport height */
	width: 100%;
}

.header-wrapper {
	text-align: center;
	display: table-cell;
	vertical-align: middle;
	position: relative;
}

.header-title{
	font-size: 40px;
	letter-spacing: 7px;
	font-weight: 200;
}

.header-body{
	font-size: 25px;
	letter-spacing: 5px;
	font-weight: 200;
}

.header-subtitle{
	font-size: 15px;
	letter-spacing: 3px;
}

.header-italic{
	font-style: italic;
}

/* Content Container */
.container {
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto;
}
