/** GLOBAL STYLES **/
body {
    width:100%;
    margin:auto;
    overflow-x: hidden !important;
}
#wrapper {
    width:100%;
    margin:auto;
    overflow-x: hidden !important;
}
h1 {
    color:#272725;
    font:500 48px/54px 'Alice', serif !important;
    text-align:center;
    margin:0;
}
h2 {
    color:#FF7B10;
    font:400 36px/40px 'Oswald', sans-serif !important;
    padding: 0 10px;
}
h2 span {
    color:#b5b5b5;
    font:400 38px 'Montserrat', sans-serif !important;
}
p {
    font:300 18px/28px 'Montserrat', sans-serif !important;
    padding:0 0 25px 0;
    color:#272725;
}
footer {
    clear: both;
    width: 100%;
    margin: 100px 0 0 0!important;
    text-align: center;
    position: relative;
    display: inline-block;
    background-color: #ededed;
}
footer h2 {
    color: #272725;
    font: 300 12px/18px 'Montserrat', sans-serif !important;
    padding: 30px;
}

/** google font families **/
/*font-family: 'Montserrat', sans-serif;
font-family: 'Oswald', sans-serif;
font-family: 'Frank Ruhl Libre', serif;*/

/** NAV **/
input {
    display:none;
}
nav {
    width: 100%;
    height: 70px;
    position:fixed;
    display:block;
    background-color: #ffffff;
    box-shadow: 0 0 4px 0 #b5b5b5;
    z-index: 300;
}
#nav-logo {
    float:left;
    padding:8px 20px 0;
}
nav ul {
    float:right;
    margin:auto;
    padding:25px 0;
}
nav ul li {
    display:inline-block;
    margin: 0 45px;
}
nav ul li a {
    font:400 20px 'Montserrat', sans-serif;
    letter-spacing: 0.2px;
    text-decoration:none;
    color:#8B0E87;
}
nav ul li a:hover {
    opacity:0.7;
}


/** HEADER SLIDER **/
header {
    background-size:100% auto;
    width: 100%;
    height: 34vw;
    position: relative;
    z-index:1;
    display: block !important;
    margin: 70px 0 0 0 !important;
}

#logo-tagline-container {
    margin:14% auto;
    width:100%;
    height:auto;
    text-align:center;
    position:absolute;
    z-index:2;
}
#logo {
    width:54%;
}
#tagline {
    color:#ffffff;
    font:600 3vw 'Montserrat', sans-serif;
}
#header-img1, #header-img2, #header-img3, #artwork-header {
  position: absolute;
  background-size:100% auto;
  width: 100%;
  height: 100%;
}
#header-img1 {
    background: url(images/header-img1.jpg)no-repeat center;
    background-size: cover;
    animation:fade 15s infinite;
    -webkit-animation:fade 15s infinite;
} 
#header-img2 {
    background: url(images/header-img2.jpg)no-repeat center;
    background-size: cover;
    animation:fade2 15s infinite;
    -webkit-animation:fade2 15s infinite;
}
#header-img3 {
    background: url(images/header-img3.jpg)no-repeat center;
    background-size: cover;
    animation:fade3 15s infinite;
    -webkit-animation:fade3 15s infinite;
}
/*header:after {
    content:'';
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 0;
    border-top: solid 30px #ad9ea7;
    border-left: solid 45px transparent;
    border-right: solid 45px transparent;
    animation: color-change 15s infinite;
    -webkit-animation: color-change 15s infinite;
}*/


