body, html {
	font-family: 'Lato', sans-serif;
	text-rendering: optimizeLegibility !important;
	-webkit-font-smoothing: antialiased !important;
	color: #2b2b2b;
	background-color: rgb(65, 83, 68) !important;
}
h1 {
}
h1 strong {
	font-weight: 900;
}
h2 {
	line-height: 42px;
	font-size: 32px;
	font-weight: 700;
	margin: 0;
	color: #2b2b2b;
}
h3 {
	font-size: 26px;
	font-weight: 700;
}
h4 {
	font-size: 20px;
	color: #2b2b2b;
}
h5 {
	text-transform: uppercase;
	font-weight: 700;
	line-height: 20px;
}
p {
	font-family: 'Open Sans', sans-serif;
	font-size: 18px;
	line-height: 26px;
	margin: 30px auto;
}
a {
	color: #AEE0B7;
	font-size: 18px;
	line-height: 26px;
}
a.service {
	color: #2b2b2b;
}
a.service:hover h4 {
	color: #AEE0B7;
}
a.service i {
	transition: all .2s ease-in-out; 
}
a.service:hover i {
	transform: scale(1.3) !important; 
}
a.service:hover [class^=devicon-], a.service:hover [class*=" devicon-"] {
	font-size: 55px !important;
}
a:hover, a:focus {
	text-decoration: none;
	color: #222;
}
.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
.clearfix {
	display: inline-block;
}
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
ul, ol {
	padding: 0;
	webkit-padding: 0;
	moz-padding: 0;
	list-style: none;
}
hr {
	height: 3px;
	width: 60px;
	text-align: center;
	position: relative;
	background: #AEE0B7;
	border: 0;
	margin: 10px auto 30px;
}
/* Navigation */
#menu {
	padding: 20px;
	transition: all 0.8s;
}
#menu i {
	color: #AEE0B7;
	font-size: 24px !important;
	margin-right: 10px;
}
.nav > li > a.phone {
	display: flex;
}
.navbar-fixed-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse {
	max-height: unset;
}
.navbar-collapse[aria-expanded=true] {    
	opacity: 1;
    background: #0b0b0b;
}
#menu.navbar-default {
	background-color: rgba(248, 248, 248, 0);
	border-color: rgba(231, 231, 231, 0);
}
#menu a.navbar-brand {
	text-transform: uppercase;
	font-size: 22px;
	color: #fff;
	font-weight: 900;
	height: initial;
	display: flex;
	align-items: center;
}
#menu.on a.navbar-brand {
	padding: 4px 0;
}
#menu a.navbar-brand > img {
	width: 240px;
	margin: 10px 10px 0 0;
}
#menu.on a.navbar-brand > img {
	width: 160px;
}
#menu a.navbar-brand > img.blog-logo {
	min-width: 178px;
}
#menu a.navbar-brand i.fa {
	color: rgba(255,255,255,0.7);
	margin-right: 3px;
}
#menu.navbar-default .navbar-nav > li > a {
	text-transform: uppercase;
	color: #eeeeee;
	font-size: 12px;
	letter-spacing: 1px;
}
#menu.navbar-default .navbar-nav > li > a.sub-nav {
	display: none;
}
#menu.navbar-default .navbar-nav > li > a.sub-nav:before {
	margin-right: 5px;
	content: "-";
}
#menu.navbar-default .navbar-nav > li > a i {
	font-size: 18px;
}
#menu.navbar-default .navbar-nav > li > a:hover {
	color: #AEE0B7;
}
#menu.on {
	background-color: #415344 !important;
	padding: 0 !important;
}
/*
#menu.on a.navbar-brand > img {
    max-width: 160px;
    position: absolute;
    top: -4px;
}
*/
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
	color: #AEE0B7 !important;
	background-color: transparent;
}
.navbar-toggle {
	border-radius: 0;
	margin-top: 25px;
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
	background-color: #AEE0B7;
	border-color: #AEE0B7;
}
.navbar-default .navbar-toggle:hover>.icon-bar {
	background-color: #FFF;
}

