body {
  font-size: 11pt;
  font-family: "Nunito";
  margin: 0;
  background-image: url("/v1/img/dogzbak1.png");
  color: #222222;
}

.nunito-font {
  font-family: "Nunito", sans-serif;
  font-weight: 300;
  font-style: normal;
}

.content {
  margin: auto;
  width: 800px;
  height: 100vh;
  border-left: 2px dashed #ED0A3F;
  border-right: 2px dashed #ED0A3F;
  background-color: #fff;
  overflow: auto;
}

header {
  margin: 2em auto 0;
  width: 550px;
  height: 187px;
  text-align: center;
  z-index: 99;
  background-image: url("/v1/img/cg1.png");
  background-repeat: no-repeat;
  background-position: right;
  align-items: center;
  vertical-align: middle;
  display: flex;
}
  

section {
  padding: 20px;
  letter-spacing: 0.5px;
  text-align: justify;
}

footer {
  padding: 20px;
  text-align: center;
  font-size: 9.5pt;
}

h1 {
  font-size: 50pt;
  letter-spacing: 20pt;
  color: #ED0A3F;
  text-shadow: 1px 1px 1px #222222;
}

h2 {
  font-size: 24pt;
  text-align: center;
  letter-spacing: 5pt;
}

h3 {
  font-size: 18pt;
  text-align: center;
  letter-spacing: 3pt;
  border-bottom: 2px dashed #ED0A3F;
  margin-left: 10%;
  margin-right: 10%;
  background-color: #F791A9;
  color: #fff;
}

.small {
  font-size: 9pt;
}

/* divider */
hr {
border: 1px solid #F791A9;
margin: 2em 15em;
}

/* table styles for breed page */
table {
  width: 50%;
  background-color: white;
  padding: 5px;
  font-size: 11pt;
  margin-top: 1em;
}

td {
  padding: 10px;
  vertical-align: top;
}
/* --------------------------------------------- */

/* table and div styles for pb pet profiles */
#flex-container {
    display: flex;
    flex-direction: row;
    width: 70%;
    border-bottom: 0px #F689A2 solid;
    margin: 1em auto;
}

.flex-item {
    height: 200px;
    width: 50%;
    padding: 10px;
    overflow: auto;
    text-align: left;
}

.flex-pet {
  width: 50%;
  vertical-align:baseline;
  margin: auto;
  padding: 10px;
}

.petname {
  letter-spacing: 0.5em;
  font-weight: 700;
  font-size: 14pt;
}
/*------------------------------------------ */

details {
  border-radius: 0.5em;
  border: 1px solid #ccc;
  padding: 5px;
  width: 90%;
  font-size: 10pt;
  margin-top: 0.5em;
}

summary {
 font-weight: 700;
 padding: 5px;
}

/* normal link styles */
.style1:link {
  color: #0A3FED;
  text-decoration-style: wavy;
  text-decoration-color: #3FED0A;
}
.style1:visited {
  color: #0A3FED;
  text-decoration-style: wavy;
  text-decoration-color: #3FED0A;
}
.style1:hover {
  color: #460AED;
  text-decoration-color: #0AEDB8;
  cursor: help;
}
.style1:active {
  color: #460AED;
  text-decoration-color: #0AEDB8;
  cursor: help;
}

/* nav link style */
a:link {
  color: #ED0A3F;
  text-decoration-style: wavy;
}
a:visited {
  color: #ED0A3F;
  text-decoration-style: wavy;
}
a:hover {
  color: #0A3FED;
  text-decoration-style: wavy;
  text-decoration-color: #3FED0A;
  cursor: help;
}
a:active {
  color: #0A3FED;
  text-decoration-style: wavy;
  text-decoration-color: #3FED0A;
  cursor: help;
}

/* scrollbar shit */
/* width */
::-webkit-scrollbar {
  width: 7px;
}
/* Track */
::-webkit-scrollbar-track {
  background: #f1f1f1; 
}
/* Handle */
::-webkit-scrollbar-thumb {
  background: #F791A9; 
  border-radius: 3em;
  padding: 5px;
}
/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #F791A9; 
}

/* nav bar styling */
nav{
  z-index: 99;
  padding: 6px;
  display: flex;
  justify-content: space-around;
  align-items: center;
  width: 600px;
  color: #F63461;
  font-weight: 700;
  font-size: 13pt;
}

.navlink:visited{
  display: block;
  width: 100px;
  padding: 5px;
  margin: 8px 5px 8px;
}