/* ====================<< Mode >>==================== */
/* ========== CSS Reset Start (Meyer + Custom) ========== */
/* --- Reset default styles for common HTML elements --- */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* --- Ensure HTML5 elements are block-level --- */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

/* --- Set base line-height for body --- */
body {
  line-height: 1;
}

/* --- Remove default list styling --- */
ol, ul {
  list-style: none;
}

/* --- Remove default quote styling --- */
blockquote, q {
  quotes: none;
}

blockquote::before, blockquote::after,
q::before, q::after {
  content: "";
  content: none;
}

/* --- Reset table spacing --- */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* ========== CSS Reset End ========== */
/* ========== Basic Utility Styles ========== */
/* --- Set font-family for body --- */
body {
  font-family: "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans TC", "Microsoft JhengHei", sans-serif;
}

/* --- Remove underline and default link color --- */
a {
  text-decoration: none;
  color: inherit;
}

/* --- Responsive image scaling --- */
img {
  max-width: 100%;
  height: auto;
  display: block;
}

/* --- Remove form element default styles --- */
input, button, textarea, select {
  font: inherit;
  color: inherit;
  border: none;
  outline: none;
  background: none;
}

/* --- Show pointer cursor on buttons --- */
button {
  cursor: pointer;
}

/* --- Use border-box for all elements to include padding/border in size --- */
*, *::before, *::after {
  box-sizing: border-box;
}

/* ========== Debug Tools (for development only) ========== */
/* --- Add 1px outline to all elements for layout debugging --- */
/* ====================<< Mode >>==================== */
* {
  box-sizing: border-box;
}

body, html {
  height: 100%;
  line-height: 1.5;
  font-family: "Microsoft JhengHei", PMingLiU, MingLiu, "Segoe UI", "Helvetica", Garuda, Arial, sans-serif;
}

h1 {
  font-size: 48px;
}

h2 {
  font-size: 40px;
}

h3 {
  font-size: 32px;
}

a {
  color: #039dff;
}

