header {
}


h1 img {
    /* my logo */
    height: 200px;
    width:auto;
    padding-left: .5em;
    padding-top: 0em;
}

/* .main-header h1 {
    background-image: url(images/mireillelogo.svg);
    background-repeat: no-repeat;
    margin: 0;
    align-self: center;
    min-width: 80px;
    max-width: 200px;
    width: 200px;
    background-size: 100% auto;
    height: 
    text-indent: 700%;
    white-space: nowrap;
    overflow: hidden;
} */

ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    padding: 1.2em 0em 0em 0em;
  }
.main-header {
    /* position:fixed; */
    display: flex;
    font-family: Hoss-Sharp, sans-serif;
    font-size: 16pt;
    height: 12em;
    margin-top:-0.5em;
}

.main-p {
    max-width: 14em;
    padding-left: 1.7em;
    padding-bottom: 1em;
    font-family : Galvji;
    color : #000000;
    color : rgb(0, 0, 0);
}


#home-body {
    background-image: url('../images/leaves.svg');
    background-repeat: no-repeat;
    background-size: 80% auto;
    background-position: 23em 12em;
    min-height: 100vh;
}
/* .vase {
    max-width:50%;
} */
/* img {
    max-width: 52em;
} */

.bold {
    font-weight: bold;
}
main h2 img {
    height: 229px;
    width: auto;
    /* position: fixed; */
    padding-left: 1.2em;
}
.contact-heading {
    font-family: 'Hoss Sharp', sans-serif;
    padding-left: 9.4em;
    margin-bottom: -1em;
    padding-top: 1em;
    color:rgb(98, 125, 17);
}
.aboutme {
    background-image: url(../images/greenorbs.svg);
}

.aboutme img {
    padding: 0em 0em 0em 10em;
    max-width: 300px;
}
/* .about h1 {
    padding: 0em 0em 0em 3.7em;
    font-size: 4em;
    font-family: 'Hoss Sharp', sans-serif;
    color: rgb(204, 255, 51);
    margin-top: 0em;
    margin-bottom: 0em;
} */

.aboutme {
    grid-template-areas: 
    'heading paragraph paragraph';
}
.about-heading {
    display: grid;
    grid-area: heading;
}
.about-p {
    display: grid;
    grid-area: paragraph;
    margin: 7em 12em 5em 6em;
    margin: -23em 11em 7em 39em;
}
.about-p h3 {
    color: rgb(85, 109, 14);
    font-family: 'Hoss Sharp', sans-serif;
}
.aboutme h1 {
    padding: 0em 0em 0em 2.5em;
    font-size: 6em;
    font-family: 'Hoss Sharp', sans-serif;
    color: rgb(204, 255, 51);
    margin-top: 0em;
    margin-bottom: 0em;
}


/* .aboutme {
    display: grid;
    grid-template-areas: 
    'heading paragraph paragraph';
} */

 .portfolio-types {
    display: grid;
    grid-template-areas: 'graphic printmaking';
    font-family: 'Hoss Sharp', sans-serif;
    font-size: 1em;
    color:rgb(98, 125, 17);
 }
 .portfolio-types a {
    text-decoration: none;
    font-family: 'Hoss Sharp', sans-serif;
    font-size: 1em;
    color:rgb(98, 125, 17);
 }
 .graphic-design {
    grid-area: graphic;
    background-image: url(../images/graphicicon.jpg);
    background-repeat: no-repeat;
    padding: 14em 0em 0em 15em;
    background-position-x: 15em;
 }
 .printmaking {
    grid-area: printmaking;
    background-image: url(../images/printmakingicon.jpg);
    background-repeat: no-repeat;
    padding: 14em 23em 0em 0em;
    background-position-x: 0em;
 }

/* NAV */
.main-nav {
    /* position:fixed; */
    display: flex;
    flex-grow: 2;
   /* flex-wrap: nowrap; */
}

.main-nav ul {
    display: flex;
    flex-grow: 2;
    justify-content: flex-end;
    margin-right: 3em;
}

nav a {
    display: block;
    padding: 0px 0px 140px 0;
    color: black;
    text-decoration: none;
    background-image: url('../images/flowersprites.svg');
    background-size: 910px auto;
    /* background-color: antiquewhite; */
    background-position: left 1em;
    background-repeat: no-repeat;
    width: 8em;
    text-align: center;
}

nav a:hover {
    color: rgb(204, 255, 51);
}

nav a:active {
    color: rgb(98, 125, 17);
}

nav li {
    padding: 5px;
}

