/*******************************
DEFAULT MOBILE STYLING
********************************/

body {
    width: 100%;
    background-color: #878B8C;
}

/* BOX SIZING */

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}



/*******************************
TEXT STYLING
********************************/

h1 {
    font-size: 2.5em;
    margin: 10px 0 5px;
    padding: 0;
    text-shadow: 2px 2px 4px #4B4C4C;
}

.name {
    margin: auto;
    max-width: 250px;
    background-color: none;
}

h1, h2, p {
    font-family: 'Lato', sans-serif;
    padding: 5px 8px 0;
}

h1, h2 {
    text-align: center;
}

h2 {
    margin-bottom: 0;
}

.details {
    text-align: center;
    margin-top: 25px;
}

.p-home {
        margin: 0 auto;
    }
    



/*******************************
NAV STYLING
********************************/

.navmobile {
    width: 100%;
    font-size: .9em;
    text-align: center;
    padding: 5px 0;
    margin: 0;
}

.navmobile ul {
    list-style: none;
    margin: 0px;
    padding: 0;
    width: 100%;
}

.navmobile li {
    width: 100%;
    max-width: 30%;
    margin: auto;
    display: inline-block;
    background-color: #03ACFF;
    margin-top: 5px;
    border-radius: 6px;
}

.navmobile a {
    padding-top: 15px;
    padding-bottom: 15px;
    font-weight: bold;
    text-decoration: none;
    color: white;
    display: block;
}

.navmobile li a:hover {
    background-color: #50C5FF;
    border: 3px solid white;
    padding-top: 12px;
    padding-bottom: 12px;
    border-radius: 6px;
}

#selected {
    color: #28637F;
    background-color: #50C5FF;
    border-radius: 6px;
}

.navmobile2 {
    visibility: hidden;
    position: absolute;
}



/*******************************
CONTAINER STYLING
********************************/

.container {
    margin: 0 auto;
    width: 100%;
}




/*******************************
INDEX IMG STYLING
********************************/

#biopic2 {
    border-radius: 50%;
    max-width: 200px;
    width: 50%;
    display: block;
    margin: 10px auto 10px;
}

#biopic {
    max-width: 502px;
    width: 80%;
    display: block;
    margin: auto;
    visibility: hidden;
    position: absolute;
}




/*******************************
STICKY FOOTER USE WPR
********************************/

* {
    margin: 0;
}

html, body {
    height: 100%;
}

.wpr {
    min-height: 100%;
    margin-bottom: -142px;
}

.wpr::after {
    content: "";
    display: block;
}

.s-foot, .wpr::after {
    height: 142px;
}

.s-foot {
    background: #03ACFF;
    border-top: solid 4px #28637F;
    color: #28637F;
    margin-top: 28px;
}

.details {
    margin-top: 12px;
    font-size: .8em;
}

#name {
    font-weight: bold;
    font-size: 1em;
    text-decoration: none;
    color: #FFF;
    display: inline-block;
    padding-bottom: 4px;
}

.footermail {
    color: #28637F;
}


/*******************************
BACK TO TOP LINK
********************************/

.returntop {
    margin: 0 auto;
    text-align: center;
    padding-top: 20px;
    opacity: .5;
    width: 120px;
    margin-top: 10px;
}

.topbutton {
    width: 60px;
    height: 60px;
    background-color: #03ACFF; 
    margin: 0 auto;
    border-radius: 50%;
    border: solid 4px #28637F;
    margin-bottom: 5px;
    line-height: 1.3;
    font-size: 3.5em;
}

.returntop a {
    text-decoration: none;
    font-weight: bold;
    color: white;
}

.returntop:hover {
    text-decoration: none;
    font-weight: bold;
    color: white;
    opacity: 1;
}



/*******************************
WORKS PAGE STYLING
********************************/

.workselect {
    margin: 0 auto;
}

.worksimg {
    margin: 5px auto;
    display: block;
    opacity: 1;
    border-top: solid white 4px;
    border-bottom: solid white 4px;
    margin-top: 35px;
    text-shadow: 2px 2px #000;
    max-width: 383px;
    box-shadow: 4px 4px 5px #888;
}

.worksimg:hover {
    opacity: 1;
}

.workdesc {
    margin: 8px auto 0;
    padding: 3px 0 3px;
    font-size: 1.5em;
    background-color: none;
}

.recentimg a {
    background-image: url(../img/taradetail2.png);
    background-position:center;
    width: 100%;
    height: 80px; 
}

.p1img a {
    background-image: url(../img/gaiaess.jpg);
    background-position: center;
    width: 100%;
    height: 80px;
}

.p2img a {
    background-image: url(../img/eye_creation.jpg);
    background-position: center;
    width: 100%;
    height: 80px;
}

.landscapes a {
    background-image: url(../img/crows.jpg);
    background-position: center;
    width: 100%;
    height: 80px;
}

.sculptures a {
    background-image: url(../img/forward_vision.jpg);
    background-position: center;
    width: 100%;
    height: 80px;
}

