/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
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; }

/*  end of css reset    */
/*  masonry css */
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

/* force scrollbar */
html {
  overflow-y: scroll; }


::selection {
  background: #FFD400; /* WebKit/Blink Browsers */
}






/*  carecredit testing */    
    




body {
  font-family: "Barlow Semi Condensed", sans-serif;
  color: #4B4643;
  -webkit-animation: fadein 2s;
          animation: fadein 2s; }

@-webkit-keyframes fadein {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@keyframes fadein {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
.site-button {
  width: 200px;
  background: rgba(171, 160, 141, 0.7);
  font-size: 18px;
  font-family: "Barlow Condensed", sans-serif;
  letter-spacing: 1px;
  text-transform: uppercase;
  text-align: center;
  padding: 10px 0px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 4px;
  -ms-flex-item-align: center;
      align-self: center;
  -webkit-transition: .3s;
  transition: .3s;
  margin: auto;
  margin-top: 20px;
  margin-bottom: 40px; }

.site-button:hover {
  background: #ABA08D; }

a {
  text-decoration: none; }

/* ---- grid ---- */
.grid {
  background: #fff;
  width: 60%;
  float: right; }
  @media screen and (max-width: 900px) {
    .grid {
      width: 100%; } }

.grid.mule {
  background: #E0DCD9; }

.grid.fera {
  background: #EADDCD; }

.grid.ktown {
  background: #BDB99E; }

.grid.qvc {
  background: #DEECEB; }
  .grid.qvc .mscreen {
    width: 35%;
    margin: auto;
    margin-top: 75px;
    margin-bottom: 75px;
    -webkit-box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.3);
            box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.3); }

/* clear fix */
.grid:after {
  content: '';
  display: block;
  clear: both; }

/* ---- .grid-item ---- */
.grid-sizer,
.grid-item {
  width: 50%;
  /*  adding media queries like this adjusts wrapping at smaller widths in masonry   */ }
  @media screen and (max-width: 500px) {
    .grid-sizer,
    .grid-item {
      width: 100%; } }

.grid-item {
  float: left; }

.grid-item.detail.screen {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 5%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }
  .grid-item.detail.screen img {
    width: 90%;
    border-radius: 10px;
    -webkit-box-shadow: 3px 3px 10px #8e8677;
            box-shadow: 3px 3px 10px #8e8677; }

.grid-item.detail a {
  color: #ffffff;
  text-decoration: none; }
.grid-item.detail .site-button {
  width: 200px;
  display: block;
  background: rgba(171, 160, 141, 0.7);
  font-size: 18px;
  font-family: "Barlow Condensed", sans-serif;
  letter-spacing: 1px;
  text-transform: uppercase;
  text-align: center;
  padding: 10px 0px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 4px;
  -ms-flex-item-align: center;
      align-self: center;
  -webkit-transition: .3s;
  transition: .3s;
  margin: auto;
  margin-top: 20px;
  margin-bottom: 40px; }
.grid-item.detail .site-button:hover {
  background: #ABA08D; }
.grid-item.detail h2 {
  font-family: "Barlow Condensed", sans-serif;
  text-transform: uppercase;
  letter-spacing: .5px;
  font-size: 20px;
  color: #4B4643;
  padding: 20px 20px;
  background: white;
  text-align: right; }
  @media screen and (max-width: 900px) {
    .grid-item.detail h2 {
      text-align: center; } }
.grid-item.detail .phone-vid {
  width: 35%;
  margin: auto;
  padding-top: 70px;
  padding-bottom: 70px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }
  @media screen and (max-width: 600px) {
    .grid-item.detail .phone-vid {
      width: 50%; } }
  @media screen and (max-width: 400px) {
    .grid-item.detail .phone-vid {
      width: 70%; } }

.grid-item.detail.creatoraid {
  background: #191B22; }

.grid-item img {
  display: block;
  width: 100%; }

/* for detail page gallery */
.grid-sizer.detail,
.grid-item.detail {
  width: 100%; }

/*  end masonry css */
.photo-overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  -webkit-transition: .5s ease;
  transition: .5s ease;
  background-color: rgba(26, 26, 26, 0.95);
  z-index: 9999; }
  .photo-overlay .text {
    width: 80%;
    color: white;
    font-size: 40px;
    letter-spacing: .5px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
    font-family: "Barlow Condensed", sans-serif;
    text-transform: uppercase; }
    @media screen and (max-width: 700px) {
      .photo-overlay .text {
        font-size: 35px; } }

.photo-overlay:hover {
  opacity: .8; }

/*  hamburger css */
.overlay {
  height: 0px;
  width: 40%;
  position: fixed;
  z-index: 99999;
  top: 0;
  left: 0;
  background-color: rgba(29, 29, 29, 0.95);
  overflow-x: hidden;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  font-family: "Barlow Condensed", sans-serif;
  text-transform: uppercase;
  letter-spacing: 1px;
    overflow: hidden;
}
  @media screen and (max-width: 900px) {
    .overlay {
      width: 100%; } }

.overlay-content {
  width: 100%;
  height: 100vh;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.overlay a {
  text-decoration: none;
  color: #939393;
  font-size: 35px;
  border-radius: 25px;
  -webkit-transition: .3s;
  transition: .3s; }

.overlay-content a {
  padding: 20px 0px;
  text-decoration: none;
  font-size: 28px;
  color: #fff;
  display: block;
  -webkit-transition: 0.3s;
  transition: 0.3s; }

.overlay-content a:hover, .overlay a:focus {
  color: #FFD400; }

.overlay .closebtn {
  position: absolute;
  top: 68px;
  right: 53px; }
  @media screen and (max-width: 400px) {
    .overlay .closebtn {
      top: 57px;
      right: 43px; } }

/*  end of hamburger css    */
#side-fixed {
  width: 40%;
  height: 100vh;
  position: fixed;
  z-index: 1;
  background-color: #fff;
  overflow-x: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  @media screen and (max-width: 900px) {
    #side-fixed {
      width: 100%;
      height: inherit;
      position: inherit;
        margin-bottom: 50px;
      } }
  #side-fixed h3 {
    width: 70%;
    font-family: "Barlow Semi Condensed", sans-serif;
    text-transform: uppercase;
    font-size: 20px;
    letter-spacing: .25px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    color: #4B4643; }
    @media screen and (max-width: 900px) {
      #side-fixed h3 {
        text-align: center; } }
  #side-fixed p {
    width: 70%;
    font-family: "Barlow Semi Condensed", sans-serif;
    font-size: 18px;
    font-weight: 200;
    line-height: 30px;
    padding-top: 10px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    color: #4B4643; }
    @media screen and (max-width: 900px) {
      #side-fixed p {
        text-align: center;
        padding-bottom: 30px;
        -webkit-box-sizing: border-box;
                box-sizing: border-box; } }
    @media screen and (max-width: 700px) {
      #side-fixed p {
        width: 80%; } }

#side-fixed.detail {
  background: #fff;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start; }
  @media screen and (max-width: 900px) {
    #side-fixed.detail {
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; } }
  #side-fixed.detail h1 {
    color: #4B4643;
    font-size: 60px;
    line-height: 50px;
    padding-top: 50px;
    margin-left: 50px; }
    @media screen and (max-width: 900px) {
      #side-fixed.detail h1 {
        display: none; } }
    @media screen and (max-width: 600px) {
      #side-fixed.detail h1 {
        width: 90%; } }
  #side-fixed.detail h1.no-break {
    display: none;
    margin-left: 0px; }
    @media screen and (max-width: 900px) {
      #side-fixed.detail h1.no-break {
        display: block;
        padding-top: 20px; } }
    @media screen and (max-width: 600px) {
      #side-fixed.detail h1.no-break {
        width: 90%; } }
  #side-fixed.detail h3 {
    width: 70%;
    font-family: "Barlow Semi Condensed", sans-serif;
    text-transform: uppercase;
    font-weight: 200;
    color: #ABA08D;
    font-size: 18px;
    margin-left: 50px; }
    @media screen and (max-width: 900px) {
      #side-fixed.detail h3 {
        margin-left: 0px;
        text-align: center; } }
    @media screen and (max-width: 600px) {
      #side-fixed.detail h3 {
        width: 90%; } }
  #side-fixed.detail h4 {
    width: 70%;
    font-family: "Barlow Semi Condensed", sans-serif;
    text-transform: uppercase;
    font-weight: 200;
    color: #ABA08D;
    font-size: 16px;
    padding-top: 5px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin-left: 50px; }
    @media screen and (max-width: 900px) {
      #side-fixed.detail h4 {
        margin-left: 0px;
        text-align: center; } }
    @media screen and (max-width: 600px) {
      #side-fixed.detail h4 {
        width: 90%; } }
  #side-fixed.detail p {
    width: 75%;
    font-size: 16px;
    line-height: 28px;
    font-weight: 200;
    padding-top: 10px;
    margin-left: 50px; }
    #side-fixed.detail p a {
      color: #ABA08D;
      text-transform: uppercase;
      font-weight: 400;
      -webkit-transition: 0.3s;
      transition: 0.3s;
      border-bottom: solid 1px rgba(255, 255, 255, 0); }
    #side-fixed.detail p a:hover {
      border-bottom: solid 1px #ABA08D; }
    @media screen and (max-width: 900px) {
      #side-fixed.detail p {
        margin-left: 0px;
        padding-bottom: 40px; } }
    @media screen and (max-width: 600px) {
      #side-fixed.detail p {
        width: 85%; } }
  #side-fixed.detail .site-button {
    background: rgba(171, 160, 141, 0.7);
    font-size: 18px;
    font-family: "Barlow Condensed", sans-serif;
    letter-spacing: 1px;
    text-transform: uppercase;
    padding: 10px 30px;
    border-radius: 4px;
    -ms-flex-item-align: center;
        align-self: center;
    margin-left: 50px;
    margin-top: 20px;
    -webkit-transition: .3s;
    transition: .3s; }
    @media screen and (max-width: 900px) {
      #side-fixed.detail .site-button {
        margin-left: 0px;
        margin-top: 0px;
        margin-bottom: 40px; } }
  #side-fixed.detail .site-button:hover {
    background: #ABA08D; }
  #side-fixed.detail a.button {
    text-decoration: none;
    color: #fff; }


