@import url("https://fonts.googleapis.com/css?family=Pinyon+Script");
body {
  font-family: "Gotham_Light";
  font-size: 100%;
}

.handwriting {
  font-family: "Pinyon Script", cursive;
  line-height: 55px;
  font-size: 35px;
  color: #fff;
}

.menu {
  font-family: "Gotham_Book";
  width: 100%;
  height: 70px;
  line-height: 70px;
  z-index: 2;
  position: fixed;
  top: 0;
  transition: all 0.5s ease;
}
.menu .menu_content {
  margin: 0 auto;
  width: 95%;
}
.menu ul {
  float: right;
  height: 70px;
  line-height: 70px;
  display: inline-block;
}
.menu li {
  display: inline-block;
  float: left;
  margin-left: 35px;
}
.menu a {
  display: inline-block;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 14px;
  font-size: 0.85em;
  letter-spacing: 2px;
  font-weight: 500;
  color: #fff;
  transition: all 0.5s ease;
}

.logo_icon {
  background: url(../images/logo_new2_colored.png) no-repeat;
  height: 32px;
  width: 26px;
  margin-right: 6px;
  display: inline-block;
  background-size: contain;
}

.mobile_menu {
  display: none;
  width: 30px;
  height: 70px;
  line-height: 70px;
  cursor: pointer;
  float: right;
}
.mobile_menu .icon {
  width: 30px;
  height: 30px;
  background-image: url("../images/menu_icon.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
}

#intro {
  width: 100%;
  height: 100vh;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #fff;
  z-index: 10;
}
#intro .inner_box {
  position: relative;
  height: 20vw;
  width: 20vw;
}
#intro .inner_box img {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.hero_banner_video {
  min-height: 475px !important;
  height: calc(100vh + 1px) !important;
  max-height: calc(100vh + 1px) !important;
  overflow: hidden;
  position: relative;
  background-color: black;
}

.hero_video_wrapper {
  height: 100vh;
  max-height: 100vh;
}
.hero_video_wrapper video {
  object-fit: cover;
  min-height: 300px;
  height: 100vh;
  max-height: 100vh;
  width: 100%;
}

.hero_logo {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.hero_logo img {
  width: 15%;
  max-width: 200px;
  min-width: 150px;
}

.hero_name {
  font-family: "Gotham_Medium";
  text-transform: uppercase;
  font-size: 23px;
  font-size: 1.5em;
  letter-spacing: 2px;
  color: #fff;
  padding: 15px 0 10px 0;
}

.hero_job_title {
  font-family: "Gotham_book";
  font-size: 13px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #fff;
}

.line {
  width: 55px;
  border-bottom: 4px solid #d43409;
  margin: 25px auto;
}

.quotation_text {
  color: #fff;
  line-height: 23px;
}

.quotation_box {
  color: #000;
  padding: 15px;
  font-size: 32px;
  line-height: 35px;
  font-family: "Times New Roman", Times, serif;
  text-align: center;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.quotation_box .quotation_mark {
  width: 23px;
  height: 23px;
  background: url(../images/quotation_mark.png) no-repeat;
  background-size: contain;
  display: block;
  margin: 0 auto;
}
.quotation_box #upper_quotation {
  transform: rotate(180deg);
}
#hero_banner {
  background: url("../images/iPhone6-desk1_prev.jpg") fixed no-repeat;
  background-position-y: -100px;
  background-size: calc(100% + 50px);
  width: 100%;
  min-height: 550px;
  max-height: 1028px;
  height: 90vh;
}

.section {
  padding: 60px 0;
}

.section_title {
  font-family: "Gotham_Medium";
  font-size: 35px;
  font-weight: 500;
  line-height: 1.2em;
  color: #000000;
  letter-spacing: 0.17em;
  text-transform: uppercase;
  text-align: center;
  margin: 15px 0 45px;
}

.gallery-cell {
  width: 50vw;
  height: 33.3vw;
  margin-right: 50px;
  counter-increment: gallery-cell;
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: 25px 20px 60px 0 rgba(0, 0, 0, 0.1);
}

/* cell number */
.flickity-prev-next-button .arrow {
  fill: #000;
}

.flickity-viewport {
  padding-bottom: 50px !important;
}

.flickity-page-dots .dot {
  width: 5px;
  height: 5px;
}

.work_masonry_grid {
  width: 100%;
}