/** SLIDER KEYFRAMES **/
@keyframes fade
{
  0%   {opacity:1}
  33.333% { opacity: 0}
  66.666% { opacity: 0}
  100% { opacity: 1}
}
@keyframes fade2
{
  0%   {opacity:0}
  33.333% { opacity: 1}
  66.666% { opacity: 0 }
  100% { opacity: 0}
}
@keyframes fade3
{
  0%   {opacity:0}
  33.333% { opacity: 0}
  66.666% { opacity: 1}
  100% { opacity: 0}
}
@keyframes color-change {
  0%   { border-top-color: #5E2A5A; }
  20% { border-top-color: #ad9ea7; }
  30% { border-top-color: #ad9ea7; }
  70% { border-top-color: #A86C2E; }
  100% { border-top-color: #5E2A5A; }
}

/** INDEX BODY **/
.p-container {
    position:relative;
    width:100%;
    margin: 60px auto;
}
.p-img {
    display:block;
    width:90%;
    margin: auto;
    padding: 25px 0;
}
.p-overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width:100%;
    opacity: 0;
    transition: .5s ease;
    background-color:#8B0E87;
}
.p-container:hover .p-overlay {
    opacity: 0.8;
}
.p-overlay-txt {
    color:#ffffff;
    font:500 6.2vw 'Oswald', sans-serif;
    letter-spacing:-0.25px;
    line-height: 7.6vw;
    text-transform:uppercase;
    width:90%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    text-align: center;
    opacity:1 !important;
}
.caption {
    margin: auto;
    color: #8B0E87;
    font: 500 4.6vw 'Montserrat', sans-serif !important;
    padding: 5px 0 20px;
    text-align: center;
    display: none;
}
#intro {
    margin:120px auto -20px;
    text-align:center;
}
.projects {
    max-width:85%;
    margin: auto;
    display: block;
    position: relative;
}

/** ARTWORK **/
#artwork-header {
    background: url(images/artwork-head.jpg)no-repeat center;
    background-size: cover;
    height: 25vw;
}
#art-header {
    height: 25vw;
}
/*#art-header::after {
    border-top: solid 30px #EEBD45;
    animation: none;
    -webkit-animation: none;
}*/
.art-intro {
    margin:40px 0 !important;
}
#artwork-header-container {
    margin:12% auto;
    width:100%;
    height:auto;
    text-align:center;
    position:absolute;
    z-index:2;
}
#artwork-header-container h1 {
    color: #ffffff;
    font: 400 12.4vw 'Alice', serif !important;
}
.artwork-grid {
    width: 100%;
    margin: auto;
    display: block;
    position: relative;
    text-align: center;
}
.artwork-grid img {
    max-width:45%;
    padding:5px;
}
#intro p {
    width: 65%;
    margin: 5px auto 40px;
    font:300 22px/30px 'Montserrat', sans-serif !important;
}
#intro a {
    color:#8B0E87;
    text-decoration:none;
}
#intro a:hover {
    opacity:0.8;
}
#etsy-link {
    border-bottom: 2px solid #8B0E87;
}
#etsy-link a {
    color:#8B0E87 !important;
    text-decoration: none;
}

/** ABOUT **/
.about-container {
    width: 90%;
    margin: 100px auto 65px;
    display: block;
    position: relative;   
}
.about-container h1 {
    text-align:center;
    letter-spacing:-0.5px;
    padding: 0 0 40px 0;
}
#portrait {
    width:90%;
}
#leftCol {
    width:35%;
    float:left;
    position:relative;
}
#leftCol ul {
    margin: 10px 0 0 10px;
    float:left;
    position: relative;
}
#leftCol ul li {
    display:inline;
}
#leftCol ul li img {
    position:relative;
    margin:10px 0 0 0;
}
#list-head {
    font:400 28px/32px 'Oswald', sans-serif !important;
    color:#FF7B10 !important;
    margin: 20px 0 0 0;
    float: left;
    position: relative;
}
#rightCol {
    width:65%;
    float:right;
    position:relative;
}

