@media (min-width: 768px){
.site-header h1 {
    font-size: 2rem;
	float: right;
	width: 80%;
}}
@media (min-width: 1000px){
.site-header h1 {
    font-size: 2.5rem;
	float: none;
	width: 100%;
}}

.page-footer .social-media-container {
	float:right;
}
.custom-footer .multicolumn-container .col-md:nth-child(3) {
  text-align: right;
}