body,
h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: Montserrat;
	line-height: 1.4em;
}

p {
	font-family: lato;
	font-size: 16px;
	line-height: 1.4em;
}
h2 {
	text-transform: uppercase;
	font-weight: bold;
}
.btn {
	color: #fff;
	background-color: #93191e;
	margin-top: 3%;
	margin-bottom: 5%;
}

.btn a:hover {
	color: #fff;
}

a.anchor {
	display: block;
	position: relative;
	top: -250px;
	visibility: hidden;
}
.hide {
	display: none;
}
/*---*/
/*Nav*/
/*---*/
/*StickyNav Test
.navcontainer {
	max-width: 100% !important;
	position: fixed;
	z-index: 990;
	background-color: #fff;
}
*/
#myBtn {
	display: none;
	width: 60px !important;
	position: fixed;
	bottom: 5px;
	right: 10px;
	z-index: 99;
	font-size: 46px;
	border: none;
	outline: none;
	background-color: #93191e;
	color: white;
	cursor: pointer;
	padding-top: 10px;
	padding-bottom: 15px;
	border-radius: 4px;
	border-style: solid;
	border-color: #ebedf0;
	border-width: 1px;
}

#myBtn:hover {
	background-color: #555;
}
.check {
	color: #93191e;
	font-size: 20px;
}
.navcontainer {
	padding: 40px;
}
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .show > .nav-link {
	color: #93191e;
}
.navbar-nav {
	font-weight: bold;
}

.nav-link {
	margin-right: 20px;
}

#phone {
	text-decoration: none;
	color: #93191e;
	font-size: 1.2rem;
	font-weight: bold;
}
/*----*/
/*HERO*/
/*----*/
.jumbotron {
	background-image: url(/images/electricalwork.jpeg);
	background-size: cover;
	background-repeat: no-repeat;
	height: 45vw;
	position: relative;
	overflow: hidden;
}
.jumbotron h1 {
	font-size: 4vw;
	font-weight: bold;
	color: white;
	padding-top: 20%;
	padding-left: 10%;
	text-shadow: 2px 2px 6px black;
}
.jumbotron h3 {
	font-family: lato;
	font-size: 20px;
	line-height: 1.6rem;
	color: white;
	padding-top: 3%;
	padding-left: 10%;
	max-width: 75%;
}

.dark-box {
	height: 100%;
	width: 50%;
	background-color: rgba(17, 17, 17, 0.8);
	position: absolute;
	left: -1000px;
	animation: slide 0.8s forwards;
	animation-delay: 1s;
}
@-webkit-keyframes slide {
	100% {
		left: 0;
	}
}
@keyframes slide {
	100% {
		left: 0;
	}
}
.jumbotron .dark-box .btn {
	margin-left: 10%;
}

.button-style {
	text-decoration: none;
	color: white;
}
/*----------------*/
/*Schedule Section*/
/*----------------*/
.sec-1 {
	background-image: url(/images/electrician-grayBG.jpeg);
	background-repeat: no-repeat;
	background-size: cover;
	padding-top: 3%;
	margin-left: auto;
	margin-right: auto;
	height: auto;
}
.sec-1 h5 {
	line-height: 1.4em;
	padding-left: 3%;
	max-width: 65%;
}
.sec-1 p {
	padding-top: 10px;
	padding-left: 3%;
	max-width: 65%;
}
.sec-1 .btn {
	margin-top: 5%;
	margin-left: 3%;
}

.sec-2 {
	background-color: #93191e;
	height: auto;
}

.sec-2 h2 {
	color: #fff;
	margin-top: 3%;
	margin-bottom: 3%;
}

.sec-2 .btn {
	color: #93191e;
	background-color: #fff;
}

