* {
  background-color: rgb(255,255,255);
  font-family: sans-serif;
  font-size: 1.075rem;
  font-kerning: auto;
}

footer{
  padding: 20px;
  border: 20px;
  font-size: .75rem;
}

.DDLists {
  text-decoration: none;
  display: inline;
  margin: 0;
  padding: 0;
}

.DDLists .DDListItem {
  display: inline-block;
}
.DDLists .DDListItem:hover {
  /* background: #555; */
}
.DDLists .DDListItem:hover .DDLists {
  display: block;
  border-style: solid;
}

.DDLists .DDListItem .DDLists {
  position: absolute;
  width: 200px;
  display: none;
}
.DDLists .DDListItem .DDLists .DDListItem {
  /* background: #555; */
  display: block;
}
.DDLists .DDListItem .DDLists .DDListItem .DDListItemRef {
  display:block !important;
}
.DDLists .DDListItem .DDLists .DDListItem:hover {
  /* background: #666; */
}

#WebsiteLists {
  /* width:500px; */
  height: auto
  box-sizing: border-box;
  align-items: center;
  border: solid black;
  box-sizing: border-box;
}

/* All Links hae */
.Links_list {
  /* border: 1px solid black; */
  width: auto;
  height: auto;
  font-size: 1.25rem;
  /* list-style: outside none none; */
  display: inline-block
}

.Links{
  padding-left: 20px;
  padding-right: 20px;
  border: 2px;
  display: inline-block;
  text-decoration: none;
  color: black;
}

#MainHeader {
  font-size: 1.4rem;
}

.Links:hover {
  color: white;
  background-color: black;
}


#Biography {
  display: inline-block;
  margin-left: auto;
  margin-right: auto;
  width:1000px;
  padding-left: 100px;
}

#Biotext {
  width: 300px;
  display: inline-block;
  line-height: normal;
  text-align: left;
  padding-left: 30px;
}

#Garrett_photo {
  width:16rem;
  display: inline-block;
  padding-left: 30px;
}


#Research1Text {
  width: 400px;
  display: inline-block;
  line-height: normal;
  text-align: left;
  padding-left: 30px;
}

#Research1_Photo {
  width:18rem;
  display: inline-block;
  padding-left: 10px;
  padding-bottom: 60px;
}

#Research2Text {
  width: 400px;
  display: inline-block;
  line-height: normal;
  text-align: left;
  padding-left: 30px;
}

#Research2_Photo {
  width:18rem;
  display: inline-block;
  padding-left: 10px;
  padding-bottom: 60px;
}


#Research3Text {
  width: 400px;
  display: inline-block;
  line-height: normal;
  text-align: left;
  padding-left: 30px;
}

#Research3_Photo {
  width:18rem;
  display: inline-block;
  padding-left: 10px;
  padding-bottom: 60px;
}


.Owl_photos {
  width:18rem;
  isplay: inline-block;
  padding-left: 10px;
  padding-bottom: 60px;
}


#OwlLink, #PaintingLink, #LinkedInLink, #GoogleScholarLink {
  padding: 0px;
  border: 0px;
}

/* Leave this at the end so the footer is always a bit smaller */
#LinkedInLink, #GoogleScholarLink, #FooterEmails{
  font-size: .75rem;
}

.classtitletext {
  padding-left: 30px;
  font-size: .95rem;
  /* border: 5px solid red; */
  line-height: 1em;
  /* height: auto; */
  padding-bottom: 0px;
  margin-bottom: 0px;
  margin-top: 10px;
}
