* {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  overflow-x: hidden;
}
p {
  font-family: "Roboto Slab", serif !important;
  font-size: 16px;
}
html {
  /* font-family: "Playfair Display", serif !important; */
  font-family: "Abel", sans-serif !important;

  font-family: "Roboto", sans-serif;
}
body {
  width: 100%;
  /* font-family: "Playfair Display", serif !important; */
  font-family: "Abel", sans-serif !important;

  font-family: "Roboto", sans-serif;
}
h6 {
  font-size: 30px;
}
h5 {
  font-size: 15px;
}

.smallerHeader {
  font-size: 30px;
  color: #696969;
  margin-bottom: 10px;
  overflow-y: hidden;
}
nav {
  line-height: 80px;
  display: flex;
  align-items: center;
  width: 100%;
  justify-content: space-between;
  background-color: white;
  position: fixed;
  top: 0;
  z-index: 1;
}
nav a {
  text-decoration: none;
  color: #b7516e;
  border-radius: 1000px;
  font-weight: 400;
  padding-left: 0%;
  padding-right: 5%;
}

.pull-right {
}
.active {
  text-decoration: underline #777;
  text-underline-offset: 5px;
  border-bottom-color: pink;
}
.name {
  padding-left: 5%;
}
.imgFul {
  /* background-color: #E8E8E8; */
}
.titleJumbo {
  text-align: center;
}
.workPageHeader {
  font-size: 42px;
  /* margin: 15px; */
  overflow-y: hidden;
  line-height: 1.3;
}
.titleJumbo h1 {
  font-size: 90px;
  font-family: "Roboto Slab", serif !important;
}
.titleJumbo h6 {
  font-size: 20px;
  color: gray;
  overflow-y: hidden;
}
.about h1 {
  font-size: 90px;
  letter-spacing: 4px;
  font-weight: 300;
  text-align: center;
  padding: 30px 0;
}

.about h5 {
  font-size: 24px;
  text-align: center;
}
.about {
  padding-bottom: 20px;
}
.portfolioTitle h1 {
  font-size: 90px;
  letter-spacing: 4px;
  font-weight: 300;
  text-align: center;
  padding: 30px 0;
  background-color: #e5e5e5;
  margin-bottom: 0px;
}
.cardsTotal {
  padding: 30px;
  white-space: nowrap;
  background-color: #e5e5e5;
}
.card {
  /* Add shadows to create the "card" effect */
  transition: 4s;
  display: inline-block;
  white-space: nowrap;
  overflow: hidden;
  /* text-align: center; */
  /* height: 400px; */
}
.card img {
  height: 250px;
  /* padding-top: 10px; */
}

/* Add some padding inside the card container */
.container {
  padding: 15px;
}
/* removing upper left name at mobile widths */
#steveTitle {
  position: absolute;
  top: 0;
  left: 0;
}
ul {
  flex-direction: row;
  text-align: center;
  min-height: 50px;
}
ul li {
  list-style: none;
  display: inline-block;
  padding: 14px;
}

li a {
  color: #544738;
  text-decoration: none;
  font-size: 25px;
}

li a:hover {
  color: #787878;
  text-decoration: none;
}
.stevenHeader {
  text-align: center;
  /* height: 300px; */
}
.stevenHeader h1 {
  font-size: 115px;
  margin-top: 15%;
}
.middleItems {
  text-align: center;
  opacity: 0.1;
}
.middleItems li {
  font-size: 27px;
}
.middleItems.loaded {
  opacity: 1;
  transition-duration: 4000ms;
}
.middleItems img {
  height: 50px;
}
/*add all of these with opacity very low to 1 so they are displayed */
.nameSteven {
  opacity: 0.1;
  overflow-y: hidden;
  line-height: 1.4;
}
.nameSteven.loaded {
  opacity: 1;
  transition-duration: 1400ms;
}

