body {
	perspective: 1px;
	height: 100%;
	padding: 0;
	margin: 0;
	transform-style: preserve-3d;
	overflow-x: hidden;	    
}

/*.navbar-brand {
	height: 150px;
	width: 150px;
	background-image: url('../static/Nilo.png');
	background-size: contain;
	background-repeat: no-repeat;
}*/

.navbar-brand span {
	display: none;
}

a:hover {
	color: #512da8;
}

.scrollbar-deep-purple::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
	background-color: #F5F5F5;
	border-radius: 10px; 
}

.scrollbar-deep-purple::-webkit-scrollbar {
	width: 12px;
	background-color: #F5F5F5; 
}

.scrollbar-deep-purple::-webkit-scrollbar-thumb {
	border-radius: 10px;
	-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
	background-color: #fcb040; 
}

.scrollbar-deep-purple {
	scrollbar-color: #512da8 #F5F5F5;
}

.scrollbar-cyan::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
	background-color: #F5F5F5;
	border-radius: 10px; }

.scrollbar-cyan::-webkit-scrollbar {
	width: 12px;
	background-color: #F5F5F5; }

.scrollbar-cyan::-webkit-scrollbar-thumb {
	border-radius: 10px;
	-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
	background-color: #00bcd4; }

.scrollbar-cyan {
	scrollbar-color: #00bcd4 #F5F5F5;
}

.scrollbar-dusty-grass::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
	background-color: #F5F5F5;
	border-radius: 10px; 
}

.scrollbar-dusty-grass::-webkit-scrollbar {
	width: 12px;
	background-color: #F5F5F5; 
}

.scrollbar-dusty-grass::-webkit-scrollbar-thumb {
	border-radius: 10px;
	-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
	background-image: -webkit-linear-gradient(330deg, #d4fc79 0%, #96e6a1 100%);
	background-image: linear-gradient(120deg, #d4fc79 0%, #96e6a1 100%); 
}

.scrollbar-ripe-malinka::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
	background-color: #F5F5F5;
	border-radius: 10px; 
}

.scrollbar-ripe-malinka::-webkit-scrollbar {
	width: 12px;
	background-color: #F5F5F5; 
}

.scrollbar-ripe-malinka::-webkit-scrollbar-thumb {
	border-radius: 10px;
	-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
	background-image: -webkit-linear-gradient(330deg, #f093fb 0%, #f5576c 100%);
	background-image: linear-gradient(120deg, #f093fb 0%, #f5576c 100%); 
}

.bordered-deep-purple::-webkit-scrollbar-track {
	-webkit-box-shadow: none;
	border: 1px solid #512da8; 
}

.bordered-deep-purple::-webkit-scrollbar-thumb {
	-webkit-box-shadow: none; 
}

.bordered-cyan::-webkit-scrollbar-track {
	-webkit-box-shadow: none;
	border: 1px solid #00bcd4; 
}

.bordered-cyan::-webkit-scrollbar-thumb {
	-webkit-box-shadow: none; 
}

.square::-webkit-scrollbar-track {
	border-radius: 0 !important; 
}

.square::-webkit-scrollbar-thumb {
	border-radius: 0 !important; 
}

.thin::-webkit-scrollbar {
	width: 6px; 
}

.example-1 {
	position: relative;
	overflow-y: scroll;
	height: 200px; }

.fade {
  	opacity: 1;
}

.site-logo img {
	height: 25%;
	width: 25%;
}

.hoverable:hover {
  	transition: all 0.5s ease;
  	transform: scaleX(1.1) translateY(4px);
}

.active {
	color: #fcb040;
}
.fs-20 {
	font-size: 20px;
}
.bg-navbar {
	background: #36445b;
}
.btn-round {
	-webkit-border-radius: 20px;
	        border-radius: 20px;
}
.text-grey {
	color: #36445b;
}
.bg-grey {
	background-color: #36445b;
	opacity: .7;
	font-family: 'Baloo+2';
}
.dark-blue {
	background-color: #36445b;
	color: white;
}
.grey .navbar-expand-lg .navbar-nav .nav-link {
	color: white;
	transform-style: preserve-3d;
}
.text-yellow {
	color: #fcb040;
}
.mt-35 {
	margin-top: 30%;
}
.mt-15 {
	margin-top: 15%;
}
.pt-8 {
	margin-top: 8%;
}
.bg-yellow {
	background-color: #fcb040;
}
.navbar-expand-lg .navbar-nav .nav-link {
    color: #36445b;
    font-family: 'Rajdhani';
}
.navbar-expand-lg .navbar-nav .nav-link:hover {
    color: #fcb040;
}
img {
	background-size: cover; 
}

.item {
  width: 200px;
  height: 200px;
  margin: 50px auto;
  padding-top: 75px;
  background: #ccc;
  text-align: center;
  color: #FFF;
  font-size: 3em;
}

header {
	min-height: 100vh;
	width: 100vw;
	transition: .5s;
	background: url('../static/header.jpg')no-repeat;
	background-size: cover;
	background-attachment: fixed;
}

.navbar-light .navbar-toggler {
    color: rgba(0,0,0,.5);
    border-color: rgba(0,0,0,.1);
    margin-left: 280px;
    clear: both;
}

#about,
#services, 
#footer {
	scroll-behavior: smooth; 
}

p, a.d-block, li {
	font-family: 'roboto';
	font-size: 1.3em;
}




/* Responsive design for regular devices */
@media (min-width: 320px) and (max-width: 800px) {
	html {
		background: none;
		margin: 0;
		padding: 0;
	}

	header {
		margin: 0;
		padding: 0;
		min-height: 30vh;
		width: 100vw;
	}

	header .community {
		display: none;
		padding: 0;
		margin: 0;
	}

	.header {
		width: 100%;
	}
	#home h1 {
		width: 70%;
	    margin: 60px 50px;
	    font-size: 20px;
	    text-align: center;
	    background: #000;
	}
	#home button {
		width: 50%;
		padding: 10px;
		margin: 0 0 0 80px;
		text-align: center;
	}
	#about {
		margin: 0;
		padding: 0;
		clear: both;
	}
	#about p {
		width: 98%;
		padding: 10px;
		margin: 5px;
		font-size: 15px;
	}
	#services h2{
		font-size: 25px;
	}
	#accordion h3 a {
		font-size: 20px;
	}
	.thumbnail {
		display: none;
	}
	#Mail h1 {
		width: 100%;
		font-size: 25px;
	}
	#Mail input {
		width: 100%;
		margin-bottom: 10px;
	}
	#Mail a {
		width: 50%;
		display: inline-block;
	}
	#social h2 {
		font-size: 25px;
		margin-left: 10px;
	}
	#social span a .fab{
		margin-left: 10px;
		font-size: 20px;
	}
	#clientele h1 {
		font-size: 25px;
	}
	#clientele p {
		font-size: 15px;
	}
	#Blog h2, #Contact h2 {
		font-size: 25px;
		margin: 10px 0;
	}
}

 /* Responsive designs for ipad */
