/*
This css this intentionally written for mobile first
Created by: Khoa Phung
*/
@-webkit-keyframes ani-mouse {
  0% {
    opacity: 1;
    top: 29%; }
  15% {
    opacity: 1;
    top: 50%; }
  50% {
    opacity: 0;
    top: 50%; }
  100% {
    opacity: 0;
    top: 29%; } }
@-moz-keyframes ani-mouse {
  0% {
    opacity: 1;
    top: 29%; }
  15% {
    opacity: 1;
    top: 50%; }
  50% {
    opacity: 0;
    top: 50%; }
  100% {
    opacity: 0;
    top: 29%; } }
@keyframes ani-mouse {
  0% {
    opacity: 1;
    top: 29%; }
  15% {
    opacity: 1;
    top: 50%; }
  50% {
    opacity: 0;
    top: 50%; }
  100% {
    opacity: 0;
    top: 29%; } }
@keyframes loading-1 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg); } }
@keyframes loading-2 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(120deg);
    transform: rotate(120deg); } }
@keyframes loading-3 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg); } }
@keyframes loading-4 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(162deg);
    transform: rotate(162deg); } }
@keyframes loading-5 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(120deg);
    transform: rotate(120deg); } }
@keyframes rotating {
  from {
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg); }
  to {
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg); } }
@keyframes leftToRight {
  from {
    left: -100px;
    opacity: 0; }
  to {
    left: 0px;
    opacity: 1; } }
textarea:hover,
input:hover,
textarea:active,
input:active,
textarea:focus,
input:focus,
button:focus,
button:active,
button:hover,
label:focus,
.btn:active,
.btn.active {
  outline: 0px !important;
  -webkit-appearance: none; }

body,
html {
  font-family: 'rawline', sans-serif;
  overflow-x: hidden;
  background-color: #323a44;
  color: white; }

#loader-section {
  position: relative;
  z-index: 0;
  width: 100%;
  min-height: 600px; }
  #loader-section .loader-background {
    position: absolute;
    z-index: 1;
    width: 100%;
    min-height: 600px;
    background-color: #323a44; }
  #loader-section .loader {
    position: absolute;
    z-index: 2;
    top: 50%;
    left: 50%;
    margin-left: -100px;
    width: 200px;
    height: 200px;
    border: 20px solid white;
    border-top: 20px solid #323a44;
    border-radius: 50%;
    animation: rotating 2s linear infinite; }

.left-to-right {
  position: relative;
  animation-name: leftToRight;
  animation-duration: 1s; }

