
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700;800;900&display=swap');

/*
:root {
  --primary-color: #000000;
  --bg-color: #161616;

  --nav-bg-color: #000000;
  --nav-link-color: #A3A3A3;
  --nav-btn-text-color: #E22727;
}
*/


body {
  font-family: Poppins;
}

h1.h1-hidden {
  font-size: 0;
  width: 1px;
  height: 1px;
  display: inline-block;
  overflow: hidden;
  position: absolute!important;
  border: 0!important;
  padding: 0!important;
  margin: 0!important;
  clip: rect(1px,1px,1px,1px);
}

h1 {
  font-size: 3rem;
  line-height: 1;
  font-weight: 700;
  letter-spacing: -0.03em;
  color: #000000;
}
h2 {
  font-size: 1.5rem;
  line-height: 1.25;
  font-weight: 700;
  letter-spacing: -0.03em;
  color: #000000;
}
h3 {
  font-size: 1.125rem;
  line-height: 1.25;
  font-weight: 600;
  color: #000000;
}

#header-hero h1 {
  position: relative;
}
#header-hero h1::before {
  content: open-quote;
  display: inline;
  height: 0;
  line-height: 0;
  position: absolute;
  left: -0.5em;
  top: 0.5em;
}
#header-hero h1::after {
  content: close-quote;
}
#header-hero .intro p {
  font-size: 1.5rem;
  color: #000000;
}

.home-banner {
  position: relative;
}
.home-banner .overlay-image {
  position: absolute;
  bottom: 0;
  right: 2%;
  width: calc(50% - 2%);

  opacity: .5;
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  .row-cols.row-cols-custom>* {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
}
@media screen and (max-width: 767px) {
  .row-cols.row-cols-custom>* {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
}
/*
.row-cols-3>* {
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
*/



/* Buttons */
.btn-red {
  color: #FFFFFF;
  /*background-color: #E22727;
  border-color: #E22727;*/
  background-color: #ff0100;
  border-color: #ff0100;
}
.btn-red:active,
.btn-red:focus,
.btn-red:hover {
  color: #FFFFFF;
  background-color: #bc1a1a;
  border-color: #bc1a1a;
  background-color: #cc0000;
  border-color: #cc0000;
}


.angry-designer-bios {
  margin-bottom: 100px;
}
.angry-designer-bios h2 {
  font-size: 1.75rem;
}
.angry-designer-bios p:last-of-type {
  margin-bottom: 0;
}
.angry-designer-bios img {
  width: 100%;
  height: auto;
  /*
  height: 100%;
  object-fit: cover;
  object-position: center;
  */
}