html {
	scroll-behavior: smooth;
}
body {
	font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
	overflow-x: hidden;
	color: #505962;
	scroll-behavior: smooth;

}

.bgBackground {
	background-color:rgba(254,237,241,1.0);
}

/* 懸浮 button */
.float-button {
	position: fixed;
	height: 80px;
	width: 80px;
	bottom: 90px;
	right: 0px;
	z-index: 9999;
	}

	.float-button-0 {
		position: fixed;
		height: 80px;
		width: 80px;
		bottom: 105px;
		right: 100px;
		z-index: 9999;
		}	

	.float-button-1 {
		position: fixed;
		height: 80px;
		width: 80px;
		bottom: 55px;
		right: 100px;
		z-index: 9999;
		}
		
	.float-button-2 {
		position: fixed;
		height: 80px;
		width: 80px;
		bottom: 5px;
		right: 100px;
		z-index: 9999;
		}		
  
	.float-bottom-button {
	  position: fixed;
	  height: 80px;
	  left:0px;
	  bottom: 0px;
	  z-index: 9999;
	  }
  
  
	.float-bottom-3-1-button {
	  position: fixed;
	  height: 80px;
	  left:0px;
	  bottom: 0px;
	  width: 33%;
	  z-index: 9999;
	}    
	.float-bottom-3-2-button {
	  position: fixed;
	  height: 80px;
	  left:33%;
	  bottom: 0px;
	  width: 34%;
	  z-index: 9999;
	}    
	.float-bottom-3-3-button {
	  position: fixed;
	  height: 80px;
	  left:67%;
	  bottom: 0px;
	  width: 33%;
	  z-index: 9999;
	}    


/* == offset == */
.offset:before {
	display: block;
	content: '';
	height: 4rem;
	margin-top: -4rem;
}

/* Navigation */
.navbar {
	text-transform: uppercase;
	font-weight: 100;
	font-size: 0.9rem;
	letter-spacing: 0.1rem;
	background: rgba(0, 0, 0, 1.0) !important;
}
.navbar-brand img {
	height: 2rem;
}
.navbar-nav li {
	padding-right: 0.7rem;
}
.navbar-dark .navbar-nav .nav-link {
	color: #fff;
	padding-top: 0.8rem;
}

.navbar-dark .navbar-nav .nav-link.active,
.navbar-dark .navbar-nav .nav-link:hover {
	color: #1ebba3;
}

/* Landing page */
.home-inner {
	background: url(img/computers.png) fixed;
}

.caption {
	width: 100%;
	max-width: 100%;
	position: absolute;
	top: 38%;
	z-index: 1;
	color: #fff;
	text-transform: uppercase;
}

.caption h1 {
	font-size: 3.8rem;
	font-weight: 700;
	letter-spacing: 0.3rem;
	text-shadow: 0.1rem 0.1rem 0.8rem #000;
	padding-bottom: 1rem;
}
.caption h3 {
	font-size: 2rem;
	text-shadow: 0.1rem 0.1rem 0.5rem black;
	padding-bottom: 1.6rem;
}
.btn-lg {
	border-width: medium;
	border-radius: 0;
	padding: 0.6rem 1.3rem;
	font-size: 1.1rem;
}

/* ===Course=== */

.narrow {
	width: 75%;
	margin: 1.5rem auto;
	padding-top: 2rem;
}
.narrow h1 {
	font-size: 2.4rem;
}
.btn-secondary {
	border-width: medium;
	border-radius: 0;
	outline: none;
	text-transform: uppercase;
	font-size: 1.2rem;
	padding: 0.6rem 1.2rem;
	margin: 1rem;
	color: white;
	background: #1ebba3;
	border-color: #1ebba3;
}
.btn-secondary:hover {
	background: #189582;
	border-color: #189582;
}

/* === features == */
.jumbotron {
	margin-bottom: 0;
	padding: 2rem 0 3.5rem;
	border-radius: 0;
}
h3.heading {
	font-size: 1.9rem;
	font-weight: 700;
	text-transform: uppercase;
	margin-bottom: 1.9rem;
}
.heading-underline {
	width: 3rem;
	height: 0.2rem;
	margin: 0 auto 2rem;
	background: #1ebba3;
}
.feature .svg-inline--fa {
	color: #1ebba3;
}
.feature h3 {
	font-size: 1.3rem;
	text-transform: uppercase;
	padding-bottom: 0.4rem;
}
.feature p {
	font-size: 1.1rem;
}

/* == Resources == */
.fixed {
	background: url(img/apple.png);
	z-index: -1;
}
.dark {
	background: rgba(0, 0, 0, 0.9);
	color: white;
	padding: 7rem 2rem;
}
.fixed-background h3 {
	margin-bottom: 2rem;
}
.fixed-background p {
	margin-top: 1.5rem;
}

/* clients */
.clients img {
	width: 100%;
	border-radius: 50%;
}
blockquote .svg-inline--fa {
	color: #1ebba3;
	margin: 1rem;
}
.client-hr {
	border-top: 0.05rem solid #1ebba3;
}

