
html {scroll-behavior: smooth}
/* --------------------------------------
   Body 
	 disable code:
 -webkit-user-select: none;
        -webkit-touch-callout: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
   -------------------------------------- */
  @font-face {
                font-family: "Jost-700-Bold";
                src: url('../fonts/Jost-700-Bold.woff') format('woff'),
        url('../fonts/Jost-700-Bold.woff2') format('woff2'),
        url('../fonts/Jost-700-Bold.eot'),
        url('../fonts/Jost-700-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Jost-700-Bold.otf') format('truetype');

                font-weight: bold;
                font-style: normal;
                font-display: swap;
            }

 @font-face {
                font-family: "Jost-400-Book";
                src: url('../fonts/Jost-400-Book.woff') format('woff'),
        url('../fonts/Jost-400-Book.woff2') format('woff2'),
        url('../fonts/Jost-400-Book.eot'),
        url('../fonts/Jost-400-Book.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Jost-400-Book.otf') format('truetype');

                font-weight: bolder;
                font-style: normal;
                font-display: swap;
            }
.nopaddingleftdark{padding-left: 0 !important}
.row {margin-left: 0; margin-right: 0;}

.nomargintop{margin-top: 0 !important}
.nomarginbottom{margin-bottom: 0 !important}
body, html { 
	overflow-x:hidden !important; 
}
.atlntaa-socialmedia{width: 90px;  height: auto; margin: 0px; padding: 1px }
.atlntaa-socialmedia img:hover{opacity: 0.8; border-radius:20px; }
.atlntaa-socialmedia img{border-radius: 10px; padding: 5px;  width: 40px;   -webkit-transition:all 0.3s 0s ease-in-out;
	transition:all 0.3s 0s ease-in-out; float: left}
a, a:hover {color: inherit;}

a[href^=tel] { 
	color: inherit; 
	text-decoration: none; } 

body { background: #feffd3;
	
			font-family: 'Jost-400-Book', Tahoma, serif;  
	font-weight: normal; background-repeat: no-repeat;background-position: left top;
	
	color: #111; 
	font-size: 18px; 
	overflow-x: hidden; }


h1 {
	font-size: 30px; 
				font-family: 'Jost-400-Book', Tahoma, serif; 
	color:#233519; font-weight: bolder;
}

h2, h3, h4, h5, h6 { 
	font-size: 27px; 
				font-family: 'Jost-400-Book', Tahoma, serif; 
	 color:#233519; font-weight: bolder;

}


a{ 
	transition: all 0.2s ease-in-out 0s;}
 a:hover { 
 text-decoration: underline;
	transition: all 0.2s ease-in-out 0s;
}

p {
			font-family: 'Jost-400-Book', Tahoma, serif; 
	text-shadow:none; 
	
}


div.container {	
	position:relative;}

.floatLeft { float:left}
.floatright { float:right}
.EastfordtHar_nopadding{padding:0!important}
.EastfordtHar_nomargin{margin:0!important}


/* --------------------------------------
   header padding and background
   -------------------------------------- */
.EastfordtHar-padding_around, .EastfordtHar-padding_around3 {
	padding: 0vh 6vw;
}

