body {
	/*background-image: url(losangeles.JPG);
	background-repeat: repeat;
	height: 100%; 
	background-size: cover;
	-webkit-animation: slide 0s linear infinite;*/
	font-family: 'Source Code Pro', monospace;
}

@-webkit-keyframes slide {
    from { background-position: 0 0; }
    to { background-position: -400px 0; }
}

#floridavideo {
    width: 100%;
    position: relative;
}

#outercontainer {
	background-color: rgba(0,0,0,0.7);
	width: 500px;
	height: 500px;
	color: white;
	text-align: center;
	position: absolute;
	margin: auto;
  	top: 0;
  	right: 0;
  	bottom: 0;
  	left: 0;
  	overflow-y: auto;
}

#contact {
	height: 200px;
}

a {
	color: inherit;
	text-decoration: none;
} 

h1 {
	font-size: 100px;
	margin: 10px;
}

ul {
	list-style-type: none;
	text-align: center;

}

li {
  	display: inline;
  	transition: all .2s ease-in-out;

}

i.fa {
  	border-radius: 50%;
  	border: 3px solid white;	
  	padding: 15px;
  	text-align: center;
  	vertical-align: middle;
}

#contact li:hover {
	font-size: 30px;
}

#content li:hover {
	font-size: 30px;
}

#footer {
	position: absolute;
	top: 760px;
	right: 530px;
	text-align: center;

}

#contact li {
	margin: 5px;
}

#education {
	padding: 20px;
}

#experience {
	padding: 20px;

}

#involvement {
	padding: 20px;
	
}