.contact-btn {
  position: fixed;
  top: 0;
  right: 0;
  margin: 1.5em;
  padding: 0;
  height: 50px;
  width: 150px;
  border-radius: 25px;
  z-index: 100;
  background: #DA4453;
  /* fallback for old browsers */
  background: -webkit-linear-gradient(to right, #89216B, #DA4453);
  /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(to right, #89216B, #DA4453);
  /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
  opacity: 1;
  border: none;
  color: white;
  font-size: 1.1em;
  z-index: 10; }
  .contact-btn a {
    text-decoration: none;
    color: white;
    padding: 10px 0px 10px 0px; }
  .contact-btn:hover {
    background: -webkit-linear-gradient(to left, #89216B, #DA4453);
    /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to left, #89216B, #DA4453);
    /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    -webkit-transition: background-color 1000ms linear;
    -ms-transition: background-color 1000ms linear;
    transition: background-color 1000ms linear;
    cursor: pointer; }
  .contact-btn:focus {
    outline: none; }
  .contact-btn i {
    visibility: visible !important;
    animation: wobble 1s infinite !important; }

#welcome-section {
  width: 100%;
  min-height: 900px;
  position: relative;
  z-index: 0;
  overflow: hidden; }
  #welcome-section #video {
    min-width: 100%;
    min-height: 900px; }
  #welcome-section .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4); }
  #welcome-section #logo {
    font-size: 5em;
    padding: 0.3em;
    color: white; }
  #welcome-section #welcome-content {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0; }
    #welcome-section #welcome-content .slogan {
      font-weight: 300;
      font-size: 3em; }
    #welcome-section #welcome-content .portfolio-btn-wrapper {
      display: flex;
      align-items: center;
      justify-content: center; }
    #welcome-section #welcome-content .my-portfolio-btn {
      margin: auto;
      margin-bottom: 2%;
      background: transparent;
      padding: 0;
      width: 100px;
      height: 50px;
      border: 1px solid white;
      transition: all 0.3s linear; }
      #welcome-section #welcome-content .my-portfolio-btn a {
        display: block;
        color: white;
        width: 100px;
        height: 50px;
        line-height: 50px;
        transition: color 0.3s linear; }
        #welcome-section #welcome-content .my-portfolio-btn a:hover {
          text-decoration: none;
          color: #81c784; }
      #welcome-section #welcome-content .my-portfolio-btn:hover {
        border-color: #81c784;
        color: #81c784;
        cursor: pointer; }
      #welcome-section #welcome-content .my-portfolio-btn:focus {
        outline: none; }
  #welcome-section .cd-words-wrapper b {
    font-family: 'Fredericka the Great', cursive; }
  #welcome-section .social-wrap {
    min-height: 150px;
    margin-top: 6em; }
    #welcome-section .social-wrap .social {
      height: 3em;
      width: 13.5em;
      margin: auto; }
      #welcome-section .social-wrap .social li {
        display: block;
        height: 4em;
        line-height: 4em;
        margin: -2.2em;
        position: absolute;
        -webkit-transition: -webkit-transform .7s;
        -moz-transition: -moz-transform .7s;
        -ms-transition: -ms-transform .7s;
        -o-transition: -o-transform .7s;
        transition: all .7s;
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg);
        text-align: center;
        width: 4em;
        box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23); }
        #welcome-section .social-wrap .social li:hover {
          box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
          -webkit-transform: scale(1.3, 1.3) rotate(45deg);
          -moz-transform: scale(1.3, 1.3) rotate(45deg);
          -ms-transform: scale(1.3, 1.3) rotate(45deg);
          -o-transform: scale(1.3, 1.3) rotate(45deg);
          transform: scale(1.3, 1.3) rotate(45deg); }
      #welcome-section .social-wrap .social a {
        color: #fffdf0;
        display: block;
        height: 4em;
        line-height: 4em;
        text-align: center;
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        transform: rotate(-45deg);
        width: 4em; }
        #welcome-section .social-wrap .social a:hover {
          text-decoration: none; }
      #welcome-section .social-wrap .social .facebook {
        background: #155b9d;
        left: 0;
        top: 0%; }
      #welcome-section .social-wrap .social .github {
        background: #333;
        bottom: 0;
        left: 25%; }
      #welcome-section .social-wrap .social .medium {
        background: #17b475;
        left: 50%;
        top: 0%; }
      #welcome-section .social-wrap .social .google-plus {
        background: #d34836;
        bottom: 0;
        left: 75%; }
      #welcome-section .social-wrap .social .linked-in {
        background: #4875B4;
        left: 100%;
        top: 0%; }
  #welcome-section .scroll-btn {
    position: absolute;
    bottom: 10%;
    left: 50%;
    margin-left: -17px;
    margin-bottom: -27px; }
    #welcome-section .scroll-btn > * {
      display: inline-block;
      line-height: 18px;
      font-size: 0.9em;
      font-weight: normal;
      color: #7f8c8d;
      color: #ffffff;
      font-family: "proxima-nova", "Helvetica Neue", Helvetica, Arial, sans-serif;
      letter-spacing: 2px; }
    #welcome-section .scroll-btn > *:hover,
    #welcome-section .scroll-btn :focus,
    #welcome-section .scroll-btn .active {
      color: #ffffff; }
    #welcome-section .scroll-btn > *:hover,
    #welcome-section .scroll-btn :focus,
    #welcome-section .scroll-btn :active,
    #welcome-section .scroll-btn .active {
      opacity: 0.8;
      filter: alpha(opacity=80); }
    #welcome-section .scroll-btn .mouse {
      position: relative;
      display: block;
      width: 35px;
      height: 55px;
      margin: 0 auto 20px;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      border: 3px solid white;
      border-radius: 23px; }
      #welcome-section .scroll-btn .mouse > * {
        position: absolute;
        display: block;
        top: 29%;
        left: 50%;
        width: 8px;
        height: 8px;
        margin: -4px 0 0 -4px;
        background: white;
        border-radius: 50%;
        -webkit-animation: ani-mouse 2s linear infinite;
        -moz-animation: ani-mouse 2s linear infinite;
        animation: ani-mouse 2s linear infinite; }