.wrap {
  overflow: hidden;
  background-image: url(https://images.unsplash.com/photo-1479839672679-a46483c0e7c8?dpr=2&auto=format&fit=crop&w=450&h=750&q=50&cs=tinysrgb&crop=);
  background-position: bottom center;
  background-size: cover;
  background-attachment: fixed;
}

.container {
  max-width: 1140px;
  margin: 0 auto;
  padding: 0 15px;
}

.row {
  margin-left: -15px;
  margin-right: -15px;
}
.row:after {
  content: "";
  display: table;
  clear: both;
}

.col-half,
.col-three-one,
.col-quarter {
  float: left;
  padding-left: 15px;
  padding-right: 15px;
}

.col-half {
  width: 50%;
}

.col-half-center {
  margin-left: 25%;
}

.col-three-one {
  width: 33.33333%;
}

.col-three-one-center {
  margin-left: 33.33333%;
}

.col-quarter {
  width: 25%;
}

@media (max-width: 779px) {
  .col-half,
  .col-three-one,
  .col-quarter {
    float: none;
    width: 100%;
  }
  .col-half-center, .col-three-one-center {
    margin-left: 0;
  }
}
.navbar {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
}
.navbar.navbar-bottom {
  top: auto;
  bottom: 0;
}

.navbar-default {
  background-color: rgba(0, 0, 0, 0.75);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
}

.logo {
  display: block;
  padding: 12px 16px;
  text-decoration: none;
  color: white;
  font-size: 18px;
}

.nav-menu {
  margin: 0;
  list-style: none;
}
.nav-menu li {
  float: left;
}
.nav-menu a {
  display: block;
  padding: 12px 16px;
  text-decoration: none;
  color: white;
  font-size: 18px;
}
.nav-menu a:hover, .nav-menu a:active, .nav-menu a:focus {
  background-color: rgba(0, 0, 0, 0.05);
}
.nav-menu a.active {
  box-shadow: 0 -2px 0 #e26789 inset;
}
.nav-menu .nav-accent {
  color: white;
  background-color: #e26789;
}
.nav-menu .nav-accent:hover, .nav-menu .nav-accent:active, .nav-menu .nav-accent:focus {
  color: white;
  background-color: #d42858;
}
.nav-menu .nav-accent.active {
  box-shadow: 0 -2px 0 #d42858 inset;
}

.section {
  padding: 35px 0;
}

.section-rotate {
  transform: rotate(-7deg);
  margin-left: -80px;
  margin-right: -80px;
  padding: 35px 80px 35px 80px;
}
.section-rotate .section-rotate-fixed {
  transform: rotate(7deg);
}

.progress {
  height: 20px;
  overflow: hidden;
  background-color: rgba(250, 250, 250, 0.45);
  border-radius: 3px;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  position: relative;
}

.progress-bar {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 0;
  font-size: 12px;
  line-height: 20px;
  color: #fff;
  text-align: center;
  background-color: #e26789;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  transition: width 3s ease;
}

.header-wrap {
  height: 600px;
  width: 130%;
  margin: -10% -15% 0 -15%;
  padding-left: 15%;
  padding-right: 15%;
  padding-top: 10%;
  overflow: hidden;
  transform: rotate(-7deg);
}

.header-img {
  background-image: url(https://firebasestorage.googleapis.com/v0/b/hexschool-api.appspot.com/o/tutorials%2FRWD%2Fman-for-scroll-demo-light.png?alt=media&token=625670d9-4180-434b-a4bd-c1b1db0d0604);
  background-position: right 0;
  background-size: cover;
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}

.header-text {
  padding: 25px 35px;
  background-color: #555;
  background-image: linear-gradient(45deg, #333, #555);
  display: inline-block;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
  box-shadow: 2px 5px 15px rgba(0, 0, 0, 0.25);
}
.header-text > * {
  transform: rotate(7deg);
}

.clearfix:after {
  content: "";
  display: table;
  clear: both;
}

.h100 {
  height: 100%;
}

.v-center {
  top: 50%;
  transform: translateY(-50%);
  position: relative;
}

.relative {
  position: relative;
}

.pull-left {
  float: left;
}

.pull-right {
  float: right;
}

.circle-border {
  border: transparent 2px solid;
  border-radius: 100%;
}

.border-white {
  border-color: white;
}

.bg-darker {
  background-color: #f6f3e1;
}

.bg-dark {
  background-color: #333;
}

.bg-white {
  background-color: #fff;
}

.text-primary {
  color: #039dff;
}

.text-success {
  color: #00CC99;
}

.text-accent {
  color: #e26789;
}

.text-white {
  color: white;
  text-decoration: none;
}

.text-gray {
  color: #bfbfbf;
}

.text-right {
  text-align: right;
}

.block {
  display: block;
}

.box-shadow {
  position: relative;
}
.box-shadow:before {
  content: " ";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
}

.m-b-0 {
  margin-bottom: 0;
}

.m-t-1 {
  margin-top: 15px;
}

.m-t-3 {
  margin-top: 45px;
}

.m-b-2 {
  margin-bottom: 30px;
}

.m-b-1 {
  margin-bottom: 15px;
}

.m-y-1 {
  margin-top: 15px;
  margin-bottom: 15px;
}

.m-y-2 {
  margin-top: 30px;
  margin-bottom: 30px;
}

.m-y-3 {
  margin-top: 45px;
  margin-bottom: 45px;
}

.m-x-1 {
  margin-left: 15px;
  margin-right: 15px;
}

.m-x-2 {
  margin-left: 30px;
  margin-right: 30px;
}

.p-y-1 {
  padding-top: 15px;
  padding-bottom: 15px;
}

.p-y-2 {
  padding-top: 30px;
  padding-bottom: 30px;
}

.p-y-3 {
  padding-top: 45px;
  padding-bottom: 45px;
}

.p-x-3 {
  padding-left: 45px;
  padding-right: 45px;
}

.p-a-3 {
  padding: 45px;
}

.text-center {
  text-align: center;
}

.img-fluid {
  display: block;
  max-width: 100%;
  height: auto;
}

@media (max-width: 779px) {
  .hidden-mobile {
    display: none !important;
  }
}
@media (min-width: 779px) {
  .hidden-desktop {
    display: none !important;
  }
}
.bg-gradient1 {
  background-image: linear-gradient(45deg, #59f0ff, #039dff);
}

.animated {
  opacity: 0;
  transition: all 1.5s ease;
  transform: translateY(50px);
}

.fadeIn {
  opacity: 1;
  transform: translateY(0px);
}/*# sourceMappingURL=style.css.map */