@import url('http://fonts.googleapis.com/css?family=Lato:100,300,400');


* {
	box-sizing: border-box;
}

body {
	margin: 0;
	font-family: "Raleway", sans-serif;
}

section {
	width: 100vw;
	height: 100vh;
}
.textblock1{
	margin-top: 0px;
		margin-left: 10%;

}
p{
	font:300 1em "Lato", Arial;
	color:rgba(0,0,0,1);
		text-align: justify;
		background:rgba(255,255,255,1);
		padding:10px;

}
h1{
	font:300 3em "Lato", Arial;
		color:rgba(0,0,0,0.5);
}
h2{
	font:300 2em "Lato", Arial;
		color:rgba(0,0,0,0.5);

}
#a {
	background-image: url('../img/verizon_animation.gif');
	background-size: cover;
	background-position: center center;
	background-attachment: fixed;

}

#a h1 {
	position: absolute;
	top: 40%;
	text-align: center;
	width: 100%;
}

#b {
	background-image: url('../img/at%26t_pic1.jpg');
	background-size: cover;
	background-position: center center;
	background-attachment: fixed;
}
.textblock1{
	width: 50%;
	float:right;
	margin-right: 30px;
	margin-top: 10px;
}

#c{
	background-image: url('../img/t-mobile_pic1.jpg');
	background-size: cover;
	background-position: center center;
	background-attachment: fixed;
}
.textblock2{
float:right;
	width: 50%;
	margin-right: 50px;
	margin-top: 30px;
}
#d {
	position: relative;
	background-image:url('../img/sprint_pic1.jpg');
	background-size: cover;
	background-position: center center;
	perspective: 1px;
	transform-style: preserve-3d;
}
.textblock3{
float: right;
	width: 50%;
	margin-right: 20px;
	margin-top: 250px;
}
.textblock3 p{
	margin-top:-35px;

}

#d ul {
	position: absolute;
	top: 0;
	background-color: rgba(0, 0, 0, 0.7);
	color: #fff;
	padding: 30px;
	
}

#d ul:first-child {
	left: 30%;
	transform: translateZ(-1px) scale(2);
}

#d ul:last-child {
	right: 30%;
	transform: translateZ(0);
}

#e {
	position: relative;
	color: #fff;
	background: #222;
	text-align: center;
	padding: 30px;
	height:600px;
}
.img_ver{
		background:	#b6151f;
		width:70%;
		height:auto;
		margin-top: -2.5%;
		margin-left: -10%;

}
#img_ver{
			margin-left: 50%;

}
#last_paragraph{
	background: none;
	color:white;
}
.footer{
	background:	#b6151f;
		width:50%;
		height:23%;
		background:#b6151f;
		float:right;
		margin-right: -5%;
		margin-bottom: 0%;
		font-color:white;
		font-size: 2em;
		text-align: left;
		padding: 30px;
		padding-left: 50px;


}