/* Genaral styles */

.row {
	width: 100%;
	margin: 0 0 4% 0;
}

h1 {
	text-align: center;
	color: white;
}

h2,h3,a {
	color: #d9a7c7;
}

img {
	max-width: 100%;
	height: auto;
}


p,li,h1,h2,h3 {
	font-family: 'Bangers', cursive;
}


/* Header styles */

.header-alt {
	position: fixed;
	top: 0;
	right: 0;
	left: 0;
	width: 1366px;
	max-width: 100%;
	height: auto;
	background: #d9a7c7;  /* fallback for old browsers */
	background: -webkit-linear-gradient(to right, #fffcdc, #d9a7c7);  /* Chrome 10-25, Safari 5.1-6 */
	background: linear-gradient(to right, #fffcdc, #d9a7c7); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
	margin: 0 auto;
	z-index: 1;
}

.header {
	width: 1366px;
	max-width: 100%;
	height: auto;
	background: #d9a7c7;  /* fallback for old browsers */
	background: -webkit-linear-gradient(to right, #fffcdc, #d9a7c7);  /* Chrome 10-25, Safari 5.1-6 */
	background: linear-gradient(to right, #fffcdc, #d9a7c7); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}


/* Main content styles */

#website-background {
	position: relative;
	top: 0;
	right: 0;
	left: 0;
	width: 1366px;
	max-width: 100%;
	height: auto;
	margin: 0 auto;
	box-shadow: 0 0 20px #999;
	background-color: white;
}