
/*-----Elements-----*/

body {
  font-family: Georgia, Times, serif;
  font-size: 16px;
  line-height: 140%;
  background-color: #FCEFEF;
  color: #582C4D;
}

h1, h2 {
    font-family: Helvetica, Arial, sans-serif;
  }


h1 {
    font-size: 200%;
    text-align: center;
    color: #248232;
    line-height: 170%;
}

h2 {
    font-size: 150%;
    line-height: 150%;
    color: #7CBC83;
}

nav {
    color: #582C4D;
    font-size: 1.2em;
    text-align: center;
    border-bottom: #582C4D 0.5px;
    border-bottom-style: solid;
    margin-right: 10%;
    margin-left: 10%;
  }
  
 nav ul > li {
    display: inline-block;
    margin-right: 2em;
  }
  
 nav a {
    color: inherit;
    text-decoration: none;
  }

main {
    margin-top: 5px;
    margin-right: 20%;
    margin-left: 20%;
    max-width: 100%;
  }

img {
    width: 100%;
    height: auto;
    margin: 0 auto;
}

figcaption {
  font-size: small;
  font-style: italic;
  text-align: right;
}

blockquote {
  text-align: center;
  margin-top: 5%;
  margin-left: 25%;
  margin-right: 25%;
  padding: 3%;
  border: #582C4D 0.5px;
  border-style: solid;
  background-color: #EB857E;
}

/*-----Classes-----*/

/*aimg is short for "after image" and is a class used for divs after an image*/
.aimg {
    margin-right: 5%;
    margin-left: 5%;
}

/*sematic element to make inline elements in paragraphs cursive*/
.cursive {
    font-style: italic;

}

/*sematic element to make inline elements in paragraphs bold*/
.bold {
    font-weight: bold;
}

/*a class to make the text centered on some pages*/
.textcenter {
  text-align: center;
}

/*a class to used to make the icon images small*/
.icon {
  max-width: 30px;
}

/*class used to put elements inside a colored block*/
.cblock {
  text-align: center;
  border: #582C4D 0.5px;
  border-style: solid;
  background-color: #EB857E;
}

/*-----IDs-----*/

/*pfnav is short for portfolio navifation, this class is used for the second navigation bar within the porfolio page*/
#pfnav {
    font-size: 1em;
    text-align: center;
    color: #582C4D;
    margin-right: 10%;
    margin-left: 10%;
  }
  
 #pfnav ul > li {
    display: inline-block;
    margin-right: 2em;
  }
  
 #pfnav a {
    color: inherit;
    text-decoration: none;
  }

/*the id given to the list woth contact icons*/
#contact {
    text-align: center;
    margin-right: 10%;
    margin-left: 10%;
  }

#contact > li {
    display: inline-block;
    margin-right: 1em;
  }

/*id given to a picture of myself on the contact page*/
#me2>* {
  max-width: 500px;
}
