body {
	background: url("bg.png") repeat;
}

body, html {
	font-family: 'Open Sans', Arial, sans-serif;
	height: 100%;
	margin: 0 auto;
	max-width: 1366px;
	scroll-behavior: smooth;
}

.container {
	background: #fff;
	box-sizing: border-box;
	margin: 0 auto;
	padding: 20px;
	text-align: center;
}

.mySlides {
	display: none;
}

img {
	vertical-align: middle;
}

.mlu {
	max-width: 11%;
}

.align-center {
	padding-bottom: 40px;
	text-align: center;
}

h3 {
	border-bottom: 3px solid #efefef;
	font-size: 26px;
	font-weight: 400;
	padding: 20px 0;
}

.app-icon {
	margin: 0 15px;
}

.body-text {
	font-size: 16px;
	line-height: 28px;
	text-align: left;
}

.footer {
	box-sizing: border-box;
	font-size: 20px;
	padding: 0px 20px 50px;
}

.link {
	border-bottom: 2px solid #ddd;
	color: #00aeef;
	font-size: 20px;
	text-decoration: none;
	transition: all .3s ease;
}

.link:hover {
	border-bottom: 2px solid #ec008c;
	color: #000;
}

.btn-pink {
	background-color: #ec008c;
	border: 3px solid #ec008c;
	border-radius: 6px;
	color: #fff;
	display: block;
	font-size: 20px;
	margin: auto;
	max-width: 300px;
	padding: 10px 20px;
	text-decoration: none;
	transition: all .3s ease;
}

.btn-pink:hover {
	background-color: #fff;
	border: 3px solid #ec008c;
	color: #000;
}

.btn-blue {
	background-color: #00aeef;
	border: 3px solid #00aeef;
	border-radius: 6px;
	color: #fff;
	display: block;
	font-size: 20px;
	margin: auto;
	max-width: 300px;
	padding: 10px 20px;
	text-decoration: none;
	transition: all .3s ease;
}

.btn-blue:hover {
	background-color: #fff;
	border: 3px solid #00aeef;
	color: #000;
}

.overflow-thumb {
	border: 15px solid #efefef;
	cursor: pointer;
	display: inline-block;
	height: 200px;
	margin: 10px;
	overflow: hidden;
	transition: all .2s ease;
	width: 23%;
}

.overflow-thumb:hover {
	border: 15px solid #00aeef;
}

/* ////////// Scrollbar Color ////////// */

/* width */
::-webkit-scrollbar {
	width: 20px;
}

/* Track */
::-webkit-scrollbar-track {
	background: #efefef;
	border: 2px dotted #00aeef;
	border-radius: 10px;
}

/* Handle */
::-webkit-scrollbar-thumb {
	background: #ec008c; 
	border-radius: 10px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
	background: #00aeef; 
}

/* ////////// Hero Slider ////////// */

.slideshow-container {
	margin: auto;
	max-width: 100%;
	position: relative;
}

/* Caption text */
.text {
	color: #f2f2f2;
	font-size: 15px;
	padding: 8px 12px;
	position: absolute;
	bottom: 8px;
	width: 100%;
	text-align: center;
}

/* Number text (1/3 etc) */
.numbertext {
	color: #f2f2f2;
	font-size: 12px;
	padding: 8px 12px;
	position: absolute;
	top: 0;
}

/* The dots/bullets/indicators */
.dot {
	cursor: pointer;
	height: 15px;
	width: 15px;
	margin: 0 2px;
	background-color: #bbb;
	border-radius: 50%;
	display: inline-block;
	transition: background-color 0.6s ease;
}

.active, .dot:hover {
	background-color: #717171;
}

/* Fading Animation */
.fade {
	-webkit-animation-name: fade;
	-webkit-animation-duration: 2s;
	animation-name: fade;
	animation-duration: 2s;
}

@-webkit-keyframes fade {
	from {opacity: .3} 
	to {opacity: 1}
}

@keyframes fade {
	from {opacity: .3} 
	to {opacity: 1}
}

* {
	box-sizing: border-box;
}

/* ////////// Tabs Navigation ////////// */

@media only screen and (max-width: 770px) {
	.container {
		padding: 0;
	}
	
	.mlu {
		max-width: 25%;
	}
	
	.tablink, .overflow-thumb {
		font-size: 20px !important;
		width: 100% !important;
	}
	
	.overflow-thumb {
		margin: 20px 0;
	}
}

@keyframes fadeEffect {
	from {opacity: 0;}
	to {opacity: 1;}
}

.tablink-bar {
	text-align: center;
}

.tablink {
	background-color: #efefef;
	border: none;
	box-sizing: border-box;
	color: #000;
	cursor: pointer;
	display: inline-block;
	font-size: 1vw;
	padding: 14px 16px;
	text-align: center;
	transition: all .2s ease;
	width: 16%;
}

.tablink:hover {
	background-color: #ddd;
	color: #fff;
}

/* Main Tab Contents */
.tabcontent {
	animation: fadeEffect 1s;
	box-sizing: border-box;
	color: #000;
	display: none;
	height: 100%;
	padding: 20px;
	text-align: center;
}

#Home {border-top: 6px solid #ec008c;}
#Illustrations {border-top: 6px solid #00aeef;}
#Print {border-top: 6px solid #ec008c;}
#Digital {border-top: 6px solid #00aeef;}
#Traditional {border-top: 6px solid #ec008c;}
#Contact {border-top: 6px solid #00aeef;}