body {
  width: 100%;
  height: 100%;
  background-image: url("/v1/img/dogzbak1.png");
  background-attachment: fixed;
  color: #303030;
  font-family: "Nunito";
  font-size: 12pt;
  text-align: justify;
  overflow-x: hidden;
}

.nunito-font {
  font-family: "Nunito", sans-serif;
  font-weight: 300;
  font-style: normal;
}


header {
  margin: 3em auto 0;
  width: 600px;
  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;
}

h1 {
  font-size: 50pt;
  letter-spacing: 20pt;
  color: #ED0A3F;
  text-shadow: 1px 1px 1px #222222;
}

h2 {
  font-size: 24pt;
  margin-bottom: 0.1em;
}

h3 {
  font-size: 20pt;
  height: 300px;
}

/* 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;
}

/* 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;
}

/* breed name link style */
.breed:link {
  color: #303030;
  text-decoration: none;
}
.breed:visited {
  color: #303030;
  text-decoration: none;
}
.breed:hover {
  color: #303030;
  text-decoration: none;
  cursor: default;
}
.breed:active {
  color: #303030;
  text-decoration: none;
}

/* pet image name link style */
.petimg:link {
  color: #303030;
  text-decoration: none;
}
.petimg:visited {
  color: #303030;
  text-decoration: none;
}
.petimg:hover {
  color: #303030;
  text-decoration: none;
  cursor: grab;
}
.petimg:active {
  color: #303030;
  text-decoration: none;
}

section {
  margin: auto;
  width: 600px;
  /*border: 3px double black;*/
  padding: 10px 10px 10px;
  font-family: 'Nunito';
}

.namefemale {
  font-size: 18pt;
  text-align: center;
  letter-spacing: 0.2em;
  font-weight: 700;
  color: #AB556C;
}

.namemale {
  font-size: 18pt;
  text-align: center;
  letter-spacing: 0.2em;
  font-weight: 700;
  color: #5882A5;
}

.small {
  font-size: 9pt;
}

.center {
  text-align: center;
}

.sqborder {
  border: 2px dashed #ED0A3F;
}

/* divider */
hr {
width: 70%;
border: 1px dashed #a3a3a3;
margin-top: 3em;
margin-bottom: 3em;
}

/* scrollbar shit */
/* width */
::-webkit-scrollbar {
  width: 7px;
}
/* Track */
::-webkit-scrollbar-track {
  background: #f1f1f1; 
}
/* Handle */
::-webkit-scrollbar-thumb {
  background: #F63461; 
  border-radius: 3em;
}
/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #F63461; 
}

table {
  width: 550px;
  border: 2px dashed #ED0A3F; 
  background-color: white;
  padding: 5px;
  font-size: 11pt;
  margin-top: 1em;
}

td {
  padding: 10px;
  width: 50%;
}

.petinfo {
  overflow: auto;
  height:230px;
  text-align: left;
  overflow-wrap: break-word
}

.petname {
  letter-spacing: 0.5em;
  font-weight: 700;
  font-size: 13pt;
  text-transform: uppercase;
}

details {
  border-radius: 0.5em;
  border: 1px solid #F796AD;
  padding: 5px;
  width: 90%;
  font-size: 10pt;
  margin-top: 0.5em;
}

summary {
 font-weight: 700;
 padding: 5px;
}


/* 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;
}
	