



.byline {
  font-family: 'Open Sans', sans-serif;
  font-size: 1.2rem;
}

h1 {
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
}

h3 {
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
}

h4 {
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
}

p {
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;

}

.covers {
  margin-top: 50px;
  margin-bottom: 30px;
}

.newBlue {
  background-color: #4a6bae;
}

.darkGreen {
  background-color: #146152
}

.lightGreen {
  background-color: #44803F
}

.white {
  color: white;
}

.name {
font-family: 'Walter Turncoat', cursive;
font-size: 4rem;
}

nav {
  font-size: 1.6rem;
}

.nav-item {
  padding-right: 50px;
}

footer {
  padding: 20px 0 20px 0;
  font-family: 'Walter Turncoat', sans-serif;
  font-size: 1.6rem;
}



.row2 {
  margin-top: 30px;
  margin-bottom: 30px;
}

.journalTitle
{
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;


}

.CVList{
  padding-bottom: 20px;
}




.headText {
  font-size: 1.2rem;
}

.places {
  font-weight: 500;
  font-size: 1.4rem;
}

.jumbotron {
  border-radius: 0;
  margin-bottom: 0;
}

.cta {
  padding-top: 50px;
  padding-bottom: 0px;
  padding-left: 15px;
  padding-right: 15px;
}

.portfolio {
  margin-top: 0px;
  padding-bottom: 0px;
}

.thmbWrapper {
  margin-bottom: 25px;
  border-radius: 10px 10px 10px 10px;
  background-color: #efefe3;
}

.thmbWrapper:hover {
  box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2), 0 16px 20px 0 rgba(0, 0, 0, 0.19)
}

.thumbnail {
  cursor: pointer;
}

.img-thumbnail {
  background-color: #ecebeb;
  border: 1px solid #b2b6b9;
}

.thmbTxt {
  font-size: 1rem;
  max-width: 400px;
  font-weight: bold;
  text-align: center;
  font-family: 'Open Sans', sans-serif;
}

.featured {
  text-align: center;
}

.modalblurb {
  padding-top: 20px;
}



.cv {
  padding-top: 1rem;
  padding-bottom: 2rem;
}

li {
  padding-top: 10px;
}

/* .modal-lg {
      max-width: 1375px;
  } */
.modal-l-hg {
  max-width: 1375px;
}

.aboutBlurb {
  margin-bottom: 20px;
}

.coverTxt {
  font-size: 1rem;
  font-weight: normal;
  text-align: center;
  padding-bottom: 5px;
}

.pubTitle {
  font-weight: bold;

}

@media only screen and (max-width: 1200px) {
  .display-4 {
    font-size: 2.5rem;
  }

  .headertxt {
    font-size: 1rem;
  }

  .places {
    font-size: 1.2rem;
    font-family: 'Open Sans', sans-serif;
  }
}

@media only screen and (max-width: 768px) {
  .display-4 {
    font-size: 2.5rem;
  }

  .headText {
    padding-top: 20px;
  }

  .headertxt {
    font-size: 1rem;
  }

  .places {
    font-size: 1.2rem;
    font-family: 'Open Sans', sans-serif;
  }
}
