@font-face {
  font-family: 'TitleFonts';
  src: url('./nexa-rust.otf');
}

@font-face {
  font-family: 'BodyFonts';
  src: url('./lineReg.otf');
}

.SectionTitles {
  /* font-family: 'TitleFonts'; */
  /* text-align: center; */
  font-family: 'Montserrat', sans-serif;
  font-size: 3.5vw;
}

body {
    margin: 0;
    padding: 0;
}

.logos {
    width: 5vh;
    height: 5vh;
}

.logosPos {
    position: fixed;
    right: 35px;
    top: 100px;
}

.topNav {
    background-color: rgb(0, 0, 0);
    /* box-shadow: 0px 6px 8px rgba(0,0,0,0.3);  */
    /* horizontal, vertical offset, blur + shadow color */
    text-align: center;
    height: 5em;

    display: flex;
    justify-content: center;
    align-items: center;
}

#navText {
    font-size: 1.5em;
}

nav p {
  margin: 0;
  color:white;
  /* font-family: 'TitleFonts'; */
  font-family: 'Montserrat', sans-serif;
  font-size: 3em;
}

#selfPic {
    margin-left: -15vw;
    margin-right: 5vw;
    width: 30vw;
}

#intro {
    margin: 10em auto;
    width: 90vw;
    height: 35vw;
    background-color: rgb(10, 10, 10);
    align-items: center;

    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
}

#innerIntroBox {
    display: flex;
    justify-content: center;
    align-items: left;
    flex-direction: column;
}

#bodySection {
    /* font-family: 'BodyFonts'; */
    font-family: 'Montserrat', sans-serif;
    font-size: 20px;

    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

#moreFactsContainer{
    width: 35em;
    margin-left: -35em;
    margin-top: 4em;
}

#moreFacts {
    margin-left: 3em;
}

#moreFactsBox {
    background-color: rgb(10, 10, 10);
    width: 100%;
    height: 5em;
    margin-top: -4.2em;
}

.foodDescription {
    display: flex;
    flex-direction: row;
    align-items: flex-end;
}

#foodBackground {
    width: 55vw;
    background-image: url('./flowerBg.jpg');

    /* display: block;
    margin-left: auto;
    margin-right: auto; */
}

#gbj {
    margin-bottom: 2em;
    margin-left: 7vw;
    width: 40vw;
    margin-top: 5vh;
}

#petnameBox {
    background-color: whitesmoke;
    border: 3px solid black;
    width: 50em;
    z-index: 50;
    margin-top: -.8em;

    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.bookCover {
    width: 10em;
}

table {
    border: none;
    border-width: 0;
}

table th {
    font-weight: 200;
}

table td {
    font-size: 18px !important;
}

table th,
table td {
    padding: 0.5em 1.5em;
}

table th,
table tr:nth-child(3),
table tr:nth-child(5) {
  background-color: black;
  color: white;
}

/* body { background: pink; } */

h1 {
    margin: 0.4em 0;
    margin-bottom: 30px;
    color:whitesmoke;
}

h2 {
    margin-bottom: 30px;
}

label {
    text-align: right;
    width: 150px;
    display: inline-block;
}

.formDiv{
    color:white;
    border-radius: 20px;
    background-color: black;
}

form {
    /* font-family: 'BodyFonts'; */
    font-family: 'Montserrat', sans-serif;
    align-items: center;
    display: flex;
    flex-direction: column;
    gap: 25px 10px;
} 


input {
    padding: 10px;
    width: 40%;
    /* font-family: 'BodyFonts'; */
    font-family: 'Montserrat', sans-serif;
}

