html,
body {
    height: 100%
}

body {
    font-weight: 300;
    overflow-x: hidden;
    overflow-y: auto;
    font-family: 'Avenir Next';
}

.wrapper {
    width: 100%;
    position: relative;
    display: block;
}

a {
    outline: none;
    transition: all 0.5s;
}

a:hover {
    text-decoration: none;
    outline: none;
    transition: all 0.5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

a:focus {
    text-decoration: none;
    outline: none;
}

img {
    max-width: 100%;
    border: 0px;
    transition: all 0.5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}
a.phone-number {
	font-size: 22px;
	color: #231f20;
	font-weight: bold;
	text-align: center;
	display: block;
	line-height: 1.5;
}
.wrp-body-content address {
	font-size: 30px;
	color: #000000;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
	border:none;
}
.wrp-footer {
	background-image: url('../images/footer.png');
	height: 220px;
	background-repeat: no-repeat;
	background-size: cover;
}
.wrp-footer .container {
	display: flex;
}
.site-footer h3 {
    font-size: 28px;
    color: #000000;
    font-weight: bold;
    margin-bottom: -70px;
    margin-top: 50px;
}