/* font*/
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@100&display=swap');

a {
  text-decoration: none !important;
}


html, body {
  height: 100%;
  font-family: 'Noto Sans TC', sans-serif;
  margin: 0px;
  text-align: left;
}

h2{
  padding: 0px;
}

.gray {
  color: gray;
}

.bg-gray {
  background: #F8F8F8;
  padding: 30px 20px;
  display: flex;
  flex-direction: column;
  flex-grow: 0;
  flex: 1;
  width:100%;
  height: 350px;
  margin: 0px 0px 50px 0px;
}

.bg-gray>h4{
  line-height: 1.5em;
letter-spacing: 0.1em;
}

.green {
  colo: green;
}

.shimano {
  padding: 0px;
  background: #00a0e9;
  height: auto;
}

.shimano a {
  text-decoration: none !important;
  color: white;
  letter-spacing: 0.1em;
}

.section-title {
  content: "";
  position: absolute;
  width: 40px;
  bottom: -10px;
  left: 50%;
  margin-left: -20px;
  height: 2px;
  background: #00a0e9;
}

.navbar {
  background: #00a0e9 !important;
}

.navbar-default .navbar-brand {
  color: white !important;
}

.navbar-default .navbar-nav>li>a {
  color: white !important;
}

.panel-default>.panel-heading {
  color: white !important;
  background-color: #00a0e9 !important;
  border-color: #ddd;
}

.panel-title h4 {
  letter-spacing: 0.09em;
}

.panel-body h4 {
  line-height: 2em;
  letter-spacing: 0.09em;
}

.pic {
  display: none;
}

.Lady-Race-Landscape {
  background: url("img/Lady-Race-Landscape.jpg") center center no-repeat;
  width: 100%;
  height: 70%;
}

h3 {
  line-height: 2em !important;
  letter-spacing: 0.07em;
  font-weight: 300 !important;
}

h4 {
  line-height: 2em !important;
  letter-spacing: 0.07em;
  font-weight: 300 !important;
}

.SSC-logo {
  margin: 5% 0px 6% 0px;
}

.brr {/*1680up*/
  display: none;
}

.footer-container {
  width: 75%;
}

/*hover特效*/
.overlay-slide {
  position: relative;
  box-sizing: border-box;
  height: auto;
  width: 100%;
  overflow: hidden;
  float: left;
}

.overlay-slide>.article {
  width: 100%;
}

.overlay-slide:hover div {
  transform: translate(0, 0);
  transition: all 0.2s ease-in;
}

.overlay-slide div {
  position: absolute;
  box-sizing: border-box;
  bottom: 0;
  transform: translate(0, 100%);
  padding: 15px;
  background-color: #00a0e9;
  text-align: center;
  transition: all 0.2s ease-in;
}

.overlay-slide h2 {
  margin: 0;
  font-size: 1.5em;
  color: #eeeeee;
}

.overlay-slide p {
  font-size: 14px;
  color: #dddddd;
}

@media (min-width: 600px) and (max-width: 1200px) {
  .container {
    width: 100% !important;
  }

  .shimano {
    padding: 0px;
    background: #00a0e9;
    height: 130px;
  }

  .shimano a {
    line-height: 1.8em;
  }
}

@media (min-width: 177px) and (max-width: 599px) {
  .navbar-toggle {
    position: relative;
    float: right;
    padding: 9px 10px;
    margin-top: 8px;
    margin-right: 15px;
    margin-bottom: 8px;
    background-color: transparent;
    background-image: none;
    border: 0px solid transparent !important;
    border-radius: 0px;
  }

  .navbar-default .navbar-toggle .icon-bar {
    background-color: white !important;
  }

  .navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
    background-color: #00a0e9 !important;
  }

  .pic {
    display: inline;
    margin: 6% 0px 0px 0px;
  }

  h1 {
    font-size: 1.8em !important;
    line-height: 3em !important;
  }

  h3 {
    font-size: 1.5em !important;
    line-height: 1.8em !important;
    letter-spacing: 0.07em;
  }

  .Lady-Race-Landscape {
    background: url("img/Lady-Race-Landscape.jpg") 70% center no-repeat;
    width: 100%;
    height: 70%;
  }

  .hidden-lg {
    margin: 5% 0 5% 0;
  }

  .SSC-logo {
    margin: 5% 0px 10% 0px;
  }

  .shimano {
    padding: 0px;
    background: #00a0e9;
    height: 200px;
  }

  .shimano a {
    line-height: 1.8em;
  }

  .brr {
    display: flex;
  }
}
