
html {
    min-height: 100%;

    background: #000000 url('../img/bg.jpg') 100% 100% no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
}

body {
    min-height: 100%;
    font: 20px/1.4 'PT Sans', Helvetica, Arial, sans-serif;
    color: #fff;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.66);

    background: transparent;
}


/*
    Page heading
=================================================================*/

.page-heading {
    margin-top: 200px;
    margin-bottom: 30px;

	text-align: center;

    font-size: 64px;
    line-height: 64px;
    font-weight: bold;
    text-shadow: 0 2px 5px rgba(0, 0, 0, 0.5);
}


/*
    Description
=================================================================*/

.description h1 {
    font: 40px/1.4 'PT Sans', Helvetica, Arial, sans-serif;
    color: #ffffff;
	text-align: center;
}
.description {
    margin-bottom: 40px;
    color: #ffffff;
	text-align: center;
}
.claim {
	font-size: 30px;
}

.tel {
	color: #ffffff;
	float: right;
	margin-top: 20px;
	font-size: 18px;
}

.tel a:link, .tel a:visited {
    color: #8ab031;
}
.tel a:hover, .tel a:active {
    color: #e51a71;
	text-decoration: none;
}


/*
    Responsiveness
=================================================================*/

@media (max-width: 957px) {
    html {
        background: #000000 url('../img/bg.jpg') 100% 100% no-repeat;

        -webkit-background-size: cover;
        background-size: cover;
    }
    .page-heading,
    .description,
     h1 {
        text-align: center;
    }
    
    img
      {
        text-align: center;
	max-width: 100%;
}

@media (max-width: 700px) {
    .site-heading {
        margin-top: 25px;
    }
    
    .page-heading,
    .description,
     h1 {
        text-align: center;
    }
    
    img
      {
        text-align: center;
	max-width: 100%;

}

@media (max-width: 767px) {
    .site-heading {
        margin-top: 25px;
    }
    
    .page-heading,
    .description,
     h1 {
        text-align: center;
    }
    
    img
      {
        text-align: center;
	max-width: 100%;

}

@media (max-width: 480px) {
    .page-heading,
    .description,
     h1 {
        text-align: center;
    }
    
    img
      {
        text-align: center;
	max-width: 100%;

    
   }