#header-container {
	background-color: #1b2017;
	height: 40rem;
	width: 100%;
	position: relative;
	overflow: hidden;
	display: flex;
	justify-content: center;
	align-items: center;
	padding-left: 15px;
	padding-right: 15px;
}

#banner-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    opacity: 0.7;
}

.secondary-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

#subtitle {
	color: white;
	margin-bottom: 0.8rem;
	text-align: center;
}

.subtext {
    color: grey;
}

.button-cont {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    width: 100%;
    margin-top: 1rem;
    margin-bottom: 2rem;
}


.mock-cnt {
	position: relative;
	max-width: 360px;
	width: 80vw;
	height: 460px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.left-img {
	position: absolute;
	top: 0;
	left: 0;
}

.right-img {
	position: absolute;
	top: 0;
	right: 0;
}

.glass-card {
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 20px;
	backdrop-filter: blur(25px);
	-webkit-backdrop-filter: blur(25px);
	padding: 30px 40px 30px 40px;
	background-color: rgb(106, 129, 97, 0.5);
	flex-direction: column;
	max-width: 380px;
	box-shadow: 0 4px 15px rgb(0, 0, 0, 0.3);
}