/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
@import url("https://fonts.googleapis.com/css?family=Patua+One");
@import url("https://fonts.googleapis.com/css?family=Noto+Sans:400,400i,700,700i");
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;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

table {
  border-collapse: collapse;
  border-spacing: 0;
}

[role="button"],
input[type="submit"],
input[type="reset"],
input[type="button"],
button {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

/* Reset `button` and button-style `input` default styles */
input[type="submit"],
input[type="reset"],
input[type="button"],
button {
  background: none;
  border: 0;
  color: inherit;
  /* cursor: default; */
  font: inherit;
  line-height: normal;
  overflow: visible;
  padding: 0;
  -webkit-appearance: button;
  /* for input */
  -webkit-user-select: none;
  /* for button */
  -moz-user-select: none;
  -ms-user-select: none;
}

input::-moz-focus-inner,
button::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/* Make `a` like a button */
[role="button"] {
  color: inherit;
  cursor: pointer;
  display: inline-block;
  text-align: center;
  text-decoration: none;
  white-space: pre;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

.lb-loader, .lightbox {
  text-align: center;
  line-height: 0;
}

.lb-dataContainer:after, .lb-outerContainer:after {
  content: "";
  clear: both;
}

body.lb-disable-scrolling {
  overflow: hidden;
}

.lightboxOverlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  background-color: #000;
  filter: alpha(Opacity=80);
  opacity: .8;
  display: none;
}

.lightbox {
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 10000;
  font-weight: 400;
}

.lightbox .lb-image {
  display: block;
  height: auto;
  max-width: inherit;
  max-height: none;
  border-radius: 3px;
  border: 4px solid #fff;
}

.lightbox a img {
  border: none;
}

.lb-outerContainer {
  position: relative;
  width: 250px;
  height: 250px;
  margin: 0 auto;
  border-radius: 4px;
  background-color: #fff;
}

.lb-loader, .lb-nav {
  position: absolute;
  left: 0;
}

.lb-outerContainer:after {
  display: table;
}

.lb-loader {
  top: 43%;
  height: 25%;
  width: 100%;
}

.lb-cancel {
  display: block;
  width: 32px;
  height: 32px;
  margin: 0 auto;
  background: url(../images/loading.gif) no-repeat;
}

.lb-nav {
  top: 0;
  height: 100%;
  width: 100%;
  z-index: 10;
}

.lb-container > .nav {
  left: 0;
}

.lb-nav a {
  outline: 0;
  background-image: url(data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==);
}

.lb-next, .lb-prev {
  height: 100%;
  cursor: pointer;
  display: block;
}

.lb-nav a.lb-prev {
  width: 34%;
  left: 0;
  float: left;
  background: url(../images/prev.png) left 48% no-repeat;
  filter: alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity .6s;
  -moz-transition: opacity .6s;
  -o-transition: opacity .6s;
  transition: opacity .6s;
}

.lb-nav a.lb-prev:hover {
  filter: alpha(Opacity=100);
  opacity: 1;
}

.lb-nav a.lb-next {
  width: 64%;
  right: 0;
  float: right;
  background: url(../images/next.png) right 48% no-repeat;
  filter: alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity .6s;
  -moz-transition: opacity .6s;
  -o-transition: opacity .6s;
  transition: opacity .6s;
}

.lb-nav a.lb-next:hover {
  filter: alpha(Opacity=100);
  opacity: 1;
}

.lb-dataContainer {
  margin: 0 auto;
  padding-top: 5px;
  width: 100%;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}

.lb-dataContainer:after {
  display: table;
}

.lb-data {
  padding: 0 4px;
  color: #ccc;
}

.lb-data .lb-details {
  width: 85%;
  float: left;
  text-align: left;
  line-height: 1.1em;
}

.lb-data .lb-caption {
  font-size: 13px;
  font-weight: 700;
  line-height: 1em;
}

.lb-data .lb-caption a {
  color: #4ae;
}

.lb-data .lb-number {
  display: block;
  clear: left;
  padding-bottom: 1em;
  font-size: 12px;
  color: #999;
}

.lb-data .lb-close {
  display: block;
  float: right;
  width: 30px;
  height: 30px;
  background: url(../images/close.png) top right no-repeat;
  text-align: right;
  outline: 0;
  filter: alpha(Opacity=70);
  opacity: .7;
  -webkit-transition: opacity .2s;
  -moz-transition: opacity .2s;
  -o-transition: opacity .2s;
  transition: opacity .2s;
}

.lb-data .lb-close:hover {
  cursor: pointer;
  filter: alpha(Opacity=100);
  opacity: 1;
}

* {
  box-sizing: border-box;
  cursor: none;
}

html, body {
  font-weight: 400;
  position: relative;
  width: 100%;
  padding: 0;
  margin: 0;
  line-height: 1;
  color: #2a3139;
  background-color: #fff;
}

.custom-cursor-sm {
  position: fixed;
  top: -8px;
  left: -8px;
  width: 8px;
  height: 8px;
  background-color: #000;
  z-index: 10001;
  border-radius: 100%;
  transition: .05s transform ease-out;
  pointer-events: none;
}

.custom-cursor-md {
  position: fixed;
  top: -22px;
  left: -22px;
  z-index: 10001;
  transition: .25s transform ease-out;
  pointer-events: none;
}

.custom-cursor-md span {
  display: flex;
  width: 22px;
  height: 22px;
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 100%;
  transition: .15s transform ease-in-out;
}

.custom-cursor-md--scale span {
  transform: scale3d(2.5, 2.5, 1);
}

.main {
  font-family: 'Lato', sans-serif;
  font-weight: 400;
}

.container {
  max-width: 1440px;
  width: 100%;
  margin: 0 auto;
  padding: 0 15px;
}

.header {
  position: relative;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  padding-top: 25px;
  padding-bottom: 25px;
}

.hidden {
  opacity: 0;
}

.js-animate {
  animation: fadeIn .7s ease-in-out;
}

.logo {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px;
  text-decoration: none;
  color: #000;
  font-weight: 300;
  font-size: 18px;
}

.menu {
  display: flex;
  flex-flow: row wrap;
}

.menu__item {
  padding: 10px;
}

.menu__item a {
  text-decoration: none;
  color: #000;
  font-weight: 300;
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: 2px;
}

.menu__item a:hover {
  text-decoration: underline;
}

.menu__item a.active {
  font-weight: 900;
}

.about {
  padding-top: 50px;
  padding-left: 10px;
  padding-right: 10px;
}

.about__title p {
  font-size: 36px;
  font-weight: 900;
  color: #000;
}

.about__title span {
  color: #000;
  opacity: .5;
}

.about__text {
  max-width: 1000px;
  width: 100%;
  padding-top: 20px;
}

.about__text p {
  color: #666666;
  font-size: 28px;
  font-weight: 300;
  line-height: 32px;
}

.about__link {
  padding-top: 20px;
}

.about__link a {
  color: #000;
  font-weight: 400;
  text-transform: uppercase;
  font-size: 20px;
  letter-spacing: 2px;
}

.about__link a:hover {
  color: #BC1F1F;
}

.footer {
  padding: 10px;
  display: flex;
  flex-flow: row wrap;
  margin-bottom: 80px;
}

.contact {
  margin-right: 50px;
  margin-bottom: 20px;
}

.contact__title p {
  font-size: 14px;
  font-weight: 400;
  color: #000;
}

.contact__links {
  margin-top: 6px;
}

.contact__links a {
  text-decoration: none;
  font-size: 14px;
  transition: .15s color ease-in-out;
  color: #666666;
}

.contact__links a:hover {
  color: rgba(29, 26, 26, 0.5);
}

.portfolio {
  margin-top: 50px;
  display: flex;
  flex-flow: row wrap;
}

.portfolio img {
  margin-bottom: 20px;
  width: 100%;
  transition: .15s box-shadow ease-in-out, .15s transform ease-in-out;
  text-decoration: none;
}

.portfolio img:hover {
  box-shadow: 2px 3px 9px 0px rgba(0, 0, 0, 0.55);
}

.portfolio__column {
  width: 33.333%;
  padding: 10px;
}

.lb-outerContainer {
  border-radius: 0;
}

.lightbox .lb-image {
  border: 0;
  border-radius: 0;
}

@keyframes fadeIn {
  from {
    transform: translateY(10px);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}

@media (max-width: 1024px) {
  * {
    cursor: default;
  }
  .custom-cursor-sm {
    display: none;
  }
  .custom-cursor-md {
    display: none;
  }
}

@media (max-width: 767px) {
  .about {
    padding-top: 25px;
  }
  .about__text p {
    font-size: 20px;
    line-height: 24px;
  }
}

@media (max-width: 460px) {
  .header {
    padding: 10px 0;
  }
  .logo-text {
    font-size: 14px;
  }
  .menu__item a {
    font-size: 11px;
  }
  .about {
    padding-top: 0;
  }
  .about__title p {
    font-size: 20px;
  }
  .about__text p {
    font-size: 18px;
    line-height: 22px;
  }
  .about__link a {
    font-size: 18px;
  }
  .portfolio {
    margin-top: 10px;
    padding: 10px;
  }
  .portfolio__column {
    width: 100%;
    padding: 0;
  }
  .footer {
    margin-bottom: 25px;
  }
}
