@media all and (min-width: 100px) and (max-width: 1020px){
body{
	background-image: url("../images/bg-img.jpg");
	background-position: right center;
	background-repeat: no-repeat;
	background-size: cover;
	height: 100vh;
}
.pageLinks{
	width:100%;
	box-sizing:border-box;	
	left:0;
	padding:0 15px;
	top:auto; bottom:15px;
	transform: translateY(0%);
	-moz-transform: translateY(0%);
	-webkit-transform: translateY(0%);
}
.pageTitle{width:100%;}
.pageTitle img{width:100%;}
.smLinks a{width:40px;}
}

@media all and (min-width: 100px) and (max-width: 750px){

	

}