#side-fixed.detail .prev-next {
    position: absolute;
    bottom: 2vw;
    left: 50px;
}

#side-fixed.detail .prev-next a {
    text-transform: uppercase;
    color: #ABA08D;
    font-size: 15px;
    letter-spacing: .5px;
    transition: 0.3s;
    vertical-align: top;
}

#side-fixed.detail .prev-next a:hover {
    opacity: .7;
}

@media screen and (max-width: 900px) {
    #side-fixed.detail .prev-next {
        display: none;
    }
}


nav {
  width: 100%;
  -ms-flex-item-align: start;
      align-self: flex-start;
  padding-left: 40px;
  padding-right: 50px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-top: 30px; }
  @media screen and (max-width: 400px) {
    nav {
      padding-left: 30px;
      padding-right: 40px;
      margin-top: 30px; } }
  nav span {
    float: right;
    margin-top: 40px;
    cursor: pointer;
    -webkit-transition: 0.3s;
    transition: 0.3s; }
    @media screen and (max-width: 400px) {
      nav span {
        margin-top: 30px; } }
  nav .bar {
    width: 35px;
    height: 3px;
    background: #4B4643;
    margin: 6px 0;
    border-radius: 100px; }
  nav .logo {
    width: 80px;
    float: left;
    -webkit-transition: 0.3s;
    transition: 0.3s; }
    @media screen and (max-width: 400px) {
      nav .logo {
        width: 65px; } }
    nav .logo img {
      width: 100%; }
  nav .logo:hover {
    opacity: .75; }