/* HOME */
nav li .home {
    /* padding-left: 20; */
    background-position: 1em 1.5em;
}
nav li .home:hover {
    background-position: 1em -8.5em;
}
nav li .home:active {
    background-position: 1em -18.5em;
}
/* ABOUT */
nav li .about {
    background-position: -8.25em 1.5em;  
}
nav li .about:hover {
    background-position: -8.25em -8.5em;
}
nav li .about:active {
    background-position: -8.25em -18.5em;
}
/* PORTFOLIO */
nav li .portfolio {
    background-position: -17.5em 1.5em;   
}
nav li .portfolio:hover {
    background-position: -17.5em -8.5em;
}
nav li .portfolio:active {
    background-position: -17.5em -18.5em;
}

/* RESUME */
nav li .resume {
    background-position: -27.2em 1.7em;  
}
nav li .resume:hover {
    background-position:-27.2em -8.5em;
}
nav li .resume:active {
    background-position: -27.2em -18.5em;
}
/* CONTACT */
nav li .contact {
    background-position: -36.5em 1.7em;  
}
nav li .contact:hover {
    background-position: -36.5em -8.5em;
}
nav li .contact:active {
    background-position: -36.5em -18.5em;
}

/* FOOTER */

footer
{
    background : #CCFF33;
    background : rgb(204, 255, 51);
    left: 0;
    right: 0;
    height: 23px;
    padding: 14px 0px 0px 0px;
    /* margin: 0px 10px -20px -7px; */
    clear: both;
    font-size: small;
    text-align: center;
    font-family: hoss sharp; 
    position: sticky;
    bottom: 0;
    top: 100%;
}
footer img {
height: 1.4em;
padding-right: 33em;
}
footer p {
    padding-top: 0.6em;
    margin: -1.7em;
}
.portfolio-footer {
    position: absolute;
}
.about-footer {
    padding: 0em;
    height: 33px;
}

/* CONTACT */

input[type=text], select, textarea {
  width: 30em;
  padding: 13px;
  border: 3px solid rgb(204, 255, 51);
  border-radius: 14px;
  margin-top: 9px;
  margin-bottom: 15px;
  font-family: 'Hoss Sharp', sans-serif;
}
textarea {
    height: 7em;
    width: 34em;
}
textarea:focus {
    border: none;
}
textarea:active {
    border: none;
}
select {
    color:white;
    background-color: rgb(98, 125, 17);
    background-image: url(../images/arrowicon.svg);
    background-repeat: no-repeat;
    background-position: 31em;
    background-size: 1em;
    width: 33.05em;
    -webkit-appearance: none;
    -moz-appearance: none;
}

input[type=submit] {
  background-color: rgb(98, 125, 17);
  color: white;
  padding: 12px 20px;
  border: none;
  border-radius: 17px;
  cursor: pointer;
  width: 6em;
  background-image: url(../images/flowericon.svg);
  background-repeat: no-repeat;
  background-position: 6em;
  background-size: 2.3em;
  cursor: pointer;
  /* pointer-events:visible; */
}

input[type=reset]:hover {
  background-color: white;
  color:rgb(85, 109, 14);
}

input[type=reset] {
    background-color: rgb(98, 125, 17);
    color: white;
    padding: 12px 20px;
    border: none;
    border-radius: 17px;
    cursor: pointer;
    width: 6em;
    background-image: url(../images/flowericon.svg);
    background-repeat: no-repeat;
    background-position: 6em;
    background-size: 2.3em;
    cursor: pointer;
    /* pointer-events:visible; */
    margin-left: 1em;
  }
  
  input[type=submit]:hover {
    background-color: white;
    color:rgb(85, 109, 14);
  }
  .buttons {
    display: flex;
  }
/* .form-container select {
    display:none;    
} */
.form-container {
  position: relative;
  border-radius: 35px;
  background-color: rgb(204, 255, 51);
  padding: 20px;
  display:block;
  margin: 3em 31em 6em 14em;
  padding: 2em 2em 2em 3em;
}
.interest-selected:before {
    font-family: 'Hoss Sharp', sans-serif;
}
.interest-selected:after {
content:"";
font-family: 'Hoss Sharp', sans-serif;
position: absolute;
content: "";
top: 14px;
right: 10px;
width: 0;
height: 0;
border: 6px solid transparent;
border-color: #fff transparent transparent transparent;
}
.select-hide {
    display: none;
  }

.styled-select {
    background-image: url(../images/flowericon.svg);
    background-repeat: no-repeat;
}

form {
    font-family: 'Hoss Sharp', sans-serif;
    font-size: medium;
    display: inline-grid;
}
.required {
    color: rgb(85, 109, 14);
}

/* Graphic Design */

