body, html {
	height: 100%;
	width: 100%;
}

body, h1, h2, h3, h4, h5, h6 {
	font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 700;
	color: rgb (0,0,0);
}
li,ul{
	list-style-type: none;
}

.lead {
	font-size: 18px;
	font-weight: 400;
}

.intro-header {
	height: 100%;
	width: 100%;
	color: rgb(0,0,0);
	text-align: center;
}

.logo{
	height:350px;
}

.intro-message {
	position:static;
	padding-top: 10px;
}

.intro-divider {
	width: 100%;
	border-top: 1px solid rgb(0,0,0);
	border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}

.intro-message > h3 {
	text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.6);
}

.network-name {
	text-transform: uppercase;
	font-size: 14px;
	font-weight: 400;
	letter-spacing: 2px;
}
.pull-right{
	padding-top: 23%;
}
.pull-right a{
	color: rgb(0,0,0);
}
.pull-right a:hover{
	color:rgb(132,205,185);
	text-decoration: none;
}

.copyright{
	position:fixed;
	right:10px;
	bottom:0px;
	text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.6);
}

@media (max-width: 1281px) {
	ul.banner-social-buttons {
		float: left;
		margin-top: 15%;
	}
	.pull-right{
		padding-top: 12%;
	}

}

@media (max-width: 1025px) {
	ul.banner-social-buttons {
		float: left;
		margin-top: 15%;
	}
	.pull-right{
		padding-top: 14%;
	}

}

@media (max-width: 767px) {
	.banner h2 {
		margin: 0;
		text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.6);
		font-size: 3em;
	}
	.logo{
		height:200px;
	}
	.intro-message {
		padding-bottom: 7%;
	}

	.intro-message > h1 {
		font-size: 2.5em;
	}

		.pull-right{
		padding-top: 3%;
	}

	ul.intro-social-buttons > li {
		display: block;
		margin-bottom: 20px;
		padding: 0;
	}

	ul.intro-social-buttons > li:last-child {
		margin-bottom: 0;
	}

	.intro-divider {
		width: 100%;
	}

	ul.banner-social-buttons > li {
		display: block;
		margin-bottom: 20px;
		padding: 0;
	}

	ul.banner-social-buttons > li:last-child {
		margin-bottom: 0;
	}
}
