.navigation {
	width: 1170px;
	padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

.navigation img {
	max-width:200px;
}

.main-message {
	background:rgba(0,0,0,.4);
	max-width:700px;
  margin:auto;
	padding:20px;
}

.main-message h1{
	color: #FFF;
	font-size: 40px;
	line-height: 40px;
	font-weight: bold;
	position: relative;
	margin: 0px 0px;
	text-shadow: none;
}

.main-message p{
	color:white;
	font-size: 18px;
	line-height: 25px;
	font-weight: 400;
	margin-top: 4.9px;
}

body {
  /* Location of the image */
  background-image: url(http://www.xrefer.com/get-verified/images/contractor-background.jpg);

  /* Background image is centered vertically and horizontally at all times */
  background-position: center center;

  /* Background image doesn't tile */
  background-repeat: no-repeat;

  /* Background image is fixed in the viewport so that it doesn't move when
     the content's height is greater than the image's height */
  background-attachment: fixed;

  /* This is what makes the background image rescale based
     on the container's size */
  background-size: cover;

  /* Set a background color that will be displayed
     while the background image is loading */
  background-color: #1e1e1e;
}

@media only screen and (max-width: 767px) {
  body {
    /* The file size of this background image is 93% smaller
       to improve page load speed on mobile internet connections */
    background-image: url(http://www.xrefer.com/get-verified/become-a-partner/images/contractor-background.jpg);
  }
  .main-message h1{
  font-size: 30px;
  line-height: 30px;
  text-align:center;
}
.logo{text-align:center;}
}