/*  back to top button */
#scroll {
  position: fixed;
  right: 10px;
  bottom: 10px;
  cursor: pointer;
  width: 50px;
  height: 50px;
  z-index: 9999;
  opacity: .7;
  display: none; }

#scroll img {
  width: 100%; }

#scroll:hover {
  opacity: 1;
  filter: "alpha(opacity=100)";
  -ms-filter: "alpha(opacity=100)"; }

h1 {
  width: 70%;
  font-family: "Barlow Condensed", sans-serif;
  text-transform: uppercase;
  font-weight: 700;
  color: #FFD400;
  font-size: 100px;
  letter-spacing: 1px;
  line-height: 90px;
  padding-top: 75px;
  padding-bottom: 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }
  @media screen and (max-width: 900px) {
    h1 {
      text-align: center;
      padding-top: 20px;
      font-size: 15vw;
      line-height: 12vw; } }
  @media screen and (max-width: 700px) {
    h1 {
      padding-top: 30px; } }

ul#social {
  width: 150px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: fixed;
  bottom: 25px; }
  @media screen and (max-width: 900px) {
    ul#social {
      position: inherit;
      margin-bottom: 20px; } }
  ul#social li {
    width: 36px;
    height: 36px;
    border-radius: 200px;
    background-color: rgba(171, 160, 141, 0.3);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-transition: 0.3s;
    transition: 0.3s; }
  ul#social li:hover {
    background-color: #FFD400; }
  ul#social img {
    width: 50%; }

