@import 'https://fonts.googleapis.com/css?family=Karma|Secular+One';


.main_h {
  position: fixed;
  top: 0px;
  max-height: 70px;
  z-index: 999;
  width: 100%;
  padding-top: 17px;
  background: none;
  overflow: hidden;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  opacity: 0;
  top: -100px;
  padding-bottom: 6px;
  font-family: 'Secular One', sans-serif;
}
@media only screen and (max-width: 766px) {
  .main_h {
    padding-top: 25px;
  }
}

.open-nav {
  max-height: 400px !important;
}
.open-nav .mobile-toggle {
  transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
}

.sticky {
  background-color: rgba(255, 255, 255, 0.93);
  opacity: 1;
  top: 0px;
  border-bottom: 2px solid #efefef;
}

.logo {
  width: 50px;
  font-size: 25px;
  color: #8f8f8f;
  text-transform: uppercase;
  float: left;
  display: block;
  margin-top: 0;
  line-height: 1;
  margin-bottom: 10px;
}
@media only screen and (max-width: 766px) {
  .logo {
    float: none;
  }
}

nav {
  float: right;
  width: 60%;
}
@media only screen and (max-width: 766px) {
  nav {
    width: 100%;
  }
}
nav ul {
  list-style: none;
  overflow: hidden;
  text-align: right;
  float: right;
  margin: 0;
}
@media only screen and (max-width: 766px) {
  nav ul {
    padding-top: 10px;
    padding-left: 0px;
    margin-bottom: 22px;
    float: left;
    text-align: center;
    width: 100%;
  }
}
nav ul li {
  display: inline-block;
  margin-left: 1.5em;
  line-height: 1.5;
  border-bottom: 3px solid transparent;
  transition: 0.5s ease;
}
@media only screen and (max-width: 766px) {
  nav ul li {
    border-bottom: none;
  }
}
nav ul li:hover {
  border-bottom: 2px solid #888;
}
@media only screen and (max-width: 766px) {
  nav ul li:hover {
    border-bottom: none;
  }
}
@media only screen and (max-width: 820px) {
  nav ul li {
  margin-left: 1em;
  }
}
@media only screen and (max-width: 766px) {
  nav ul li {
    width: 100%;
    padding: 7px 0;
    margin: 0;
  }
}
nav ul a {
  color: #888888;
  text-transform: uppercase;
  font-size: 12px;
}
@media only screen and (max-width: 766px) {
  nav ul a {
  font-size: 1.2em;
  }
}

.mobile-toggle {
  display: none;
  cursor: pointer;
  font-size: 20px;
  position: absolute;
  right: 22px;
  top: 0;
  width: 30px;
  -webkit-transition: all 200ms ease-in;
  -moz-transition: all 200ms ease-in;
  transition: all 200ms ease-in;
}
@media only screen and (max-width: 766px) {
  .mobile-toggle {
    display: block;
  }
}
.mobile-toggle span {
  width: 30px;
  height: 4px;
  margin-bottom: 6px;
  border-radius: 800px;
  background: #8f8f8f;
  display: block;
}

.row {
  width: 100%;
  max-width: 940px;
  margin: 0 auto;
  position: relative;

}
@media only screen and (max-width: 766px) {
  .row {
      padding: 0 2%;
  }
}
.row::after {
    content: "";
    clear: both;
    display: block;
}
[class*="col-"] {
    float: left;
    padding: 15px;
}
@media only screen and (max-width: 766px) {
[class*="col-"] {
    float: none;
}
  }
}
.col-1 {width: 8.33%;}
.col-2 {width: 16.66%;}
.col-3 {width: 25%;}
.col-4 {width: 33.33%;}
.col-5 {width: 41.66%;}
.col-6 {width: 50%;}
.col-7 {width: 58.33%;}
.col-8 {width: 66.66%;}
.col-9 {width: 75%;}
.col-10 {width: 83.33%;}
.col-11 {width: 91.66%;}
.col-12 {width: 100%;}


* {
  box-sizing: border-box;
}

body {
  color: #8f8f8f;
  background: white;
  font-family: "Karma", serif;
  font-weight: 300;
  -webkit-font-smoothing: antialiased;
  margin: 0;
}

a {
  text-decoration: none;
}

h1 {
  font-size: 30px;
  line-height: 1.8;
  text-transform: uppercase;
  font-family: 'Secular One', sans-serif;
}
h2 {
  font-size: 22px;
  line-height: 1.6;
  text-transform: uppercase;
  font-family: 'Secular One', sans-serif;
}

p {
  margin-bottom: 20px;
  font-size: 17px;
  line-height: 2;
}
section {
  padding: 0px;
}
.content {
  padding-top: 2.5em;
  padding-bottom: 2em;
}
@media only screen and (max-width: 766px) {
  .content {
    padding-left: 1.2em;
    padding-right: 1.2em;
  }
}

