/* 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 reset */
/*global*/
/*@import url('https://fonts.googleapis.com/css?family=Petit+Formal+Script&display=swap');*/
@font-face {
    font-family: 'Petit Formal Script';
    font-style: normal;
    font-weight: 400;

    src: url(https://fonts.gstatic.com/s/petitformalscript/v8/B50TF6xQr2TXJBnGOFME6u5OR83oRP5qkH7gOw.ttf) format('truetype');
}

* {
    /* moves padding and border to inside the "div" */
    box-sizing: border-box;
}

body {
    width: 80%;
    margin: auto;
    font-family: "avenir", sans-serif;
    font-size: 14px;
    line-height: 18px;
    color: #a46f79;
}

h2 {
    font-family: "petit formal script";
    font-size: 18pt;
    text-align: center;
    padding: 10%;
    /*    margin: auto;*/
}
h3{
    font-family: sans-serif;
    font-size: 1.5rem;
    text-align: center;
    padding-bottom: 1rem;
}

p {
    margin: auto;
    width: 75%;
    text-align: center;
}

/*end global*/

/*nav*/
div.sidenav {
    height: 100%;
    width: 400px;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    background: #ffffff;
    overflow-x: hidden;
    padding-top: 20px;
}

header {
    display: flex;
    flex-direction: column;
    justify-content: center;

}

header h1 {
    font-family: "petit formal script";
    font-size: 14pt;
    line-height: 30px;
    color: #a46f79;
    margin: auto;
    padding-bottom: 15%;
    text-align: center;
    margin: auto;
}

header a#logo {
    width: 100%;
    height: auto;
}

header br {
    padding: 15%;
}

nav {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

nav a {
    font-family: "petit formal script";
    font-size: 14pt;
    line-height: 18pt;
    color: #a46f79;
    margin: auto;
    text-decoration: none;
    padding-bottom: 15%;
}

nav a img {

    margin: auto;
    width: 30px;
    height: 30px;
}

div#social {
    padding-top: 5%;
    display: flex;
    justify-content: center;
}

div#social a img {
    margin: auto;
    width: 50px;
    height: 50px;
    padding: 20%;
}

/*nav end*/

/*main*/
div#main {
    padding-left: 25%;
}

div#gallery img {
    width: 500px;
    height: auto;
}

div#bio {
    display: flex;
    justify-content: center;
    align-items: center;


}

div#bio img {
    width: 35%;
    height: auto;
}

div#words {
    width: 500px;

}
div#words p{
    text-align: left;
}

div#resume {
    margin: auto;
}

div#resume button {
    display: block;
    border-radius: 3px;
    border: none;
    font-size: 0.9rem;
    padding: 0.5rem 0.8em;
    background: #a46f79;
    border-bottom: 1px solid #498b50;
    color: white;
    -webkit-font-smoothing: antialiased;
    font-weight: bold;
    margin: auto;
    width: 50%;
    text-align: center;
    text-decoration: none;
}

div#resume a
{
    color: white;
    text-decoration: none;
}


/* ajax css contact*/
div#contact {
    width: 100%;
}

.field {
    width: 50%;
    margin: auto;
    /*  margin: 1em 0;*/
}

label {
    display: block;
    margin-top: 2em;
    margin-bottom: 0.5em;
    color: #999999;
}

input {
    width: 100%;
    padding: 0.5em 0.5em;
    font-size: 1.2em;
    border-radius: 3px;
    border: 1px solid #D9D9D9;

    margin: auto;
}

textarea {
    width: 100%;
    height: 200px;
    padding: 0.5em 0.5em;
    font-size: 1.2em;
    border-radius: 3px;
    border: 1px solid #D9D9D9;
}

button {
    display: inline-block;
    border-radius: 3px;
    border: none;
    font-size: 0.9rem;
    padding: 0.5rem 0.8em;
    background: #a46f79;
    border-bottom: 1px solid #498b50;
    color: white;
    -webkit-font-smoothing: antialiased;
    font-weight: bold;
    margin: 0;
    width: 100%;
    text-align: center;
}

/*
button:hover,
button:focus {
    opacity: 0.75;
    cursor: pointer;
}
*/

button:active {
    opacity: 1;
    box-shadow: 0 -3px 10px rgba(0, 0, 0, 0.1) inset;
}

.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;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.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);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

/* end ajax css contact */

/* details */
p.blurb {
    width: 800px;
    margin: auto;
    line-height: 18px;
}

div.column {
    width: 800px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    margin: auto;
}

div.column img {
    width: 90%;
    padding: 50px;
    margin: auto;
}

div#slideshow {
    margin: auto;
    width: 74%;

}

.main-carousel {
    width: 850px;
    height: 618px;
}

/*
iframe {
    display: block;
    width: 1000px;
    height: 700px;
    margin: auto;
    padding-top: 5%;
    padding-bottom: 10%;
}
*/
div#disclaimer {
    width: 800px;
    height: 50px;
    margin: auto;
    text-align: center;
    font-size: .75em;
    padding-top: 50px;

}

div#outfits img{
    padding: 5%;
}

/*end details */

/**************************** media queries ***************************************/

/* for phones */

@media screen and (max-width: 800px) {
    body {
        width: 100%;
    }
 /*   img, div.column img{
        width: 100%;
        height: auto;
    }
div.sidenav, div#social, div#main, div#gallery, div#bio, div.column, div#slideshow, .main-carousel,
    div#disclaimer, div#contact, header{
        width: 100%;
        
    }*/
    /*nav*/
    div.sidenav {
       /* height: 25%;
        margin: auto;
        width: 100%;
       position: relative;
        padding-top: 20px;*/
    height: 25%;
    margin: auto;
    width: 100%;
    position: relative;
    padding-top: 20px;
    z-index: 1;
    top: 0;
    left: 15%;
    }

    header h1 {
        font-size: 14pt;
        line-height: 30px;
        padding-bottom: 5%;
    }

    header a#logo img {
     /*  width: 500px;
       padding-left: 100px;
       padding-right: 100px;
       height: auto;*/

    display: block;
    margin: auto;
    width: 50%;
    height: auto;
    }

    nav {
        width: 100%;
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-content: center;
    }

    nav a {
        font-size: 14pt;
        line-height: 18pt;
        padding-bottom: 0px;
    }

    nav a img {
        margin: auto;
        width: 25px;
        height: 25px;
    }

    div#social a img {
        width: 40px;
        height: 40px;
        padding: 20%;
    }

    /*nav end*/

    div#main {
        padding-left: 0px;
        display: inline-block;
    }

    /*   work*/
    div#gallery a {
        width: 100%;
    }

    /*    bio */
    div#bio {
        flex-wrap: wrap;
        justify-content: center;
        padding: 2%;
    }

    div#bio img {
        width: 90%;
        padding 2%;
    }

    div#words {
        text-align: justify;
    }

    /*    details*/
    p.blurb {
        width: 85%;
    }

    div.column img {
        padding: 5%;
    }

    div#disclaimer {
        font-size: 1em;
        width: 100%;
    }
    img.pres{
        width: 100%;
    }
/* end details */
/

}
