@import url('https://fonts.googleapis.com/css?family=Lato:400,700&display=swap');
body {
	overflow-x: hidden;
	font-family: 'Lato', sans-serif;
	color: #505962;
	
	
}

/*-- Nav Scrolling Offset --*/
.offset:before {
	height: 4rem;
	margin-top: -4rem;
	content: "";
	display: block;
}

/*-- Extra Bootstrap Column Padding --*/
[class*="col-"] {
	padding: 1rem;
}

/*----------- NAVIGATION -----------*/

.navbar {
	padding: .7rem 1rem;
	text-transform: uppercase;
	font-size: .92rem;
	font-weight: 700;
	letter-spacing: .1rem;
	transition:  background-color .5s ease 0s;
}
.navbar-brand img {
	height: 4rem;
}
.svg-inline--fa.fa-w-14 {
	color: white;
	font-size: 1.6rem;
	
}
.navbar-nav li {
	padding-right: .5rem;	
}
.navbar-nav .nav-link {
	color: white;
	padding-top: .8rem;
}
.navbar-nav .nav-link.active,
.navbar-nav .nav-link:hover {
	color: #1ebba3;
} 
.navbar.solid {
	background-color: rgba(0, 0, 0, 0.7)!important;
	transition: background-color 1s ease 0s;
	
}

/*-- LANDING PAGE --*/

.home-inner {
	background-image: url('img/team/koifrontpage.mp4'); /* 'img/landing.png' */
}

.caption {
	width: 100%;
	max-width: 100%;
	position: absolute;
	top: 38%;
	z-index: 1;
}
.caption h1 {
	color: white;
	font-size: 3.5rem;
	text-transform: uppercase;
	font-weight: 700;
	letter-spacing: .3rem;
	text-shadow: .1rem .1rem .8rem black;
	padding-bottom: 1rem;
}
.caption h3 {
	color: white;
	font-size: 3.0rem;
	text-transform: uppercase;
	font-weight: 400;
	text-shadow: .1rem .1rem .5rem black;
	padding-bottom: 2rem;
}

.btn-lg {
	border-width: medium;
	border-radius: 0;
	padding: .8rem 1.5rem;
	font-size: 1.1rem;
	font-weight: 400;
	text-transform: uppercase;
	text-shadow: .2rem .2rem .2rem black;
	display: inline-block!important;
}

/*============= FEATURES SECTION =============*/

.narrow {
	width: 75%;
	margin: 0 auto;
	padding-top: 2rem;
}
.btn-sm {
	border-width: medium;
	border-radius: 0;
	padding: .5rem 1.1rem;
	font-size: .9rem;  
	font-weight: 400;
	text-transform: uppercase;
	margin: 1rem;
}
.btn-turquoise {
	border-color: #1ebba3;
	background-color: #1ebba3;
	color: white;
}
.btn-turquoise:hover,
.btn-turquoise:focus {
	border-color: #189582;
	background-color: #189582;
	color: white;
}
.jumbotron {
	margin-bottom: 0;
	border-radius: 0;
	padding: 1rem 0 3rem;
}
h3.heading {
	font-size: 1.9rem;
	font-weight: 700;
	text-transform: uppercase;
	text-align: center;
	margin-bottom: 1.9rem;
}
.heading-underline {
	width: 3rem;
	height: .2rem;
	background-color: #1ebba3;
	margin: 0 auto 2rem;
}

.about h3 {
	font-size: 1.3rem;
	text-transform: uppercase;
	padding-bottom: .4rem;
}
.about p {
	font-size: 1.3rem;
	background-color: white;
	color: #1ebba3;
	
}

/*============= ABOUTME  =============*/

.about {
    height: 450px;
    width: 425px;
    background-image: url("img/wordup.jpg");
    background-size: cover;
	
}
.aboutme-text {
    height: auto;
    width: 60%;
    margin-left: 40px;
    text-align: left;
}
.card-img-top  h4 {
	color: #1ebba3;
}
.about .img h2 {
	color: #1ebba3;
}

/*============= HOW TO BUY =============*/
.container .cardinfo {
	position: relative;
	width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
  }

.cardinfo {
	/* Add shadows to create the "card" effect */
	box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
	transition: 0.3s;
  }
  
  /* On mouse-over, add a deeper shadow */
  .card:hover {
	box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2);
  }
  
  /* Add some padding inside the card container */
  .links  {
	background-color: #1ebba3;
	color: white;
	padding: 5px 10px;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	font-size: 16px;
  }
  
  