@media only screen (min-width: 768px) and (max-width: 1024px) {
	html {
		margin: 0;
		padding: 0;
	}

	header {
		min-height: 70vh;
		width: 100vw;
		transition: .5s;
		background: url('../static/header.jpg')no-repeat;
		background-size: cover;
		background-attachment: fixed;
	}

	header .community {
		display: block;
		padding: inherit;
		margin: 0 0 0 10px;
	}
	.site-logo img {
		height: 25%;
		width: 25%;
		margin-left: 50px;
	}
	.header {
		width: 100%;
	}
	#home h1 {
		width: 100%;
	    margin: 40%;
	    font-size: 20px;
	    text-align: center;
	    background: #000;
	}
	#home button {
		width: 100%;
		padding: 10px;
		margin: 5px;
		text-align: center;
	}
	#about p {
		width: 98%;
		padding: 10px;
		margin: 5px;
	}
	.thumbnail {
		display: block;
	}
	#services {
		padding: 0 20px;
	}
	#services h2 {
		margin-left: 20px;
	}
	#services a i {
		font-size: 20px;
	}
	#clientele h1 {
		font-size: 25px;
	}
	#clientele p {
		font-size: 20px;
	}
	#Mail h1 {
		width: 100%;
	}
	#Mail input {
		width: 50%;
		margin-bottom: 10px;
	}
	#Mail a {
		width: 20%;
		display: inline-block;
	}
	#footer {
		width: 100%;
		margin: 0;
		padding: 0;
	}
	#about h2{
		width: 100%;
		display: block;
	}
}

 /* Responsive designs for iPhone X */
@media (min-width: 375px) and (max-width: 812px) {
	html {
		margin: 0;
		padding: 0;
	}

	header .community {
		display: none;
		padding: 0;
		margin: 0;
	}

	.site-logo img {
		height: 50%;
		width: 50%;
	}
	.header {
		width: 100%;
	}
	#home h1 {
		width: 70%;
		padding: 10px;
		color: #fcb040;
		margin: 60px 50px;
		font-size: 20px;
		text-align: center;
	}
	#home button {
		width: 50%;
		padding: 10px;
		margin-left: 80px;
		text-align: center;
	}
	#about {
		margin: 0;
		padding: 0;
		clear: both;
	}
	#about p {
		width: 98%;
		padding: 10px;
		margin: 5px;
		font-size: 15px;
	}
	#services h2{
		font-size: 25px;
	}
	#accordion h3 a {
		font-size: 20px;
	}
	.thumbnail {
		display: none;
	}
	#Mail h1 {
		width: 100%;
		font-size: 25px;
	}
	#Mail input {
		width: 100%;
		margin-bottom: 10px;
	}
	#Mail a {
		width: 50%;
		display: inline-block;
	}
	#social  {
		margin: 10px;
	} 
	#social h2 {
		margin-left: 10px;
	}
	#social span a {
		margin-left: 10px;
	}
	#clientele h1 {
		font-size: 25px;
	}
	#clientele p {
		font-size: 15px;
	}
}