.inner_masonry {
  width: 95%;
  max-width: 1200px;
  margin: 0 auto;
}

.masonry_row {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

.big_column {
  width: 66.6666%;
}
.big_column .big_img {
  width: 100%;
}
.big_column .small_imgs {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.big_column .small_imgs .work_wrapper {
  width: 50%;
}

.three_box {
  width: 33.3333%;
}

.small_column {
  width: 33.3333%;
}
.small_column .work_wrapper {
  width: 100%;
  display: block;
}

/*border*/
figure {
  background: #000000;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  position: relative;
  margin: 5px;
}
figure img,
figure video {
  flex-shrink: 0;
  min-width: 100%;
  width: 100%;
}

figure figcaption::before,
figure figcaption::after {
  position: absolute;
  top: 30px;
  right: 30px;
  bottom: 30px;
  left: 30px;
  content: "";
  opacity: 0;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
}

figure figcaption::before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}

figure figcaption::after {
  -webkit-transform: scale(1, 0);
  transform: scale(1, 0);
}

figure:hover figcaption::before,
figure:hover figcaption::after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}

figure figcaption::before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}

/*end border*/
figure img {
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
}

/*opactiy for the background color on hover*/
figure:hover img {
  opacity: 0.2;
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}

figure video {
  -webkit-transform: scale(1.01);
  transform: scale(1.01);
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
}

/*opactiy for the background color on hover*/
figure:hover video {
  opacity: 0.3;
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}

figure video {
  margin-left: 0;
}

figure video:hover {
  margin-left: 0;
}

.figcaption_wrapper {
  position: absolute;
  top: 0%;
  height: 100%;
  width: 100%;
  display: table;
}

.figcaption_wrapper_inner {
  width: 100%;
  height: 100%;
  display: table-cell;
  vertical-align: middle;
}

figure figcaption {
  color: #fff;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

figure figcaption::before,
figure figcaption::after {
  pointer-events: none;
}

figure h2 span {
  font-size: 10pt;
}

/*the last rec */
figure h2 {
  font-weight: 900;
  line-height: 30px;
  color: #ffffff !important;
  text-align: center;
  width: 75%;
  margin: 0 auto;
  font-size: 15px;
  font-size: 1.5em;
  opacity: 0;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
}

figure p {
  color: #ffffff !important;
  width: 100%;
  text-align: center;
  opacity: 0;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  font-size: 10px;
  font-size: 0.9em;
  padding-bottom: 10px;
}

figure:hover p,
figure:hover h2 {
  opacity: 1;
  -webkit-transform: translate3d(0, 0px, 0);
  transform: translate3d(0, 0px, 0);
}

#about_section {
  padding-top: 25px;
  padding-bottom: 45px;
  background: #fbfbfb;
}
#about_section .section_title {
  margin: 15px 0 55px;
}

#about_content {
  width: 95%;
  max-width: 1200px;
  margin: 0 auto;
  background: #fbfbfb;
}

#design_statement {
  -webkit-box-shadow: 4px 1px 10px 0.5px rgba(0, 0, 0, 0.12);
  -moz-box-shadow: 4px 1px 10px 0.5px rgba(0, 0, 0, 0.12);
  box-shadow: 4px 1px 10px 0.5px rgba(0, 0, 0, 0.12);
  font-family: "Gotham_Light";
  font-size: 15px;
  line-height: 1.4em;
  color: #9e9e9e;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
#design_statement p {
  margin: 15px 0;
  width: 100%;
}
#design_statement #resume_btn {
  margin-top: 35px;
  font-size: 11px;
  padding: 6px 25px 4px;
  border: 1px solid #000;
  background-color: #000;
  color: #fff;
}
#design_statement #resume_btn:hover {
  color: #000;
  background-color: #e9e9e9;
}
#design_statement .left_box {
  width: 33%;
  background: #e9e9e9;
}
#design_statement .right_box {
  width: 66%;
  padding: 25px 40px;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

#skills {
  width: 100%;
  background: #fbfbfb;
  padding-top: 0;
}
#skills .skill_box {
  width: 33%;
  flex-grow: 1;
  margin: 30px 0;
  text-align: center;
}
#skills .skill_box:first-child {
  text-align: left;
}
#skills .skill_box:last-child {
  text-align: right;
}
#skills ul {
  display: inline-block;
}
#skills li {
  text-align: left;
  line-height: 1.75;
  color: #999;
  font-family: "Gotham_Light";
  font-size: 14px;
}
#skills .title {
  margin-bottom: 8px;
  font-family: "Gotham_Medium";
  font-size: 13px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #333;
}