.hero {
  position: relative;
  background: url(../img/home-bg.png)no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  text-align: center;
  color: #fff;
  padding-top: 110px;
  min-height: 600px;
  letter-spacing: 2px;
  font-family: 'Secular One', sans-serif;
}
.hero h1 {
  font-size: 2em;
  line-height: 1.3;
}
.hero h1 span {
  font-size: 2em;
  color: #696969;
  border-bottom: 2px solid #e8f380;
  line-height: 2.5;
}
@media only screen and (max-width: 766px) {
  .hero {
    min-height: 600px;
    background-image: url(../img/mobilehome-bg.jpg)no-repeat center center fixed;
  }
  .hero h1 span {
  font-size: 1.6em;
  }
}

.mouse {
  display: block;
  margin: 0 auto;
  width: 26px;
  height: 46px;
  border-radius: 13px;
  border: 2px solid #fff;
  position: absolute;
  bottom: 40px;
  position: absolute;
  left: 48.7%;
}
@media only screen and (max-width: 766px) {
  .mouse {
    left: 47%;
  }
 }
.mouse span {
  display: block;
  margin: 6px auto;
  width: 2px;
  height: 2px;
  border-radius: 4px;
  background: #fff;
  border: 1px solid transparent;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-name: scroll;
  animation-name: scroll;
}

@keyframes scroll {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
}
@keyframes scroll {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
  }
}
.bold {
  font-weight: 700;
}

/*SITE CONTENT*/

/*WHO I AM*/

.edu-icon, .work-icon {
  float: left;
  padding-right: .5em;
  padding-bottom: .5em;
  font-size: 6em !important;
}
@media only screen and (max-width: 766px) {
  .info {
    font-size: 14px;
  }
}
.mypic {
  width: 50%;
  max-width: 940px;
  margin: 0 auto;
  padding-bottom: 1em;
  padding-top:3em;
}

/*WHAT I DO*/
.whatido {
  padding-left: 0px;
}
.design-list,.photo-list,.comms-list {
  padding: 0;
}
.sec02-wrap {
  background-color: #26c993;
}
#sec02 {
  color:#fff;
}
.whatido-button {
  text-align: center;
  margin-top: 4em;
  padding-bottom: 5em;
}
.whatido-button h3 a{
  padding: 2%;
  border: 3px solid #fff;
  transition: all 0.3s ease 0s;
}

.whatido-button h3 a:link, .whatido-button h3 a:visited {
  color: #fff;
  font-family: 'Secular One';
  font-weight: 100;
}

.whatido-button h3 a:hover {
  color: #26c993;
  background-color: #fff;
  font-family: 'Secular One';
  font-weight: 100;
}
/*DESIGN*/
.sec03-wrap {
  background-color: #245;
  color: #fff;
}
#sec03 {
  padding-bottom: 0;
}
.bumper {
  /*background-image: url(../img/profile-optimized.jpg);*/
  background-color: #245;
  position: relative;
/*  z-index: -3;*/
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  text-align: center;
  color: #fff;
  overflow: hidden;
  min-height: 200px;
  letter-spacing: 2px;
  font-family: 'Secular One', sans-serif;
}

.portfolio {
  text-align: center;
}
@media only screen and (max-width: 766px) {
  .portfolio {
    display: block;
    margin: auto;
    width: 100%;
    padding: 0;
    padding-bottom: 1.4em;
  }
}
.portfolio img {
  max-width: 360px;
}

@media only screen and (max-width: 766px) {
  .portfolio h2{
    text-align: center;
    margin-top: -2px;
  }
}

.ywing {
  -ms-transform: rotate(90deg);
  /* IE 9 */
  -webkit-transform: rotate(90deg);
  /* Chrome, Safari, Opera */
  transform: rotate(90deg);
  /*height: 50%;*/
  height:300px;
  overflow: hidden;
}
.ywing-right {
  left: -200px;
  overflow: hidden;

  animation-duration: 4s;
  animation-name: goRight;
  animation-iteration-count: infinite;
    
  -moz-animation-duration: 4s;
  -moz-animation-name: goRight;
  -moz-animation-iteration-count: infinite;
}

@keyframes goRight {
  from {
    -webkit-transform: translate(-1000px,0);
  }

  to {
    -webkit-transform: translate(1920px,0);
  }
}

@-moz-keyframes goRight {
  from {
    -moz-transform: translate(-1000px,0);
  }

  to {
    -moz-transform: translate(1920px,0);
  }
}

/*PHOTOGRAPHY*/
#sec04 {
  padding-top: 3em;
}
.photo-site-button {
  text-align: center;
  margin-top: 4em;
  padding-bottom: 6em;
}
.photo-site-button h3 a{
  padding: 2%;
  border: 3px solid #8f8f8f;
  transition: all 0.3s ease 0s;
}

.photo-site-button h3 a:link, .photo-site-button h3 a:visited {
  color: #8f8f8f;
  font-family: 'Secular One';
  font-weight: 100;
}

.photo-site-button h3 a:hover {
  color: #fff;
  background-color: #8f8f8f;
  font-family: 'Secular One';
  font-weight: 100;
}
.p-link, .p-link:hover, .p-link:visited{
  color: #333;
  text-decoration: underline;
}


/*FOOTER*/

