@charset "UTF-8";
/* CSS Document */
.footer a {
border : #E6E6E6 solid 1px;
display : inline-block;
text-transform : uppercase;
	width: auto;
	margin : 0 auto 0 auto;
	text-align: center;
	padding : 2px 5px 2px 5px;
}
.footer p {
margin : 0;
text-transform : uppercase;
	float:right;padding : 2px 5px 2px 5px;
}
.footer {
padding-top : 20px;
margin : 40px auto 40px auto;
font-size : 0.8em;
display : flex;
flex-wrap : wrap;
justify-content : space-between;
text-align : center;
}
.footer div {
height : 40px;
}
.ftr1 {
flex : 0 1 auto;
}
.ftr2 {
flex : 0 1 auto;
}
.ftr3 {
white-space : normal;
}
.footer :nth-child(1) {
order : 1;
}
.footer :nth-child(2) {
order : 3;
}
.footer :nth-child(3) {
order : 2;
}
@media only screen and (max-width: 600px) {
	.footer{align-items: center;
  justify-content: center;}
.ftr3 {
white-space : normal;
flex : 0 0 400px;
}
.footer :nth-child(1) {
padding:0 10px 0 10px; order : 1;
}
.footer :nth-child(3) {
order : 3;
}
.footer :nth-child(2) {
padding:0 10px 0 10px; 
	order : 2;
}
.ftr3 {
width : 100%;
white-space : normal;
}
}
@media only screen and (max-width: 600px) {
.footer {
width: 80vw;
}
.footer :nth-child(1) {
order : 1;
}
.footer :nth-child(3) {
order : 3;
}
.footer :nth-child(2) {
order : 2;
}
.ftr3 {
flex : 0 0 100%;
white-space : normal;
}
} 