/* style.css for jenniferlowry.net */
/* Last Updated: 2017/11/12        */

html {
  font-family: 'Montserrat', Helvetica;

}

.container {
  max-width: 960px;
  margin: auto;
}

.content {
  padding-top: 5.5rem;
}

.indent {
  padding-left: 2rem;
}

.minindent {
  padding-left: 1rem;
}

header {
  background-color: #fff;
  /*background: linear-gradient(to bottom, #71718c, #a6a6bf 65%, #c3c3d8,  #fff);*/
  /*padding: 0.5rem 1.5rem 2.75rem 1.5rem;*/
  display: flex;
  justify-content: center;
  position: fixed;
  top: 0;
  margin: 0;
  z-index: 5;
  width: 100%;
}

nav {
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding: 0.8rem 0;
  border-bottom: 2px #46465b solid;
}

nav a {
  font-size: 2rem;
  font-weight: 600;
  text-decoration: none;
  color: #46465b;
  padding: 1rem;
  margin: 0;
  white-space: nowrap;
}

nav a:hover {
  background-color: #eaf1fc;
  padding: 1rem;
}

nav ul {
  display: flex;
  width: 100%;
  justify-content: space-between;
}

.mobile-navi {
  display: none;
}

.nametag {
  display: flex;
  justify-content: space-between;
}

.name {
  padding-bottom: 2rem;
}

.title {
  font-family: 'Tangerine', Helvetica;
  font-weight: 700;
  font-size: 4.5rem;
  line-height: 3.25rem;
  color: #595972;
  margin: 0.5rem;
}

.subtitle {
  font-size: 1.25rem;
  color: #71718c;
  font-style: italic;
  margin: 0.25rem 3rem;
  /*text-shadow: 2px 2px 1px #343449;*/
}

.blurb {
  padding: 0 4rem 0 4rem;
}

.blurb-text {
  background-color: #edf2f9;
  padding: 0.25rem 1rem 0.75rem 1rem;
  border-radius: 15px;
  line-height: 1.25rem;
}

.blurb-text a, .blurb-text a:visited {
  font-weight: 600;
  text-decoration: none;
  color: #db4851;
}

.blurb-text a:hover {
}

.anchor {
  display: block;
  height: 3.5rem;
  margin-top: -3.5rem;
  visibility: hidden;
}

p {
  margin-top: 1rem;
}

.section {
  margin-bottom: 1.5rem;
}

ul {
  list-style: none;
}

li {
  line-height: 2rem;
}

h1 {
  width: 100%;
  max-width: 945px;
  font-size: 2rem;
  font-style: italic;
  background-color: #ffd8db;
  color: #272738;
  padding: 20px 0px 7px 15px;
  margin: 10px 0;
  border-radius: 15px;
}

.top {
  padding-top: 1.25rem;
}

.top i {
  font-size: 1.5rem;
}

.top a {
  font-weight: 600;
  text-decoration: none;
  color: inherit;
}

.top a:visited {
  color: inherit;
}

#skills-section i {
  color: #ffd8db;
}

.section li {
  padding-left: 1rem;
  text-indent: -0.7rem;
  height: 100%;
}

.section li::before {
  content: "•";
  padding-right: 7px;
  font-size: 2rem;
}

#skills-section li::before {
  color: #ffd8db;
}

#work-section li::before {
  color: #595972;
}

#work-section i {
  color: #595972;
}

#about-section i {
  color: #bcceb3;
}

#about-section a, #about-section a:visited {
  text-decoration: none;
  font-weight: 600;
  color: #63725b;
}

#about-section a:hover {
  text-decoration: underline;
}

#contact-section li i {
  color: #847a6f;
  font-size: 2rem;
  min-width: 40px;
}

#contact-section .top i {
  color: #847a6f;
  font-size: 1.5rem;
}

#contact-section a, #contact-section a:visited {
  text-decoration: none;
  font-weight: 600;
  color: inherit;
  font-size: 1.25rem;
}

#contact-section a:hover {
  text-decoration: underline;
}

#contact-section .top a{
  font-size: 1rem;
}

.section-no-bullets {
  margin-bottom: 1.5rem;
}

.lists {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 0 4rem 0 2rem;
}

.columns {

}

#work-section h1 {
  background-color: #595972;
  color: white;
}

#about-section h1 {
  background-color: #bcceb3;
}

#contact-section h1 {
  background-color: #847a6f;
  color: white;
}

footer {
  /*background-color: #bcceb3;
  background: linear-gradient(to bottom, #fff, #bcceb3);
  padding: 5rem;*/
}

@media only screen and (max-width: 768px) {

  .html, body {

  }

  .container {
    max-width: 720px;
  }

  nav {
    padding: 0.7rem;
  }

  nav a{
    font-size: 1.5rem;
  }

  .content {
    padding-top: 4rem;
  }

  .title {
    font-size: 3rem;
  }

  .subtitle {
    font-size: 1rem;
  }

  h1 {
    font-size: 1.5rem;
    max-width: 705px;
  }
}

@media only screen and (max-width: 480px) {
  .container {
    max-width: 450px;
  }



}
