body {
    padding-top: 56px;
}

.pl_logo {
    height: 100px;
}

.bg-cover {
    background-image: linear-gradient( rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6) ), url("/assets/images/background.jpg");
    background-size: cover;
    background-position: center;
}

.h-35 {
    height: 35%;
}

.appointment-row {
	padding-top: 10px;
	padding-bottom: 10px;
}

.img-aspect {
	width: 100%;
	height: auto;
}