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




form{
	opacity: 0.3;
}


footer {
	position: relative;
	display:flex;
	flex-wrap: wrap;
	width: 100%;
	justify-content: space-between;
	align-items: center;
    background-color: #FAFAFA;
    color: #456582;
    height: auto;
	padding: 0px;
}

.column {
	display:flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	color: #456582;
	width: 100%;
	padding: 30px 30px;
    height: auto;
	margin-bottom: 550px 320px;
	text-align: left;
	line-height: 25px;
}

a{
	text-decoration: none;
	color: #456582;
	font-size: 16px;
	width:100%;
}

.column a{
	padding: 10px 10px;
	color:#456582;
}

.column a:hover{
	cursor: pointer;
}

.column ul{
	padding: 20px 0px;
	
}

.item-footer{
	text-decoration: none;
	color:#456582;
}

.socialbar{
	margin: auto;
}

.social{
	cursor: pointer;
	width: 50px;
	margin:20px 10px 20px 0px;
	float: left;   
}

.social:hover{
	cursor: pointer;
	opacity: .8;
}

label{
	font-size: 16px;
}

input[type=text], select, textarea {
  width: 100%;
  padding: 10px;
  border: 1px solid #456582;
  border-radius: 4px;
  box-sizing: border-box;
  margin-top: 5px;
  margin-bottom: 4px;
  resize: vertical;
}

input[type=email], select, textarea {
  width: 100%;
  padding: 10px;
  border: 1px solid #456582;
  border-radius: 4px;
  box-sizing: border-box;
  margin-top: 5px;
  margin-bottom: 4px;
  resize: vertical;
}

input[type=submit] {
	
  	background-color:#456582;
	font-size: 20px;
	width:auto;
  	color: white;
  	padding: 10px 10px;
  	border: none;
  	border-radius: 4px;
  	cursor: pointer;
}

input[type=submit]:hover {
  background-color:rgba(69,101,130,0.85);	
	
}

.sectionFooter{
	display: flex;
	flex-wrap: wrap;
	max-width: 1024px;
	margin: auto;
}



/*_____________________Tablet__________________*/


@media all and (min-width:1025px){
	
	footer {
		bottom: 0;
		position: relative;
		display:flex;
		flex-wrap: wrap;
		width: 100%;
		justify-content: space-between;
		background-color: #FAFAFA;
		color: #456582;
		height: auto;
		padding: 10px;
	}
	.footer{
		font-size: 16px;
	}
	
	.column {	
		display:flex;
		flex-wrap: wrap;
		justify-content: space-between;
		align-content: flex-start;
		width: 33%;
		padding: 50px 30px;
		height: auto;
		text-align: left;

	}
	
	.socialbar{
	margin: 0px;
	}
	
	
	
	
}
	



