html,
body {
  font-family: 'Varela Round', 'Noto Sans TC', 'Lato', 'Limelight', sans-serif;
  margin: 0;
  padding: 0;
  color: #333333;
  background-color: #f6f7f8;
  min-width: 220px;
}

header {
  height: 60px;
  color: #606060;
  font-family: 'Varela Round';
  font-size: 1.2rem;
  box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.08);
  display: flex;
}
section {
  margin-top: 30px 0;
}

.container {
  margin-top: 30px;
}

.nav-title {
  font-weight: bold;
  margin: 0 0 0 30px;
}

.nav-link {
  color: #666666;
  margin-left: 25px;
  margin: 0 30px 0 0;
}

.avatar-img {
  border-radius: 25px; /* 圓框效果 */
}

.service-img {
  border-radius: 10px;
}

.name {
  font-size: 32px;
  font-weight: bold;
  margin: 20px 0;
  font-family: 'Varela Round';
}

.email-icon {
  margin-left: 20px;
  margin-right: 40px;
  color: #999999;
}

.email-icon:hover {
  color: #f4b3bd;
}

p {
  line-height: 30px;
  font-family: 'Varela Round';
}

.service-section {
  background: center / contain repeat-y url('/img/bg_pink_rp.jpg');
}

.title {
  font-size: 30px; /* 內容置中 */
  letter-spacing: 2px; /* 字元間距 */
  color: #f4b3bd;
  margin: 10px 0;
  line-height: 30px;
  font-family: 'Dancing Script', cursive;
  font-weight: bold;
}

.question-title {
  color: #333333 !important;
  font-weight: bold !important;
  font-size: 20px !important;
}

.highlight-text {
  color: #e47485;
  font-weight: bold;
}

.question-title:hover {
  text-decoration: none;
}

.service-section {
  padding: 20px 0;
}

h2 {
  padding-bottom: 30px;
}

h3 {
  padding: 10px 0 5px;
}

.fa-building,
.fa-calendar-alt {
  margin-right: 5px;
  color: #999999;
}
.company,
.duration {
  color: #666666;
  font-size: 12px;
  margin-right: 20px;
}

hr {
  border: 0px;
  height: 1px;
  background: #cccccc;
  margin: 20px 0;
}

.skillCardModal {
  margin: 10px 0;
  min-width: 220px;
}

.card-img-overlay {
  padding: 3.5rem;
}
.card-title {
  font-size: 2em;
}

.skillBtn,
.skill {
  margin-top: 10px;
}

.skill-icon {
  margin-right: 3px;
  margin-top: 5px;
  height: 40px;
}

.footer-bg {
  background-color: #859daf;
}

span a {
  color: #606060;
}

span a:hover {
  text-decoration: none;
  color: #606060;
}

.form-box,
.item,
.inData {
  display: flex;
  flex-wrap: wrap;
  width: calc(100% - 140px);
  flex-grow: 1;
  position: relative;
  -webkit-box-flex: 1;
  margin-right: 10px;
}
.tag {
  width: 110px;
  display: -webkit-box;
  -webkit-box-align: center;
  align-items: center;
  color: #333333;
  height: 50px;
  margin-left: 20px;
}

.input-style {
  width: 100%;
  border: 1px solid #f2f2f2;
  background: #f2f2f2;
  padding: 10px 20px;
  height: 50px;
  line-height: 30px;
  border-radius: 10px;
}

.textarea-style {
  width: 100%;
  border: 1px solid #f2f2f2;
  background: #f2f2f2;
  padding: 10px 20px;
  height: 50px;
  line-height: 30px;
  border-radius: 10px;
  height: auto;
}

.input-style:focus,
.textarea-style:focus {
  /* border: 1px solid #0990d0 ; */
  background-color: #fae9ec;
  box-shadow: 2px 2px 2px 2px rgba(252, 202, 210, 0.2);
}

.custom-control-input:checked ~ .custom-control-label::before {
  color: #fff;
  border-color: #f4b3bd !important;
  background-color: #f4b3bd !important;
}

* {
  outline: 0;
}

.must {
  background-color: #f4b3bd;
  min-width: 33px;
  display: inline-block;
  border-radius: 5px;
  padding: 3px;
  color: #fff;
  min-height: 20px;
  margin-left: 10px;
  font-size: small;
}

@media screen and (min-width: 992px) {
  .vhrRight {
    border-right: 1px solid #ccc;
    padding-right: 20px;
  }
}
