/*Color parett
#2B2D42 Dark blue
#8D99AD Light blue
#EDF2F4 Blue/White
#EF233C red
*/
/*Global style
--------------------------*/
/* apply a natural box layout model to all elements, but allowing components to change */
html {
  height: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

*, *:before, *:after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

body {
  position: relative;
  margin: 0;
  padding: 0px;
  width: 100%;
  min-height: 100%;
  font-family: Arial, Helvetica, sans-serif, Georgia;
}

a:link {
  color: #333;
  text-decoration: underline;
}

a:visited {
  color: #333;
  text-decoration: underline;
}

a img {
  border-style: none;
}

h1 {
  font-family: 'Josefin Slab', serif;
  font-size: 2.8em;
  font-weight: 400;
  text-align: center;
  margin: 0px;
  color: #2B2D42;
}

h2 {
  font-family: 'Josefin Slab', serif;
  font-size: 2em;
  font-weight: 400;
  margin-top: 5px;
  margin-bottom: 0px;
  text-align: center;
  color: #2B2D42;
}

h3 {
  font-family: 'Josefin Slab', serif;
  font-size: 1.4em;
  font-weight: 600;
  text-align: center;
  color: #2B2D42;
  margin-top: 5px;
  margin-bottom: 25px;
}

h4 {
  font-size: 0.9em;
  margin: 0px;
  padding: 0px;
}

p {
  font-weight: 100;
  font-size: 1.2em;
  margin: 0px;
  padding: 0px;
}

/* header-------------------------------------------------------------------- */
#header {
  position: relative;
  width: 100%;
  margin-top: 0;
  padding-top: 30px;
  padding-left: 0px;
  border-width: 0px;
}

#header h2 {
  font-size: 1.7rem;
  margin-top: 0px;
}

#header a:link {
  text-decoration: none;
}

#header a:visited {
  text-decoration: none;
}

/* .titleName h2 {
    font-family: 'Josefin Slab', serif;
    font-size: 1.3em;
    font-weight: 600;
    text-align: center;
    color: #2B2D42;
    margin-bottom: 20px;
  } */
/* navigation setting --------------------------------------------------------*/
#navContainer {
  width: 1000px;
  text-align: right;
  font-weight: bolder;
  padding: 0px;
  margin-top: 0;
  margin-right: auto;
  margin-bottom: 0;
  margin-left: auto;
  padding-right: 20px;
}

#navbar {
  width: 100%;
  margin-top: 0px;
  padding: 0px;
  background-color: #2B2D42;
  overflow: hidden;
  z-index: 1001;
  margin-bottom: 0;
}

#navbar a {
  display: inline-block;
  padding: 8px 15px;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 500;
}

#navbar p {
  font-size: 1em;
}

#navbar a:link {
  color: #8D99AD;
  text-decoration: none;
}

#navbar a:visited {
  color: #8D99AD;
  text-decoration: none;
}

#navbar a:hover {
  color: #FFF;
  background: #8D99AD;
}

/* for computer */
.long {
  display: inline;
}

/* for mobile device */
.short {
  display: none;
}

/* navbar to stick to top */
.sticky {
  position: fixed;
  top: 0;
  width: 100%;
}

.sticky + #main {
  padding-top: 60px;
}

/*photo retouch menu
  ------------------------------------------------------------------------------*/
#photoRetouch {
  width: 100%;
  background-color: #b8bfcc;
  margin: 0;
  padding-top: 70px;
}

/* content wrapper A--------------------------------------------------------- */
.contentWrap {
  max-width: 1000px;
  margin: 0 auto;
  padding-top: 0px;
  padding-bottom: 0px;
  overflow: auto;
}

.contentWrap h1 {
  font-size: 2.3em;
  margin-top: 5px;
}

/* .contentWrap h2 {
    font-family: 'Josefin Slab', serif;
    font-size: 1.8em;
    font-weight: 400;
    margin-top: 5px;
    margin-bottom: 0px;
    text-align: center;
    color: #2B2D42;
  } */
/* .contentWrap p {
    font-size: 2em;
    font-weight: 400;
    margin-top: 5px;
    margin-bottom: 5px;
    text-align: left;
    color: #2B2D42;
  } */
#retouchSample .contentWrap h1 {
  color: #fff;
}

#websiteDesign .contentWrap h1 {
  color: #fff;
}

#retouchSample .contentWrap h2 {
  color: #fff;
}

#websiteDesign .contentWrap h2 {
  color: #fff;
}

#retouchSample .contentWrap p {
  color: #fff;
}

#websiteDesign .contentWrap p {
  color: #fff;
}

/* photo--------------------------------------------------- */
.photo {
  position: relative;
  width: 80%;
  margin-top: 50px;
  margin-left: 10px;
  margin-bottom: 10px;
  clear: both;
  float: left;
}

.photo img {
  width: 100%;
  margin-bottom: 5px;
}

.photo p {
  font-family: 'Josefin Slab', serif;
  text-align: center;
  font-size: 1.2em;
  font-weight: 600;
}