.EastfordtHar_bgheader{background: linear-gradient(to right,  rgba(253, 254, 221,1) 0%,rgba(255,255,255,1) 47%,rgba(226, 250, 205,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
 }

/* --------------------------------------
   logo and phone header
   -------------------------------------- */
.EastfordtHar-logo h1{font-size: 36px;  font-weight: bolder;
	padding: 0; text-transform: uppercase;
	 font-family: "Jost-700-Bold", "sans-serif";
	color:#000; margin: 20px 0 0 0; 
text-shadow: -1px -1px 0 #fcfcc9, 0 -1px 0 #fcfcc9, 1px -1px 0 #fcfcc9, 1px 0 0 #fcfcc9, 1px 1px 0 #fcfcc9, 0 1px 0 #fcfcc9, -1px 1px 0 #fcfcc9, -1px 0 0 #fcfcc9;

}
.EastfordtHar-logo img{float: left; padding-right: 10px; width: 45px; height: auto}

.EastfordtHar-logo h1:hover{webkit-animation: fade-in-out 1s ease;
        animation: fade-in-out 1s ease; 
        -webkit-animation-iteration-count: 1;
	animation-iteration-count: 1; }
.EastfordtHar-logo a:hover{text-decoration: none; color:#233519; text-shadow: 1px 1px 2px #fff}
.EastfordtHar-logo  p{font-size: 18px; color:#3e5b2c; }


p.EastfordtHar_phoneheader a{  letter-spacing: 0px;	color: #3e5b2c; font-size: 22px;  font-weight: bold; text-transform: uppercase;
	text-align:right;   animation: textBorder 3s infinite; 
}
.EastfordtHar_phoneheader a:hover{  animation: fade-in-out 0.7s ease-in; 
        -webkit-animation-iteration-count: 1;
	animation-iteration-count: 1; 
	color: #233519; text-decoration: none;
}
.EastfordtHar-whitebg {background: #fff;}
@keyframes textBorder {
  0% {
    text-shadow: 
      -1px -1px 0 rgba(244, 244, 244, 0.2),
      1px -1px 0 rgba(244, 244, 244, 0.2),
      -1px 1px 0 rgba(244, 244, 244, 0.2),
      1px 1px 0 rgba(244, 244, 244, 0.2);
  }
  25% {
    text-shadow: 
        -2px -2px 0 rgba(244, 244, 244, 0.1),
      2px -2px 0 rgba(244, 244, 244, 0.1),
      -2px 2px 0 rgba(244, 244, 244, 0.1),
      2px 1px 0 rgba(244, 244, 244, 0.1);
  }
  50% {
    text-shadow: 
     -1px -1px 0 rgba(244, 244, 244, 0.3),
      2px -1px 0 rgba(244, 244, 244, 0.3),
      -1px 1px 0 rgba(244, 244, 244, 0.3),
      2px 1px 0 rgba(244, 244, 244, 0.3);
  }
  75% {
    text-shadow: 
       -2px -2px 0 rgba(244, 244, 244, 0.1),
      2px -2px 0 rgba(244, 244, 244, 0.1),
      -2px 2px 0 rgba(244, 244, 244, 0.1),
      2px 2px 0 rgba(244, 244, 244, 0.1);
  }
  100% {
    text-shadow: 
      -3px -3px 0 rgba(244, 244, 244, 0.5),
      3px -3px 0 rgba(244, 244, 244, 0.5),
      -3px 3px 0 rgba(244, 244, 244, 0.5),
      3px 3px 0 rgba(244, 244, 244, 0.5);
  }
}

.EastfordtHar_cc p{font-size: 12px; color:rgba(255, 255, 255, 0.5);  margin: 0; padding: 0; }
.EastfordtHar_cc1 {width: 190px; height: auto; }

.EastfordtHar_topbgphone{  padding: 10px 70px; box-shadow: rgba(0, 0, 0, 0.1) -2px -25px 23px -2px; border-left: 1px solid #fff; border-right: 1px solid #fff}
p.EastfordtHar_phoneheader {color:#6d9e51; text-transform: uppercase; font-weight: bold}
.EastfordtHar_phoneheader img{float: left; padding-right: 20px}

.divider-default {
  background: linear-gradient(to right, #eaf4b0 50%, #bcd9a2 120%);
}
 
.divider {
  display: inline-block;
  border: 0;
  font-size: 0;
  line-height: 0;
  height: 5px;
  max-width: 100px; border-radius: 20px;
  width: 100%; margin-bottom: 20px
}



/* --------------------------------------
   Navigation
   -------------------------------------- */
.EastfordtHar_noborder-right{border-right: none !important}
.navbar-inverse{ border-top:none; background: #a82323!important; /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	 	transition: all 0.2s ease-in-out 0s; color: #fff;	
			font-family: 'Jost-400-Book', Tahoma, serif; }
.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:focus, .navbar-inverse .navbar-nav > .active > a:hover {   padding:20px 35px !important; background: linear-gradient(to bottom,  #a02020 0%,#cc0000 42%) !important;
	-webkit-border-bottom-right-radius: 20px;
-webkit-border-bottom-left-radius: 20px;
-moz-border-radius-bottomright: 20px;
-moz-border-radius-bottomleft: 20px;
border-bottom-right-radius: 20px;
border-bottom-left-radius: 20px;
  text-shadow:none;  }

	
.navbar-inverse .navbar-nav > li > a{ 
		 			font-family: 'Jost-400-Book', Tahoma, serif; 
	 padding:20px 35px; text-shadow:none; 
opacity: 1; 
	 font-size:18px;  font-weight: bold;
	 color: #feffd3;   transition: all 0.3s ease-out;
}



.navbar-inverse .navbar-nav > li > a:focus, .navbar-inverse .navbar-nav > li > a:hover {color:#f4f4f4; webkit-animation: fade-in-out 0.7s ease;
        animation: fade-in-out 0.7s ease-out; 
        -webkit-animation-iteration-count: 1;
	animation-iteration-count: 1; }


.navbar { 
	margin-bottom:0; }
	
.navbar .navbar-nav {
  display: inline-block;
  float: none;
  vertical-align: top;}

.navbar .navbar-collapse {
  text-align: center;}

/* --------------------------------------
  banner services2
   -------------------------------------- */


.EastfordtHar_banner-wallpaper{ 
background: linear-gradient(90deg, #ffffff 0.000%, #feffd3 100.000%);; 
	}


.EastfordtHar-banner-area2 {padding: 30px 0px; background: #4f7639;   position:relative;  overflow:hidden}

.EastfordtHar-banner-area2::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
 background: linear-gradient(290deg,rgba(99, 145, 72, 1) 0%, rgba(50, 76, 35, 1) 35%);
  clip-path: circle(23% at right 77%); 

}

.EastfordtHar-banner-area2::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
background: linear-gradient(90deg,rgba(50, 76, 35, 1) 0%, rgba(99, 145, 72, 1) 35%);
  clip-path: circle(25% at 10% 10%);
  z-index: -1;
	
}

.EastfordtHar_servicebgbox a:hover{text-decoration: none}
	.EastfordtHar-banner-area2bg:hover{border-color:#062166; filter:brightness(110%);	
webkit-animation: bounce-scale 1s ease;
        animation: bounce-scale 1s ease;
        -webkit-animation-iteration-count: 1;
	animation-iteration-count: 1;
	
	}
.EastfordtHar_servicebgbox img{border:2px solid #b7f296; border-radius: 16.75em 16.75em 16.75em 16.75em;}

.EastfordtHar-bannertext {color:#333;
	text-align: left;}
.EastfordtHar-bannertext p{font-size: 20px;  text-shadow: 1px 0px 1px #fff !important; width: 80%}

.EastfordtHar-bannertext h5{color:#111; font-weight:  bold;padding-bottom: 5px;  margin-top: 50px}

.carousel-indicators {top:3%; left:95%}
.carousel-indicators li {width: 25px; height: 25px;background: rgba(0, 0, 0, 0.4); border:none; border-radius: 20px;}
.carousel-indicators .active {background-color:rgba(0, 0, 0, 0.7); width:50px; height: 25px; }
img.EastfordtHar_banner-img {border-radius: 16.75em 16.75em 16.75em 16.75em;float: right; margin: 50px 90px; border:6px solid rgba(255, 255, 255, 0.2); box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;}

.circle_shape_6 {

  background: #6d9e51;
  position: absolute;
 right: 250px;
  top: 30px;
  width: 600px;
  height: 600px;
  -webkit-animation: circleAnimation 7s linear infinite;
  animation: circleAnimation 7s linear infinite;
z-index: -1;}

.circle_shape_7 {
 
  background: #bcd9a2;
  position: absolute;
  right: 50px;
  bottom:20px;
  width: 630px;
  height:630px;
  -webkit-animation: circleAnimation 3s linear infinite;
  animation: circleAnimation 3s linear infinite;
  z-index: -1;
}
/* --------------------------------------
schema
   -------------------------------------- */

#EastfordtHar-box_schemacss {	 color:#f4f4f4; }
#EastfordtHar-box_schemacss a{color:#fff;} 			  
#EastfordtHar-box_schemacss h2{	color:#f4f4f4 ; margin: 0; padding: 0;}	
.EastfordtHar-box_schema_add_map div {	display: inline;}

.EastfordtHar-socialmedia{width: 240px;  height: auto; margin: 5px}
.EastfordtHar-socialmedia img:hover{opacity: 0.8; border-radius:20px; }
.EastfordtHar-socialmedia img{border-radius: 10px; padding: 5px;  width: 40px;   -webkit-transition:all 0.3s 0s ease-in-out;
	transition:all 0.3s 0s ease-in-out; float: left}
	
/* --------------------------------------
   (white)
   -------------------------------------- */

.EastfordtHar-white h1, .EastfordtHar-white h2, .EastfordtHar-white h3, .EastfordtHar-white h4, .EastfordtHar-white h5, .EastfordtHar-white h6{ font-weight: bold; margin-top: 0; text-shadow: 1px 1px 2px #fff;  margin-bottom: 10px;color:#233519;}
.EastfordtHar-service-side-img {  border-radius: 50px; corner-shape: squircle; box-shadow: -57px 57px 0px -19px rgba(188,217,162,1);
-webkit-box-shadow: -57px 57px 0px -19px rgba(188,217,162,1);
-moz-box-shadow: -57px 57px 0px -19px rgba(188,217,162,1); margin-top: 20px;}

.EastfordtHar-btn a{
			font-family: 'Jost-400-Book', Tahoma, serif; 
color: #fff !important;
background: #6d9e51;
border-radius: 40px;
	text-shadow: 1px 1px 3px #4f7639 !important;
	font-weight: bold;
padding: 15px 35px; 
display: inline-block; 
cursor: pointer; text-align: center; margin-top: 10px; margin-bottom: 10px;
	
}


.EastfordtHar-btn a:hover{ text-decoration: none !important;
background: #4f7639 !important;  
    webkit-animation: bounce-scale 1s ease;
        animation: bounce-scale 1s ease;
        -webkit-animation-iteration-count: 1;
	animation-iteration-count: 1; color:#fff !important; }

.EastfordtHar-white1 {background-color: #feffd3; padding: 60px 100px}
.EastfordtHar-white a:hover{color:#4f7639; text-decoration: underline}
.EastfordtHar-white a{color:#000; text-shadow: 1px 1px 2px #fff;}
.EastfordtHar-white { padding: 50px; box-shadow: rgba(129, 130, 102, 0.25) 0px 13px 27px -5px, rgba(129, 130, 102, 0.3) 0px 8px 16px -8px; border-radius: 20px}
.EastfordtHar-white p, .EastfordtHar-white ul, .EastfordtHar-white li{color:#222; text-shadow: 1px 1px 2px #fff;}
.EastfordtHar-white ul{ margin-left: 20px; }
.EastfordtHar-white li {color:#222; list-style:none; list-style-image: url("../images/locksmith-east-hartford_icon-1.png")}
.EastfordtHar-white ul, .EastfordtHar-white li{color:#222}
.EastfordtHar-white strong {
  color: transparent; letter-spacing: 2px;
  -webkit-text-stroke: 2px #111; text-transform: uppercase}

.circle_shape_2 {

  background: #bcd9a2;
 opacity: 0.2;
  position: absolute;
  left: 10px;
  top: 20px;
  width: 60px;
  height: 60px;
  -webkit-animation: circleAnimation 7s linear infinite;
  animation: circleAnimation 7s linear infinite;
z-index: -1;}

.circle_shape_1 { bottom: 10px;
	 opacity: 0.6;
  background: #bcd9a2;
  position: absolute;
left: 10px;
  top: 20px;
    width: 40px;
  height: 40px;
  -webkit-animation: circleAnimation 5s linear infinite;
  animation: circleAnimation 5s linear infinite;
  z-index: -1;
}

@-webkit-keyframes circleAnimation {
  0%, 100% {
    border-radius: 42% 58% 40% 30%/45% 45% 55% 55%;
    -webkit-transform: translate3d(0, 0, 0) rotateZ(0.01deg);
    transform: translate3d(0, 0, 0) rotateZ(0.01deg);
  }
  34% {
    border-radius: 50% 30% 46% 54%/30% 29% 41% 70%;
    -webkit-transform: translate3d(0, 5px, 0) rotateZ(0.01deg);
    transform: translate3d(0, 5px, 0) rotateZ(0.01deg);
  }
  50% {
    -webkit-transform: translate3d(0, 0, 0) rotateZ(0.01deg);
    transform: translate3d(0, 0, 0) rotateZ(0.01deg);
  }
  67% {
    border-radius: 100% 60% 60% 100%/100% 100% 60% 60%;
    -webkit-transform: translate3d(0, -3px, 0) rotateZ(0.01deg);
    transform: translate3d(0, -3px, 0) rotateZ(0.01deg);
  }
}
/* --------------------------------------
   (Dark_section)
   -------------------------------------- */


.EastfordtHar-dark h1, .EastfordtHar-dark h2, .EastfordtHar-dark h3, .EastfordtHar-dark h4, .EastfordtHar-dark h5, .EastfordtHar-dark-dark-textbgline h6{color:#fff;
	text-shadow: 1px 2px 2px #000; font-weight: bold}

.EastfordtHar-dark {

background: #1f3015; text-shadow: 1px 1px 2px #000; padding: 120px 50px; }

.EastfordtHar-darkbox{background: rgba(0, 0, 0, 0.1); backdrop-filter:blur(10px); border-radius: 30px; padding: 40px 50px;}

.EastfordtHar-service-side-img-dark {   margin: 40px; margin-right: 0; float: right;border-radius: 20px; box-shadow: 47px 52px 40px -17px rgba(11, 17, 7,1);
-webkit-box-shadow: 47px 52px 40px -17px rgba(11, 17, 7,1);
-moz-box-shadow: 47px 52px 40px -17px rgba(11, 17, 7,1);}
.EastfordtHar-dark a:hover { 
	text-decoration: underline; }.EastfordtHar-dark p, .EastfordtHar-dark ul, .EastfordtHar-dark li{color:#fff; text-shadow: 1px 1px 2px #000;}
.EastfordtHar-dark a{color:#fff; text-shadow: 1px 1px 2px #000;}
.EastfordtHar-dark p{color:#fff;  text-shadow: 1px 1px 2px #000;}
.EastfordtHar-dark ul, .EastfordtHar-dark li{color:#fff; text-shadow: 1px 1px 2px #000;}
.EastfordtHar-dark ul{ margin-left: 20px;}
.EastfordtHar-dark li {list-style:none; list-style-image: url("../images/locksmith-east-hartford_icon-1.png")}

.circle_shape_3 {
border-radius: 50%;
  background: rgba(0, 0, 0, 0.4);
  opacity: 0.2;
  position: absolute;
  left: 700px;
  bottom: 10px;
  width: 410px;
  height: 410px;
  -webkit-animation: circleAnimation 7s linear infinite;
  animation: circleAnimation 7s linear infinite;
z-index: -1;}

.circle_shape_4 {
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.4);
  opacity: 0.4;
  position: absolute;
  left: 80px;
  top: 10px;
  width: 240px;
  height: 240px;
  -webkit-animation: circleAnimation 5s linear infinite;
  animation: circleAnimation 5s linear infinite;
  z-index: -1;
}
/* --------------------------------------
   Section footer services
   -------------------------------------- */
.EastfordtHar-footer-servicesbg{background-image: url("../images/locksmith-east-hartford-footer-bg.jpg"); background-size:100%; background-position: right bottom; background-repeat: no-repeat;  margin-top: 160px !important; padding-left: 70px;}  
.EastfordtHar-footer-servicesboxbg{ background: rgba(32, 48, 23, 0.7); backdrop-filter:blur(20px); border-radius: 50px; padding: 40px 50px; margin-top: -120px; margin-bottom: 20px; margin-bottom: 60px }

.EastfordtHar-footer-servicesbg h6{color: #fff; text-shadow: 1px 2px 2px #000916; font-weight: bold}
.EastfordtHar-footer-servicesbg strong{ font-size: 20px; color: #111}
.EastfordtHar-footer-servicespadd{padding: 20px 10px; text-align: left}
.EastfordtHar-footer-servicespadd:hover{webkit-animation: fade-in-out 1s ease;
        animation: fade-in-out 1s ease; 
        -webkit-animation-iteration-count: 1;
	animation-iteration-count: 1;}
.EastfordtHar-footer-servicesbox:hover{background: rgba(254, 255, 2115, 0.9); backdrop-filter:blur(30px);  }
.EastfordtHar-footer-servicesbox{backdrop-filter:blur(30px); background: rgba(254, 255, 211, 0.9);padding: 20px; margin: 5px 0px; border-radius: 30px; border:1px solid #feffd3}
.EastfordtHar-footer-servicesboximg {border-radius:50%; box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px; padding: 2px; margin-bottom: 10px; float: right; margin-top: -50px}
 .imgradius{border-radius: 10px;}
/* --------------------------------------
   Section footer links
   -------------------------------------- */
.EastfordtHar-footerbg {background: #223319;
background: linear-gradient(90deg,rgba(34, 51, 25, 1) 0%, rgba(65, 94, 46, 1) 35%, rgba(34, 51, 25, 1) 100%);

  color:#fff; }
.EastfordtHar-footerbginfo{padding: 40px;}
.EastfordtHar-footerbg strong{font-size: 22px; color:#fff; text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5)}
.EastfordtHar-footerbg a:hover{color: #feffd3;  text-decoration: none;}

.EastfordtHar-copyright {text-align: center;  color:#fff; padding: 20px; background: #182311}
/* --------------------------------------
BackToTop button css 
-------------------------------------- */
#scrolltop {
	position:fixed;
	right:20px; 
	bottom:0px;
	cursor:pointer;
	width:40px;
	height:40px;
	background-color:rgba(0, 0, 0, 0.7);
	text-indent:-9999px;
	display:none;

}
	
#scrolltop span {
	position:absolute;
	top:50%;
	left:50%;
	margin-left:-8px;
	margin-top:-12px;
	height:0;
	width:0;
	border:8px solid transparent;
	border-bottom-color:#ffffff}
	
#scrolltop:hover {
	background-color:rgba(0, 0, 0, 0.9);
	
	opacity:1;filter:"alpha(opacity=100)";
	-ms-filter:"alpha(opacity=100)";}


.EastfordtHar-fade {animation: fade-in-out 2s ease}
.EastfordtHar-bounce-scale {animation: bounce-scale 2s ease}
.EastfordtHar-textslidebanner {animation: textslidebanner 1.5s ease}


@keyframes fade-in-out {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes bounce-scale {
  0%, 100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
}

@keyframes textslidebanner {
	0% {
		animation-timing-function: ease-in;
		opacity: 0;
		transform: scale(7);
	}

	38% {
		animation-timing-function: ease-out;
		opacity: 1;
		transform: scale(1);
	}

	55% {
		animation-timing-function: ease-in;
		transform: scale(1.5);
	}

	72% {
		animation-timing-function: ease-out;
		transform: scale(1);
	}

	81% {
		animation-timing-function: ease-in;
		transform: scale(1.24);
	}

	89% {
		animation-timing-function: ease-out;
		transform: scale(1);
	}

	95% {
		animation-timing-function: ease-in;
		transform: scale(1.04);
	}

	100% {
		animation-timing-function: ease-out;
		transform: scale(1);
	}
}



@keyframes float {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
  }
  100% {
    transform: translateY(0);
  }
}



@media (max-width: 1350px) {
	.EastfordtHar-footer-servicesboxbg {padding: 20px; margin-top: -50px;} 
	.EastfordtHar-padding_around, .EastfordtHar-padding_around3 {padding: 0vh 2vw;}
	h2, h3, h4, h5, h6 {font-size: 20px;}
	img.EastfordtHar_banner-img {width: 300px; height: auto}
	.EastfordtHar-bannertext p {width: auto}
	.EastfordtHar-white1, .EastfordtHar-dark  {
		padding: 30px 50px;}
	.circle_shape_6 {
 right: 250px;
  top: 30px;
  width: 200px;
  height: 200px;
 }

.circle_shape_7 {
  right: 50px;
  bottom:20px;
  width: 230px;
  height:230px;
}

.circle_shape_8 {
  right: 50px;
  bottom: 200px;
  width: 350px;
  height: 350px;
}
.circle_shape_3 {
  right: 100px;
  bottom: 100px;
  width: 410px;
  height: 410px;}
		
	.EastfordtHar-boxbg {margin-top: -80px}
	.EastfordtHar_phoneheaderpadd, .EastfordtHar-quick, .EastfordtHar_cc {min-height: inherit; font-size: 14px}
	p.EastfordtHar_phoneheader a {font-size: 20px}
	.EastfordtHar_cc1 {width: 100px;}
	.EastfordtHar-phone a{font-size: 18px; padding: 10px}
	.carousel-indicators {
 top: 5px;  left: 91vw;}
	.EastfordtHar-boxbg {margin-top: -120px; margin-right: inherit}
	.EastfordtHar-footer-servicesbg{background-image: url("../images/locksmith-east-hartford-footer-bg_1200.jpg"); 
background-size:100%; background-position: right center; }  
}
@media (min-width: 1300px) {
	.EastfordtHar-phone a{font-size: 18px;}	
}

/* Small screen laptop and pc 170% */
@media (max-width: 1150px) {
.EastfordtHar-footer-servicesbg{background-image: url("../images/locksmith-east-hartford-footer-bg_1200.jpg"); 
 background-repeat: repeat; }  
.EastfordtHar-banner-padd{padding-right: 40vw;}
	.EastfordtHar-padding_around {padding: 0vh 2vw;}
	.EastfordtHar-service-side-img, .EastfordtHar-service-side-img-dark{margin: 20px auto !important; float: none !important;box-shadow: none; border-radius: 10px}
.navbar .navbar-nav {
margin-bottom: 10px; 
	}
	body {background-size: contain}
	
.navbar-inverse{background: none;
          border-bottom: none;
            -webkit-transition: all 0.4s ease;
            transition: all 0.4s ease;}
.navbar-nav{margin:0;}
.navbar-inverse.sticky {top:0;
            position: fixed;
	font-size:18px; 
            width: 100%;          
		
background: #a82323!important; /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */

            text-align: left;
           			opacity:0.98 !important;					 }

	
.navbar-inverse.sticky .navbar-nav > li > a{font-size:14px; 	
 padding:20px 10px;  margin-bottom: 10px}
	
.navbar-inverse.sticky .navbar-nav > .active > a, .navbar-inverse.sticky .navbar-nav > .active > a:focus, .navbar-inverse .navbar-nav > .active > a:hover {
	color:#ffffff;  padding:20px 5px;		 		font-family: 'Jost-400-Book', Tahoma, serif; text-shadow:none;
	clip-path: polygon(30% 0%, 70% 0%, 100% 0, 100% 70%, 70% 100%, 30% 100%, 0% 70%, 0 0); }
		
	.navbar-inverse.sticky .navbar-nav{margin: 0;}	

.navbar-inverse .navbar-nav > li > a{
		 	 		font-family: 'Jost-400-Book', Tahoma, serif; 
	font-size:12px; }

		.EastfordtHar-phone a{font-size: 16px;}
	.EastfordtHar-logo  p{font-size: 9px;  }


	.EastfordtHar_banner{padding-bottom: 10px;}
	

	
 img.EastfordtHar-service-side-img {width: 300px}
		.EastfordtHar-logo.sticky h1{margin-bottom: 3px;}

	.EastfordtHar-btn a{padding: 10px 20px; font-size: 16px;}
	
	.EastfordtHar-bannertext{padding: 10px 40px;}
	.EastfordtHar-bannertext h5 {margin-top: 15px; font-size: 18px}
	.EastfordtHar-bannertext p {font-size: 14px}
	
	.EastfordtHar-footer-servicespadd p{font-size: 14px}
	.EastfordtHar-banner-area2bg p{font-size: 14px;}
	
	
	.circle_shape_3 {
  right: 100px;
  bottom: 300px;
  width: 310px;
  height: 310px;}
	
	.circle_shape_1 {

  width: 130px;
  height: 130px;
}

	.EastfordtHar-logo img {width: 35px}
	.EastfordtHar-logo h1 {margin-top: 10px}
	.EastfordtHar-footer-servicesbg {margin-top: 100px !important}
	.EastfordtHar_topbgphone {padding: 10px 40px}
}



@media (max-width: 1123px) {
	
	.EastfordtHar-banner-padd{padding-right: 40vw;}
	.EastfordtHar-footerPadding {padding: 5px}
	.EastfordtHar-footerCopyright {margin-top: 0}
	.EastfordtHar_phoneheader a{font-size: 16px !important}
	.EastfordtHar_phoneheader img {width: 50px; height: auto}
	.EastfordtHar_topbgphone {padding: 10px auto;}
	.EastfordtHar_phoneheader, .EastfordtHar-logo h1{margin-bottom: 0;}
	.EastfordtHar-white-img-side { width: 300px; height: auto; }
.EastfordtHar-padding_around {padding: 0vh 2vw;}
	.EastfordtHar-logo a{font-size: 22px}
.EastfordtHar-phone_footer {font-size: 25px}
.navbar-inverse.sticky .navbar-nav > li > a{font-size: 14px;}
}

@media (max-width:1033px) {
		.EastfordtHar_phoneheaderpadd, .EastfordtHar-quick, .EastfordtHar_cc {margin: 5px; min-height: inherit; border: none !important}
	.EastfordtHar-phone_top p{font-size: 12px;}
.EastfordtHar-white-img-side { width: 250px; height: auto; }
			.EastfordtHar-contact_info_text {padding: 10px 20px} 	
	.EastfordtHar-contact_info_text a{font-size: 20px;}
	.navbar-inverse.sticky .navbar-nav > li > a{font-size: 11px;}

.EastfordtHar_topbgphone {padding: 10px 20px}

	.EastfordtHar_phoneheaderpadd, .EastfordtHar-quick, .EastfordtHar_cc {font-size: 9px;}
	.EastfordtHar_cc p {font-size: 8px}
	
	.EastfordtHar-logo h1{font-size: 20px;}
	.EastfordtHar-bannertext {padding-right: 70px}

	.EastfordtHar-footer-servicesbg {padding-left: 0}
	.EastfordtHar-footer-servicesbg{background-image: url("../images/locksmith-east-hartford-footer-bg_1000.jpg"); 
background-size:100%; background-position: right center; }  
	}

/* 200% size SM*/

@media (max-width:980px) {	
	
	

		.EastfordtHar-banner-padd {padding-right: 0px;}
	
	
		.EastfordtHar-padding_around3 {
  padding: 0vh 5vw;}
	.EastfordtHar-logo a{font-size: 18px}
	.sticky.EastfordtHar-logo a {font-size: 16px}
/*   Navigation */	
.navbar-inverse .navbar-nav > li > a{
	 font-size:12px;padding: 20px 10px; }
	.navbar-nav {margin-top:0; margin-bottom: 5px;}
	.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:focus, .navbar-inverse .navbar-nav > .active > a:hover {padding: 10px;}
	
	.navbar-inverse.sticky .navbar-nav > li > a{font-size: 12px;}
	
.EastfordtHar-cc img{display:inline-block; width: 90px; height: auto}		
	
		.EastfordtHar-phone a {font-size: 14px;}

#EastfordtHar-footer h5 {font-size: 20px;}

	.EastfordtHar-whitebox {padding: 20px;border-radius:0px 0px 20px 20px;} 
	.EastfordtHar-white {margin-top: 10px;}

	
.EastfordtHar-darkbox {padding: 20px;border-radius:0px 0px 20px 20px;}

	.EastfordtHar-banner-area2bg p {
  font-size: 10px;
}
	.EastfordtHar_phoneheader a {
  font-size: 15px !important;
}
	p.EastfordtHar_phoneheader {font-size: 10px}
	.EastfordtHar-boxbgfooter h5 {width: 330px; padding: 5px 15px;}

	.EastfordtHar-footer-servicesboxbg {margin-top: -10px; border-radius: 20px}
	.EastfordtHar-footer-servicesbg {margin-top: 10px !important}
	.EastfordtHar-banner-area2 {padding: 20px 0px}
}


/* Landscape phone to portrait tablet 260% */
@media (max-width: 767px) {
	.EastfordtHar-service-side-img-dark{border-radius: 10px; }
	.nomargintop {margin-top: 0 !important}
	.navbar-inverse {
  border-top: none;
		background: #fdfee3 !important;}
		.EastfordtHar-dark img, img.EastfordtHar-service-side-img {float: none; margin: 10px auto; width: 300px;}
	.EastfordtHar-footer-servicesbg{background-image: url("../images/locksmith-east-hartford-footer-bg_767.jpg"); 
 background-repeat: repeat; background-position: right bottom; background-size: auto}  

	#EastfordtHar-footer h5 {padding-left: 20px; padding-right: 20px}
	.EastfordtHar-phonefooter{width: inherit; }
	
	.navbar-inverse .navbar-nav > li > a, .navbar-inverse .navbar-nav > li > a:hover {color: #111}
	
	.navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
    border-color: rgba(0, 0, 0, 0.1); }
	.pull-right{float: inherit !important }
	.navbar .navbar-nav {margin-top: 0px; margin-bottom: 10px; background: #feffd3; 
	box-shadow: rgba(0, 0, 0, 0.09) 0px 2px 1px, rgba(0, 0, 0, 0.09) 0px 4px 2px, rgba(0, 0, 0, 0.09) 0px 8px 4px, rgba(0, 0, 0, 0.09) 0px 16px 8px, rgba(0, 0, 0, 0.09) 0px 32px 16px;
	}
	.EastfordtHar_bgheader {
		background:none; margin:0; padding:0}
.navbar-inverse{ background: #111;

	height:auto;
	opacity:0.9;}
	
.navbar-inverse .navbar-nav > li > a{
	font-size:18px; background: none; 
	font-weight:bold; border-right: none !important;
	padding:5px 20px !important;}
	
.navbar-inverse .navbar-nav > .active > a, .navbar-inverse 
.navbar-nav > .active > a:focus, .navbar-inverse .navbar-nav > 							
.active > a:hover {
	border:none;
	padding:5px 20px}

.navbar-nav{
	float: inherit!important;
	clear:left;
	margin:0px;}	

.navbar-collapse{
	padding-bottom:5px;}	

.navbar-inverse.sticky .navbar-nav > li > a{
	font-size:18px;
	font-weight:bold;
	padding:5px 30px !important; }
	
.navbar-inverse.sticky .navbar-nav > .active > a, 
.navbar-inverse.sticky .navbar-nav > .active > a:focus, .navbar-inverse.sticky .navbar-nav > 
.active > a:hover {	font-size:16px;
	border:none;
	padding:5px 30px}
	
.navbar-inverse.sticky{
	height:auto; 
	opacity:0.9 !important; }
	
.navbar-collapse.sticky{
	padding-bottom:5px;}	
	
	/* navbar-toggle */
	.navbar-inverse .navbar-toggle { 
		border: none;
background: none;}	
	.navbar-inverse .navbar-toggle:focus{background:#000;}
	.navbar-inverse .navbar-toggle:hover { color: #fff; background:#111 }

	.EastfordtHar-footerbox {
    padding: 0px;
	}.EastfordtHar-footerbginfo {padding: 20px}
	.EastfordtHar-footer-servicesboxbg {padding: 10px}
	h1, h2, h3, h4, h5, h6, a{font-size: 18px}
	p, ul, li{font-size:16px;}
	.EastfordtHar-footerbg strong{font-size: 18px}
	.EastfordtHar-boxbgfooter h5 {width:inherit; padding: 5px 10px; margin-top: 5px; margin-bottom: 5px; border-radius: 0;}
	
.EastfordtHar-boxbgfooter{ margin-bottom: 5px; margin-top: 5px;}
	.EastfordtHar-footerPadding{ margin-bottom: 5px; margin-top: 5px; padding: 5px}

	.EastfordtHar-banner-area, .EastfordtHar-banner-padd {padding:0px; margin: 0;}

	.EastfordtHar_logo_small_screen.sticky a {color:#111;text-shadow: none}
	.EastfordtHar-service-side-img {width: 300px}
	#EastfordtHar-footer h5 {display:inherit; text-align: left}
	
	.EastfordtHar-banner-areaimg{
		background-image: none}

	.EastfordtHar-dark-top{background-image: none}
	.navbar-inverse.sticky {background: #fdfee3 !important;}
	.EastfordtHar_logo_small_screen img{float: left; padding-left: 5px; width: 20px;}
	.EastfordtHar_logo_small_screen a{ 
	 font-family: "Jost-700-Bold", "sans-serif"; text-transform: uppercase;
	color:#233519; margin: 5px 0 0 10px; 
text-shadow: -1px -1px 0 #fcfcc9, 0 -1px 0 #fcfcc9, 1px -1px 0 #fcfcc9, 1px 0 0 #fcfcc9, 1px 1px 0 #fcfcc9, 0 1px 0 #fcfcc9, -1px 1px 0 #fcfcc9, -1px 0 0 #fcfcc9; }
	.EastfordtHar-estimainpage.col-xs-12 {padding-left: 0px !important; padding-right: 0px!important; margin-left: 0px!important; margin-right: 0px!important; }
	.EastfordtHar-white ul, .EastfordtHar-white li{    margin-left: 0px;}
	.EastfordtHar_logo_small_screen a:hover{color:#222; text-decoration: none}
	.EastfordtHar-Dark_bg-box {
    background: #fff;
    padding: 10px;
    margin-top: 5px;
    margin-bottom: 5px;
}
	.EastfordtHar-Dark_bg-box li, EastfordtHar-Dark_bg-box ul{  margin-left: 0px;}
	.EastfordtHar-dark_box {padding: 0px}
	.EastfordtHar-btn a{font-size: 18px}
	.EastfordtHar-sub-page {padding-top: 5px; padding-bottom: 5px}
.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #ce2929;}
	.circle_shape_4 {
  left: -10px;
		top:25px;}
	.circle_shape_2 {
  left: 0px;
		top: -10px;}
	.EastfordtHar-footer-servicespadd {text-align:center}
	.EastfordtHar-Dark_bg-img, .EastfordtHar-imgpostion, 	.EastfordtHar-service-side-img{width: 200px;}

	img.EastfordtHar-imgpostion {padding: inherit !important}
	.EastfordtHar-paddingbottomsideimg{padding-bottom: 0px}
	.EastfordtHar-logo img {margin-top: -47px}
		.EastfordtHar-boxbg {margin-top: inherit;}
	.EastfordtHar-white-img-side{float: inherit; margin: 5px auto; width:250px}
	.EastfordtHar-white h1, .EastfordtHar-white h2, .EastfordtHar-white h3, .EastfordtHar-white h4, .EastfordtHar-white h5 {width: inherit}
	.EastfordtHar-dark h1, .EastfordtHar-dark h2, .EastfordtHar-dark h3, .EastfordtHar-dark h4, .EastfordtHar-dark h5, .EastfordtHar-dark h6  {width: inherit}
	.EastfordtHar-footerBoxtop {width: inherit}
	 .EastfordtHar-box-service{min-height: inherit}
.EastfordtHar-white h1, .EastfordtHar-white h2, .EastfordtHar-white h3, .EastfordtHar-white h4, .EastfordtHar-white h5 {margin-top: 5px; margin-bottom: 5px;}
	.EastfordtHar-whitebox {margin: 5px; padding: 10px 20px;}
	.EastfordtHar-box-service p{font-size: 12px;}
	
	.EastfordtHar-contact-footerbg h5, .EastfordtHar-contact-footerbg h6{font-size: 20px;}
	.EastfordtHar-contact-footerbg h5, .EastfordtHar-contact-footerbg h6 {font-size: 18px;}
	#EastfordtHar-box_schemacss {margin-bottom: 20px}
	.EastfordtHar-banner-area {padding: 5px;}
		.EastfordtHar-logo_small_screen a{color: #fff}
.EastfordtHar-logo_small_screen{font-size: 22px;    		font-family: 'Jost-400-Book', Tahoma, serif; 
 margin: 5px; text-transform: uppercase;}
	.EastfordtHar-dark ul {margin-left:-20px}
		.EastfordtHar-bg_phone_tablet_area {text-align: center; padding: 1vh 2vw; background: #6d9e51; color:#000; font-size: 18px }
	.EastfordtHar-bg_phone_tablet_area a{color:#111; font-size: 18px}
	.EastfordtHar-bg_phone_tablet_area a:hover{text-decoration: underline; font-size: 18px}
	.EastfordtHar-darkbox {margin: 5px; padding: 5px 20px;}

	.EastfordtHar-white, .EastfordtHar-dark{ margin-top: 5px; margin-bottom: 5px; padding:10px 20px !important  }
	.EastfordtHar-dark h1, .EastfordtHar-dark h2, .EastfordtHar-dark h3, .EastfordtHar-dark h4, .EastfordtHar-dark h5, .EastfordtHar-dark-dark-textbgline h6 {border-radius: 10px; padding: 5px 10px;}
	.EastfordtHar-white h1, .EastfordtHar-white h2, .EastfordtHar-white h3, .EastfordtHar-white h4, .EastfordtHar-white h5 {border-radius: 10px; padding: 5px 10px;}
	.EastfordtHar-whitebox{border-radius: 10px; padding: 5px 10px;}
	.EastfordtHar-darkbox{border-radius: 10px; padding: 5px 10px;}
	.EastfordtHar-contact-footerbg{ padding: 3vh 11vw; margin: 5px}
	
	#EastfordtHar-footer img{display: none}
		.EastfordtHar-phone a:hover, .EastfordtHar-phone a{font-size: 20px}
	.EastfordtHar-phone{display:flex; 
								justify-content:center;	align-items:center; width: 96%}	


	.EastfordtHar-Phone_visible_area_bg img{width: 130px; margin: 5px auto}
	.navbar .navbar-collapse {padding-top: 5px; text-align: center; background: #4f7639}
	
	.EastfordtHar-phone a:hover, .EastfordtHar-phone a{font-size: 16px; display: inherit;}
	.EastfordtHar-padding_around_services_footer {
    padding: 1vh 2vw;
}
	a, a:hover {font-size: 17px}
	.EastfordtHar-2, #EastfordtHar-footer, .EastfordtHar-darkgray,.EastfordtHar-white
	{padding: 10px 0px;}
		
	.EastfordtHar-darkmarginbottom{padding-bottom: 10px !important;}
	.EastfordtHar-copyright, .EastfordtHar-footercontact, .EastfordtHar-footer-servicesbox {padding:10px 20px !important;}
	.EastfordtHar_servicebgbox strong {font-size:19px}
	.EastfordtHar_servicebgbox {padding:5px}
	.EastfordtHar-footerbg {padding:0}
	.EastfordtHar-footer-services {padding:5px;}
	.EastfordtHar-footer-servicespadd {padding: 10px}
	body {background: #feffd3}
}

/* Portrait & landscape phone */
@media (max-width: 670px) { 	

	.EastfordtHar-logo_small_screen a{font-size: 15px;}
	.EastfordtHar-bg_phone_tablet_area a{font-size: 18px}
.EastfordtHar-box-service p{font-size: 9px;}
		.EastfordtHar-Dark_bg-img, .EastfordtHar-imgpostion, .EastfordtHar-service-side-img{width: 250px; margin: 5px auto}
		.EastfordtHar-dark img, img.EastfordtHar-service-side-img {width: 200px;}
		#EastfordtHar-footer h5 {width: inherit; padding:10px}

		
	
	.EastfordtHar_servicebgbox strong {font-size:10px}
	.EastfordtHar_servicebgbox {padding:5px}
}

@media (max-width: 420px) {	

		.EastfordtHar-darkbox { border-left: none;
-webkit-clip-path: polygon(0% 0, 100% 0%, 100% 100%, 0% 100%); clip-path: polygon(0% 0, 100% 0%, 100% 100%, 0% 100%);}
	body {background-color: #fff;  }
	
		.EastfordtHar-phone a:hover, .EastfordtHar-phone a{font-size: 16px; display: inline-block}
	
	p, ul, li {font-size: 14px;}
		h1, h2, h3, h4, h5, h6 {font-size: 18px}.EastfordtHar-phone a:hover, .EastfordtHar-phone a{font-size: 16px; display: inline-block}
	#scrolltop{display: none !important}
	#EastfordtHar-footer h5 {width: inherit; padding:10px}
	

			
	
	.EastfordtHar_servicebgbox strong {font-size:8px}
	.EastfordtHar_servicebgbox {padding:5px}
	
}

@media (max-width: 360px) {		
	
h1, h2, h3, h4, h5, h6, a{font-size: 16px}
p, ul, li {font-size:12px;}
	.EastfordtHar-footerbg strong{font-size: 16px}
.EastfordtHar-dark img, img.EastfordtHar-service-side-img {display: none}
	
	.EastfordtHar-logo_small_screen{font-size: 13px;}	
	.EastfordtHar-white-img-side, .EastfordtHar-Dark-img-side{display: none}
.EastfordtHar-2, #EastfordtHar-footer, .EastfordtHar-darkgray,.EastfordtHar-white,.EastfordtHar-contact
	{padding: 1vh 1vw;} 

				.EastfordtHar-white_container { margin: 0; padding: 1vh 1vw;}

.EastfordtHar-bg_phone_tablet_area a{font-size: 18px}
	.EastfordtHar-phone_footer {font-size: 18px; padding: 1vh 1vw;}
	.EastfordtHar-boxbg {display: none}
	#EastfordtHar-footer {	background-image: none; background: #f4f4f4}
	#EastfordtHar-footer h5 {width: inherit; padding:10px}
	.EastfordtHar-phonefooter {font-size: 20px;}

				
	
}

@media (max-width: 280px) {	.EastfordtHar-logo_small_screen{font-size: 10px;}	
	.EastfordtHar-dark img, img.EastfordtHar-service-side-img {display: none;}
		h1, h2, h3, h4, h5, h6, a{font-size: 10px}
	.EastfordtHar-footerbg strong {font-size: 10px}
	p {font-size:8px;}
	#EastfordtHar-schema {display: none}
	.EastfordtHar-white-img-side img {display: none}
	.EastfordtHar-bg_phone_tablet_area a{font-size: 16px}


}




@media (min-width: 1200px) {	
	.navbar .navbar-nav {margin-top: 0px; margin-bottom: 10px; 
}
	body {background-size: contain}
	
.navbar-inverse{background: none;
          border-bottom: none;
            -webkit-transition: all 0.4s ease;
            transition: all 0.4s ease;}
.navbar-nav{margin:0;}
.navbar-inverse.sticky {top:0;
            position: fixed;
	font-size:18px;
            width: 100%;          
		
background: #a82323!important; /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */

            text-align: left;
           			opacity:0.98 !important;
					 }	
	.EastfordtHar-footer-servicesbg{background-image: url("../images/locksmith-east-hartford-footer-bg_1200.jpg"); 
background-size:100%; background-position: right center; }  
	.EastfordtHar_bgheader.sticky{background-color: rgba(45, 55, 64, 0.7)}
	
.navbar-inverse.sticky .navbar-nav > li > a{font-size:18px; 	
 padding:20px 15px; background: none;-webkit-border-bottom-right-radius: 20px;
-webkit-border-bottom-left-radius: 20px;
-moz-border-radius-bottomright: 20px;
-moz-border-radius-bottomleft: 20px;
border-bottom-right-radius: 20px;
border-bottom-left-radius: 20px;
 }
.navbar-inverse.sticky .navbar-nav > .active > a, .navbar-inverse.sticky .navbar-nav > .active > a:focus, .navbar-inverse .navbar-nav > .active > a:hover { 	 
	color:#fff;  padding:15px; background: linear-gradient(to bottom,  #a02020 0%,#cc0000 42%) !important; -webkit-border-bottom-right-radius: 20px;
-webkit-border-bottom-left-radius: 20px;
-moz-border-radius-bottomright: 20px;
-moz-border-radius-bottomleft: 20px;
border-bottom-right-radius: 20px;
border-bottom-left-radius: 20px;
			 		font-family: 'Jost-400-Book', Tahoma, serif; text-shadow:none;  }
	.navbar-inverse.sticky .navbar-nav{margin:0 0 10px 0;}	


.navbar-inverse .navbar-nav > li > a{-webkit-border-bottom-right-radius: 20px;
-webkit-border-bottom-left-radius: 20px;
-moz-border-radius-bottomright: 20px;
-moz-border-radius-bottomleft: 20px;
border-bottom-right-radius: 20px;
border-bottom-left-radius: 20px;
		 	 		font-family: 'Jost-400-Book', Tahoma, serif; 

	 font-size:17px;  }
	.EastfordtHar-logo.sticky h1{font-size: 23px;}
	
	.EastfordtHar-banner-padd{padding-right: 40vw;}

	
		
}

@media screen and (min-width: 1600px) and (max-width: 1912px) {
	.navbar-inverse .navbar-nav > li > a{
	 font-size: 18px;  }
		.navbar-inverse.sticky {font-size: 18px;}
	.EastfordtHar-bannertext{padding: 20px;}

	.EastfordtHar-logo h1{ font-size: 30px;}
	
#scrolltop {right:10}	
	

	.EastfordtHar-padding_around3{padding: 0vh 10vw;}
		.EastfordtHar-dark {padding-left: 50px}
.EastfordtHar-footer-servicesbg{background-image: url("../images/locksmith-east-hartford-footer-bg_1600.jpg"); 
background-size:100%; background-position: right bottom; }  
		
}
	
@media screen and (min-width: 1920px) and (max-width: 2000px){ 

.navbar-inverse .navbar-nav > li > a{
	  font-size: 20px;  }
	

#scrolltop {right:10}	
	
	.EastfordtHar-padding_around3{padding: 0vh 18vw;}
	.EastfordtHar-padding_around4{padding: 0vh 0vw;}


	.EastfordtHar-bannertext {padding: 40px 90px}
	.EastfordtHar-logo h1{font-size: 35px; }

	
	.EastfordtHar-footer-servicesbg{background-image: url("../images/locksmith-east-hartford-footer-bg.jpg"); 
background-size:100%; background-position: right top } 
	
}

@media (min-width: 2001px) and (max-width: 2558px) {
.navbar-inverse .navbar-nav > li > a{
	  font-size: 20px;}.EastfordtHar-padding_around3{padding: 0vh 21vw;}
	

	.EastfordtHar-bannertext h5 {margin-top: 100px;}
	.EastfordtHar-bannertext {padding-right: 40px; padding-left: 70px;}
	.EastfordtHar-logo h1{font-size: 36px; }
		

}


@media (min-width: 2560px) and (max-width: 3499px) {
	.EastfordtHar-padding_around3{padding: 0vh 26vw;}
	.EastfordtHar-padding_around4{padding: 0vh 15vw;}
		.EastfordtHar-dark, .EastfordtHar-white1 {padding: 1vh 15vw;}
	

.EastfordtHar-logo h1{font-size: 36px; }
		

.EastfordtHar-footer-servicesbg{background-image: url("../images/locksmith-east-hartford-footer-bg.jpg"); 
background-size:100%; background-position: right center} 
		
}

@media screen and (min-width: 3500px)  and (max-width: 4499px) {
		#scrolltop {right:15vw}	
	
.EastfordtHar-padding_around3{padding: 0vh 33vw;}
.EastfordtHar-padding_around4{padding: 0vh 22vw;}
		.EastfordtHar-dark, .EastfordtHar-white1 {padding: 1vh 22vw;}
	
	
	
.EastfordtHar-logo h1{font-size: 36px; }
		
	.EastfordtHar-footer-servicesbg{background-image: url("../images/locksmith-east-hartford-footer-bg.jpg"); 
background-size:100%; background-position: right center} 
}

@media screen and (min-width: 4500px)  and (max-width: 6399px) {
	#scrolltop {right:15vw}	
	
.EastfordtHar-padding_around3{padding: 0vh 35vw;}

	

	.EastfordtHar-logo h1{font-size: 36px; }
		
		.EastfordtHar-footer-servicesbg{background-image: url("../images/locksmith-east-hartford-footer-bg.jpg"); 
background-size:100%; background-position: right center} 
		.EastfordtHar-padding_around4{padding: 0vh 30vw;}
		.EastfordtHar-dark, .EastfordtHar-white1 {padding: 1vh 30vw;}
	.EastfordtHar-footer-servicesboxbg.col-lg-8 {width: 40%; margin-left: 25vw}
	}


@media screen and (min-width: 6400px) {
#scrolltop {right:25vw}	
		.EastfordtHar-dark, .EastfordtHar-white1 {padding: 1vh 33vw;}
.EastfordtHar-padding_around3{padding: 0vh 40vw;}
	.EastfordtHar-padding_around4{padding: 0vh 33vw;}
	.EastfordtHar-footer-servicesboxbg.col-lg-8 {width: 40%; margin-left: 30vw}

	.EastfordtHar-logo h1{font-size: 36px; }


	.EastfordtHar-footer-servicesbg{background-image: url("../images/locksmith-east-hartford-footer-bg.jpg"); 
background-size:100%; background-position: right center} 
}


