/* ----------------------------------------- */
/* SHARED RESOURCES ------------------------ */
/* ----------------------------------------- */


* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    font-family: 'Libre Baskerville', serif;
    text-rendering:optimizeLegibility;
    -webkit-text-size-adjust: 100%;
    font-size: 17px;
}

.body {
    overflow-x: hidden;
}


.col {
    margin: 0;
}

.main-box {
    margin: 2% 0 2% 0;
    text-align: center;
    height: 100%;
    width: 100%;
}

.outer {
    display: table;
    position: absolute;
    height: 100%;
    width: 100%;
}

.middle {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
}

.inner {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
}




/* ----------------------------------------- */
/* NAVIGATION BAR  ------------------------- */
/* ----------------------------------------- */

/* Buttons --------------------------------- */
.btn {
    font-family: "Libra Baskerville", sans-serif;
    font-size: 70%;
    font-weight: 400;
    font-style: italic
}

.btn:link,
.btn:visited {
    display: inline-block;
    text-decoration: none;
    color: #626262;
    -webkit-transition: color 0.5s;
    transition: color 0.5s;
}

.btn:hover,
.btn:active {
    color: #b4b4b4;
}

/* Navigation Bar ---------------------------*/
.nav-bar {
    text-align: center;
    text-decoration: none;
    margin: 2% 4% 4% 4%;
    padding-top: 0;
}

.nav-bar li {
    list-style: none;
    display: inline-block;
    margin-right: 15px;
}

.nav-bar li:last-child {
    margin-right: 0px;
}

/* ----------------------------------------- */
/* WINDOW BORDER --------------------------- */
/* ----------------------------------------- */
#top,
#left,
#bottom,
#right {
    background-color: #000000;
    z-index: 9999;
    position: fixed;
   
}

#top {
    width: 100%;
    height: 10px;
    top: 0;
}

#left {
    width: 10px;
    height: 100%;
    left: 0;
}

#right {
    width: 10px;
    height: 100%;
    right: 0;
}

#bottom {
    height: 10px;
    width: 100%;
    bottom: 0;
}


/* ----------------------------------------- */
/* NAVIGATION BAR  ------------------------- */
/* ----------------------------------------- */

/* Buttons --------------------------------- */
.btn {
    font-family: "Libre Baskerville", sans-serif;
    font-size: 89%;
    font-weight: 400;
    color: black;
}

.btn:hover,
.btn:active {
    color: #b4b4b4;
    transition: color 0.2s linear;
}

/* Navigation Bar ---------------------------*/
.nav-bar {
    text-align: center;
    text-decoration: none;
    margin: 0% 4% 1% 4%;
    padding-top: 0;
}

.nav-bar li {
    list-style: none;
    display: inline-block;
    margin-right: 15px;
}

.nav-bar li:last-child {
    margin-right: 0px;
}

/* ----------------------------------------- */
/* NAME ON TOP ----------------------------- */
/* ----------------------------------------- */


.namebox {
    margin-top: 20px;
    margin: auto;
    max-width: 550px;
    height: auto;
    width: auto\9; /* ie8 */
    display: block;
    padding-top: 10px; 
    padding-left: 10px;
    padding-right: 10px;
    
}

.nametop {
    width: 100%;
    padding-top: 10px;
    padding-left: 10px;
    padding-right: 10px;
}


/* ----------------------------------------- */
/* GALLERY --------------------------------- */
/* ----------------------------------------- */

.container {
    margin-top: 1%;
    margin-left: 5%;
    margin-right: 5%;
    text-align: center;
    display: inline-block;
    width: 90%;
}

.gallery {
    position: relative;
    display: inline-block;
    margin-top: 25px;
    align-content: center;
    justify-content: center;
}
.row {
    height: auto;
    justify-content: center;
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;   
}

.thumbtext {
    position: absolute;
    font-family: "Libre Baskerville", sans-serif;
    font-style: italic;
    font-size: 100%;
    font-weight: 300;
    text-align: center;
}

.thumbnail {
    position: relative;
    padding-top: 20px;
    padding-bottom:20px;
    padding-left: 20px;
    padding-right: 20px;
}

.thumbnail div{
    position: absolute;
    left: -0.5%;
    top: 39%;
    background: white;
    color: black;
    padding: 15px;
    opacity: 0;
    visibility: hidden;
}

.thumbnail:hover{
    cursor: pointer;
}

.thumbnail:hover div{
     width: 100%;
     visibility: visible;
     opacity: .75; 
     transition: visibility 0s, opacity 0.3s linear;
}


/*--
.thumbnail:hover,
.thumbnail:active {
    cursor: pointer;
    opacity: .25;
    -webkit-transition: opacity 0.2s;
    transition: opacity 0.2s;
}--*/


/* CAPTIONS ----------------- */
.ms-caption {
    text-align: left;
    display: block;
    font-family: "Libre Baskerville", sans-serif;
    font-size:90%;
    font-weight: 400;
    font-style: italic;
    color: #969696;
    width: 50%;
    margin-left: 10%;
    margin-right: 10%;
    line-height: 1.5;
    
    
}



/* ----------------------------------------- */
/* INDEX ----------------------------------- */
/* ----------------------------------------- */

.index-body {
    width: 100%;
}

/* Holds the main buttons and keeps them centered on the index page -*/
.index-main-button-box {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 60%;
    max-height: auto;
    max-width: 500px;
    display: block;
    padding: 0;
}


/* ----------------------------------------- */
/* BIO --------------------------------- */
/* ----------------------------------------- */

.bio-area {
    display: flex;
    text-align: left;
    width: 70%;
    margin-top: 15px;
    margin: auto;
    padding-bottom: 100px;
}

.bio {
    text-indent: 0;
    font-family: 'Libre Baskerville', serif;
    font-size: 17px;
    text-align: left;
    line-height: 1.9;
    color: #717070;
    text-align:left;
    padding-right: 40px
}

.email {
   
    margin-bottom: 35px;
    font-family: "Karla", sans-serif;
    font-size: 18px;
    font-weight: 400;
    text-align: left;
    text-transform: uppercase;  
    color: #626262;
}

.btn-email {
    color: #d8d8d8;
    text-decoration: none;
}

.btn-email:link,
.btn-email:visited {
    color: #c1c1c1;
    -webkit-transition: color 0.5s;
    transition: color 0.5s;
}

.btn-email:hover,
.btn-email:active {
    color: #626262;
}

/* ----------------------------------------- */
/* SOCIAL MEDIA ---------------------------- */
/* ----------------------------------------- */

.social-media {
    display: inline-block;
    width: 70%;
}

.social-media li {
    display: inline-block;
    list-style: none;
    margin: 5px 0 5px 0;
}

.fb-like {
    position: relative;
    top: -4px;
}