#desktopworks {     /* HIDES BIO UNTIL DESKTOP WIDTH */
        visibility: hidden;
        position: absolute;
    }



/*******************************
IMG GALLERY STYLING
********************************/

.desc {
    color: #000;
}

.container {
    max-width: 800px;
}

div.img {       /* IMG CONTAINER */
    margin: 0;
    border: 0 solid #fff;
    vertical-align: top;
    display: inline-block;
    width: 100%;
}

div.img:hover {
    border: 0 solid #fff;
}

div.img .mainimg {      /* IMG */
    width: 100%;
    height: auto;
    padding: 0;
    margin: 0 0 3px;
    border: 3px solid #fff;
}

div.desc {
    padding: 25px 2px 2px;
    text-align: left;
    font-size: 1em;
    font-weight: bold;
}

div.p-details {     /* IMG CONTAINER */
    border: 4px solid #fff;
    display: inline-block;
    width: 45.5%;
    height: 100px;
    overflow: hidden;
    margin: .3% 3% 3% 0;
}

 div.p-details img {
    width: 200%;
    vertical-align: top;
    border: 0px solid #fff;
    position: relative;
    left: -60px;
    top: -40px;
}

#topoicon img{
    left: -115px;
    top: -40px;
}

div.p-details:nth-child(odd) {
    margin-left: 3%;
} 





/*******************************
CONTACT PAGE
********************************/

.p-contact {
    margin: 5px auto 0;
}

#name-contact {
    font-weight: bold;
    font-size: 1.2em;
    margin: 0;
}

#contact-details {
    width: 85%;
    margin: 0 auto;
    text-align: center;
}

.contactpic {
    width: 134px;
    height: auto;
    display: block;
    margin: 20px auto 0;
    border-radius: 6px;
}

/*******************************
TABLE OF CONTENTS
********************************/

.ofcontents {
    margin: 0 auto;
    padding-top: 10px;
    width: 100%
}

caption {
    padding-top: 40px;
    font-weight: bold;
    text-decoration: underline
}


th {
    padding: 5px;
    background-color: #50C5FF;
    color: #28637F;
}

td {
    padding: 5px;
    text-align: center;
    font-size: .7em;
    background-color: white;
}



/*******************************
ANIMATION PAGE
********************************/

.animationlinks {
    margin: 30px auto;
    text-align: center;
    
}

.animationlinks a {
    width: 250px;
    font-size: 1.4em;
    text-decoration: none;
    color: #fff;
    display: inline-block;
    padding: 30px;
    text-shadow: 2px 2px #000;
    box-shadow: 4px 4px 5px #888;
    border: solid white 4px;
    border-radius: 6px;
}

.animationlinks a:nth-child(even) {
    margin: 30px 0 0 0;
}

.eve-link {
    background-image: url(../img/eve_olved.jpg);
    background-size: cover;
    background-position: center;
}

.relative-link {
    background-image: url(../img/relative_inteligence.jpg);
    background-size: cover;
    background-position: center;
}

#eve-gif {
    display: block;
    margin: 0 auto;
    max-width: 100%;
    height: auto;
    border: solid #fff 4px;
}

.evecontain {
    max-width: 600px;
    margin: 40px auto;
}


/*******************************
SLIDESHOW PAGE
********************************/

.slideshowlinks {
    margin: 30px auto;
    text-align: center;
    
}

.slideshowlinks a {
    width: 250px;
    font-size: 1.4em;
    text-decoration: none;
    color: #fff;
    display: inline-block;
    padding: 30px;
    text-shadow: 2px 2px #000;
    box-shadow: 4px 4px 5px #888;
    border: solid white 4px;
    border-radius: 6px;
}

.slideshowlinks a:nth-child(even) {
    margin: 30px 0 0 0;
}

.mirror-link {
    background-image: url(../img/mirror.jpg);
    background-size: cover;
}

.bubbles-link {
    background-image: url(../img/bubbles.jpg);
    background-position: center;
    background-size: cover;
}

.soulsjourney-link {
    background-image: url(../img/souls_journey.jpg);
    background-position: center;
    background-size: cover;
}

.slideshowlinks a:nth-child(even) {
    margin: 30px 0 30px 0;
}

/*******************************
SLIDESHOW SUB-PAGES
********************************/

.mirror-wpr {
    max-width: 500px;
    display: block;
    margin: 40px auto;
    height: 750px;
}

.mirrorslides {
    max-width: 100%;
    margin: 0 auto;
    display: block;
}

.journey-wpr {
    max-width: 500px;
    display: block;
    margin: 40px auto;
    height: 800px;
}

.journeyslides {
    max-width: 100%;
    margin: 0 auto;
    display: block;
}

.bubbles-wpr {
    max-width: 500px;
    display: block;
    margin: 40px auto;
    height: 800px;
}

.bubblesslides {
    max-width: 100%;
    margin: 0 auto;
    display: block;
}


/*******************************
PDF LINK STYLING
********************************/

.story-link {
    text-align: center;
    display: block;
    font-weight: bold;
}





















