/* Home Style */
header.pws {
	background: url(../img/hero-home.jpg) no-repeat bottom center;
	background-size: cover;
	color: #cfcfcf;
	position: relative;
	height: 600px;
}
header.thin {
	height: 360px;
	background: url(../img/hero-home.jpg) no-repeat bottom center;
	background-size: cover;
}
header.thin .intro-text {
	padding-top: 135px;
}
header.responsive-web-design {
}
header p {
	color: rgba(255,255,255,0.8);
	font-size: 20px;
	margin-bottom: 80px;
}
.intro-text {
	position: relative;
	padding-top: 170px;
	padding-right: 0;
	padding-left: 0;
	padding-bottom: 170px;
}
.intro-text H1 {
	font-size: 60px;
	text-transform: capitalize;
	color: #fff;
}
.btn-default {
	color: #000;
	font-family: 'Open Sans', sans-serif;
	background-color: transparent;
	border: 2px solid rgba(0,0,0,0.8);
	margin: 0 8px;
	padding: 12px 24px;
	font-size: 18px;
	transition: all 0.5s;
	border-radius: 4px;
}
.btn-default:hover, .btn-default:focus, .btn-default.focus, .btn-default:active, .btn-default.active {
	background-color: #fff;
	color: #000;
	border-color: #fff;
}
/* Services Section */
#services-section {
	padding: 60px 0;
	background-color: #ffffff;
}
#services-section.service-page {
	padding: 0;
}
#services-section.service-page i {
	padding: 0;
}
#services-section .row, #footer .row {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
}
#services-section .service {
	padding: 0 15px 20px 15px;
	flex-basis: 30%;
}
#services-section h4 {
	font-weight: 700;
}
.space {
	margin-top: 40px;
}
#services-section i {
	font-size: 40px;
	transition: all 0.5s;
	color: #AEE0B7;
}
/* technologies Section */
#technologies-section {
	padding: 60px 0;
	background-color: #8FAF89;
}
#technologies-section .row {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
}
#technologies-section .row .tech {
	padding: 0 15px 20px 15px;
	width: initial;
	flex-basis: 15%;
}
#technologies-section h4 {
	font-weight: 700;
}
.space {
	margin-top: 40px;
}
#technologies-section i {
	font-size: 40px;
	transition: all 0.5s;
	color: #AEE0B7;
}
/* Gallery Section 
==============================*/
#works-section {
	padding: 60px 0;
	background-color: #8FAF89;
}
.categories {
	padding-bottom: 30px;
	text-align: center;
}
ul.cat li {
	display: inline-block;
}
ol.type li {
	display: inline-block;
	margin-left: 20px;
}
ol.type li a {
	color: #aaa;
	border: 1px solid #ddd;
	padding: 8px 16px;
	border-radius: 0;
}
ol.type li a.active {
	color: #AEE0B7;
	border: 1px solid #AEE0B7;
}
ol.type li a:hover {
	color: #AEE0B7;
	border: 1px solid #AEE0B7;
}
.isotope-item {
	z-index: 2
}
.isotope-hidden.isotope-item {
	z-index: 1
}
.isotope, .isotope .isotope-item {
	/* change duration value to whatever you like */
	-webkit-transition-duration: 0.8s;
	-moz-transition-duration: 0.8s;
	transition-duration: 0.8s;
}
.isotope-item {
	margin-right: -1px;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
.isotope {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transition-property: height, width;
	-moz-transition-property: height, width;
	transition-property: height, width;
}
.isotope .isotope-item {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transition-property: -webkit-transform, opacity;
	-moz-transition-property: -moz-transform, opacity;
	transition-property: transform, opacity;
}
.portfolio-item {
	margin-bottom: 30px;
}
.portfolio-item .hover-bg {
	height: 170px;
	overflow: hidden;
	position: relative;
}
.hover-bg .hover-text {
	position: absolute;
	text-align: center;
	margin: 0 auto;
	color: #ffffff;
	background: rgba(0, 0, 0, 0.66);
	padding: 17% 0 0 0;
	height: 100%;
	width: 100%;
	opacity: 0;
	transition: all 0.5s;
}
.hover-bg .hover-text>h4 {
	opacity: 0;
	-webkit-transform: translateY(100%);
	transform: translateY(100%);
	transition: all 0.3s;
	color: #ffffff;
}
.hover-bg:hover .hover-text>h4 {
	opacity: 1;
	-webkit-backface-visibility: hidden;
	-webkit-transform: translateY(0);
	transform: translateY(0);
}
.hover-bg .hover-text>i {
	opacity: 0;
	-webkit-transform: translateY(0);
	transform: translateY(0);
	transition: all 0.3s;
}
.hover-bg:hover .hover-text>i {
	opacity: 1;
	-webkit-backface-visibility: hidden;
	-webkit-transform: translateY(100%);
	transform: translateY(100%);
}
.hover-bg:hover .hover-text {
	opacity: 1;
}
#works-section i.fa {
	height: 30px;
	width: 30px;
	border: 1px solid #F5AB35;
	font-size: 20px;
	padding: 5px;
	border-radius: 50%;
	color: #F5AB35;
}
/* About Section */
.content-section {
	padding: 20px 0;
	background: #BFD6BA;
	background-size: contain;
	font-size: 18px;
	line-height: 26px;
	text-align: left;
}
.content-section.service-detail {
	background: #fff;
	background-size: contain;
}
.content-section.responsive {
}
.content-section.websites {
}
.content-section.databases {
}
.content-section.wordpress {
}
.content-section.shopify {
}
.intro-section {
	padding: 60px 0;
	background: #8FAF89;
}
#about-section {
	padding: 60px 0;
	background: #BFD6BA;
	background-size: contain;
}
#about-section p {
	margin-top: 20px;
	margin-bottom: 30px;
}
/* post Section */
#post-section {
	background-color: #fff;
	padding: 100px 0;
}
.section-title {
	padding: 30px 0 0 0;
}
.section-title h2 {
	margin-bottom: 30px;
}
#row {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
#post-section #row {
	padding-bottom: 30px;
}
#row .post {
	flex-basis: 33%;
	text-align: left;
}
#row .post h3 {
	font-size: 22px;
	margin-top: 0;
}
#row .post:hover h3 {
}
#row .post:hover .thumbnail {
	background:rgba(0,0,0,0.15);
}
#row .post strong {
	font-size: 14px;
	text-transform: uppercase;
}
#row .post span {
	font-style: italic;
	font-size: 11px;
	line-height: 16px;
	text-transform: uppercase;
	opacity: .6;
}
#row .post p {
	display: -webkit-box;
	display: -moz-box;
	display: box;
	-webkit-box-orient: vertical;
	-moz-box-orient: vertical;
	box-orient: vertical;
	-webkit-line-clamp: 4;
	-moz-line-clamp: 4;
	line-clamp: 4;
	overflow: hidden;
	text-overflow: ellipsis;
}
img.post-img {
	width: 100%;
	opacity:.9;
	border: 4px solid transparent;
	transition: all 0.5s;
    object-fit: cover;
    height: 220px;
}
#post-section .post .thumbnail:hover>img.post-img {
	opacity: 1;
}
#post-section .thumbnail {
	background: transparent;
	border: 0;
}
#post-section .thumbnail .caption {
	padding: 9px;
}
/* Achivements Section */
#achievements {
	padding: 80px 0;
	background-color: #AEE0B7;
}
.achievement-box {
	text-align: center;
	margin: 20px 0;
}
.achievement-box h4 {
	font-size: 18px;
	line-height: 26px;
	color: rgba(255,255,255,0.8);
	text-transform: uppercase;
}
.achievement-box span.count {
	color: #fff;
	font-size: 50px;
	font-weight: 500;
	display: block;
}
/* Contact Banner */
#contact-banner {
	padding: 80px 0;
	background: #468B97 url(/assets/img/cta-bg.png) no-repeat center;
	/*background: #468B97 url(/assets/img/cta-bg.png) no-repeat center;*/
	background-size: 33%;
	text-align: center;
}
#contact-banner .btn {
	text-transform: uppercase;
}
#contact-banner h3 {
	text-align: center;
    font-size: 40px;
    color: #ffffff;
	text-shadow: #000 2px 1px 8px;
    margin: 0;
	line-height: 55px;
	text-transform: uppercase
}
#contact-banner .btn {
	margin-top: 20px;
}
.ul-heading {
	padding: 10px 0;
    background: #468B97 ;
    background-size: cover;
    box-shadow: #000 0px 0px 125px 0px;
}
.ul-heading h4 {
	color: #fff;
   text-shadow: #000 1px 1px 7px;
    text-transform: uppercase;
}
ul.benefits strong {
	text-transform: capitalize;
	display: block;
}
ul.benefits li {
	color: #AEE0B7;
	position: relative;
	padding: 0 0 0 35px;
	margin: 0 0 30px 0;
}
ul.benefits li:before{ 
	position: absolute;
	left: 0;
	top: -8px;
	font-size:100px; 
	color: #468B97;
	content:'\00b7'; 
}
ul.benefits li span {
	color: #2b2b2b;
}
/* Contact Section */
#contact-section {
	padding: 60px 0 60px 0;
	background-color: #8FAF89;
}
#contact-section .contact-info {
	display: flex;
	align-items: stretch;
	justify-content: center;
	flex-direction: row;
	flex-wrap: wrap;
}
#contact-section .contact-info .item {
	margin: 0 auto;
	padding: 10px;
	text-align: center;
}
#contact-section h3 {
	font-size: 20px;
	font-weight: 400;
}
#contact-section form {
	padding: 30px 0;
}
#contact-section .item {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}
#contact-section .item img {
	display: block;
	margin-bottom: 10px;
}
#contact-section .item i {
	color: #AEE0B7;
	font-size: 36px;
	margin-bottom: 10px;
}
label {
	font-size: 18px;
	line-height: 26px;
	font-weight: 400;
	font-family: 'Open Sans', sans-serif;
	float: left;
}
#contact-section .form-control {
	display: block;
	width: 100%;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.42857143;
	color: #555;
	background-color: #fff;
	background-image: none;
	border: 1px solid #ccc;
	border-radius: 2px;
	-webkit-box-shadow: none;
	box-shadow: none;
	-webkit-transition: none;
	-o-transition: none;
	transition: none;
}
#contact-section .form-control:focus {
	border-color: inherit;
	outline: 0;
	-webkit-box-shadow: transparent;
	box-shadow: transparent;
}
#contact-section .btn, .btn.hero, a.button {
	background: transparent;
	border: 2px solid #468B97;
	border-radius: 4px;
	padding: 10px 20px;
	margin-top: 20px;
	color: #468B97;
	text-transform: uppercase;
}
#contact-section .btn:hover, #contact-section .btn:focus, .btn.hero:hover, .btn.hero:focus, a.button:hover, a.button:focus {
	background: #468B97;
	border: 2px solid #468B97;
	color: #fff;
}
#contact-section .btn, a.button {
	background: #AEE0B7;
	border: 2px solid #AEE0B7;
	color: #000;
}
#contact-section .btn:hover, a.button:hover {
	background: #000;
	border: 2px solid #000;
	color: #AEE0B7;
}
#contact-section .text-danger {
	color: #cc3300;
	text-align: left;
}
.btn:active, .btn.active {
	background-image: none;
	outline: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
}
a:focus, .btn:focus, .btn:active:focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn.active.focus {
	outline: none;
	outline-offset: none;
}
/* Social Section */
#social-section {
	padding: 30px 0;
	background-color: #AEE0B7;
	color: #f3f3f3;
	text-align: center;
}
#social-section a {
	color: #f3f3f3;
}
#social-section .social ul li {
	display: inline-block;
	margin: 0 20px;
}
#social-section .social i.fa {
	font-size: 24px;
	padding: 4px 5px;
	color: #fff;
	transition: all 0.5s;
}
#social-section .social i.fa:hover {
	color: #2b2b2b;
}
/* Footer */
#footer {
	background: #222;
	background-size: contain;
	color: #fff;
	padding: 60px 0 0 0;
	text-align: center;
	border-top: #8FAF89 12px solid;
}
#footer .contact-info .item {
	display: flex;
	justify-content: center;
	align-content: center;
	padding: 20px 0 0 0;
}
#footer .contact-info .item img.michigan-footer {
	width: 200px;
}
#footer .contact-info .item p {
	font-size: 14px;
	line-height: 18px;
	color: #fff;
	margin: 0 auto 0 0;
	text-align: left;
    width: 160px;
    padding: 0 0 0 20px;
}
#footer .contact-info .item i {
	font-size: 26px;
	color: #AEE0B7;
	margin: 0 0 0 auto;
    width: 26px;
}
#footer p {
	font-size: 13px;
	margin-top: 10px;
}
#footer a {
	color: #fff;
}
#footer a:hover, a:focus {
	text-decoration: none;
	color: #AEE0B7;
}
.footer-content .footer-brand {
	width: 180px;
	margin: 20px auto;
}
.footer-content .footer-brand img {
	width: 180px;
	margin: 20px auto;
}
.copyright {
	background-color: #000;
	color: #AEE0B7;
	width: initial;
	margin-top: 25px;
}

