@font-face {
  font-family: "Nunito";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local("Nunito Regular"), local("Nunito-Regular"), url(https://fonts.gstatic.com/s/nunito/v12/XRXV3I6Li01BKofINeaBTMnFcQ.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
* {
  margin: 0;
  padding: 0;
}

html {
  font-family: "Nunito", sans-serif;
  font-size: 16px;
}

body {
  background-color: #e6efed;
  overflow-x: hidden;
  width: 100%;
}

header {
  background-color: #559186;
  box-shadow: 0 5px 5px #396059;
  height: 40px;
  padding: 20px 5px;
  margin-bottom: 50px;
}

h1 {
  border-bottom: 1px solid #1c302d;
  display: inline-block;
  margin-left: 20px;
}

img {
  border: 1px solid #1c302d;
  height: 150px;
  width: 150px;
}

li {
  margin-left: 20px;
  margin-bottom: 0.5rem;
}

main {
  margin: 0 auto;
  max-width: 1920px;
  width: 95%;
}

p {
  margin-bottom: 1rem;
}

section {
  background-color: #8fbdb4;
  border: 2px solid #1c302d;
  border-radius: 5px;
  margin-bottom: 50px;
  padding: 10px 20px;
}

tr {
  height: 30px;
  width: 95%;
}
tr td {
  border: 1px solid #1c302d;
  border-collapse: collapse;
  color: #203732;
  padding: 0 5px;
}
tr th {
  border: 1px solid #1c302d;
  border-collapse: collapse;
  background-color: #559186;
  color: #1c302d;
  font-size: 1.25rem;
  padding: 0 5px;
  text-align: center;
}

.backLink {
  background-color: #cfe3df;
  color: #1c302d;
  border-radius: 5px;
  float: right;
  margin-right: 30px;
  padding: 8px 30px;
  font-size: 1.25rem;
  text-align: center;
  text-decoration: none;
}
.backLink:hover {
  box-shadow: 0 0 8px #1c302d;
}

.bioSectionLong {
  height: 376px;
  width: 65%;
}

.bioSectionShort {
  height: 150px;
  width: 65%;
}

.bioText {
  background-color: #cfe3df;
  border-radius: 5px;
  height: 80%;
  margin-top: 10px;
  overflow: auto;
  padding: 5px;
}

#infoTable {
  background-color: #cfe3df;
  border: 2px solid #1c302d;
  border-radius: 5px;
  float: right;
  margin-bottom: 30px;
  min-height: 400px;
  width: 25%;
}
#infoTable .itHeadingCol {
  font-weight: 600;
  width: 40%;
}
#infoTable .itInfoCol {
  width: 60%;
}
#infoTable .itImageRow {
  height: 160px;
  text-align: center;
}

.properName {
  font-style: italic;
}

.referencesList {
  background-color: #cfe3df;
  border-radius: 5px;
  margin-top: 10px;
  overflow-wrap: break-word;
  padding: 5px;
}

.text, h1, h2, h3, h4, li, p {
  color: #1c302d;
}

.worksTable {
  background-color: #cfe3df;
  border: 2px double #1c302d;
  border-radius: 5px;
  margin-top: 10px;
  margin-bottom: 20px;
  width: 100%;
}
.worksTable .wtName, .worksTable .wtPublisher {
  width: 35%;
}
.worksTable .wtRole {
  width: 20%;
}
.worksTable .wtYear {
  text-align: center;
  width: 10%;
}

@media only screen and (min-width: 1680px), (min-device-width: 1680px) {
  html {
    font-size: 18px;
  }
}
@media only screen and (max-width: 1200px), (max-device-width: 1200px) {
  .bioSectionLong, .bioSectionShort {
    width: 60%;
  }

  #infoTable {
    width: 30%;
  }
}
@media only screen and (min-height: 1200px), (min-device-height: 1200px) {
  header, section {
    margin-bottom: 75px;
  }
}
@media only screen and (max-width: 768px), (max-device-width: 768px) {
  .bioSectionLong, .bioSectionShort {
    clear: both;
    height: initial;
    padding-bottom: 20px;
    margin: 50px auto;
    width: 90%;
  }

  .bioText {
    height: initial;
  }

  #infoTable {
    margin-bottom: 50px;
    margin-left: 15%;
    margin-right: 15%;
    width: 70%;
  }

  .worksSection {
    margin: 50px auto;
    width: 90%;
  }
  .worksSection td:nth-of-type(3), .worksSection th:nth-of-type(3) {
    display: none;
  }
}
@media only screen and (max-width: 414px), (max-device-width: 414px) {
  h1 {
    font-size: 1.4rem;
    margin-left: 5%;
  }

  h2 {
    font-size: 1.2rem;
    text-align: center;
  }

  section {
    padding: 10px 10px;
  }

  .backLink {
    font-size: 1rem;
    margin-right: 5%;
    padding: 6px 25px;
  }
}
@media only screen and (max-width: 360px), (max-device-width: 360px) {
  h1 {
    font-size: 1.2rem;
  }

  img {
    height: 125px;
    width: 125px;
  }

  th {
    font-size: 1.1rem;
  }

  .worksSection td:nth-of-type(2), .worksSection th:nth-of-type(2) {
    display: none;
  }
}

/*# sourceMappingURL=composer.css.map */