.main-carousel {
  margin-bottom: 60px; }
  .main-carousel h5 {
    font-family: "Barlow Condensed", sans-serif;
    color: #4B4643;
    text-transform: uppercase;
    font-size: 22px;
    text-align: center; }

.carousel-cell {
  width: 100%;
  /* full width */
  height: auto;
  margin-right: 10px; }

/*  adding media queries like this adjusts wrapping at smaller widths   */
@media screen and (max-width: 900px) {
  .contact p {
    padding-bottom: 0px; } }
.contact p a {
  color: #4B4643;
  font-weight: 400;
  text-decoration: none;
  -webkit-transition: 0.3s;
  transition: 0.3s; }
.contact p a:hover {
  color: #FFD400; }

h1.contact {
  color: #4B4643;
  font-size: 72px;
  line-height: 70px;
  padding-top: 50px; }
  @media screen and (max-width: 900px) {
    h1.contact {
      display: none; } }
  @media screen and (max-width: 600px) {
    h1.contact {
      width: 90%; } }

h1.contact.no-break {
  display: none; }
  @media screen and (max-width: 900px) {
    h1.contact.no-break {
      display: block; } }

#contact-container {
  width: 60%;
  height: 100vh;
  float: right;
  background: #FFD400;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  @media screen and (max-width: 900px) {
    #contact-container {
      height: auto;
      padding-top: 110px;
      padding-bottom: 75px;
      -webkit-box-sizing: border-box;
              box-sizing: border-box; } }
  @media screen and (max-width: 600px) {
    #contact-container {
      padding-top: 50px;
      padding-bottom: 50px; } }
  #contact-container form {
    width: 70%;
    background: #fff;
    margin: auto;
    padding: 10px 32px 20px 32px;
    border-radius: 4px;
    -webkit-box-shadow: 3px 3px 10px rgba(142, 134, 119, 0.5);
            box-shadow: 3px 3px 10px rgba(142, 134, 119, 0.5); }
    @media screen and (max-width: 600px) {
      #contact-container form {
        width: 90%; } }
  #contact-container .field {
    margin-bottom: 10px; }
  #contact-container label {
    display: block;
    margin-top: 1em;
    margin-bottom: .5em;
    color: #4B4643;
    font-family: "Barlow Semi Condensed", sans-serif;
    text-transform: uppercase;
    letter-spacing: .5px;
    font-size: 18px; }
  #contact-container input {
    width: 100%;
    padding: 0.5em 0.5em;
    font-size: 1.2em;
    border-radius: 3px;
    border: 1px solid #D9D9D9; }
  #contact-container textarea {
    width: 100%;
    height: 200px;
    padding: 0.5em 0.5em;
    font-size: 1.2em;
    border-radius: 3px;
    border: 1px solid #D9D9D9; }
  #contact-container button {
    display: inline-block;
    border-radius: 4px;
    font-size: 18px;
    padding: 0.5rem 0.8em;
    background: rgba(171, 160, 141, 0.7);
    color: white;
    margin: 0;
    margin-top: 10px;
    width: 30%;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-family: "Barlow Condensed", sans-serif;
    -webkit-transition: .3s;
    transition: .3s; }
    @media screen and (max-width: 600px) {
      #contact-container button {
        width: 100%; } }
  #contact-container button:hover, #contact-container button:focus {
    background: #ABA08D;
    cursor: pointer; }
  #contact-container button:active {
    opacity: 1;
    -webkit-box-shadow: 0 -3px 10px rgba(0, 0, 0, 0.1) inset;
            box-shadow: 0 -3px 10px rgba(0, 0, 0, 0.1) inset; }
  #contact-container .success {
    padding: 1em;
/*    margin-bottom: 0.75rem;*/
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
    color: #468847;
    background-color: #dff0d8;
    border: 1px solid #d6e9c6;
    border-radius: 4px;
      
/*    weird stuff happening with form   */
      position: absolute;
    left: 0px;
    right: 0px;
    margin-left: auto;
    margin-right: 12vw;
    margin-top: 20px;
    width: 35%;
}
  #contact-container .error {
    padding: 1em;
