body {
	background-image: url('/public/images/wallpaper_005_m.jpg');
	background-attachment: fixed;
}

.page-container {
	max-width: 100%;
}

header {
	height: 50px;
}

nav {
	position: sticky;
	top: 0;
	z-index: 1;
}

.menu {
	max-width: 1280px;
	margin: 0 auto;
	padding-left: 120px;
	padding-top: 10px;
	background-image: url('/public/images/sp_logo3.png');
	background-repeat: no-repeat;
	height: 50px;
}

.menu ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	display: flex;
}

.menu li a {
	padding: 0px 12px 0px 12px;
	text-decoration: none;
}

footer {
	background-color: #435761;
	color: white;
}

.footer {}

.footer-container {
	max-width: 1280px;
	margin: 0 auto;
	padding: 20px 0 16px 16px
}

/*-----------------------------------------------------------------------------------------------*/
.bgimg-01 {
	background-image: url('/public/images/saptool_001.jpg');
	color: white;
}

.bgimg-02 {
	background-image: url('/public/images/saptool_002.jpg');
	color: white;
}

.bgimg-03 {
	background-image: url('/public/images/saptool_003.jpg');
	color: white;
}

.bgimg-04 {
	background-image: url('/public/images/saptool_004.jpg');
	color: white;
}

.bgimg-05 {
	background-image: url('/public/images/saptool_005.jpg');
	color: white;
}

.bgimg-06 {
	background-image: url('/public/images/saptool_006.jpg');
	color: white;
}

.bgimg-07 {
	background-image: url('/public/images/saptool_007.jpg');
	color: white;
}

.bgimg-08 {
	background-image: url('/public/images/background_008.jpg');
	color: white;
}

.bgimg-10 {
	background-image: url('/public/images/design001_003.png');
	color: white;
}

.bgimg-404 {
	background-image: url('/public/images/error_404.png');
	color: black;
}

/* Create a Parallax Effect */
.bgimg-01,
.bgimg-02,
.bgimg-03,
.bgimg-04,
.bgimg-05,
.bgimg-06,
.bgimg-07,
.bgimg-08,
.bgimg-404 {
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

/* Turn off parallax scrolling for tablets and phones */
@media only screen and (max-device-width: 1000px) {

	.bgimg-01,
	.bgimg-02,
	.bgimg-03,
	.bgimg-04,
	.bgimg-05,
	.bgimg-06,
	.bgimg-07,
	.bgimg-08 {
		background-attachment: scroll;
		min-height: 300px;
	}

	.w3-container {
		padding: 0;
	}
}

/* w3-hide-small */
@media screen and (max-width: 600px) {
	body {
		background-image: none;
		background-color: whitesmoke;
	}
}

#strip_slider {
	margin-right: 100%;
	height: 4px;
	background: linear-gradient(to right, #27A0AB, #186D8E);
}

.flip-card {
	background-color: transparent;
	width: 1280px;
	height: 470px;
	border: 0;
	perspective: 1280px;
	/* Remove this if you don't want the 3D effect */
}

.w3-animate-bottom {
	animation: animatebottom 0.8s
}