body {
  font-family: 'Roboto';
}

.loader {
  height: 100vh;
  background-color: black;
  color: white;
  position: fixed;
  top: 0;
  z-index: 100;
}

.project-row {
  margin: 0  0 40px 0 !important;
  display: flex;
  gap: 40px;
  flex-direction: row;
  margin-bottom: 40px;
}

.project-item {
  flex: 1;
  padding: 20px;
  background: #ddd;
  border-radius: 10px;
}

.rowflex {
  display: flex;
  flex-direction: row;
  gap: 50px;
}

.rowflexcol {
  /* flex: 1 1 0px; */
}

.certs {
  display: flex;
  gap: 5px;
  flex-wrap: wrap;
}

.certs img {
  width: 50px;
}

@media only screen and (max-width: 800px) {
  .rowflex {
    display: flex;
    flex-direction: column;
    gap: 50px;
  }  
}


.loader-text {
  position: fixed;
  top: 40%;
  left: 50%;
  transform: translate(-50%, -50%);
  animation: fadeInAnimation ease 5s;
  animation-iteration-count: 1;
  animation-fill-mode: forwards; 
  font-size: 20pt;
  letter-spacing: 5px;
}

@keyframes fadeInAnimation { 
  0% { 
      opacity: 0; 
  } 
  100% { 
      opacity: 1; 
   } 
} 

.top-section {
  background-image: url("images/bg-bw.jpg");
  background-position: center;
  background-size: cover;
  min-height: 600px;
  height: 100vh;
  position: relative;
}

.top-text {
  min-height: 600px;
}

.top-text h1 {
  margin-top: 200px;
  padding: 20px;
  background-color: #0d0d0d;
  color: white;
  display: inline-block;
}

.top-text h2 {
  margin-top: 50px;
  padding: 20px;
  background-color: #0d0d0d;
  color: #b3b3b3;
}

.top-text h2 .typer {
  color: white;
}

.section {
  padding-top: 50px;
  padding-bottom: 50px;
}

.dark {
  background-color: #0d0d0d;
  color: white;
}

.certs {
  margin-bottom: 20px;
  margin-top: 20px;
}
.certs .col-4 {
  margin-bottom: 10px;
}

.quote {
  text-align: center;
  font-size: 32px;
  font-style: italic;
  margin-top: 100px;
}

.author {
  text-align: center;
  margin-bottom: 100px;
}

.footer {
  text-align: center;
}

#cognito {
  color: #f7f7f7;
}

.bakesimg {
  width: 400px;
}

@media only screen and (max-width: 800px) {
  .bakesimg {
    width: 100%;
  }
}