body,h1,h2,h3,h4,h5,h6 {
	font-family: "Raleway", sans-serif
	}

body, html {
  height: 100%;
  line-height: 1.8;
}


.w3-bar .w3-button {
  padding: 16px;
}


h4 {
	background-color: #7f7a67;
	padding-left: 16px;
}

h3 {
	text-align: center;
	
}

p1 {
	color: white;
}

.google-maps {
    position: relative;
    padding-bottom: 45%; // This is the aspect ratio
    height: 0;
    overflow: hidden;
}
.google-maps iframe {
    position: absolute;
    top: 0%;
    width: 100%;
    height: 100%;
}