/* contact section */
footer {
	background: #40474e;
	color: white;
	padding: 2rem 0 2rem;
	margin-top: 1rem;
}
footer img {
	height: 3rem;
	margin: 1.5rem;
}
footer a {
	color: white;
}
footer svg.svg-inline--fa {
	font-size: 1.6rem;
	margin: 1.2rem 0.5rem 0 0;
}
footer svg.svg-inline--fa:hover {
	color: #1ebba3 !important;
}
hr.socket {
	width: 100%;
	border-top: 0.2rem solid #666a71;
	margin-top: 3rem;
}

/* Media Queries */
@media (max-width: 767px) {
	.caption h1 {
		font-size: 2.3rem;
		letter-spacing: 0.15rem;
		padding-bottom: 0.5rem;
	}
	.caption h3 {
		font-size: 1.2rem;
		padding-bottom: 1.2rem;
	}
	.btn-lg {
		padding: 0.5rem 1rem;
		font-size: 1rem;
	}
	.narrow h1 {
		font-size: 1.5rem;
	}
	.clients img {
		max-width: 50%;
		display: block;
		margin: auto;
	}
}

/*============ 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) { ... }

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



/*----------------------- girls ---------------*/

.text5 {
    font-size: 1em;
    font-weight:600;
    color:rgba(255,255,255,1.0);
  }    

  .text51 {
    font-size: 1.2em;
    font-weight:600;
    color:rgba(255,255,255,1.0);
  }    


  .text52 {
    font-size: 36px;
    margin-bottom: 5px;
    font-weight: 900;
	color:rgba(255,255,255,1.0);
  }    

.text53 {
    font-size: 40px;
    font-weight:700;
    color:rgba(255,255,255,1.0);
}    


.text54 {
    font-size: 23px;
    font-weight:900;
    color:rgba(255,255,255,1.0);
	padding:0px;
	margin: 0px;
}    




.textNum {
    color: rgba(255,255,255,1.0);;

}


.text56 {
    font-size: 24px;
    font-weight:700;
    color:rgba(255,255,255,1.0);
	padding-bottom: 10px;
}    


.counter-box {
	/*display: block;*/
	background: #f6f6f6;
	padding: 5px 5px 5px;
	text-align: left; 
}

.counter-box p {

	color: #909090;
	font-size: 18px;
	font-weight: 500;
	
}



.counter { 
	/*display: block; */
	font-size: 32px;
	font-weight: 700;
	color: #666;
	line-height: 28px;
	background: #f6f6f6;
}

.counter-box.colored {
      background: #3acf87;
}



/*------------High=992 以上------------------------------------- */

@media screen and (min-width: 991px) {
  

	.btn-xl {
		padding: 10px 50px 10px 50px;
		font-size: 28px;
		font-weight: 600;
		border-radius: 10px;
		text-align:center;
	}
	
	
	.btn-xl-01 {
		padding: 10px 50px 10px 50px;
		font-size: 18px;
		font-weight: 400;
		border-radius: 10px;
		text-align:center;
	}

	.img-card01 {
		padding: 10px 20px 10px 20px;
		font-size: 20px;
		font-weight: 600;
		border-radius: 10px;
		text-align:center;
		height:400px;
	}


	.text551 {
		font-size: 21px;
		font-weight:700;
		color:rgba(186,218,68,1.0);
		padding-left:0px;
		padding-top:-50px;
		padding-bottom: 0px;
		padding-right: 0px;;
	
		margin: 0px;	
	}    
	
	
	.text552 {
		font-size: 20px;
		font-weight:700;
		color:rgba(186,218,68,1.0);
		padding-left:112px;
		padding-top:-50px;
		padding-bottom: 0px;
		padding-right: 0px;;
		margin: 0px;	
	}    	
	
}


  
/*------------High=992 以下------------------------------------- */

@media screen and (max-width: 992px) {


	.btn-xl {
		margin: 0px;
		padding: 0px 5px 0px 5px;
		font-size: 20px;
		font-weight: 600;
		border-radius: 10px;
		text-align:center;
	}
	
	
	.btn-xl-01 {
		padding: 10px 20px 10px 20px;
		font-size: 16px;
		font-weight: 400;
		border-radius: 10px;
		text-align:center;
	}
	

	.img-card01 {
		margin: 0px;
		padding: 0px 0px 0px 0px;
		font-size: 20px;
		font-weight: 600;
		border-radius: 10px;
		text-align:center;
		height:220px;

	}


	.text551 {
		font-size: 18px;
		font-weight:700;
		color:rgba(186,218,68,1.0);
		padding-left:0px;
		padding-top:-50px;
		padding-bottom: 0px;
		padding-right: 0px;;
	
		margin: 0px;	
	}    
	
	
	.text552 {
		font-size: 18px;
		font-weight:700;
		color:rgba(186,218,68,1.0);
		padding-left:118px;
		padding-top:-50px;
		padding-bottom: 0px;
		padding-right: 0px;;
		margin: 0px;	
	}    
	

	
	

}


  /*//------------------------- */
  
  
