@font-face {
  font-family: Zenone;
  src: url("../fonts/ZenoneFontCommercialLicense/Zenone.ttf");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: The Artisan Script;
  src: url("../fonts/The Artisan Script.ttf");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: Roboto;
  src: url("../fonts/Roboto_Condensed/RobotoCondensed-VariableFont_wght.ttf");
  font-weight: normal;
  font-style: normal;
}
.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.col-left {
  width: 70%;
}
@media screen and (max-width: 400px) {
  .col-left {
    width: 66%;
  }
}
@media screen and (max-width: 300px) {
  .col-left {
    width: 62%;
  }
}

.col-right {
  width: 26%;
}
@media screen and (min-width: 300px) {
  .col-right {
    width: 23%;
  }
}
@media screen and (min-width: 401px) {
  .col-right {
    width: 20%;
  }
}

button {
  background-color: rgba(207, 91, 8, 0.3137254902);
  border: 2px solid rgba(255, 248, 220, 0.541);
  transition: 0.3s;
  border-radius: 5px;
  text-align: center;
  padding: 11px 20px;
  outline: 0;
  margin: 0 20px 0 0;
  height: 50px;
  align-self: center;
  font-size: 22px;
}
@media screen and (max-width: 400px) {
  button {
    font-size: clamp(0.9rem, 7.6vw - 0.525rem, 1.375rem);
    margin: 0 10px 0 0;
  }
}

button:hover {
  background-color: transparent;
}

button a {
  color: rgba(255, 248, 220, 0.541);
  font-weight: bold;
  text-decoration: none;
  transition: 0.3s;
}

button a:hover,
button a:active {
  color: cornsilk;
  outline: 0;
}

.img-fluid {
  width: 100%;
}

/* LINKSTACK */
.full-linkstack {
  border: 3px solid black;
  max-width: 400px;
  margin: 40px auto 0 auto;
}

.full-linkstack a {
  outline: #944d1a;
  color: rgba(255, 248, 220, 0.541);
}

.linkstack-top {
  position: relative;
  text-align: center;
}

.linkstack-top p {
  color: rgba(255, 248, 220, 0.616);
  font-family: "The Artisan Script", arial;
  font-weight: bold;
  font-size: 1.5rem;
}

.linkstack-top h1 {
  width: 100%;
  font-family: "Zenone";
  color: cornsilk;
  font-weight: normal;
  font-size: clamp(1.6875rem, 0.5556vw + 1.5833rem, 2.25rem);
  margin: 0;
  position: absolute;
  top: 30px;
  left: 50%;
  transform: translate(-50%, -50%);
}

.linkstack-top p {
  margin: 10px 0;
}

.linkstack-media,
.linkstack-icons {
  width: 100%;
  padding: 7px 0;
  color: white;
  font-size: 1.5rem;
  margin: 0 auto;
  align-items: center;
}

.linkstack-media {
  margin-bottom: 10px;
}
@media screen and (max-width: 400px) {
  .linkstack-media {
    justify-content: space-between;
  }
}

.linkstack-icons {
  justify-content: space-around;
  margin-top: 25px;
}

.linkstack-stack {
  background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.7)), url("../assets/blur_bridge-small.jpg");
  background-position: center bottom;
  background-repeat: no-repeat;
  padding-right: 0;
}

.linkstack-media h2 {
  font-family: Roboto;
  color: rgba(255, 248, 220, 0.541);
  font-size: 35px;
  text-align: center;
  margin: 0;
}
@media screen and (max-width: 400px) {
  .linkstack-media h2 {
    font-size: clamp(1.6875rem, 8vw + 0.1875rem, 2.1875rem);
    text-align: left;
    padding-left: 20px;
  }
}

.linkstack-icons a .fas {
  font-size: 100%;
  padding-bottom: 50px;
  filter: invert(97%) sepia(6%) saturate(871%) hue-rotate(355deg) brightness(85%) contrast(86%);
}

.icon-1 {
  text-align: right;
}

.icon-2 {
  text-align: left;
}

.media-first {
  padding-top: 45px;
}

#link-stack small {
  color: rgba(255, 248, 220, 0.541);
  font-size: 70%;
}/*# sourceMappingURL=main.css.map */