/***** base styles *****/
/*
 * A better looking default horizontal rule
 */

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */

audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

/*
 * R
 emove default fieldset styles.
 */

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
  resize: vertical;
}
html {
	font-size: 16px;
}

body {
  font-size:1em;
  background-color: #E7E5CB;
  background-size: 400% 400%;
  animation: gradient 22s ease infinite;
}

.comingsoon {
  padding: 100px;
  background-color: #899c86;
}

.comingsoon  h1{
  display: flex;
  text-align: center;
  align-items: center;
  justify-content: center;
  font-size: 45px;
}

nav {
    float: right;
    padding: 2.8em, 2.8em;
}

nav ul li {
  text-decoration: none;
  font-size: 1.4em;
  font-family: 'Signika Negative', sans-serif;
  display:inline-block;
  padding-right: 4em;
}

nav ul li a:hover {
  transition-duration: 0.5s;
  background-color: #5c9936;
  border-radius:18px;
}

a:link {
  color: #071c0b;
  background-color: transparent;
  text-decoration: none;
}

a {
  color: #071c0b;
  text-decoration:none;
}

li a {
  color: #304028;
  padding:4px;
}

li a:hover {
  color:#071c0b
}

h1 {
  font-size: 2.1em;
  font-family: 'Lexend Tera', sans-serif;
  color: #2e4733;
}

h2 {
  justify-content: center;
  font-size: 1.5em;
  font-family: 'Lexend Tera', sans-serif;
  color: #2e4733;
  text-align:center;
}

.content-wrapper {
  width:100%;
  display:inline-block;
  text-align: center;
}

.portfolio-wrapper {
  padding-left:7%;
  padding-right:7%;
}

#projects h3 {
  font-size: 35px;
}

#projects p {
  font-size: 16px;
  line-height: normal;
}

h3,h4,p {
  font-family: 'Lexend Tera', sans-serif;
  color:#2e4733;
}

 h3 {
  font-size:1.6em;
 }

figure {
  margin: 0;
}

 .grow:hover {
  transition: all .35s ease-in-out;
  transform: scale(1.02);
}

figure img {
  min-width: 25%;
  max-width: 60%;
  height:auto;
  border-radius:5px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}



p,
li {
  font-size: 1rem;
  line-height: 1.5;
}

.portfolio-wrapper {
  display:flex;
  justify-content: center;
  align-items:center;
  text-align: center;
  padding-top: 40px;
  paddingbottom:40px;
  /flex-wrap: wrap;
  padding-left: 7%;
  padding-right: 7%;*/
}

.home-portfolio-piece {
  min-width: 40%;
}

.home-portfolio-piece h4 {
  font-size:22px;
}

  .project-description {
  font-size: 18px;
}

.home-portfolio-piece p {
  font-size: .8em;
  letter-spacing: .1px;
  line-height: 16px;
  padding-top: 0;
  padding-left:10%;
  padding-right:10%;
}

.skill-wrapper {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-flow: row wrap;
  text-align: center;
}

.skill {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-left: 5%;
  padding-right: 5%;
  box-shadow: 0 8px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  border radius:15%;
}

#skills {
  width: 100%;
  padding-top: 60px;
  padding-bottom: 40px;
}

#about {
  background-color: #899c86;
  width:100%
  padding-top: 60px;
}

.about-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #899c86;
}

.about-info h3 {
  font-size: 35px;
}

.about-info h4 {
  font-size: 25px;
}

.about-info p {
  font-size:19px;
  letter-spacing: .01px; /* is px the right unit? whats up? */
}

figure {
  padding: 3%;
  padding-top: 5%;
  padding-bottom: 5%;
  margin-left: 4%;
  float:left;
}

.mug  {
  max-width: 595px;
  border-radius:7px;
  filter: blur(0px);
  transition: all .95s ease-in-out;
}

.mug:hover {
  filter: blur(3px);
  transition: all .20s ease-in-out;
}

.about-info {
  display: inline-block;
  text-align: center;
  padding-bottom: 20px;
}

h3, h4, p {
  display: flex;
  justify-content: center;
  padding: 1%;
  padding-right:4%;
}

footer {
  text-align: center;
/*  flex-direction:column; */
  margin-left: auto;
  margin-right: auto;
  padding-left: 30%;
  padding-right: 30%;
}

footer p {
  font-size: 35px;
  margin: 0,auto;
  display: flex;
  justify-content:center;
  align-items:center;
}

footer .social-icons {
  display: flex;
  justify-content:space-between;
  align-items: center;

}

footer .social-icons p {
  color: #7e8a79;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-left: 15px;
  font-size: 45px;
}

footer .social-icons a:hover {
  color: #5c9936;
}

.mailto {
  font-size: 1.4em;
  font-family: 'Lexend Tera', sans-serif;
  display: flex;
  justify-content: center;
  padding:10px;
  /*padding-top: 10px; */
  padding-bottom: 35px;
}

.mailto a {
  padding: 4px;
}

 .mailto a br {
   display:none;
 }


.mailto :hover {
  background-color: #5c9936;
  border-radius: 18px;
  transition-duration: 0.3s;
}

/*~~~~@~~~styles for phones below ~~~~@~~~*/

@media only screen and (max-width: 480px) {
  body {
    font-size: 14px;
    align-items: center;
  }

  .content-wrapper {
    align-items: center;
    align-content: center;
    padding: none;
  }

  nav {
    float: none;
    text-align: center;
    margin-bottom: 20px;
    padding-right: 10%;
  }

  nav ul li {
    display: block;
    padding-right: 0;
    padding-left: 0;
    align-items: center;
  }

   /* for any Skillcrush instructor who sees this-
   please forgive me for using random padding
   percentiles to fix my layout. I am sorry
   but I am just not knowing why
   there is small offsets on mobile. I plan
   to continue to solve the mystery
   but give me time. I'll get it */

  .portfolio-wrapper {
    padding-left: 5%;
    padding-right: 5%;
    display: block;
  }

  figure img {
    min-width: 90%;
    max-width: 100%;
  }

  .home-portfolio-piece p {
    padding-left: 5%;
    padding-right: 5%;
  }

  .skill-wrapper {
    justify-content: flex-start;
    justify-content: center;
  }

  .skill {
    display: flex;
    width: 45%;
    margin: 5px;
    justify-content: center;
  }

  #about {
    display: block;
    padding: 0;
  }

  .mug {
    max-width:75%;
    align-items: center;
    padding-left: 3%;
    filter: blur(0px);
  }

  .about-wrapper {
    display:block;
    justify-content: center;
  }

  footer {
    padding-left: 10px;
    padding-right: 10px;
    max-width: 275px;
  }

  .connection {
    max-width: 275px;

  }

  .social-icons p {
    font-size: 45px;
  }

  .mailto a{
    margin-left: auto;
    margin-right: auto;
 }

  .mailto a br{
    display: flex;
  }



/*a {
  width: 25px;
} */
/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}

.clearfix:after {
  clear: both;
}

/
