body,html {
	width:100%;
	min-height:100%;
	margin: 0;
  font-family: 'Roboto', sans-serif;
}
a.phone-link {
    display: block;
}
a.map-link {
    display: inline-block;
    text-decoration: none;
    color:white;
    font-weight: 100;
    font-size: 1.2em;
    margin: 20px 0;
    border-bottom: 1px solid white;
}
.bg {
	background-position: center center;
	background-size: cover;
	background-image: url(bg-alpaca-grey.jpg);
	background-repeat: no-repeat;
	width:100%;
	min-height:100vh;
	position: relative;
	text-align: right;
	-webkit-user-select: none;  /* Chrome all / Safari all */
  -moz-user-select: none;     /* Firefox all */
  -ms-user-select: none;      /* IE 10+ */
  user-select: none;
  
}
img {
	position: relative;
	max-width: 87%;
	height:auto;
	-webkit-user-select: none;  /* Chrome all / Safari all */
  -moz-user-select: none;     /* Firefox all */
  -ms-user-select: none;      /* IE 10+ */
  user-select: none;
}

.content {
	padding: 40px 40px;
}