/*!
 * Start Bootstrap - Modern Business (https://startbootstrap.com/template-overviews/modern-business)
 * Copyright 2013-2019 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap-logomodern-business-nav/blob/master/LICENSE)
 */
 body {
  padding-top: 118px;
  
  background-image:url('../image/bg.jpg');
  font-family: 'Calibri','Arial','IBM Plex Sans','Microsoft JhengHei','sans-seri';
/*  "Microsoft JhengHei", "Microsoft YaHei", Tohoma, Arial*/
}

a{
  color: #575756;
    font-weight:bold;
}

.navbar{
  box-shadow:4px 4px 3px rgba(20%,20%,40%,0.3);
}
.navbar-light .navbar-brand {
 color: #575756;
  font-weight:bold;
  font-size: 28px;


}
.navbar-light .navbar-nav .nav-link {
      /* color: #575756;  */
    
    font-weight:bold;
    font-size: 24px;

}
 

.carousel-item {
  height: 65vh;
  min-height: 300px;
  background: no-repeat center center scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.secondary{
  height: 40vh;
  min-height: 180px;
  background: no-repeat center center scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.secondary-footer{
  height: 20vh;
  min-height: 100px;
  background: no-repeat center center scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
 
.carouselmini{
  height: auto;
  min-height: auto;
}

.portfolio-item {
  margin-bottom: 30px;

}
.col-md-3{
  display: inline-block;
  margin-left:-4px;
}
.col-md-3 img{
  width:100%;
  height:auto;
}
 
 .carousel-indicators{
  bottom: 0;
}
 .carousel-indicators li {
  width: 10px;
  height: 10px;
  border-radius: 100%;
  background-color: #575756;

}

.carousel-control-prev-icon{
 
 
 background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23000' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E") !important;

}
.carousel-control-next-icon {
background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23000' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E") !important;

 
}

.carousel-text {
  font-family: '微軟正黑體', 'arial black', sans-serif;

  color: white;

  text-align: center;

  margin: 5px 5px 5px 5px;

  font-size: 30px;

  border-radius: 10px;

  text-shadow:

    -1px -1px 0 #000,

    1px -1px 0 #000,

    -1px 1px 0 #000,

    1px 1px 0 #000,

    2px 2px 2px black;
}
.no-padding {
  margin-bottom: 20px;
}
h5{
font-weight: bolder;
}