html {
  font-family: 'Georgia', 'PingFang TC', 'Microsoft JhengHei', serif;
  font-size: 17px;
  line-height: 1.7em;
}
body {
  margin: 0;
  padding: 0;
  overflow-x:hidden;
}
a {
  color: #2980b9;
  text-decoration: none;
}
a:hover {
  color: gray;
  border-bottom: 1px solid;
  padding-bottom: 2px;
}
ul {
  list-style: none;
  padding: 0 0 0 1;
  margin: 0 0 10 0;
  display: table;
}
li { 
  display: table-row;
}
li:before {
  content: "-";
  padding-right: 8px;
  display: table-cell;
  text-align: right;
}
ul.none > li:before {
  content: '';
}
blockquote {
  border-left: 7px solid lightgray;
  padding-left: 17px;
}
.video-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
  text-align: center;
  z-index: 10;
}
.video-container iframe, .video-container object, .video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.container {
}
.main-nav {
  position: fixed;
  height: 100px;
  width: 100%;
  overflow: hidden;
  border-color: lavender;
  border-width: thin;
  border-bottom-style: solid;
  background: white;
  font-family: 'Verdana', 'PingFang TC', 'Microsoft JhengHei', sans-serif;
  z-index: 20;
}
@media only screen and (min-width: 768px) and (max-width: 979px) {
  .main-nav {
    height: 70px;
  }
}
@media only screen and (min-width: 980px) {
  .main-nav {
    height: 70px;
  }
}
.main-nav #brand {
  text-align: center;
  font-family: 'Courgette', cursive;
  font-size: 24px;
  padding-top: 19px;
  font-weight: normal;
}
  .main-nav #brand a, a:hover {
    color: gray;
  }
@media only screen and (min-width: 768px) and (max-width: 979px) {
  .main-nav #brand {
    float: left;
    padding-left: 10%;
    font-size: 29px;
  }
}
@media only screen and (min-width: 980px) {
  .main-nav #brand {
    float: left;
    padding-left: 10%;
    font-size: 29px;
  }
}
.main-nav ul {
  font-size: 13px;
  letter-spacing: 3px;
  text-transform: uppercase;
  width: 300px;
  margin: auto;
  padding: 17px 0px 0px 25px;
  list-style: none;
}
@media only screen and (min-width: 768px) and (max-width: 979px) {
  .main-nav ul {
    float: right;
    padding-top: 20px;
  }
}
@media only screen and (min-width: 980px) {
  .main-nav ul {
    float: right;
    padding-top: 20px;
  }
}
.main-nav li {
  padding: 0px 20px;
  float: left;
}
.main-nav a {
  color: gray;
}
.main-nav a:hover {
  color: #2980b9;
  border-bottom: none;
}
.main-content {
  padding: 120px 40px 80px 40px;
}
@media only screen and (min-width: 768px) and (max-width: 979px) {
  .main-content {
    padding-top: 90px;
  }
}
@media only screen and (min-width: 980px) {
  .main-content {
    padding: 90px 20% 80px 20%;
  }
}
.main-content p {
  margin: 0 0 0.7em 0;
}
#page-title {
  font-family: 'Verdana', 'PingFang TC', 'Microsoft JhengHei', sans-serif;
  font-size: 28px;
  font-weight: normal;
  line-height: 1.5em;
  margin-bottom: 0.4em;
}
@media only screen and (min-width: 768px) and (max-width: 979px) {
  #page-title {
    font-size: 34px;
    padding-bottom: 24px;
  }
}
@media only screen and (min-width: 980px) {
  #page-title {
    font-size: 40px;
    line-height: 1.3em;
    padding-bottom: 24px;
  }
}
#date {
  color: gray;
  font-family: 'Verdana', 'PingFang TC', 'Microsoft JhengHei', sans-serif;
  font-size: 11px;
}
.footer {
  position: fixed;
  height: 60px;
  bottom: 0px;
  width: 100%;
  padding: 0px 0px 10px 0px;
  text-align: center;
  background: white;
  z-index: 20;
}
.footer a {
  color: gray;
}
.footer a:hover {
  color: #2980b9;
  border-bottom: none;
}
.section-head {
  float: left;
  position: relative;
  width: 100vw;
  left: calc(-50vw + 50%);
  background: dodgerblue;
  color: white;
  top: -120px;
  padding: 40px 0px 40px 0px;
}
@media only screen and (min-width: 768px) {
  .section-head {
    top: -90px;
  }
}
.section-head:after {
  position: absolute;
  content: " ";
  display: block;
  left: 0;
  bottom: -40px;
  border-style: solid;
  border-width: 0 100vw 40px 0;
  border-color: transparent dodgerblue transparent transparent;
}
.section-white {
  float: left;
  position: relative;
  width: 100vw;
  left: calc(-50vw + 50%);
  background: white;
  color: royalblue;
  padding: 0px 0px 40px 0px;
}
.section-blue {
  float: left;
  position: relative;
  width: 100vw;
  left: calc(-50vw + 50%);
  background: dodgerblue;
  color: white;
  padding: 40px 0px 40px 0px;
}
.slogan {
  font-size: 26px;
  line-height: 1.5em;
  font-family: 'Verdana', 'PingFang TC', 'Microsoft JhengHei', sans-serif;
  text-align: center;
  margin-bottom: 20px;
}
.slogan big {
  font-size: 90px;
  line-height: 0.9em;
}
@media only screen and (min-width: 768px) {
  .slogan {
    font-size: 40px;
  }
}
.point-graphic {
  display: block;
  font-size: 70px;
  line-height: 1.7em;
  text-align: center;
  padding: 20px;
}
.point-text {
  display: block;
  font-size: 17px;
  line-height: 1.7em;
  padding-left: 10vw;
}
.point-text big {
  font-size: 70px;
  line-height: 0.1em;
}
.point-text small {
  font-size: 15px;
  vertical-align:middle; 
}
@media only screen and (min-width: 768px) and (max-width: 979px) {
  .point-graphic {
    float: left;
    width: 40%;
    padding-left: 5%;
  }
  .point-text {
    float: left;
    width: 47%;
    font-size: 24px;
    padding-left: 20px;
  }
}
@media only screen and (min-width: 980px) {
  .point-graphic {
    float: left;
    width: 35%;
    padding-left: calc(1.3 * 10%);
    font-size: 80px;
  }
  .point-text {
    float: left;
    width: 47%;
    font-size: 24px;
    padding-left: 0px;
  }
}
.button-bw {
  background-color: royalblue;
  border: none;
  border-radius: 7px;
  color: white;
  padding: 20px 40px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  box-shadow: 0px 7px 14px 0px rgba(0,0,0,0.1);
  -webkit-transition-duration: 0.7s; /* Safari */
  transition-duration: 0.7s;
  cursor: pointer;
}
.button-bw:hover {
  background-color: white;
  color: dodgerblue;
}
.tag {
  font-family: 'Verdana', 'PingFang TC', 'Microsoft JhengHei', sans-serif;
  font-size: 23px;
  background-color: #2980b9;
  border: none;
  border-radius: 4px;
  color: white;
  padding: 10px;
}