/** DEVELOPMENT **/
#lCol {
    width: 60%;
    float: left;
    position: relative;
    display: inline-block;
}
#rCol {
    width: 36%;
    float: right;
    display: inline-block;
    position: fixed;
    margin: 0 0 0 40px;
}
.dev-container {
    width: 90%;
    margin: 100px auto 65px;
    display: block;
    position: relative; 
}
.dev-container h1 {
    font: 500 48px/48px 'Alice', serif !important;
    text-align: left;
    letter-spacing: -0.8px;
    padding: 0 0 20px 0;
}
.dev-container img {
    max-width:100%;
    display:block;
    margin:0 auto 45px;
}
.dev-container a {
    color:#272725;
}
.dev-container p {
    font:300 16px/26px 'Montserrat', sans-serif !important;
}
#award {
    color:#FF7B10;
    font: 400 28px/32px 'Oswald', sans-serif !important;
    margin: 0 0 40px 0;
}
#halloween {
    max-width:75% !important;
}
.bold {
    font-weight: 500 !important;
}
/** RESUME **/
.resume-container {
    max-width: 85%;
    margin: 0 auto;
    border: 1px solid #b5b5b5;
}
.resume-div {
   padding: 0 6%;
}
.resume-container div {
    margin:0 0 50px 0;
}
#resume-intro {
    margin:120px auto 40px;
    text-align:center;
}
.bullet {
    color:#808CE8;
    font: 500 28px/12px 'Montserrat', sans-serif !important; 
    line-height:-5px;
}
#dl-link {
    text-align: center;
    margin: 40px auto;
    font: 300 22px/30px 'Montserrat', sans-serif !important;
}
#dl-link a {
    color:#8B0E87;
}
#education {
    text-align:center;
}
.resume-ul {
    list-style-type: none;
    list-style-image: url("images/bullet.svg");
    padding:0 0 0 15px;
    width:100%;
    margin:0 auto;
}
#resume-head {
    width: 100%;
    background-color: #808CE8;
    margin: auto;
    height: 75px;
    margin: 0 0 60px;
}
#resume-head ul {
    display:inline-block;
    margin:2.5% 0;
    float:right;
}
#resume-head ul li {
    display:inline;
    color:#ffffff;
    font:300 18px/26px 'Oswald', sans-serif !important;
    padding:0 25px;
}
#tiny-logo {
    margin:1.4% 0 0 2%;
    float:left;
}
.resume-ul li {
    font: 300 18px/28px 'Montserrat', sans-serif !important;
    padding: 0 0 8px 0;
    color: #272725;
}
#design p {
    margin:0 0 25px 0;
}
.subhead {
    text-align:center;
    color: #8B0E87;
    font: 400 32px/36px 'Oswald', sans-serif !important;
    margin: 0 0 15px 0 !important;
}

/** MEDIA QUERIES **/
@media screen and (min-width: 1200px) {
    .about-container, .artwork-grid, .projects {
        max-width:75%;
    }
    .resume-container {
        max-width:65%;
    }
    .dev-container {
        max-width:85%;
    }
}
@media screen and (max-width: 1111px) {
    #lCol {
        width:90%;
        float:none;
        margin:0 auto;
        display:block;
    }
    #rCol {
        width:90%;
        float:none;
        margin:0 auto;
        display:block;
        position:relative;
    }
    .dev-container {
        display:block;
    }
    #rCol h1, #award {
        text-align:center;
    }
}
@media screen and (max-width: 900px) {
    .projects {
        max-width:100%;
    }
    nav ul li {
        margin: 0 25px;
    }
    #resume-head ul li {
        padding:0 5px;
    }
}

@media screen and (max-width: 747px) {
    #resume-head ul {
        float:none;
        margin:auto;
    }
    #tiny-logo {
        float:none;
    }
    #resume-head {
        height:100px;
        text-align:center;
    }
    h1 {
        font:500 29px/36px 'Alice', serif !important;
    }
}

@media screen and (max-width: 720px) {
    #leftCol {
        margin: auto;
        display: block;
        position: relative;
    }
    #leftCol ul {
        margin: 0;
        float: none;
        position: relative;
        text-align: center;
    }
    #artwork-header-container {
        margin:15% auto !important;
    }
    #rightCol {
        width:62%;
    }
    #list-head {
        float:none;
        text-align:center;
    }
    #portrait {
        display: block;
        margin: auto;
    }
    p {
        font:300 16px/24px 'Montserrat', sans-serif !important;
    }
    .resume-container {
        max-width:85%;
    }
    .resume-ul li {
         font: 300 16px/24px 'Montserrat', sans-serif !important;
    }
    /*#art-header:after {
        border-top: solid 20px #EEBD45 !important;
        border-left: solid 35px transparent;
        border-right: solid 35px transparent;
        animation: none;
        -webkit-animation: none;
    }
    header:after {
        border-top: solid 20px #ad9ea7 !important;
        border-left: solid 35px transparent;
        border-right: solid 35px transparent;
    }*/
}