.sec-2 .form-label {
	color: #fff;
}
/*-----------------*/
/*----Card Flip----*/
/*-----------------*/
.title {
	position: absolute;
	top: 3%;
	left: 50%;
	transform: translate(-50%);
	color: #fff;
	width: 100%;
	text-shadow: 2px 2px 3px black;
}
.title h4 {
	font-size: 1.6vw;
	font-weight: 600;
}
.flip-card {
	background-color: transparent;
	width: 100%;
	height: 20vw;
	perspective: 1000px;
}

.flip-card-inner {
	position: relative;
	width: 100%;
	height: 100%;
	text-align: center;
	transition: transform 0.6s;
	transform-style: preserve-3d;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
}

.flip-card:hover .flip-card-inner {
	transform: rotateY(180deg);
}

.flip-card-front,
.flip-card-back {
	position: absolute;
	width: 100%;
	height: 100%;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.flip-card-front {
	width: 100%;
}

.flip-card-back {
	color: white;
	transform: rotateY(180deg);
	background: linear-gradient(rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0.75)),
		url('/images/electrician-5.jpeg') center center/cover no-repeat;
}
.flip-card-back h4 {
	margin-top: 15%;
}
.flip-card-back p {
	margin-left: auto;
	margin-right: auto;
	max-width: 80%;
}

/*------------*/
/*Card Section*/
/*------------*/

.flip-cards .col-md-4 {
	padding: 0px !important;
}

/*--------*/
/*About Us*/
/*--------*/

.about-us {
	margin-top: 5%;
	margin-bottom: 5%;
}

.about-us p {
	font-size: 18px;
	padding-left: 50px;
}

.about-us h2 {
	padding-left: 50px;
	margin-bottom: 5%;
}
.about-img img {
	box-shadow: 2px 2px 8px black;
}

/*--------*/
/*Services*/
/*--------*/

.services {
	padding: 5% 15% 5% 15%;
	background-color: #ebedf0;
}

.services h2 {
	text-align: center;
}
.services h6 {
	font-size: 20px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 5%;
	max-width: 75%;
}

.services h5 {
	margin-top: 10%;
	font-weight: bold;
	font-size: 18px;
	text-transform: uppercase;
}

.services p {
	font-size: 18px;
}

.services img {
	box-shadow: 2px 2px 8px black;
}

/*--------------------------*/
/*Bottom Appointment Section*/
/*--------------------------*/
.appointment {
	background-color: #93191e;
	position: relative;
}
.appointment h2 {
	font-size: 40px;
	font-weight: bold;
	color: #fff;
	text-align: center;
	margin-left: 10%;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}
.appointment .button-style {
	background-color: #fff;
	color: #93191e;
	padding: 15px;
	border-radius: 0.25rem;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}
.appointment .btn a:hover {
	color: #93191e !important;
}

/*------*/
/*Footer*/
/*------*/

.footer {
	height: 150px;
	background-color: #ebedf0;
}
.footer .col-3 {
	text-align: center;
}

.footer .phone a {
	text-decoration: none;
	color: #93191e;
	font-weight: bold;
}

.design {
	background-color: #bebebe;
}

.design p {
	padding: 15px 0px 0px 0px;
	font-size: 12px;
	text-align: center;
	color: #93191e;
}

/*------*/
/*Resposive*/
/*------*/
@media (min-width: 2000px) {
	h5 {
		font-size: 24px !important;
	}
	p {
		font-size: 20px !important;
	}
	.jumbotron h3 {
		font-size: 30px;
		line-height: 1.3em;
	}
}

@media (max-width: 1700px) {
	.jumbotron h3 {
		font-size: 16px;
	}
	.services p {
		font-size: 16px;
	}
	.about-us p {
		font-size: 16px;
	}
	.appointment h2 {
		font-size: 36px;
	}
}

@media (max-width: 1196px) {
	.nav-link {
		font-size: 12px;
	}
}

@media (max-width: 1090px) {
	.jumbotron h1 {
		font-size: 3vw;
	}
	.jumbotron h3 {
	}
}