#about-section {
  width: 100%;
  min-height: 600px;
  padding-top: 80px;
  padding-bottom: 80px; }
  #about-section .about-content {
    width: 100%;
    height: 100%;
    padding-top: 80px;
    padding-bottom: 80px; }
    #about-section .about-content .about-title {
      font-size: 6rem;
      text-align: center;
      font-weight: 100; }
    #about-section .about-content .about-subtitle {
      font-size: 1.7rem;
      line-height: 1.8;
      padding: 40px 80px 0 80px;
      color: #94a1aa;
      margin-bottom: 5%;
      text-align: center; }
    #about-section .about-content .my-img {
      transform-style: preserve-3d;
      min-height: 450px;
      width: 300px;
      box-shadow: 0 19px 38px rgba(0, 0, 0, 0.3), 0 15px 12px rgba(0, 0, 0, 0.22);
      border-radius: 5px;
      background-image: url("../images/ava.jpg");
      background-position: center;
      background-size: cover;
      background-repeat: no-repeat;
      margin: auto; }
      #about-section .about-content .my-img .my-img-text-container {
        transform-style: preserve-3d;
        position: absolute;
        transform: translateZ(20px);
        border: 2px solid #fff;
        width: 250px;
        min-height: 400px;
        left: 25px;
        top: 25px; }
        #about-section .about-content .my-img .my-img-text-container .img-text {
          position: absolute;
          bottom: 15px;
          left: 15px; }
        #about-section .about-content .my-img .my-img-text-container h2 {
          transform: translateZ(50px);
          font-size: 2.8em;
          font-family: 'Abril Fatface', cursive;
          text-shadow: 0px 4px 3px rgba(0, 0, 0, 0.4), 0px 8px 13px rgba(0, 0, 0, 0.1), 0px 18px 23px rgba(0, 0, 0, 0.1); }
        #about-section .about-content .my-img .my-img-text-container p {
          transform: translateZ(40px);
          color: #fff;
          text-shadow: 0px 4px 3px rgba(0, 0, 0, 0.4), 0px 8px 13px rgba(0, 0, 0, 0.1), 0px 18px 23px rgba(0, 0, 0, 0.1); }
    #about-section .about-content .detail-wrapper {
      min-height: 400px;
      width: 80%;
      margin: auto;
      margin-top: 50px; }
    #about-section .about-content .about-detail h1 {
      font-size: 3em; }
      #about-section .about-content .about-detail h1 span {
        font-family: 'Abril Fatface', cursive; }
    #about-section .about-content .about-detail hr {
      border-top: 1px solid #fff; }
    #about-section .about-content .about-detail p {
      padding: 5px; }
      #about-section .about-content .about-detail p span {
        font-weight: 600; }
    #about-section .about-content .cv-btn-wrapper {
      position: absolute;
      bottom: 0; }
    #about-section .about-content .dl-cv-btn {
      transform-style: preserve-3d;
      display: block;
      position: absolute;
      bottom: 0;
      color: #fff;
      width: 150px;
      height: 60px;
      background: #d34837;
      text-align: center;
      line-height: 60px;
      transition: all 0.3s;
      box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
      transform: skew(-10deg); }
      #about-section .about-content .dl-cv-btn:hover {
        text-decoration: none; }
        #about-section .about-content .dl-cv-btn:hover span {
          text-shadow: 0px 4px 3px rgba(0, 0, 0, 0.4), 0px 8px 13px rgba(0, 0, 0, 0.1), 0px 18px 23px rgba(0, 0, 0, 0.1); }
      #about-section .about-content .dl-cv-btn span {
        display: block;
        transform: translateZ(20px); }
    #about-section .about-content .about-social {
      position: absolute;
      bottom: 80px; }
      #about-section .about-content .about-social a {
        display: block;
        text-align: center;
        line-height: 60px;
        height: 60px;
        width: 60px;
        float: left;
        margin-right: 10px;
        transform: skewX(10deg);
        box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
        transition: all 0.3s; }
        #about-section .about-content .about-social a:hover {
          transform: translateY(-5px) skewX(10deg); }
          #about-section .about-content .about-social a:hover i {
            animation: shake 0.8s; }
        #about-section .about-content .about-social a i {
          transform: skewX(-10deg);
          color: white; }
      #about-section .about-content .about-social .fb {
        background: #145b9d; }
      #about-section .about-content .about-social .git {
        background: #333333; }
      #about-section .about-content .about-social .med {
        background: #17b475; }
      #about-section .about-content .about-social .lin {
        background: #4875b4; }