/*    margin-bottom: 0.75rem;*/
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
    color: #b94a48;
    background-color: #f2dede;
    border: 1px solid rgba(185, 74, 72, 0.3);
    border-radius: 4px;
      
      /*    weird stuff happening with form   */
      position: absolute;
    left: 0px;
    right: 0px;
    margin-left: auto;
    margin-right: 12vw;
    margin-top: 20px;
    width: 35%;
}
  @media screen and (max-width: 900px) {
    #contact-container {
      width: 100%; }
      
      #contact-container .success {
        margin-right: 25vw;
        margin-top: -80px;
        width: 50%;
      }
      
      #contact-container .error {
        margin-right: 25vw;
        margin-top: -80px;
        width: 50%;
      }
}

h1.contact {
/*  padding-top: 80px; */
}

#about-container {
  width: 60%;
  float: right;
/*    background-color: rgba(171, 160, 141, 0.2);*/
    background-color: #FFD400;
/*  padding-top: 120px;*/
  padding-bottom: 50px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }
  @media screen and (max-width: 900px) {
    #about-container {
      width: 100%;
/*      padding-top: 75px;*/
      -webkit-box-sizing: border-box;
              box-sizing: border-box; } }
  #about-container p {
/*    width: 65%;*/
    margin: auto;
    font-family: "Barlow Semi Condensed", sans-serif;
    line-height: 30px;
    font-weight: 200;
    padding-bottom: 15px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }

@media screen and (max-width: 900px) {
    #about-container p {
        width: auto;
    }
}

#about-container a {
    color: white; }

#resume-container {
    width: 70%;
    margin: auto;
    text-align: right;
}

@media screen and (max-width: 1200px) {
    #resume-container {
        width: 80%;
    } 
}

#resume-container img {
    width: 40%;
    border-radius: 1000px;
    margin-right: 32px;
    margin-top: 32px;
    border: solid 6px #FFD400;
/*    box-shadow: 3px 3px 10px rgba(142, 134, 119, 0.5);*/
/*    #FFD400*/
}


#resume-container h4 {
    clear: both;
    border-left: 5px solid #FFD400;
    padding-left: 5px;
    padding-top: 3px;
    padding-bottom: 3px;
    box-sizing: border-box;
    font-weight: 500;
    font-family: "Barlow Condensed", sans-serif;
    letter-spacing: 1px;
    margin-bottom: 5px;
}

#resume-container h5 {
    padding-left: 10px;
    padding-bottom: 5px;
    font-weight: 400;
}

#resume-container h6 {
    padding-left: 10px;
    padding-bottom: 5px;
    font-weight: 300;
    line-height: 22px;
}


#resume-container p {
/*    width: 65%;*/
    margin: auto;
    font-family: "Barlow Semi Condensed", sans-serif;
    line-height: 24px;
    font-size: 15px;
    font-weight: 100;
    padding-bottom: 20px;
    padding-left: 30px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }
    @media screen and (max-width: 900px) {
      #about-container p {
        } }
    @media screen and (max-width: 400px) {
      #about-container p { } }

#resume-right {
    background-color: #ffffff;
/*    box-shadow: 3px 3px 10px rgba(142, 134, 119, 0.5);*/
    padding: 48px 40px;
    box-sizing: border-box;
    border-radius: 4px;
    margin-top: -64px;
    text-align: left;
}
    


#side-fixed.about .site-button.about {
    background: rgba(171, 160, 141, 0.7);
    font-size: 18px;
    font-family: "Barlow Condensed", sans-serif;
    letter-spacing: 1px;
    text-transform: uppercase;
    padding: 10px 30px;
    border-radius: 4px;
    -ms-flex-item-align: center;
        align-self: center;
/*    margin-left: 50px;*/
    margin-top: 20px;
    -webkit-transition: .3s;
    transition: .3s;
    color: #fff;
}


#side-fixed.about .site-button.about:hover {
    background: #aba08d;
}

#side-fixed.about p a {
    color: #4B4643;
    font-weight: 400;
    transition: 0.3s;
}

#side-fixed.about p a:hover {
    color: #FFD400;
}

#side-fixed.about .button {
    align-self: flex-start;
    margin-left: 6vw;
}
@media screen and (max-width: 900px) {
      #side-fixed.about .button {
          margin: auto;
    }

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