#footer .copyright p {
	margin: 10px 0;
}
ul.footer-nav a:hover {
	background: none;
} 

.mobile-phone {
	display: none;
    float: right;
    margin: 25px 30px 0 15px;
    font-size: 30px;
}

/* PWS GALLERY STYLE */
.pws-gallery {
	cursor: pointer;
	opacity: .97;
}
.pws-gallery:hover {
	opacity: 1;
}
.pws-modal {
	position: fixed;
	height: 100%;
	width: 100%;
	background: rgba(3, 3, 3, 0.9);
	transition: all 0.33s ease-out;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1000;
  }
  .pws-modal .overlay {
	position: absolute;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	cursor: zoom-out;
	z-index: 1;
  }
  .pws-modal--img {
	background: #2b2b2b url(/assets/img/pws-gallery-bg.png) repeat center;
	background-size: contain;
	position: absolute;
	width: 700px;
	height: 500px;
	max-height: 90%;
	max-width: 90%;
	padding: 20px;
	border-radius: 8px;
	z-index: 3;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
  }
  .pws-modal--img img {
	max-width: 92%;
	max-height: 90%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
  }
  .pws-modal--img .toggle {
	background: #F3F3F3;
    border-radius: 50%;
    border: #2b2b2b 3px solid;
    color: #2b2b2b;
    position: absolute;
    top: -10px;
    right: -10px;
    cursor: pointer;
    width: 40px;
    height: 40px;
    text-align: center;
  }
  .pws-modal--img .toggle:before {
	  font-size: 24px;
	  content: "X";
  }
  .pws-modal--img .toggle:hover {
	  background-image: radial-gradient(circle, #AEE0B7, #0b967a, #097f68, #086956, #075445);
  }
  .pws-modal--img .pws-gallery-caption {
	  background: #8FAF89;
	  border-radius: 0 0 8px 8px;
	  color: #0b0b0b;
	  padding: 25px;
	  text-align: center;
	  position: absolute;
	  bottom: -75px;
	  right: 0;
	  left: 0;
	  font-style: italic;
	  font-size: 20px;
  }
  .pws-modal.invisible {
	opacity: 0;
	transform: translateY(-120%);
  }

/* Service Tiers Section */

.services-container {
	margin: 0 auto;
  }
  
  .services-title {
	text-align: center;
	font-size: 2.5rem;
	margin-bottom: 40px;
  }
  
  .tiers-row {
	display: flex;
	flex-wrap: wrap;
	gap: 30px;
	justify-content: center;
  }
  
  .tier-card {
	background-color: #ffffff;
	border-radius: 8px;
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
	width: 100%;
	max-width: 360px;
	text-align: center;
	overflow: hidden;
	transition: transform 0.3s ease;
	padding-bottom: 50px;
	position: relative;
  }
  
  .tier-card .btn.hero {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
  }
  
  .tier-card:hover {
	transform: translateY(-5px);
  }
  
  .tier-image {
	width: 100%;
	height: 180px; /* Increased height for taller rectangle */
	background-size: cover;
	background-position: center;
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
  }
  
  .tier-header-essential {
	background-color: #FF6F61; 
	color: #ffffff;
	padding: 20px;
	font-size: 1.8rem;
	font-weight: bold;
  }
  
  .tier-header-professional {
	background-color: #FFC107; 
	color: #1a2b49;
	padding: 20px;
	font-size: 1.8rem;
	font-weight: bold;
  }
  
  .tier-header-advanced {
	background-color: #AB47BC; 
	color: #ffffff;
	padding: 20px;
	font-size: 1.8rem;
	font-weight: bold;
  }
  
  .tier-price {
	font-size: 1.6rem;
	color: #1a2b49;
	margin: 8px 0 20px 0;
  }
  
  .tier-price:before {
	font-size: 10px;
	color: #3b3b3b;
	margin: 20px 0 0 0;
	text-transform: uppercase;
	display: block;
	text-align: center;
	content: "Starting at";
  }
  
  .tier-description {
	font-size: 1.2rem;
	color: #333333;
	padding: 0 20px;
  }
  
  .tier-features {
	list-style: none;
	padding: 0 20px 15px 0;
	text-align: left;
	font-size: 12px;
    color: #333333;
    text-indent: -23px;
    margin-left: 40px;
    font-weight: bold;
    line-height: 18px;
  }
  
  .tier-features li {
	margin-bottom: 10px;
  }
  
  .tier-card:nth-child(1) .tier-features li::before {
	content: "✔";
	color: #FF6F61; /* Matches Essential header background */
	margin-right: 10px;
  }
  
  .tier-card:nth-child(2) .tier-features li::before {
	content: "✔";
	color: #FFC107; /* Matches Professional header background */
	margin-right: 10px;
  }
  
  .tier-card:nth-child(3) .tier-features li::before {
	content: "✔";
	color: #AB47BC; /* Matches Advanced header background */
	margin-right: 10px;
  }
  
  .footnote {
	font-size: 0.9rem;
	color: #666666;
	text-align: center;
	margin-top: 40px;
  }
  
/* Portfolio */
.portfolio {
	margin: 0 auto;
	padding: 20px;
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
	justify-content: center;
  }
  .portfolio-item {
	position: relative;
	width: calc(50% - 13.33px);
	min-width: 250px;
	aspect-ratio: 4 / 3;
	background: #A3B18A;
	border-radius: 10px;
	box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
	overflow: hidden;
	transition: transform 0.3s ease;
  }
  .portfolio-item:hover {
	transform: translateY(-5px);
  }
  .portfolio-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
  }
  .portfolio-content {
	position: absolute;
	top: calc(100% - 90px);
	left: 0;
	width: 100%;
	height: 100%;
	background: #2E3A2E;
	padding: 12px 15px;
	transition: top 0.3s ease;
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: start;
  }
  .portfolio-item:hover .portfolio-content {
	top: 35%;
  }
  .portfolio-content h3 {
	color: #A3B18A;
	font-size: 18px;
	margin-top: 10px;
	margin-bottom: 5px;
	transition: opacity 0.3s ease;
  }
  .portfolio-item:hover .portfolio-content h3 {
	opacity: 1;
  }
  .corner-banner {
	display: inline-block;
	background: #468B97;
	color: #fff;
	padding: 3px 8px;
	font-weight: bold;
	border-radius: 4px;
	margin-bottom: 5px;
	font-size: 12px;
	transition: opacity 0.3s ease;
  }
  .portfolio-item:hover .corner-banner {
	opacity: 1;
  }
  .portfolio-content p {
	color: #ddd;
	font-size: 12px;
	display: none;
	margin-top: 8px;
	line-height: 16px;
  }
  .portfolio-item:hover .portfolio-content p {
	display: block;
  }
  @media (max-width: 1000px) {
	  .portfolio-item {
	  width: 100%;
	  aspect-ratio: 4 / 2;
	  }
	}
  @media (max-width: 768px) {
	.portfolio-item {
	  width: 100%;
	  min-width: 0;
	  aspect-ratio: auto;
	}
	.portfolio-item:hover,
	.portfolio-item:hover .portfolio-content,
	.portfolio-item:hover .portfolio-content h3,
	.portfolio-item:hover .corner-banner,
	.portfolio-item:hover .portfolio-content p {
	  transform: none;
	  top: auto;
	  opacity: 1;
	}
	.portfolio-content {
	  position: relative;
	  top: 0;
	  width: 100%;
	  height: auto;
	  background: #2E3A2E;
	  padding: 12px 15px;
	  transition: none;
	  display: flex;
	  flex-direction: column;
	  justify-content: flex-start;
	  align-items: start;
	}
	.portfolio-content h3 {
	  opacity: 1;
	  margin-top: 10px;
	  margin-bottom: 5px;
	}
	.corner-banner {
	  opacity: 1;
	}
	.portfolio-content p {
	  display: block;
	  margin-top: 8px;
	  line-height: 16px;
	}
  }

  /* Mobile Responsiveness */
  @media (max-width: 768px) {
	.services-title {
	  font-size: 2rem;
	}
  
	.tier-card {
	  max-width: 100%;
	}
  
	.tier-header-essential,
	.tier-header-professional,
	.tier-header-advanced {
	  font-size: 1.5rem;
	}
  
	.tier-price {
	  font-size: 1.4rem;
	}
  
	.tier-description {
	  font-size: 1rem;
	}
  
	.tier-features {
	  font-size: 1rem;
	}
  }