#bigAssImg1 {
  width: 100%;
  min-height: 600px;
  background-image: url("../images/bigImg1.jpg");
  background-position: center;
  background-attachment: fixed;
  background-size: cover;
  background-repeat: no-repeat; }

#my-skill {
  width: 100%;
  min-height: 600px;
  padding-top: 150px;
  padding-bottom: 50px; }
  #my-skill h1 {
    font-size: 6rem;
    text-align: center;
    font-weight: 100; }

.chart-container {
  margin-top: 100px;
  margin-bottom: 100px; }

.pie-container {
  margin-top: 20px; }

.progress-container {
  padding-left: 10%;
  padding-right: 10%;
  min-height: 250px;
  margin-bottom: 2%; }
  .progress-container .progress-title {
    text-align: center;
    margin-bottom: 20px; }
  .progress-container .progress {
    width: 150px;
    height: 150px;
    line-height: 150px;
    background: none;
    margin: 0 auto;
    box-shadow: none;
    position: relative; }
    .progress-container .progress:after {
      content: "";
      width: 100%;
      height: 100%;
      border-radius: 50%;
      border: 2px solid #fff;
      position: absolute;
      top: 0;
      left: 0; }
    .progress-container .progress > span {
      width: 50%;
      height: 100%;
      overflow: hidden;
      position: absolute;
      top: 0;
      z-index: 1; }
    .progress-container .progress .progress-left {
      left: 0; }
      .progress-container .progress .progress-left .progress-bar {
        left: 100%;
        border-top-right-radius: 80px;
        border-bottom-right-radius: 80px;
        border-left: 0;
        -webkit-transform-origin: center left;
        transform-origin: center left; }
    .progress-container .progress .progress-right {
      right: 0; }
      .progress-container .progress .progress-right .progress-bar {
        left: -100%;
        border-top-left-radius: 80px;
        border-bottom-left-radius: 80px;
        border-right: 0;
        -webkit-transform-origin: center right;
        transform-origin: center right; }
    .progress-container .progress .progress-bar {
      width: 100%;
      height: 100%;
      background: none;
      border-width: 2px;
      border-style: solid;
      position: absolute;
      top: 0; }
    .progress-container .progress .progress-value {
      width: 85%;
      height: 85%;
      border-radius: 50%;
      border: 2px solid #ebebeb;
      font-size: 32px;
      line-height: 125px;
      text-align: center;
      position: absolute;
      top: 7.5%;
      left: 7.5%; }
  .progress-container .right-progress-animated {
    animation: loading-1 1.5s linear forwards; }
  .progress-container .html-animated {
    animation: loading-2 1.5s linear forwards 1.5s; }
  .progress-container .attitude-animated {
    animation: loading-3 1.5s linear forwards 1.5s; }
  .progress-container .css-animated {
    animation: loading-4 1.5s linear forwards 1.5s; }
  .progress-container .javascript-animated {
    animation: loading-5 1.5s linear forwards 1.5s; }
  .progress-container .progress.green .progress-bar {
    border-color: #1abc9c; }
  .progress-container .progress.green .progress-value {
    color: #1abc9c; }
  .progress-container .progress.blue .progress-bar {
    border-color: #049dff; }
  .progress-container .progress.blue .progress-value {
    color: #049dff; }
  .progress-container .progress.yellow .progress-bar {
    border-color: #fdba04; }
  .progress-container .progress.yellow .progress-value {
    color: #fdba04; }
  .progress-container .progress.pink .progress-bar {
    border-color: #ef5350; }
  .progress-container .progress.pink .progress-value {
    color: #ef5350; }

#bigAssImg {
  width: 100%;
  min-height: 600px;
  background-image: url("../images/img1.jpg");
  background-position: center;
  background-attachment: fixed;
  background-size: cover;
  background-repeat: no-repeat; }

/* Media Queries */
/* Card sizing */
/* Colors */
/* Calculations */
/* Placeholders */
@media (min-width: 1000px) {
  #timeline .demo-card:nth-child(odd) .head::after, #timeline .demo-card:nth-child(even) .head::after {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent; }

  #timeline .demo-card:nth-child(odd) .head::before, #timeline .demo-card:nth-child(even) .head::before {
    position: absolute;
    content: "";
    width: 9px;
    height: 9px;
    background-color: #bdbdbd;
    border-radius: 9px;
    box-shadow: 0px 0px 2px 8px #323a44; } }
/* Some Cool Stuff */
.demo-card:nth-child(1) {
  order: 1; }
.demo-card:nth-child(2) {
  order: 3; }
.demo-card:nth-child(3) {
  order: 2; }
  .demo-card:nth-child(4) {
  order: 4; }
/* Border Box */
* {
  box-sizing: border-box; }

/* Fonts */
#timeline {
  width: 100%;
  min-height: 1150px;
  background: #323a44;
  padding: 50px; }
  #timeline h1 {
    text-align: center;
    font-size: 5rem;
    font-weight: 200;
    margin-bottom: 50px; }
  #timeline p.leader {
    text-align: center;
    max-width: 90%;
    margin: auto;
    margin-bottom: 45px; }
  #timeline .demo-card-wrapper {
    position: relative;
    margin: auto; }
    @media (min-width: 1000px) {
      #timeline .demo-card-wrapper {
        display: flex;
        flex-flow: column wrap;
        width: 1170px;
        height: 1150px;
        margin: 0 auto; } }
    #timeline .demo-card-wrapper::after {
      z-index: 1;
      content: "";
      position: absolute;
      top: 0;
      bottom: 0;
      left: 50%;
      border-left: 1px solid rgba(191, 191, 191, 0.4); }
      @media (min-width: 1000px) {
        #timeline .demo-card-wrapper::after {
          border-left: 1px solid #bdbdbd; } }
  #timeline .demo-card {
    position: relative;
    display: block;
    margin: 10px auto 80px;
    max-width: 94%;
    z-index: 2; }
    @media (min-width: 480px) {
      #timeline .demo-card {
        max-width: 60%;
        box-shadow: 0px 1px 22px 4px rgba(0, 0, 0, 0.07); } }
    @media (min-width: 720px) {
      #timeline .demo-card {
        max-width: 40%; } }
    @media (min-width: 1000px) {
      #timeline .demo-card {
        max-width: 450px;
        height: 400px;
        margin: 90px;
        margin-top: 45px;
        margin-bottom: 45px; }
        #timeline .demo-card:nth-child(odd) {
          margin-right: 45px; }
          #timeline .demo-card:nth-child(odd) .head::after {
            border-left-width: 15px;
            border-left-style: solid;
            left: 100%; }
          #timeline .demo-card:nth-child(odd) .head::before {
            left: 491.5px; }
        #timeline .demo-card:nth-child(even) {
          margin-left: 45px; }
          #timeline .demo-card:nth-child(even) .head::after {
            border-right-width: 15px;
            border-right-style: solid;
            right: 100%; }
          #timeline .demo-card:nth-child(even) .head::before {
            right: 489.5px; }
        #timeline .demo-card:nth-child(2) {
          margin-top: 180px; } }
    #timeline .demo-card .head {
      position: relative;
      display: flex;
      align-items: center;
      color: #fff;
      font-weight: 400; }
      #timeline .demo-card .head .number-box {
        display: inline;
        float: left;
        margin: 15px;
        padding: 10px;
        font-size: 35px;
        line-height: 35px;
        font-weight: 600;
        background: rgba(0, 0, 0, 0.17); }
      #timeline .demo-card .head h2 {
        text-transform: uppercase;
        font-size: 1.3rem;
        font-weight: inherit;
        letter-spacing: 2px;
        margin: 0;
        padding-bottom: 6px;
        line-height: 1rem; }
        @media (min-width: 480px) {
          #timeline .demo-card .head h2 {
            font-size: 165%;
            line-height: 2.2rem; } }
        #timeline .demo-card .head h2 span {
          display: block;
          font-size: 1rem;
          margin: 0; }
          @media (min-width: 480px) {
            #timeline .demo-card .head h2 span {
              font-size: 1.3rem; } }
    #timeline .demo-card .body {
      padding: 15px; }
      @media (min-width: 1000px) {
        #timeline .demo-card .body {
          height: 280px; } }
      #timeline .demo-card .body p {
        font-size: 15px;
        line-height: 18px;
        margin-bottom: 15px; }
      #timeline .demo-card .body img {
        display: block;
        width: 100%; }
    #timeline .demo-card--step1 {
      background-color: #ef5350; }
      #timeline .demo-card--step1 .head::after {
        border-color: #ef5350; }
    #timeline .demo-card--step2 {
      background-color: #ab47bc; }
      #timeline .demo-card--step2 .head::after {
        border-color: #ab47bc; }
	#timeline .demo-card--step3 {
      background-color: #ab47bc; }
      #timeline .demo-card--step3 .head::after {
        border-color: #ab47bc; }
	#timeline .demo-card--step4 {
      background-color: #ab47bc; }
     #timeline .demo-card--step4 .head::after {
        border-color: #ab47bc; }