#skills_inner {
  width: 95%;
  max-width: 1200px;
  margin: 0 auto;
  padding-top: 10px;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}

.skill_icon {
  display: inline-block;
  background-repeat: no-repeat;
  background-position: center center;
  height: 3em;
  width: 3em;
  margin: 0 0.15em 0 0.3em;
  vertical-align: -0.3em;
  background-size: 3em 3em;
  margin-bottom: 15px;
}

#development_icon {
  background-image: url("../images/development.svg");
  background-size: 2.8em;
}

#design_icon {
  background-image: url("../images/design.svg");
}

#software_icon {
  background-image: url("../images/software.svg");
}

.button {
  font-family: "Gotham_Book";
  font-size: 10px;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  padding: 15px 25px 12px;
  border: 1px solid #000;
  background-color: #fff;
  cursor: pointer;
  text-decoration: none;
  color: #000;
  display: inline-block;
  transition: all 0.5s ease;
}
.button:hover {
  color: #fff;
  background-color: #000;
  border: 1px solid #000;
}

/*Contact page CSS style*/
#contact_form {
  text-align: center;
  padding: 0;
  height: 100vh;
  min-height: 400px;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: transparent;
}
#contact_form .section_title {
  margin: 15px 0;
}
#contact_form .button {
  background-color: transparent;
}
#contact_form .button:hover {
  background-color: #000;
}

.sub_title {
  text-align: center;
  color: #444444;
  font-size: 14px;
  line-height: 1.6;
  font-family: Gotham_Book;
}

.title_box {
  margin-bottom: 20px;
}

#contactList input[type=submit],
#contactList .sendEmail {
  width: 385px;
  font-family: "Gotham_Book";
  font-size: 10px;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  padding: 13px 25px;
  border: 1px solid #000;
  background-color: #e9e9e9;
  cursor: pointer;
  text-decoration: none;
  color: #000;
  display: inline-block;
  transition: all 0.5s ease;
}
#contactList input[type=submit]:hover,
#contactList .sendEmail:hover {
  color: #fff;
  background-color: #000;
  border: 1px solid #000;
}

#contactForm {
  display: inline-block;
}

#contactList input,
#contactList textarea {
  font-family: "Gotham_Light";
  width: 365px;
  padding: 10px;
}

#contactList,
#contactList input,
#contactList textarea {
  font-family: "Gotham_Light";
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

#contactList li {
  margin-bottom: 15px;
}

#contactList input {
  height: 40px;
  font-size: 11px;
  padding: 2px 10px;
  border: none;
  background-color: #fbfbfb;
}

#contactList textarea {
  height: 200px;
  font-size: 11px;
  border: none;
  background-color: #fbfbfb;
}

#linkedinIcon {
  background: url("../images/linkedin.svg") no-repeat;
  background-size: contain;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
#linkedinIcon:hover {
  background: url("../images/linkedin_hover.svg") no-repeat;
  background-size: contain;
}

#instagramIcon {
  background: url("../images/instagram.svg") no-repeat;
  background-size: contain;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
#instagramIcon:hover {
  background: url("../images/instagram_hover.svg") no-repeat;
  background-size: contain;
}

#twitterIcon {
  background: url("../images/twitter.svg") no-repeat;
  background-size: contain;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
#twitterIcon:hover {
  background: url("../images/twitter_hover.svg") no-repeat;
  background-size: contain;
}

.contactIcons {
  display: inline-block;
  width: 35px;
  height: 35px;
  cursor: pointer;
}

#returnMsgBox {
  color: #000000;
  margin: 25px 0;
  font-family: "Gotham_Medium";
}

#contact_section ul {
  width: 95%;
  margin: 0 auto;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  text-align: center;
  border-bottom: 1px solid #ddd;
}
#contact_section li {
  width: 33.3333%;
  height: 185px;
  border-left: 1px solid #ddd;
  text-align: center;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
#contact_section li:first-child {
  border: none;
}
#contact_section li:nth-child(2) .title {
  margin-bottom: 13px;
}

