/* CSS Document */

.largeFooter{
	display: none;
}
.smallFooter{
	display: block;
	width: 100%;
	background-color: #9db2a3;		
	height: auto;
}
 p {
	padding-left: 10px; 
	margin: 0 0 1em 1em;
}	
.bar{
	width: 100%;
	max-width: 1000px;
	margin: auto;
}
.smallPhone{
	width: 150px;
}
.largeCopyright{
	display:none;
}
.smallCopyright{
	text-align: center;
	font-size: .5em;
}
.copyright{
	font-size: .5em;
	text-align: center;
}
.largeFooterContact{
	display:none;
}
.smallFooterContact{
	text-align: center;
	margin: 2em 1em;
}
.largeFooterLogo img{
	display:none;
}
.smallFooterLogo img{
	width: 60%;
	max-width: 10em;
}


@media only screen and (min-width: 720px){

	.largeFooter{
		display: block;
		width: 100%;
		background-color: #9db2a3;		
		height: auto;
	}
	.smallFooter{
		display: none;
	}
	 p {
		padding-left: 10px; 
		margin: 0 0 0 1em;
	}	.largePhone{
		width: 150px;
	}
	.largeFooterContact{
		text-align: right;
		display: block;
		margin-right: .5em;
	}
	.smallFooterContact{
		display: none;
	}
	.largeFooterLogo img{
		align: absbottom;
		width: 60%;
		display: block;

	}
	.smallFooterLogo img{
		display:none;
	}	
	.largeCopyright{
		text-align: center;
		font-size: .65em;
		display: block;
		margin: auto;
		width: 100%;
		height;: 20em;
		background-color: white;
	}
	.smallCopyright{
		display: none;
	}
	.copyright{
		font: Segoe UI, Verdana, sans-serif;
		font-size: .5em;
		text-align: center;
	}
}