@media (max-width: 991px) {
	.jumbotron {
		height: 60vw !important;
	}
	.nav-link {
		font-size: 10px;
	}
	.section-1 h5 {
		font-size: 16px;
	}
	.about-img {
		padding-top: 15%;
	}
	.navbar-nav {
		font-size: 14px;
		margin-left: -80px;
	}
	#phone-icon {
		width: 10% !important;
	}
	#phone {
		font-size: 16px;
	}
	.flip-card {
		height: 250px;
	}
	.appointment h2 {
		font-size: 30px;
	}
}

@media (max-width: 843px) {
	.services {
		padding: 50px;
	}
	.appointment h2 {
		font-weight: bold;
		color: #fff;
		margin-left: 3%;
	}
	.appointment .button-style {
		padding: 5px;
		margin-right: 5%;
	}
}

@media (max-width: 768px) {
	.sec-1 {
		height: auto;
	}
	.sec-2 {
		height: auto;
	}
	.about-img {
		padding-top: 40px;
		margin-bottom: 10%;
	}

	.services {
		padding: 5% 5% 5% 5%;
		background-color: #ebedf0;
	}
	.services h6 {
		max-width: 100%;
	}
}

@media (max-width: 767px) {
	.navcontainer #logo {
		text-align: center;
	}
	.navbar-toggler {
		margin-left: auto;
		margin-right: auto;
	}
	a.nav-link {
		text-align: center;
		margin-top: 5px;
		margin-bottom: 5px;
	}
	.phone-nav {
		margin-top: 2%;
	}
	#phone-icon {
		width: 5% !important;
	}
	.jumbotron {
		height: 40vw !important;
	}
	.jumbotron h1 {
		font-size: 4vw;
		padding-top: 5%;
	}
	.jumbotron h3 {
		font-size: 12px;
		line-height: 1.2rem;
		padding-top: 3%;
		max-width: 90%;
	}
	.jumbotron .btn {
		font-size: 12px;
	}

	.dark-box {
		width: 100%;
	}
	#contact h2 {
		text-align: center;
	}
	.about-us h2 {
		text-align: center;
		padding: 0px;
	}

	.about-us p {
		padding-left: 0px;
	}
	.services h5 {
		margin-top: 5%;
		text-align: center;
	}
	.services p {
		text-align: center;
		margin-bottom: 0px;
	}
	.services h6 {
		margin-bottom: 0px;
	}
	.services img {
		margin-top: 5%;
		width: 40%;
	}
	.appointment h2 {
		font-size: 2.8vw;
	}
	.appointment .button-style {
		margin-left: 20%;
		font-size: 2.3vw;
	}
	.flip-card {
		width: 70%;
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 5%;
	}
	.title h4 {
		font-size: 20px;
	}
	.footer {
		height: auto;
	}
	.footer .logo {
		margin-top: 10px;
		padding-bottom: 20px;
	}
}
@media (max-width: 650px) {
	.jumbotron {
		height: 45vw !important;
	}
}
@media (max-width: 600px) {
	.jumbotron {
		height: 55vw !important;
	}
}
@media (max-width: 580px) {
	.footer {
		height: auto;
	}
	.footer .logo {
		width: 100% !important;
		margin-top: 3%;
		margin-bottom: 3%;
	}
	.footer .col-4 {
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 5%;
	}
	.footer .ser-area {
		margin-top: 15px;
	}
}
@media (max-width: 500px) {
	.jumbotron {
		height: 60vw !important;
	}
}
@media (max-width: 550px) {
	.jumbotron {
		height: 70vw !important;
	}
}

@media (max-width: 416px) {
	.footer .col-4 {
		padding: 0px;
	}
}
@media (max-width: 380px) {
	.jumbotron {
		height: 90vw !important;
	}
	.jumbotron h1 {
		margin-top: 5%;
	}
	.footer .ser-area {
		margin-top: 30px;
	}
}
@media (max-width: 336px) {
	.jumbotron {
		height: 100vw !important;
	}
	.footer .logo {
		width: 100% !important;
	}
}