/* .imageWrapper {
  position: relative;
  margin: 0;
} */
.projectHeader {
  position: absolute;
  top: 40%;
  visibility: hidden;
  opacity: 1;
  margin-bottom: 20px;
  display: inline-block;
  margin: 0 auto;
}
.cardInfo {
  position: absolute;
  top: 20%;
  visibility: hidden;
  opacity: 1;
  margin-bottom: 20px;
  display: inline-block;
  margin: 0 auto;
  font-size: 14px;
}

.blogLink {
  position: absolute;
  top: 30%;
  visibility: hidden;
  opacity: 1;
  display: inline-block;
  margin: 0 auto;
}
.siteLink {
  position: absolute;
  top: 40%;
  visibility: hidden;
  opacity: 1;
  display: inline-block;
  margin: 0 auto;
}
.innerImg {
  height: 30%;
  width: 100%;
}

.imageWrapper:hover .cardInfo {
  visibility: visible;
  opacity: 1;
  transition: opacity 0.2s, visibility 0.2s;
}
.imageWrapper:hover .blogLink {
  visibility: visible;
  opacity: 1;
}
.imageWrapper:hover .siteLink {
  visibility: visible;
  opacity: 1;
}
.textWrappers {
  /* text-align: center; */
}
.imageWrapper:hover .innerImg {
  opacity: 0;
}
.differentPages {
  margin-bottom: 4%;
}
/* add class to most elements in blog posts to add spacing on bottom */
.spaceBottom {
  margin-bottom: 2%;
}

.materialsList li {
  padding: 5px;
}

.wrapper {
  /* width: 100vw; */
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  transition: all 0.3s ease;
}
.content {
  /* max-width: 1024px; */
  width: 100%;
  padding: 0;
  /* margin: 0 auto; */
  display: flex;
  /* justify-content: center; */
  align-items: center;
}

.card .title {
  font-family: "Playfair Display", serif !important;
  font-size: 20px;
  width: 100%;
  margin: 0;
  text-align: center;
  color: white;
  font-weight: 100;
  letter-spacing: 2px;
  opacity: 0;
}

.card:hover .title {
  opacity: 1;
}

.card .text {
  font-family: "Abel", sans-serif !important;
  width: 86%;
  margin: 0 auto;
  font-size: 14px;
  text-align: center;
  margin-top: 20px;
  color: white;
  font-weight: 200;
  letter-spacing: 1px;
  opacity: 0;
  transition: all 0.3s ease;
  white-space: initial;
  overflow-x: clip;
}

.card {
  width: 100%;
  height: 240px;
  margin: auto 3px 12px auto;
  border: none;
  font-size: 16px;
  transition: all 0.3s ease;
  border-radius: 5px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  cursor: pointer;
  transition: all 0.3s ease;
  background: no-repeat;
  background-size: cover;
  text-decoration: none !important;
}

.card .title .smallerTitle {
  font-size: 0.5em;
  letter-spacing: 1.4px;
}

#nav {
  margin-bottom: 0 !important;
}

.card img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: auto;
  z-index: -2;
  height: 100%;
  filter: brightness(0.85);
}

.h1Link {
}

.h1Link:hover {
  color: #23527c;
  text-decoration: none !important;
}

.card:hover {
  background: rgba(0, 0, 0, 1);
  opacity: 1;
}

.wrapper .content .card a:hover .title {
  text-decoration: none;
}

.card:hover .info {
  text-decoration: none;
  height: 90%;
}

.card:hover .text {
  transition: all 1s ease;
  text-decoration: none;
  opacity: 1;
  max-height: 40px;
}

.card:hover .icon {
  background-position: -120px;
  transition: all 0.3s ease;
}

.card:hover .icon i {
  background: linear-gradient(90deg, #ff7e7e, #ff4848);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  opacity: 1;
  transition: all 0.3s ease;
}

#defaultCanvas0 {
  position: absolute;
  top: 0;
  z-index: -2;
  opacity: 0.04;
}

.workContainer {
  margin-right: auto;
  margin-left: auto;
}
#sortProjects {
  max-width: 300px;
  min-width: 250px;
  width: 20%;
  float: left;
}

@media screen and (max-width: 768px) {
  .card {
    height: 52vw;
    margin: 5px auto;
  }

  #steveTitle {
    display: none;
  }
}
