/*!
 * Start Bootstrap - Landing Page Bootstrap Theme (http://startbootstrap.com)
 * Code licensed under the Apache License v2.0.
 * For details, see http://www.apache.org/licenses/LICENSE-2.0.
 */

body,
html {
    width: 100%;
    height: 100%;
}

body,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Lato","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 700;
}

.text-color-primary {
  color: #2196F3;
}

/* 複寫 Bootstrap navbar 顏色 */
.navbar-default .navbar-brand,
.navbar-default .navbar-nav > li > a {
    color: #2196F3;
}
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus,
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #1976D2;
}
/* 複寫 Bootstrap btn-primary 顏色 */
.btn-primary {
  color: #fff;
  background-color: #2196F3;
  border-color: transparent;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  color: #fff;
  background-color: #1976D2;
  border-color: transparent;
}

/* 複寫 Coverr */
@media (min-width:992px) {
    .title-container::before {
      content: '';
      filter: blur(50px); /* apply the svg blur filter */
      position: absolute;
      background-color: rgba(255, 255, 255, 0.5);
      left: 0; /* move the container off the parent the same amount of pixels as the svg blur radius - stdDeviation */
      top: 0;
      bottom: 0;
      right: 0;
      margin: -30px 25%;
      z-index: -1; /* place the pseudo-element behind the text */
    }
}
.headline h1 {
    font-size: 5em;
}

/* Main */
blockquote {
    border-left: none;
    quotes: "\201C""\201D""\2018""\2019";
}
blockquote:before {
    color: #ccc;
    content: open-quote;
    font-size: 4em;
    line-height: 0.1em;
    margin-right: 0.25em;
    vertical-align: -0.4em;
}

blockquote p {
    display: inline;
}

.lead {
    font-size: 18px;
    font-weight: 400;
}

.intro-divider {
    width: 400px;
    border-top: 1px solid #E91E63;
    border-bottom: 1px solid rgba(0,0,0,0.2);
}

.content-section-a {
    padding: 80px 0;
    background-color: #f8f8f8;
}

.content-section-b {
    padding: 80px 0;
    border-top: 1px solid #e7e7e7;
    border-bottom: 1px solid #e7e7e7;
}

.section-heading {
    margin-bottom: 30px;
}

.section-heading-spacer {
    float: left;
    width: 200px;
    border-top: 3px solid #e7e7e7;
}

footer {
    padding: 50px 0;
    background-color: #f8f8f8;
}


/* Team */
.member i {
    color: #2196F3;
}
.box2:nth-child(1) {
    -webkit-animation: cc 5s 2s infinite;
    -moz-animation: cc 5s 2s infinite;
    -ms-animation: cc 5s 2s infinite;
    -o-animation: cc 5s 2s infinite;
    animation: cc 5s 2s infinite;
}

.box2:nth-child(2) {
    -webkit-animation: cc 5s 2s infinite;
    -moz-animation: cc 5s 2s infinite;
    -ms-animation: cc 5s 2s infinite;
    -o-animation: cc 5s 2s infinite;
    animation: cc 5s 2s infinite;
}

.box2:nth-child(3) {
    -webkit-animation: cc 5s 2s infinite;
    -moz-animation: cc 5s 2s infinite;
    -ms-animation: cc 5s 2s infinite;
    -o-animation: cc 5s 2s infinite;
    animation: cc 5s 2s infinite;
}

.box2:nth-child(4) {
    -webkit-animation: cc 5s 2s infinite;
    -moz-animation: cc 5s 2s infinite;
    -ms-animation: cc 5s 2s infinite;
    -o-animation: cc 5s 2s infinite;
    animation: cc 5s 2s infinite;
}
.box2 img {
    width: 200px;
    height: 250px;
}

.box2 {
    width: 200px;
    height: 250px;
        /*position: absolute;*/
    position: relative;
    display: inline-block;
    margin: 20px;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.box2 div {
    width: 50%;
    overflow: hidden;
    box-sizing: border-box;
}

.box2 div:nth-child(1),
.box2 div:nth-child(4) {
    position: absolute;
    height: 135px;
    -webkit-transform: skewY(-30deg);
    -moz-transform: skewY(-30deg);
    -ms-transform: skewY(-30deg);
    -o-transform: skewY(-30deg);
    transform: skewY(-30deg);
}

.box2 div:nth-child(2),
.box2 div:nth-child(3) {
    position: absolute;
    height: 135px;
    -webkit-transform: skewY(30deg);
    -moz-transform: skewY(30deg);
    -ms-transform: skewY(30deg);
    -o-transform: skewY(30deg);
    transform: skewY(30deg);
}

.box2 div:nth-child(1) {
    left: 0;
    top: 22px;
    border: 6px solid $border-color;
    border-width: 10px 0 0 10px;
}

.box2 div:nth-child(2) {
    right: 0;
    top: 22px;
    border: 6px solid $border-color;
    border-width: 10px 10px 0 0;
}

.box2 div:nth-child(3) {
    left: 0;
    bottom: 36px;
    border: 6px solid $border-color;
    border-width: 0 0 10px 10px;
}

.box2 div:nth-child(4) {
    right: 0;
    bottom: 36px;
    border: 6px solid $border-color;
    border-width: 0 10px 10px 0;
}

.box2 div img {
    position: absolute;
}

.box2 div:nth-child(1) img {
    left: 0;
    top: 0;
    -webkit-transform: skewY(30deg);
    -moz-transform: skewY(30deg);
    -ms-transform: skewY(30deg);
    -o-transform: skewY(30deg);
}

.box2 div:nth-child(2) img {
    right: 0;
    top: 0;
    -webkit-transform: skewY(-30deg);
    -moz-transform: skewY(-30deg);
    -ms-transform: skewY(-30deg);
    -o-transform: skewY(-30deg);
    transform: skewY(-30deg);
}

.box2 div:nth-child(3) img {
    left: 0;
    bottom: 0;
    -webkit-transform: skewY(-30deg);
    -moz-transform: skewY(-30deg);
    -ms-transform: skewY(-30deg);
    -o-transform: skewY(-30deg);
    transform: skewY(-30deg);
}

.box2 div:nth-child(4) img {
    right: 0;
    bottom: 0;
    -webkit-transform: skewY(30deg);
    -moz-transform: skewY(30deg);
    -ms-transform: skewY(30deg);
    -o-transform: skewY(30deg);
    transform: skewY(30deg);
}

@-webkit-keyframes cc {
    0% {
        transform: perspective(500px) rotateY(0deg);
        -webkit-transform: perspective(500px) rotateY(0deg);
    }

    6% {
        transform: perspective(500px) rotateY(-15deg);
        -webkit-transform: perspective(500px) rotateY(-15deg);
    }

    100% {
        transform: perspective(500px) rotateY(360deg);
        -webkit-transform: perspective(500px) rotateY(360deg);
    };
}
@keyframes cc {
    0% {
        transform: perspective(500px) rotateY(0deg);
        -ms-transform: perspective(500px) rotateY(0deg);
    }

    6% {
        transform: perspective(500px) rotateY(-15deg);
        -ms-transform: perspective(500px) rotateY(-15deg);
    }

    100% {
        transform: perspective(500px) rotateY(360deg);
        -ms-transform: perspective(500px) rotateY(360deg);
    };
}
.member {
    margin: 50px 0;
    i.fa:hover {
        color: #1565C0;
    }
}