#portfolio-section {
  width: 100%;
  background: #323a44;
  padding: 50px;
  overflow-y: hidden; }
  #portfolio-section h1 {
    text-align: center;
    font-size: 5rem;
    font-weight: 200;
    margin-bottom: 50px; }
  #portfolio-section .row {
    padding-bottom: 10px; }
  #portfolio-section .col-md-4 {
    margin-top: 20px; }

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

.hidden {
  display: none; }

.imglist img {
  border-radius: 5px;
  transition: all 0.2s ease; }
  .imglist img:hover {
    box-shadow: 0 19px 38px rgba(0, 0, 0, 0.3), 0 15px 12px rgba(0, 0, 0, 0.22);
    transform: translateY(-5px); }

#extraGreeting {
  width: 100%;
  min-height: 600px;
  background-image: url("../images/img2.jpg");
  background-position: center;
  background-attachment: fixed;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 2em; }
  #extraGreeting h1 {
    font-size: 1.5em;
    font-weight: 100;
    text-align: center; }

@media screen and (min-device-width: 320px) and (max-device-width: 480px) {
  #extraGreeting {
    width: 100%;
    min-height: 200px;
    background-image: url("../images/img2.jpg");
    background-position: center;
    background-attachment: fixed;
    background-size: cover;
    padding: 2em; }
    #extraGreeting h1 {
      font-size: 2em;
      font-weight: 100;
      text-align: center; } }