.graphics ul li {
    display: grid;
    grid-template-areas: 
    'prints shelton bonnie';
    grid-template-rows: 1em 1em 1em 1em;
}


.graphics h2 {
    display: grid;
    grid-area: prints;
    font-family: 'Hoss Sharp', sans-serif;
    font-size: 4em;
    color: rgb(204, 255, 51);
    width: 9em;
    margin-top: 0;
    margin-left: 3.5em;
    margin-bottom: 0em;
}

.creativesummit h3 {
    text-align: left;
    position: absolute;
    left: 13.5em;
    margin-top: 0em;
}

.toc h3 {
    text-align: left;
    position: absolute;
    left: 43.4em;
    margin-top: 0em;
}

.graphics a {
    display: grid;
    text-decoration: none;
    font-family: 'Hoss Sharp', sans-serif;
    font-size: 1em;
    color:rgb(98, 125, 17);
}
.creativesummit {
    display: grid;
    grid-area: shelton;
    text-decoration: none;
    background-image: url(../images/summit500.jpg);
    background-repeat: no-repeat;
    width: 140px;
    background-size: 100%;
    padding: 31em 6em 7em 11em;
    margin: 0em 17em 0em 0em;
    /* text-align: center; */
}

.toc {
    display: grid;
    grid-area: bonnie;
    background-image: url(../images/toc800.jpg);
    background-repeat: no-repeat;
    background-size: 100%;
    width: 160px;
    padding: 27em 9em 0em 9em;
    margin: 0em 48em;
}




/* Printmaking */

.prints ul li {
    display: grid;
    grid-template-areas: 
    'prints shelton bonnie';
    grid-template-rows: 1em 1em 1em 1em;
}

.prints h2 {
    display: grid;
    grid-area: prints;
    font-family: 'Hoss Sharp', sans-serif;
    font-size: 5em;
    color: rgb(204, 255, 51);
    width: 3em;
    margin-top: 0;
    margin-left: 3em;
    margin-bottom: 0em;
}

/* .prints ul li h3 {
    text-align: left;   
    position: absolute;
    left: 13em;
    margin-top: 0;
} */

.sheltonmj h3 {
    text-align: left;
    position: absolute;
    left: 11.5em;
    margin-top: 0em;
}

.bonniedell h3 {
    text-align: left;
    position: absolute;
    left: 43.4em;
    margin-top: 0em;
}


.prints a {
    display: grid;
    text-decoration: none;
    font-family: 'Hoss Sharp', sans-serif;
    font-size: 1em;
    color:rgb(98, 125, 17);
}
.sheltonmj {
    display: grid;
    grid-area: shelton;
    text-decoration: none;
    background-image: url(../images/SheltonMJ500.jpg);
    background-repeat: no-repeat;
    width: 250px;
    background-size: 100%;
    padding: 31em 6em 7em 11em;
    margin: 0em 17em 0em 0em;
    /* text-align: center; */
}

.bonniedell {
    display: grid;
    grid-area: bonnie;
    background-image: url(../images/Bonniedell500.jpg);
    background-repeat: no-repeat;
    background-size: 100%;
    width: 308px;
    padding: 27em 9em 0em 9em;
    margin: 0em 48em;
}
/* .sheltondetail {
    display: grid;
    grid-template-columns: 
    'title title'
    'description image'
    'description image'
    ;
} */
.footer-prints {
    position: absolute;
    margin-top: 20em;
    padding: 0;
}

figure {
    display: grid;
    margin-left: 0em;
}
figure h2 {
    display: grid;
    color: rgb(85, 109, 14);
    font-family: 'Hoss Sharp';
    grid-area: title;
    margin-left: 0em;
    padding-left: 0em;
    width: 10em;
    padding-bottom: 1em;
    padding-top: 0em;
    margin-top: 0em;
}
figcaption {
    grid-area: description;
    width: 2em;
    width: 19em;
    margin-top: 5em;
}
figure img {
    grid-area: image;
    width: 1000px;
    max-width: 1000px;
    margin-left: 21em;
}
.summitdetail figure img {
    width: 800px;
    margin-left: 28em;
}
.summit1 {
    width: 800px;
    margin-left: 28em;
}
.summit2 {
    width: 800px;
    margin-left: 28em;
    margin-top: 58em;
}
.summit3 {
    width: 800px;
    margin-left: 28em;
    margin-top: 138em;
}
.summitdetail figure h2 {
    padding-right: 45em;
}

.toc1 {
    width: 800px;
    margin-left: 28em;
}

.toc2 {
    margin-top: 49em;
}
.toc3 {
    margin-top: 98em;
}
.toc4 {
    margin-top: 177em;
}
.toc5 {
    margin-top: 218em;
}