/* RESPONSIVE MEDIA QUERIES */

@media (max-width: 1000px) {
	#menu a.navbar-brand {
		font-size: 14px;
	}
	#menu a.navbar-brand img {
	}
	#menu a.navbar-brand img.blog-logo {
		min-width: 111px;
	}
	img.headshot {
		margin-left: auto;
		margin-right: auto;
		max-width: 50%;
		border-radius: 50%;
	}
	.footer-nav {
		padding: 40px 0;
	}
	#technologies-section .row {
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
		justify-content: center;
		align-items: center;
	}
	#technologies-section .row .tech {
		width: initial;
		flex-basis: 33%;
		max-width: 32%;
		min-width: 30%;
	}
	#technologies-section .row .tech h4 {
		padding: 0 5px;
		font-size: 18px;
		line-height: 26px;
	}
	#services-section .service {
		flex-basis: 48%;
	}
}

@media (max-width: 768px) {
	#menu a.navbar-brand img {
		width: 120px;
	}
	#menu a.navbar-brand {
		text-indent: -9999em;
		margin: 0 0 0 20px;
		padding: 15px 0;
	}
	#menu.navbar-default .navbar-nav > li > a.sub-nav {
		display: block;
	}
	#services-section .service {
		flex-basis: 100%;
	}
	.mobile-phone {
		display: initial;
	}
	.content {
		padding: 40% 0 0;
	}
	#row .post {
		flex-basis: 100%;
	}
}

@media (max-width: 603px) {
	.intro-text h1 {
		font-size: 47px;
	}
	#menu.navbar-default {
		background-color: rgba(0, 0, 0, 0.7);
	}
	label {
		float: none !important
	}
	.hover-bg .hover-text {
		padding: 12% 10%;
	}
	#row .post {
		flex-basis: 100%;
	}
	#contact-banner {
		padding-left: 20px;
		padding-right: 20px;
	}
	#contact-banner h3 {
		font-size: 30px;
		margin: 0 0 20px 0;
		line-height: 45px;
	}
}

@media (max-width: 360px) {
	.hover-bg .hover-text {
		padding: 22% 10%;
	}
}