/*============= FIXED BACKGROUND IMG DARK =============*/

#fixed {
	background-image: url('img/Gobbler.jpg');
	z-index: -1;
}
.dark {
	background-color: rgba(0, 0, 0, 0.75); 
	padding: 7rem 2rem;
	text-align: center;
	z-index: 1000!important;
}
.dark h3, .dark p {
	color: #e9ecef;
}
.dark 

/*============= ROADMAP SECTION =============*/

.row.padding {
	padding: 2rem 0 1rem;
}
img.example-image {
	max-width: 100%;
}
.row.no-padding [class*=col-] {
	padding: 0;
}
.portfolio-item img:hover {
	transform: scale(1.3);
	cursor: zoom-in;
}
.portfolio-item img {
	transition: none;
}
.portfolio-item {
	overflow: hidden;
}
h4 {
	font-family: 'Times New Roman', Times, serif;
	font-weight: 400;
	text-align: center;
	text-decoration: underline;
	
}

ol {
	text-align: justify;
	color: #1ebba3;
	text-indent: 5%;
}

p {
	text-align: center;
	color: black;
	font-family: Arial, Helvetica, sans-serif;
}



/*============= TEAM SECTION BG IMG LIGHT =============*/


.light {
	background-color: rgba(255, 255, 255, .85);
	padding: 3rem 2rem 2rem;
	z-index: 1000!important;
}
.card {
	border-radius: 0;
	border: .1rem solid rgba(0, 0, 0, .075);
	box-shadow: 0 0 .8rem rgba(0, 0, 0, .075);
	margin: 0 1rem;
	transition: transform .4s ease;
}
.card-img-top {
	border-radius: 0;

}
.card:hover {
	transform: scale(.95);
}
.card h4 {
	font-weight: 700;
}
.card h5 {
	color: #1ebba3;
}
.card p {
	border-top: .1rem solid rgba(0, 0, 0, .1);
	border-bottom: .1rem solid rgba(0, 0, 0, .1);
	padding: 1rem;
	margin: 1rem 0 1.5rem;
}
.card svg.svg-inline--fa {
	color: #1ebba3!important;
	font-size: 1.3rem;
	width: 2rem;
}
.card svg.svg-inline--fa:hover{
	color: #6c757d!important;
}

.owl-dot:hover span {
	background: #1ebba3!important;
}

/*============= SKILLS SECTION  =============*/

.skill h3 {
	color: #1ebba3;
	font-size: 2.5rem;
	font-weight: 700;
	margin: 1rem 0 .5rem;
}
.skill p{
	font-size: 1.1rem;
	text-transform: uppercase;
	font-weight: 700;
}

/*============= CLIENTS SECTION  =============*/

.clients img {
	width: 100%;
	height: auto;
	border-radius: 50%;
	transition: transform .3s ease;	
}
.clients img:hover {
	transform: scale(0.95);
}
blockquote .svg-inline--fa {
	margin: 1rem;
	color: #1ebba3;
}
.clients-hr {
	border-top: .05rem;
}

/*============= CONTACT SECTION  =============*/

footer {
	
	color: white;
} 
	
footer img {
	height: 8rem;
	margin: 1.5rem 0;
}
.row .logos {
	width: 1100px;
	position: relative;
	padding-bottom: 100px;
}
footer a {
	color: white;
}
footer svg.svg-inline--fa {
	font-size: 1.6rem;
	margin: .3rem;
}
footer svg.svg-inline--fa:hover {
	color: #1ebba3!important;
}
footer h3 {
	text-transform: uppercase;
	margin: 1.5rem 0;
}
.social .row{
	width: 100%;
}

/*============= Contact Form  =============*/

.formblock {
	margin-bottom: 1.4rem;
}
.form-control {
	border-radius: 0;
	border: .15rem solid #666b71;
	color: white!important;
}
.form-control:focus {
	background: #53595f;
	border: .15rem solid #666b71;
}
.formblock input::placeholder,
.formblock textarea::placeholder {
	color: #b2b5b8!important;
}
input.btn {
	cursor: pointer;
}
hr.socket {
	border-top: .2rem solid #1ebba3; 
	width: 100%;
}
.hr {
	position: absolute;
	bottom: 8px;
	right: 16px;
	font-size: 18px;
}


/* Make icons smaller on phones */
@media (max-width: 575px) {
  .logos img {
    width: 60px;
    height: 60px;
  }
}


/*============= TOP SCROLL =============*/