/*SOCIAL BUTTONS*/
@font-face {
    font-family: 'si';
    src: url('../img/soc/socicon.eot');
    src: url('../img/soc/socicon.eot?#iefix') format('embedded-opentype'),
         url('../img/soc/socicon.woff') format('woff'),
         url('../img/soc/socicon.ttf') format('truetype'),
         url('../img/soc/socicon.svg#icomoonregular') format('svg');
    font-weight: normal;
    font-style: normal;
 
}
 
@media screen and (-webkit-min-device-pixel-ratio:0) {
    @font-face {
        font-family:si;
        src: url(../img/soc/socicon.svg) format(svg);
    }
}

.soc {
    
    margin:0; padding:0;
    list-style:none;
    padding-top: 300px;
}

.soc li {
    display:inline-block;
    *display:inline;
    zoom:1;
}

.soc li a {
    font-family:si!important;
    font-style:normal;
    font-weight:400;
    -webkit-font-smoothing:antialiased;
    -moz-osx-font-smoothing:grayscale;
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    -ms-box-sizing:border-box;
    -o-box-sizing:border-box;
    box-sizing:border-box;

    -o-transition:.1s;
    -ms-transition:.1s;
    -moz-transition:.1s;
    -webkit-transition:.1s;
    transition:.1s;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);

    text-decoration:none;
    text-align:center;
    display:block;
    position: relative;
    z-index: 1;
    width: 42px;
    height: 42px;
    line-height: 42px;
    font-size: 23px;
    -webkit-border-radius: 80px;
    -moz-border-radius: 80px;
    border-radius: 80px;
    margin-right: 22px;
    color: #ffffff;
    background-color: transparent;
}

.soc a:hover {
    z-index: 2;
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
}

.soc-icon-last{
    margin:0 !important;
}

.soc-twitter:before {
    content:'a';
}
.soc-instagram:before {
    content:'x';
}
.soc-facebook:before {
    content:'b';
}
.soc-flickr:before {
    content:'v';
}
.soc-linkedin:before {
    content:'j';
}
.soc-email1:before {
    content:'<';
}




footer {
  background-image: url(../img/tree-footer-short-01.png);
  background-color: #fff;
  position: relative;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  text-align: center;
  color: #333;
/*  padding-top: 110px;*/
  min-height: 400px;
  letter-spacing: 2px;
  font-family: 'Secular One', sans-serif;
}


.footer-nav {
}

.footer-nav {
  margin: auto;
  padding-top: 350px;
  width: 80%;
}
@media only screen and (max-width: 766px) {
  .footer-nav {
    width: 100%;
  }
}
.footer-nav {
  list-style: none;
  overflow: hidden;
  text-align: center;
}
@media only screen and (max-width: 766px) {
  .footer-nav {
    padding-top: 10px;
    margin-bottom: 22px;
    float: left;
    text-align: center;
    width: 100%;
  }
}
.footer-nav li {
  display: inline-block;
  margin-left: 1.5em;
  line-height: 1.5;
  border-bottom: 3px solid transparent;
  transition: 0.5s ease;
}
.footer-nav li:hover {
  border-bottom: 2px solid #fff;
}
@media only screen and (max-width: 766px) {
  .footer-nav li {
    width: 100%;
    padding: 7px 0;
    margin: 0;
  }
}
.footer-nav a {
  color: #fff;
  text-transform: uppercase;
  font-size: 12px;
}










/*


@keyframes move-twink-back {
    from {background-position:0 0;}
    to {background-position:-10000px 5000px;}
}
@-webkit-keyframes move-twink-back {
    from {background-position:0 0;}
    to {background-position:-10000px 5000px;}
}
@-moz-keyframes move-twink-back {
    from {background-position:0 0;}
    to {background-position:-10000px 5000px;}
}
@-ms-keyframes move-twink-back {
    from {background-position:0 0;}
    to {background-position:-10000px 5000px;}
}

@keyframes move-clouds-back {
    from {background-position:0 0;}
    to {background-position:10000px 0;}
}
@-webkit-keyframes move-clouds-back {
    from {background-position:0 0;}
    to {background-position:10000px 0;}
}
@-moz-keyframes move-clouds-back {
    from {background-position:0 0;}
    to {background-position:10000px 0;}
}
@-ms-keyframes move-clouds-back {
    from {background-position: 0;}
    to {background-position:10000px 0;}
}

.stars, .twinkling {
  position:absolute;
  top:0;
  left:0;
  right:0;
  bottom:0;
  width:100%;
  height:100%;
  display:block;
}

.stars {
  background:#000 url(http://www.script-tutorials.com/demos/360/images/stars.png) repeat top center;
  z-index:-2;
}

.twinkling{
  background:transparent url(http://www.script-tutorials.com/demos/360/images/twinkling.png) repeat top center;
  z-index:-1;

  -moz-animation:move-twink-back 200s linear infinite;
  -ms-animation:move-twink-back 200s linear infinite;
  -o-animation:move-twink-back 200s linear infinite;
  -webkit-animation:move-twink-back 200s linear infinite;
  animation:move-twink-back 200s linear infinite;
}*/



.portfolio {
  text-align: center;
}

