*{
    margin: 0;
    padding: 0;
}


.hero.hero-bg {
	padding-top: 10.2rem;
	padding-bottom: 14.4rem;
    background-image: url(./hero-1.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;

}

.hero-heading {
	font-size: 2.125rem;
	line-height: 1.35;
	color: white;
	text-align: center;
	font-weight: 700;
	font-family: "Aileron", sans-serif;
    margin-bottom: 0;
}

.phone-number .phone-number-link {
	color: #fff;
	text-decoration: none;
	text-align: center;
	display: inline-block;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	font-family: "Aileron", sans-serif, "Aileron", sans-serif;
}

.phone-number {
	text-align: center;
}

.hero-text > .hero-text-paragraph {
	font-size: 1.125rem;
	line-height: 1.9;
	font-weight: 300;
	color: #fff;
	opacity: .75;
}

.new-site-button{
    text-align: center;
}

.new-site-button a.new-site-button-element.btn {
	background: #f5e658;
	padding: 1rem 2.375rem;
	border-radius: 0.3125rem;
	text-transform: uppercase;
	color: #2C2E30;
	font-family: "Aileron", sans-serif, "Aileron", sans-serif;
	font-weight: 600;
	transition: all .2s ease-in-out;
	transform: translateY(0);
}
.new-site-button a.new-site-button-element.btn:hover {
	transform: translateY(-4px);
}
.hero-text {
	margin-top: 20px;
}
.site-logo-link img {
	width: 88% !important;
	max-width: 650px !important;
	max-height: 151px !important;
	object-fit: cover;
}

@media all and (max-width:992px){}

@media all and (max-width:768px){}

@media all and (max-width:576px){
    .hero-heading {
        font-size: 29px;
        line-height: 40px;
    }
    .site-logo .site-logo-link img {
        width: 100%;
    }
    .phone-number .phone-number-link {
        font-size: 14px;
    }
    .hero-text > .hero-text-paragraph {
        font-size: 16px;
        line-height: 30px;
    }
    .hero-text {
        margin-top: 0px;
    }
    .new-site-button a.new-site-button-element.btn {
        padding: 13px 32px;
        font-size: 14px;
    }
    .hero.hero-bg {
        padding-top: 80px;
        padding-bottom: 160px;
    }
   
}



/* Contruction Mode */

.constuction-hero {
	height: 100vh;
	display: flex;
	justify-content: center;
	align-items: center;
    background-image: url(./Cb.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.contruction-heading {
	text-align: center;
	font-size: 55px;
	font-weight: 600;
	text-transform: uppercase;
	line-height: 60px;
	letter-spacing: 5px;
    position: relative;
    color: white;
    text-shadow: 2px 2px 0px white;
}
#dated {
	text-align: center;
	margin-top: 28px;
	text-transform: uppercase;
	font-size: 45px;
	font-weight: 700;
    color: #f5e658;
}

@media all and (max-width:576px){
    .contruction-heading {
        font-size: 35px;
        line-height: 45px;
    }
    #dated {
        margin-top: 20px;
        font-size: 35px;
    }
}