a{
	text-decoration:none;
	color:white;
}
a:hover{
	color:#299DE2;
}
#FooterContainer{
	width:100%;
	height:200px;
	background:#383636;
	overflow-y:hidden;
	min-width:1000px;
}
#FooterContents{
	width:100%;
	margin: 0 auto;
    width:900px;
	height:100%;
	margin-left: auto;
	margin-right: auto;
}
.FooterContentPlate{
	float:left;	
	width:140px;
	height:180px;
	margin-left:.15%;
	margin-right:.15%;
	margin-top:30px;
}
#BBBContainer{
	width:63px;
	margin-right:30px;
}
#BBBContainer img{
	width:63px;
	margin-right:30px;
}
.FooterEndPlate{
	float:left;	
    width:intrinsic;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: -ms-fit-content;
    width: -o-fit-content;
	height:180px;
	margin-left:.15%;
	margin-right:.15%;
	margin-top:25px;
}
.FooterPlateTitle{
	float:left;
	width:60%;
	height:22px;
	margin-top:10px;
	font-size:18px;
	color:#299DE2;
	font-family: 'Kroftsmann', Arial, sans-serif;
	letter-spacing:.25px;
	
}
.FooterPlateContent{
	float:left;
    width:intrinsic;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: -ms-fit-content;
    width: -o-fit-content;
	height:auto;
	margin-top:10px;
	font-size:16px;
	color:white;
	font-family: Corbel, "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", "Bitstream Vera Sans", "Liberation Sans", Verdana, "Verdana Ref", sans-serif;
}
#FooterSignUpButton{
	width:100%;
	margin: 0 auto;
	width:180px;
	height:24px;
	padding:6px;
	background-color:#299DE2;
	color:white;
	text-align:center;
	font-family: Corbel, "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", "Bitstream Vera Sans", "Liberation Sans", Verdana, "Verdana Ref", sans-serif;
	font-size:18px;
	border-radius:18px;
	letter-spacing:2px;
}
#FooterSignUpButton:hover{
	background-color:white;
	cursor:pointer;
	color:black;
}
#FooterPlateLegal{
	margin-left:40px;
	
	float:left;
    width:intrinsic;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: -ms-fit-content;
    width: -o-fit-content;
	height:auto;
	margin-top:15px;
	font-size:16px;
	color:white;
	font-family: Corbel, "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", "Bitstream Vera Sans", "Liberation Sans", Verdana, "Verdana Ref", sans-serif;
}
#FooterIconBar{
	width:100%;
	margin: 0 auto;
    width:intrinsic;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: -ms-fit-content;
    width: -o-fit-content;
	height:40px;
	margin-top:80px;
}
.FooterIcon{
	float:left;
    width:intrinsic;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: -ms-fit-content;
    width: -o-fit-content;
	height:40px;
	min-width:40px;
	margin-left:5px;
	margin-right:5px;
}

#Copyright {
	color:white;
	background:#383636;
	text-align: center;
}

#Copyright p {
	padding: 2rem;
	margin: 0;
}