#videoWeb .photo {
  float: right;
  margin-right: 10px;
}

/* photo web design---------------------------------------- */
#websiteDesign .photo {
  width: 100%;
  margin-left: 0px;
  margin-bottom: 0px;
}

#websiteDesign .photo img {
  margin-bottom: 0px;
}

/*  comment------------------------------------------------------------------ */
.comment {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 50px;
  clear: both;
  padding-left: 2%;
  padding-right: 2%;
  padding-top: 10px;
  padding-bottom: 10px;
}

#videoWeb .comment {
  background: rgba(255, 255, 255, 0.3);
}

#retouchSample p {
  color: #fff;
}

#websiteDesign p {
  color: #fff;
}

/* fadein img---------------------------------------------------------------- */
.fadein {
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(40px);
          transform: translateY(40px);
  -webkit-transition: all 1s;
  transition: all 1s;
}

.fadein.is-show {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
}

/* fadein letters------------------------------------------------------------ */
.fadein2 {
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(40px);
          transform: translateY(40px);
  -webkit-transition: all 1s;
  transition: all 1s;
}

.fadein2.is-show {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
}

/*video and web design
  --------------------------*/
.videoWeb {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.3)), to(rgba(255, 255, 255, 0.5))), url(../images/top02n.jpg) no-repeat fixed;
  background: linear-gradient(rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0.5)), url(../images/top02n.jpg) no-repeat fixed;
  background-size: cover;
  background-position: left top;
  width: 100%;
  height: auto;
  margin: 0;
  padding-top: 0px;
}

/*portfolio
  ---------------------------------------------------------------*/
#portfolio {
  width: 100%;
  height: auto;
  background-color: #fff;
  margin: 0;
  padding-top: 80px;
}

.gallery {
  width: 96%;
  text-align: center;
  margin-bottom: 80px;
  margin-right: auto;
  margin-left: auto;
  clear: both;
  display: block;
}

.samplePhoto {
  margin-top: 3px;
  margin-right: 6px;
  width: 170px;
  display: inline-block;
  position: relative;
}

.samplePhoto img {
  width: 100%;
  height: auto;
}

.gallery a:link img {
  opacity: 0.85;
}

.gallery a:hover img {
  opacity: 1;
}

/* retouch sample------------------------------------------------------ */
#retouchSample {
  width: 100%;
  height: auto;
  margin: 0;
  padding-top: 80px;
}

.retouchSample {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.2)), to(rgba(255, 255, 255, 0.4))), url(../images/top09n.jpg) no-repeat;
  background: linear-gradient(rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0.4)), url(../images/top09n.jpg) no-repeat;
  background-size: cover;
  background-position: right top;
  width: 100%;
  height: auto;
  margin: 0;
  padding-top: 0px;
}

#slideshow {
  width: 50%;
  float: left;
  position: relative;
  margin-top: 70px;
  margin-bottom: 50px;
}

.rslides img {
  display: block;
  height: auto;
  float: left;
  width: 100%;
  border: 0;
}

.rslides li {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  position: absolute;
  display: none;
  width: 100%;
  left: 0;
  top: 0;
}

.rslides li:first-child {
  position: relative;
  display: block;
  float: left;
}

.rslides {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0;
}

/* video production -------------------------------------------------------------*/
#videoProduction {
  width: 100%;
  height: auto;
  background-color: #eaf0ee;
  margin: 0;
  padding-top: 80px;
}

.movie {
  width: 90%;
  margin-top: 100px;
  margin-right: auto;
  margin-left: auto;
  position: relative;
  margin-bottom: 230px;
}

.videoWrap {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}

.videoWrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.movie p {
  font-size: 1.3em;
  padding: 5px 2%;
}

/* video production 2-------------------------------------------------------------- */
#videoProduction2 {
  width: 100%;
  height: auto;
  margin: 0;
  padding-top: 80px;
}

.videoProduction2 {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.2)), to(rgba(255, 255, 255, 0.4))), url(../images/top10n.jpg) no-repeat fixed;
  background: linear-gradient(rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0.4)), url(../images/top10n.jpg) no-repeat fixed;
  background-size: cover;
  background-position: right top;
  width: 100%;
  height: auto;
  margin: 0;
  padding-top: 0px;
}

.movie {
  width: 95%;
  margin-top: 100px;
  margin-right: auto;
  margin-left: auto;
  position: relative;
  margin-bottom: 230px;
}

.videoWrap {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}

.videoWrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#videoProduction2 p {
  color: #fff;
  background: rgba(0, 0, 0, 0.3);
  margin: 0;
}

/* video production ends */
/* website design--------------------------------------------------------------- */
#websiteDesign {
  width: 100%;
  height: auto;
  margin: 0;
  padding-top: 80px;
}

.websiteDesign {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.2)), to(rgba(255, 255, 255, 0.4))), url(../images/top02.jpg) no-repeat;
  background: linear-gradient(rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0.4)), url(../images/top02.jpg) no-repeat;
  background-size: cover;
  background-position: left top;
  width: 100%;
  height: auto;
  margin: 0;
  padding-top: 0px;
}

