
#skrollr-body .container {
	border: 1px solid #aaa;
	box-shadow: 0 0 10px #aaa;
	margin-top: 10px;
	padding: 50px;
}

#skrollr-body .parent-full.grey {
    margin-top: 0px;
    margin-bottom: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
    /* background: #fff1e5; */
}
#skrollr-body .parent-full {
    width: auto;
    position: relative;
    left: 0;
    right: 0;
    margin-left: 0;
    margin-right: 0;
    background: transparent;
    color: #333;
}
#skrollr-body .parent-full.grey .container {
    background: #fff1e5;
}

#skrollr-body .container::before {
    content: "";
    width: 100px;
    height: 100px;
    display: block;
    border: 0;
    background: #7fb8ff;
    border-radius: 50%;
    transform: translateY(-105px);
    border: 10px solid #0072ff;
    box-shadow: 0 0 10px #aaa;
    margin-bottom: -95px;
}

.l3 {
	display:none;
}

.hero-405 .minihero-text {
    text-align: center;
    position: relative;
    color: #ffffff;
    width: 100%;
    max-width: 100%;
    margin: auto;
    /* height: 70vh; */
	
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
 
}

.hero-405 .minihero-text h1 {
    color: #fff;
    border: 0px solid #fff;
    /* font-size: 34vw; */
    font-size: 30vw;
    font-weight: 700;
    text-shadow: none;
    /* height: 80vh; */
    line-height: 1;
    letter-spacing: -5px;
	position: absolute;
	bottom: 0;
}

.hero-405 .minihero-text h1 span {
	color: #0072ff;
}

.hero-405 img.parallax-slider {
    left: 0 !important;
}