.header-hr {
	height: 3px !important;
    width: 15%;
    display: inline-block;
    margin-top: 0;
}

header {
    padding-top: 9.5rem;
    padding-bottom: 6rem;
}

section {
	padding-top: 9rem;
    padding-bottom: 9rem;
}

.home {
	background-image: url("../assets/bg.jpg");
	min-height: 300px;
	min-height: 100vh;
	display: flex;
}

.home .container {
	margin: auto;
	color: white;
}

.h2-text {
	text-transform: uppercase;
}

.white-color {
	color: white;
}

.google-maps {
	min-height: 500px;
}

.alert-bottom {
    position: fixed;
    bottom: 5px;
    left:2%;
    width: 96%;
}