.my-container {
  background: #ffffff;
  position: relative;
  height: 1300px;
}
.my-container2 {
  background: #ffe4ca;

  height: 300px;
}

b {
  color: blue;
  font-size: 18px;
}

.la {
  font-size: 25px;
  font-family: serif;
  font-weight: bold;
  color: #6c6c6c;
}

.la2 {
  font-size: 22px;
  font-family: serif;
  font-weight: bold;
  color: #6c6c6c;
}

.la2:hover {
  font-size: 22px;
  font-family: serif;
  font-weight: bold;
  color: #ffd972;
}

.navbar {
  min-height: 50px;
}

.navbar-brand {
  padding: 0px;
  height: 50px;
  line-height: 50px;
}

.navbar-toggle {
  /* (80px - button height 34px) / 2 = 23px */
  margin-top: 23px;
  padding: 9px 10px !important;
}

.navbar .nav-item .dropdown-menu {
  display: none;
}

.navbar .nav-item .dropdown-menu.quick {  /*quick start選單移到右邊by奕庭*/
  display: none;
  position: absolute;
  left: 100%;
  top: 0;
}

.navbar .nav-item:hover .dropdown-menu {
  display: block;
}

.navbar .nav-item .dropdown-menu {
  margin-top: 0;
}



#header {
  background-color: #d1e9e9;
  height: 10px;
  text-align: center;
  line-height: 80px;
}

.myButton {
  box-shadow: inset 0px 1px 3px 0px #ffffff;
  background: linear-gradient(to bottom, #42aba6 5%, #3b8f8f 100%);
  background-color: #42aba6;
  border-radius: 5px;
  border: 1px solid #37787d;
  display: inline-block;
  cursor: pointer;
  color: #ffffff;
  font-family: Arial;
  font-size: 24px;
  font-weight: bold;
  padding: 14px 32px;
  text-decoration: none;
}

.myButton:hover {
  background: linear-gradient(to bottom, #3b8f8f 5%, #42aba6 100%);
  background-color: #3b8f8f;
}

.myButton:active {
  position: relative;
  top: 1px;
}

.title {
  font-family: serif;
  font-size: 35px;
  font-weight: 900;
  margin-bottom: 5px;
  margin-top: 20px;
  margin-left: 50px;
}

.picture {
  position: relative;
  float: left;
  margin-top: 10px;
  margin-left: 40px;

}



.linebr {
  /* 清除左右浮动 */
  width: 700px;
  text-align: justify;
  text-justify: auto;
  margin-left: 20px;

  /* 必须定义宽度 */

  /*定义容器外边框*/
}

#w1 {
  font-size: 18px;
  font-family: serif;
  position: relative;
  float: right;
  margin-right: 20px;
}

.linebr2 {
  /* 清除左右浮动 */
  width: 335px;
  /* 必须定义宽度 */
  /*定义容器外边框*/
}

#w2 {
  font-size: 18px;
  font-family: serif;
  position: relative;
  float: right;
  margin-left: 50px;
}

#btn_next {
  position: relative;
  float: right;
  margin-top: 100px;
}

/*鈞貿修改*/
@media (min-width: 50px) {
  #w1 {
      position: relative;
      float: left;
   }
}
/*鈞貿修改*/
@media (min-width: 768px) {
  .navbar-nav > li > a {
    /* (80px - line-height of 27px) / 2 = 26.5px */
    padding-top: 20px;
    padding-bottom: 20px;
    line-height: 19.5px;
  }
  #w1 {
      position: relative;
      float: left;
   }
}
/*鈞貿修改*/
@media (min-width: 1200px) {
  .my-container {
    height: 800px;
  }
  #w1 {
      position: relative;
      float: right;
   }
}