@charset "utf-8";
/* CSS Document */

html{
	height:100%;
}
body{
	height:100%;
	background: url('../img/6.jpg') no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
}

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

a:hover{
	color:gray;
	text-decoration: underline;
}

.container{
/*	height:100%;*/
	background-color:rgba(100%,100%,100%,.8);
}

.social-icons{
	width:50px;
	float:left;
	margin:auto 10px;
}

.social-icons-big{
	width:4em;
}

/*Legal Page Stuffs*/
.legalContent{
	height:80%;
}
.well{
	height:500px;
	overflow-y: scroll;
}

.links img{
	height:7em;
	width:auto;
}
.links {
	background-color: rgba(0%,0%,0%,.2);
}

.icon {
	height: 3em;
	margin-right:1em;
}

.listIcon {
	height: 7em;
	margin-right:1em;
}