#contact-section {
  width: 100%;
  background: #323a44; }
  #contact-section .form-wrapper {
    padding: 3em;
    padding-bottom: 5em; }
    #contact-section .form-wrapper .contact-title h1 {
      font-size: 3.5em;
      font-weight: 100;
      margin-bottom: 0.2em; }
    #contact-section .form-wrapper .contact-title p {
      font-family: "Open Sans", "Helvetica Neue", "Lucida Grande", Arial, Verdana, sans-serif;
      color: #939da5;
      font-size: 1em;
      line-height: 1.8; }
      #contact-section .form-wrapper .contact-title p strong {
        font-weight: bold; }
      #contact-section .form-wrapper .contact-title p a {
        color: white;
        text-decoration: none;
        font-weight: bold;
        transition: color 0.5s ease; }
        #contact-section .form-wrapper .contact-title p a:hover {
          color: #00c8aa; }
    #contact-section .form-wrapper .contact-form {
      padding-top: 1.2em; }
      #contact-section .form-wrapper .contact-form input,
      #contact-section .form-wrapper .contact-form textarea {
        border: none;
        background-color: #2e343f;
        padding: 15px 20px 15px 20px;
        margin-top: 1.2em;
        font-size: 1em;
        transition: all 0.3s ease;
        border-radius: 5px; }
        #contact-section .form-wrapper .contact-form input::placeholder,
        #contact-section .form-wrapper .contact-form textarea::placeholder {
          color: #939da5; }
        #contact-section .form-wrapper .contact-form input:focus,
        #contact-section .form-wrapper .contact-form textarea:focus {
          color: white;
          background-color: #2a3039;
          box-shadow: 0 10px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22); }
        #contact-section .form-wrapper .contact-form input:hover,
        #contact-section .form-wrapper .contact-form textarea:hover {
          background-color: #2a3039; }
    #contact-section .form-wrapper .textarea {
      width: 100%; }
    #contact-section .form-wrapper button {
      padding: 0;
      margin: 0;
      margin-top: 2em;
      width: 150px;
      height: 50px;
      border-radius: 25px;
      box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
      transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1); }
      #contact-section .form-wrapper button:hover {
        box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22); }
      #contact-section .form-wrapper button a {
        display: block;
        color: white;
        text-decoration: none;
        font-size: 1.4em;
        line-height: 50px;
        width: 100%;
        height: 100%; }

.form-control {
  color: white;
  font-size: 1.4em; }

#map {
  width: 100%;
  height: 100%;
  min-height: 600px;
  background-color: #323a44; }

.footer {
  position: absolute;
  bottom: 0.6em;
  padding-right: 50px;
  font-family: "Open Sans", "Helvetica Neue", "Lucida Grande", Arial, Verdana, sans-serif; }
  .footer a {
    color: white;
    text-decoration: none;
    font-weight: bold;
    transition: color 0.5s ease; }
    .footer a:hover {
      color: #00c8aa; }

.rainbow {
  background: #70e1f5;
  /* fallback for old browsers */
  background: -webkit-linear-gradient(to right, #ffd194, #70e1f5);
  /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(to right, #ffd194, #70e1f5);
  /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
  color: transparent;
  -webkit-background-clip: text;
  background-clip: text; }

.rainbow2 {
  background: #70e1f5;
  /* fallback for old browsers */
  background: -webkit-linear-gradient(to right, #ffd194, #70e1f5);
  /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(to right, #ffd194, #70e1f5);
  /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
  color: transparent;
  -webkit-background-clip: text;
  background-clip: text; }

/*# sourceMappingURL=main.css.map */