.contact_list .title {
  margin-bottom: 15px;
  font-family: "Gotham_Book";
  font-size: 13px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #333;
}

#parallax_bg_img {
  min-height: 50vh;
}

#send_email_modal_window {
  background: rgba(226, 225, 225, 0.9);
  position: fixed;
  z-index: 3;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  bottom: 0;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: none;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
#send_email_modal_window .close_btn {
  display: block;
  width: 35px;
  height: 35px;
  position: absolute;
  right: -20px;
  border-radius: 50px;
  z-index: 2;
  background: url(../images/close_icon_grey.png) center no-repeat;
  background-size: 25px 25px;
  cursor: pointer;
  margin: 10px;
}

.contact_layout {
  display: block;
  position: relative;
}

footer {
  font-size: 10px;
  font-size: 0.7em;
  text-align: center;
  color: #999;
  padding: 15px 0;
}

@media all and (max-width: 768px) {
  #hero_banner {
    min-height: 350px;
    height: 60vh;
  }

  #design_statement {
    display: block;
  }
  #design_statement .left_box {
    width: 100%;
    display: block;
    padding: 25px 0;
  }
  #design_statement .left_box p br {
    display: none;
  }
  #design_statement .left_box p br:nth-child(even) {
    display: block;
  }
  #design_statement .right_box {
    width: 90%;
    margin: 0 auto;
    padding: 10px 0;
  }

  #parallax_bg_img {
    min-height: 20vh;
  }
}
@media all and (max-width: 650px) {
  .mobile_menu {
    display: inline-block;
    margin-right: 15px;
  }

  .menu .menu_content {
    width: 100%;
  }
  .menu a {
    margin-left: 25px;
  }
  .menu ul {
    display: none;
    width: 100%;
    float: none;
    height: auto;
    background: rgba(255, 255, 255, 0.701961);
  }
  .menu li {
    display: block;
    float: none;
  }
  .menu li a {
    color: #000 !important;
  }
}
@media all and (max-width: 600px) {
  #about_content {
    width: 90%;
  }

  .masonry_row,
.big_column,
.small_column,
.three_box {
    width: 100%;
    display: block;
  }

  .big_column > a {
    text-decoration: none;
  }

  figure {
    background: #fff;
    display: block;
    /* justify-content: center; */
    /* align-items: center; */
    /* overflow: hidden; */
    position: relative;
    margin: 5px;
    padding-bottom: 5px;
    -webkit-box-shadow: 4px 4px 10px 0.5px rgba(0, 0, 0, 0.12);
    -moz-box-shadow: 4px 4px 10px 0.5px rgba(0, 0, 0, 0.12);
    box-shadow: 4px 4px 10px 0.5px rgba(0, 0, 0, 0.12);
  }

  figure:hover img {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
    display: block;
  }

  figure figcaption {
    color: #fff;
    position: relative;
  }

  .figcaption_wrapper {
    position: relative;
  }

  figure p,
figure h2 {
    color: #000 !important;
    opacity: 1;
    text-align: left;
  }

  figure h2 {
    width: 100%;
  }

  .figcaption_wrapper_inner {
    padding: 15px 0 5px 10px;
  }
}
@media all and (max-width: 500px) {
  .inner_masonry {
    width: 100%;
  }

  figure {
    margin: 10px 0;
    -webkit-box-shadow: 4px 1px 10px 0.5px rgba(0, 0, 0, 0.12);
    -moz-box-shadow: 4px 1px 10px 0.5px rgba(0, 0, 0, 0.12);
    box-shadow: 4px 1px 10px 0.5px rgba(0, 0, 0, 0.12);
  }

  figure h2 {
    font-family: "Gotham_Book";
    line-height: 1;
  }

  #about_content {
    width: 100%;
  }

  #skills_inner {
    display: block;
  }

  #work_section a {
    text-decoration: none;
  }

  #skills .skill_box {
    width: 100%;
  }
  #skills .skill_box:first-child,
#skills .skill_box:last-child {
    text-align: center;
  }
  #skills li {
    text-align: center;
  }

  #contact_section ul {
    display: block;
  }
  #contact_section li {
    width: 100%;
    border-left: none;
    border-top: 1px solid #ddd;
  }
  #contact_section li:first-child {
    border-top: 1px solid #ddd;
  }
}
@media all and (max-width: 430px) {
  #quote {
    font-size: 25px;
  }
}