@media screen and (max-width: 690px) {
    header {
        height: 45vw;
        margin: 50px 0 0 0 !important;
    }
    .p-container {
        margin: 40px auto;
    }
    #art-header, #artwork-header {
        height: 35vw;
    }
    #logo-tagline-container {
        margin:16% auto;
    }
    #artwork-header-container {
        margin:10% auto !important;
    }
    #tagline {
        font: 600 4.2vw 'Montserrat', sans-serif !important;
    }
    #logo {
        width: 82%;
    }
    #logo-tagline-container {
        margin: 15% auto;
    }
    #intro-p {
        width:85% !important;
    }
    nav {
        height: 55px;
    }
    #nav-logo {
        width:45px;
        padding:8px 8px 0;
    }
    nav ul li {
        display:block;
        margin: 0 10px;
    }
    h2 {
        padding:0 20px;
    }
    .projects {
        margin-top:-40px
    }
    .artwork-grid img {
        max-width: 85%;
        padding: 5px;
    }
    #leftCol {
        width: 55%;
        float: none;
    }
    #rightCol {
        width: 90%;
        float: none;
        display: block;
        margin: 40px auto;
        position: relative;
    }
    
    /** HAMBURGER MENU **/
    #menuToggle {
      display: block;
      position: relative;
      float:right;
      top: 16px;
      right: 15px;
      z-index: 100;
      -webkit-user-select: none;
      user-select: none;
    }
    #menuToggle input {
      display: block;
      width: 40px;
      height: 32px;
      position: absolute;
      top: -7px;
      left: -5px;
      cursor: pointer;
      opacity: 0;
      z-index: 2;
      -webkit-touch-callout: none;
    }
    #menuToggle span {
      display: block;
      width: 33px;
      height: 4px;
      margin-bottom: 5px;
      position: relative;
      background:#8B0E87;
      border-radius: 3px;
      z-index: 1;
      transform-origin: 4px 0px;
      transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
                  background 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
                  opacity 0.55s ease;
    }
    #menuToggle span:first-child {
      transform-origin: 0% 0%;
    }
    #menuToggle span:nth-last-child(2) {
      transform-origin: 0% 100%;
    }
    #menuToggle input:checked ~ span {
      opacity: 1;
      transform: rotate(45deg) translate(-2px, -1px);
      background: #b5b5b5;
    }
    #menuToggle input:checked ~ span:nth-last-child(3) {
      opacity: 0;
      transform: rotate(0deg) scale(0.2, 0.2);
    }
    #menuToggle input:checked ~ span:nth-last-child(2) {
      transform: rotate(-45deg) translate(0, -1px);
    }
    #menu {
        position: absolute;
        width: 200px;
        float: right !important;
        margin: -100px 0 0 -220px;
        padding: 50px;
        padding-top: 125px;
        background: #ededed;
        list-style-type: none;
        -webkit-font-smoothing: antialiased;
        transform-origin: 0 0;
        transform: translate(100%, 0);
        transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0);
    }
    #menu li {
      padding: 10px 0;
      font-size: 22px;
    }
    #menuToggle input:checked ~ ul {
      transform: translateX(20px);
    }
}
@media screen and (max-width:590px) {
    #logo-tagline-container {
        margin:18% auto;
    }
    #artwork-header-container {
        margin:20% auto !important;
    }
}

@media screen and (max-width:490px) {
    h1 {
        font:500 42px/32px 'Alice', serif !important;
        margin:0 !important;
    }
    .about-container h1 {
        font:500 48px/40px 'Alice', serif !important;
    }
    #resume-head ul li {
        font: 300 12px/22px 'Oswald', sans-serif !important;
    }  
    h2 {
        font: 400 26px/36px 'Oswald', sans-serif !important;
        padding:10px !important;
    }
    h2 span {
        font: 400 30px/32px 'Montserrat', sans-serif !important;
    }
    footer h2 {
        padding:30px 0 !important;
    }
    #intro {
        margin:85px auto 0;
    }
    #intro p {
        width: 90%;
        font:300 19px/24px 'Montserrat', sans-serif !important;
    }
    #leftCol, #rightCol {
        width: 95%;
    }
    #logo-tagline-container {
        margin:20% auto;
    }
}
@media screen and (max-width:340px) {
    #awards ul {
        padding:0 0 0 10px;
    }
    #logo-tagline-container {
        margin:24% auto;
    }
    #artwork-header-container {
        margin:24% auto !important;
    }
}