/*
* Custom variables
*/
/*
* Override Bootstrap variables
*/
* {
  position: relative;
  box-sizing: border-box; }

body {
  color: #FFF;
  background: white;
  font-size: 20px;
  font: 100% "Source Sans Pro", sans-serif; }

header {
  max-height: 600px;
  height: 600px;
  overflow: hidden; }
  header img {
    position: fixed;
    top: 0px;
    left: 50%;
    margin-left: -600px;
    width: 1200px; }
    @media screen and (min-width: 500px) {
      header img {
        top: auto;
        left: auto;
        margin: 0;
        width: 100%; } }
  header .name {
    font-size: 20px;
    position: absolute;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    top: 50px;
    color: #FFF;
    border-box: 50px; }
  header .titles {
    position: absolute;
    bottom: 40%;
    width: 100%;
    text-align: center; }
    @media screen and (min-width: 1000px) {
      header .titles {
        bottom: 50%; } }
  header .navBar {
    display: block;
    postion: absolute;
    font-size: 14px;
    font-family: "Source Sans Pro", sans-serif;
    top: 8%;
    text-decoration: none;
    color: #000;
    text-align: right;
    right: 20px;
    font-weight: 600;
    text-transform: lowercase; }
  header .link {
    color: #000;
    text-decoration: none;
    background-color: none;
    font-family: "Source Sans Pro", sans-serif;
    font-weight: 500;
    letter-spacing: 2px;
    font-weight: 400; }
  header .words {
    border: 4px solid black;
    padding: 30px; }
    header .words h1 {
      font-weight: 300;
      letter-spacing: 4px;
      color: #000; }
    header .words h2 {
      font-weight: 300;
      letter-spacing: 2px;
      text-transform: lowercase;
      font-weight: 400; }
  header h1, header h2 {
    width: 100%;
    color: #000;
    margin: 0; }
  header h1 {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 36px;
    letter-spacing: 0.06em;
    margin-bottom: 10px; }
    header h1 span {
      display: block; }
      @media screen and (min-width: 320px) {
        header h1 span {
          display: inline; } }
  header h2 {
    font-size: 16px;
    width: 70%;
    margin: 0 auto; }
    @media screen and (min-width: 1000px) {
      header h2 {
        width: 100%;
        margin: 0; } }
  header .social {
    position: absolute;
    top: 55px;
    right: 55px;
    overflow: hidden; }
    header .social a {
      float: right;
      width: 170px;
      height: 59px;
      margin: 0 5px;
      text-indent: -99px;
      background: url(../images/social-sprite.png) no-repeat;
      opacity: 0.8; }
      header .social a:hover {
        opacity: 1.0; }
      @media screen and (-webkit-min-device-pixel-ratio: 2), screen and (-min-device-pixel-ratio: 2) {
        header .social a {
          background: url(../images/social_icon2.png) no-repeat;
          background-size: 76px 26px; } }
      header .social a.facebook {
        background-position: 0px 0px; }
      header .social a.twitter {
        background-position: -1000000px 0px; }
      header .social a.instagram {
        background-position: -10000000px 0px; }

.instagram-wrap {
  background: #FFF;
  text-align: center; }

.instagram-content h3 {
  text-transform: uppercase;
  letter-spacing: 0.5em;
  font-size: 12px;
  font-weight: 700;
  text-align: center;
  padding: 50px 0;
  color: #585c65;
  text-decoration: none; }
.instagram-content .embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden; }
.instagram-content .embed-responsive .embed-responsive-item,
.instagram-content .embed-responsive iframe,
.instagram-content .embed-responsive embed,
.instagram-content .embed-responsive object,
.instagram-content .embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 3%;
  width: 94%;
  height: 105%;
  border: 0;
  padding-bottom: 6%;
 }


.instagram-content .embed-responsive-16by9 {
  padding-bottom: 56.25%; }
.instagram-content .embed-responsive-4by3 {
  padding-bottom: 75%; }
.instagram-content .photo-box {
  margin: 0 0 30px 0; }
  .instagram-content .photo-box .image-wrap img {
    width: 100%; }
  .instagram-content .photo-box .image-wrap .likes {
    position: absolute;
    left: 15px;
    bottom: 5px;
    padding: 5px;
    color: #FFF;
    font-family: "Source Sans Pro", sans-serif;
    text-transform: lowercase; }
  .instagram-content .photo-box .description {
    font-family: "Source Sans Pro", sans-serif;
    text-transform: uppercase;
    font-size: 12px;
    color: #FFF;
    letter-spacing: 1px;
    padding: 15px;
    height: 75px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis; }
.instagram-content .me-text {
  padding: 0 30px;
  text-align: center;
  color: #000;
  width: calc(100% - $padding*3);
  /*
  *  About me section
  */ }
  @media screen and (min-width: 320px) {
    .instagram-content .me-text {
      width: 100%;
      margin: 0 auto; } }

footer {
  background: #FFF;
  padding: 30px 0;
  text-align: center; }
  @media screen and (min-width: 1000px) {
    footer {
      padding: 100px 0; } }
  footer h4 {
    font-size: 36px;
    text-align: center;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #000; }
  footer .about-text {
    padding: 0 30px;
    text-align: center;
    color: #000; }
    @media screen and (min-width: 320px) {
      footer .about-text {
        width: 100%;
        margin: 0 auto; } }
  footer .contact-now-btn {
    display: inline-block;
    width: 75%;
    padding: 20px 50px;
    margin-top: 20px;
    color: #FFF;
    background: #585c65;
    font-size: 14px;
    letter-spacing: 1px;
    text-decoration: none;
    text-transform: uppercase;
    text-align: center; }
    @media screen and (min-width: 500px) {
      footer .contact-now-btn {
        width: 60%; } }
    @media screen and (min-width: 1000px) {
      footer .contact-now-btn {
        width: 20%;
        margin-top: 50px; } }
    footer .contact-now-btn:hover {
      background: #646873; }

div {
  display: inline-block; }

navBar {
  position: absolute;
  display: block;
  postion: absolute;
  font-size: 17px;
  top: 8%;
  color: #FFF;
  text-align: right;
  right: 20px;
  font-weight: 300;
  text-transform: lowercase; }

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