.websiteDesign h2 {
  margin-top: 3rem;
}

#websiteDesign .comment {
  margin-bottom: 50px;
}

.spinGallery {
  width: 100%;
}

.spinGallery .photo {
  margin-top: 5px;
}

.menu-p {
  width: 50%;
  margin-top: 25px;
  margin-bottom: 50px;
  position: relative;
  float: left;
  text-align: center;
}

.menu-p img {
  width: 40%;
}

.fade2 p {
  text-align: center;
}

#websiteDesign a:link {
  color: #fff;
  text-decoration: underline;
}

#websiteDesign a:visited {
  color: #fff;
  text-decoration: underline;
}

#websiteDesign p {
  margin: 0;
}

/* website ends------------------------------------------------------------------ */
#footer {
  background-color: #2B2D42;
  width: 100%;
  padding-top: 30px;
  padding-bottom: 30px;
  margin-top: 0;
  padding-top: 30px;
  border-width: 0px;
}

#footer h1 {
  color: #fff;
}

#footer h2 {
  font-weight: 600;
  color: #fff;
  margin-top: 5px;
  margin-bottom: 10px;
}

.telNo a {
  color: #fff;
  text-decoration: none;
}

/* media query----------------------------------------------------1100px----- */
@media only screen and (max-width: 1100px) {
  h1 {
    font-size: 2.5em;
  }
  #header h2 {
    font-size: 1.7em;
  }
  h2 {
    font-size: 1.8em;
  }
  #navContainer {
    width: 100%;
  }
  #navbar p {
    font-size: 0.9em;
  }
  #portfolio, #retouchSample, #videoProduction, #websiteDesign {
    padding-top: 50px;
  }
  #photoRetouch {
    padding-top: 50px;
  }
  .contentWrap h1 {
    font-size: 2.1em;
  }
  .contentWrap h2 {
    font-size: 1.8em;
  }
  .comment {
    width: 90%;
  }
  p {
    font-size: 1em;
  }
  .photo {
    width: 80%;
    margin-top: 30px;
    float: none;
    margin-left: auto;
    margin-right: auto;
  }
  #videoWeb .photo {
    margin-top: 30px;
    float: none;
    margin-left: auto;
    margin-right: auto;
  }
  .photo p {
    font-size: 1.1em;
  }
  .movie p {
    font-size: 1.1em;
    padding: 5px 2%;
  }
  /* .contentWrap p {
        font-size: 1.8em;
      } */
  #slideshow {
    margin-left: 10%;
    width: 45%;
  }
}

@media only screen and (max-width: 800px) {
  #header {
    padding-top: 20px;
  }
  h1 {
    font-size: 2.2em;
  }
  h2 {
    font-size: 1.5em;
  }
  #header h2 {
    font-size: 1.4em;
  }
  #navContainer {
    width: 100%;
    padding-right: 5px;
  }
  #navbar a {
    padding: 4px 10px;
  }
  .comment {
    width: 95%;
  }
  .contentWrap h1 {
    font-size: 1.9em;
  }
  .contentWrap h2 {
    font-size: 1.6em;
  }
  h3 {
    font-size: 1.2em;
  }
  .photo {
    width: 95%;
  }
  #photography {
    padding-top: 40px;
  }
}

@media only screen and (max-width: 767px) {
  /* for computer */
  .long {
    display: none;
  }
  /* for mobile device */
  .short {
    display: inline;
  }
  #slideshow {
    float: none;
    margin-right: auto;
    margin-left: auto;
    width: 60%;
  }
  h1 {
    font-size: 2em;
  }
  h2 {
    font-size: 1.2em;
  }
  #header h2 {
    font-size: 1.3em;
  }
  h3 {
    font-size: 1.1em;
  }
  .menu-p img {
    width: 60%;
  }
}

@media only screen and (max-width: 500px) {
  #navbar p {
    font-size: 0.6em;
  }
  h1 {
    font-size: 1.9em;
  }
  h2 {
    font-size: 1.1em;
  }
  #header h2 {
    font-size: 1.3em;
  }
  p {
    font-size: 0.9em;
  }
  .contentWrap h1 {
    font-size: 1.2em;
  }
  .contentWrap h2 {
    font-size: 1.1em;
  }
  #photoRetouch {
    padding-top: 30px;
  }
  .photo p {
    font-size: 0.9em;
  }
  .movie p {
    font-size: 0.9em;
    padding: 5px 2%;
  }
}

@media only screen and (max-width: 350px) {
  #navbar a {
    padding: 4px 5px;
  }
  h1 {
    font-size: 1.5em;
  }
  h2 {
    font-size: 0.9em;
  }
  #header h2 {
    font-size: 1.1em;
  }
  h3 {
    font-size: 0.8em;
  }
  .contentWrap h1 {
    font-size: 1em;
  }
  .contentWrap h2 {
    font-size: 0.9em;
  }
}
/*# sourceMappingURL=keySkills.css.map */