.top-scroll svg.svg-inline--fa {
	font-size: 3rem;
	height: 1.7rem;
	color: #53595f;
	background: white;
}
a.top-scroll {
	right: 1.2rem;
	bottom: 1.2rem;
	position: fixed;
	opacity: .3;
	z-index: 1000;
	display: none;
}
a.top-scroll:hover {
	opacity: .5;
}

/*----------- MEDIA QUERIES -----------*/

/* Devices under 992px (lg) */
@media (max-width: 991px) {
	

	.caption h3 {
		font-size: 3.5rem;
		letter-spacing: .2rem;
		padding-bottom: .8rem;
	}
	.caption h4 {
		font-size: 2.2rem;
		padding-bottom: 1.7rem;
	}
	.caption h5 {
		font-size: .8rem;
		letter-spacing: .1rem;
		padding-bottom: .5rem;
	}
	.btn-lg {
		padding: .7rem 1.2rem;
		font-size: 1rem;
	}
	.narrow h1 {
		font-size: 2.1rem;
	}
	 .roadmap img {
		max-width: 50%;
		margin: 0 auto;
	}
}

/* Devices under 768px (md) */
@media (max-width: 767px) {
	.container-fluid {
		display: flex;
	}
	
	.caption h3 {
		font-size: 2.7rem;
		letter-spacing: .15rem;
		padding-bottom: .5rem;
	}
	.caption h4 {
		font-size: 1.7rem;
		padding-bottom: .7rem;
	}
	.caption h5 {
		font-size: .1.2rem;
		letter-spacing: .1rem;
		padding-bottom: .7rem;
	}
	.btn-lg {
		padding: .6rem 1.1rem;
		font-size: 1rem;
	}
	.narrow h1 {
		font-size: 1.8rem;
	}
	
	.top-scroll {
		display: none!important;
	}
	.team img {
		max-width: 50%;
		margin: 0 auto;
	}

}
/* Devices under 576px (sm) */
@media (max-width: 575px) {
	.caption h3 {
		font-size: 1.9rem;
		letter-spacing: .1rem;
		padding-bottom: .4rem;
	}
	.caption h4 {
		font-size: 1.2rem;
		padding-bottom: 1rem;
	}
	.caption h5 {
		font-size: .8rem;
		letter-spacing: .1rem;
		padding-bottom: 1rem;
	}
	.btn-lg {
		padding: .4rem .9rem;
		font-size: .6rem;
	}
	.narrow h1 {
		width: 85%;
	}

	/* Kill any fixed width that forces horizontal scroll */
.row .logos {
  width: auto !important;
  max-width: 100% !important;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 28px;
  flex-wrap: wrap;          /* wrap on small phones */
  padding: 16px 0;
  overflow: visible;        /* ensure not clipped */
}

/* Make icons responsive and uniform */
.row .logos img {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 50%;
  display: block;
}

/* Scale down further on smaller phones */
@media (max-width: 575.98px) {
  .row .logos { gap: 18px; }
  .row .logos img { width: 56px; height: 56px; }
}

/* Optional: ensure footer rows don't create side scroll */
footer .row { margin-right: 0; margin-left: 0; }

}

/*.caption h3 {
	color: white;
	font-size: 3.0rem;
	text-transform: uppercase;
	font-weight: 700;
	letter-spacing: .3rem;
	text-shadow: .3rem .3rem .2rem black;
	padding-bottom: 1rem;
}
.caption h4 {
	color: white;
	font-size: 2.5rem;
	text-transform: uppercase;
	font-weight: 400;
	text-shadow: .1rem .1rem .1rem black;
	padding-bottom: 2rem;
}
.btn-lg {
	border-width: medium;
	border-radius: 2;
	padding: .8rem 1.5rem;
	font-size: 1.5rem;
	font-weight: 700;
	text-transform: uppercase;
	text-shadow: .2rem .2rem .2rem black;
	display: inline-block!important;
}

/*============ BOOTSTRAP BREAK POINTS:

Extra small (xs) devices (portrait phones, less than 576px)
No media query since this is the default in Bootstrap

Small (sm) devices (landscape phones, 576px and up)
@media (min-width: 576px) { ... }

Medium (md) devices (tablets, 768px and up)
@media (min-width: 768px) { ... }

Large (lg) devices (desktops, 992px and up)
@media (min-width: 992px) { ... }

Extra (xl) large devices (large desktops, 1200px and up)
@media (min-width: 1200px) { ... }

=============*/