/*!
 * Start Bootstrap - The Big Picture (http://startbootstrap.com/)
 * Copyright 2013-2016 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap/blob/gh-pages/LICENSE)
 */

.intro {
	margin-top: 12rem;
	margin-bottom: 12rem;
}

.intro h1, .intro p {
	color: #fff;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 1);
	text-align: center;
}

.list {
	color: #fff;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 1);
	text-align: center;
	list-style-type: none;
}

.full {
  background: url('/img/home_background01.jpg') no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.server-banner {
	padding-bottom: 2rem;
}

footer {
    color: #fff;
	text-align: center;
}