.navbar {
  position: fixed;
  width: 100%;
  background-color: #B3B4E5;
}
.navbar img {
  width: 20%;
  margin-left: 30px;
}

#navbarNav {
  justify-content: flex-end;
}

.intro-row {
  background-color: #c1689b;
  padding: 0.2em;
  width: 100%;
  padding-top: 5em;
}
.intro-row h2 {
  font-family: "Sancreek";
  font-size: 85px;
  text-transform: uppercase;
  color: #242227;
  text-align: center;
  margin-top: 0.8em;
}
.intro-row h3 {
  font-family: "Sancreek";
  font-size: 20px;
  text-transform: uppercase;
  text-align: center;
  line-height: 0.25em;
  margin-bottom: 2em;
}

header {
  background-color: "$variant-background";
}

body {
  background-color: #eddfdf;
  color: #AB0B3C;
  height: 50px;
}

.nav ul {
  display: flex;
  flex-direction: column;
  gap: 5px;
}

li {
  list-style: none;
}

.primary {
  margin-top: 10em;
}
.primary li {
  padding: 2em;
  font-family: "$primary-type";
  color: "$red";
  line-height: 2em;
  font-size: 10px;
}

.nav {
  padding: 80px;
  font-family: "$primary-type";
  font-size: 20px;
  text-align: center;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  .nav {
    font-size: 20px;
  }
}

.header h1 {
  font-family: "$heading-type";
  font-size: 20px;
  text-transform: uppercase;
}
.header h2 {
  font-family: "$heading-type";
  font-size: 20px;
  text-transform: uppercase;
}

.homebanner img {
  width: 100%;
}

.homeopening img {
  width: 100%;
}
@media (min-width: 768px) {
  .homeopening img {
    min-height: 100px;
  }
}
@media (min-width: 768px) {
  .homeopening img {
    min-height: 80px;
  }
}

.homeopening img {
  margin-bottom: 4em;
  margin-top: 4em;
}

.hometwo {
  margin-top: 2em;
  margin-bottom: 2em;
}
.hometwo a {
  font-weight: bold;
  padding: 50px;
  font-family: "$primary-type";
  font-size: "10px";
}
.hometwo h2 {
  padding: 50px;
  font-family: "$primary-type";
  font-size: "10px";
}

.hometwo {
  margin-top: 2em;
  margin-bottom: 2em;
}
.hometwo img {
  width: 80%;
}
.hometwo a {
  font-weight: bold;
  padding: 50px;
  font-family: "$primary-type";
  font-size: "10px";
}
.hometwo h2 {
  padding: 50px;
  font-family: "$primary-type";
  font-size: "10px";
}

.pre-footer-content h3 {
  font-family: "Sancreek";
  font-size: 85px;
  text-transform: uppercase;
  color: #242227;
  text-align: center;
  margin-top: 0.4em;
}

.footer {
  align-items: center;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 20px;
}
.footer img {
  width: 20%;
}
.footer a {
  text-decoration: none;
}

.portheader {
  background-color: #c1689b;
  padding: 0.1em;
  width: 100%;
  padding-top: 1em;
}
.portheader h2 {
  font-family: "Sancreek";
  font-size: 30px;
  text-transform: uppercase;
  color: #242227;
  margin-top: 0.4em;
}
.portheader h3 {
  font-family: "Sancreek";
  font-size: 15px;
  text-transform: uppercase;
  text-align: center;
  line-height: 0.25em;
  margin-bottom: 2em;
}

.port-tempgrid img {
  width: 100%;
}
@media (min-width: 768px) {
  .port-tempgrid img {
    min-height: 100px;
  }
}

.homebanner img {
  width: 100%;
}

.pre-footer {
  align-items: center;
  background-color: #c1689b;
  padding: 0.4em;
}
.pre-footer h3 {
  margin-top: 20px;
  font-family: "Sancreek";
  font-size: 30px;
  text-align: center;
  color: #242227;
  padding: 0.1em;
  text-transform: uppercase;
}
.pre-footer h4 {
  font-family: "Sancreek";
  font-size: 25px;
  text-align: center;
  color: #242227;
  padding: 0.1em;
  text-transform: uppercase;
}
.pre-footer a {
  font-family: "Figtree";
  font-size: 12px;
  align-items: center;
  color: #242227;
}

.pre-footer a {
  text-align: center;
  font-family: "Figtree";
  font-size: 12px;
  align-items: center;
  color: #242227;
}

.footer p {
  text-align: center;
  font-family: "Figtree";
  font-size: 18px;
  text-transform: uppercase;
}

.footer {
  align-items: center;
}

.port-temp img {
  width: 100%;
}
@media (min-width: 768px) {
  .port-temp img {
    min-height: 100px;
  }
}
.port-temp p {
  font-family: "$primary-type";
  font-size: "28px";
  color: #242227;
}

.port-tempgrid img {
  width: 100%;
}
@media (min-width: 768px) {
  .port-tempgrid img {
    min-height: 100px;
  }
}

.contactsocial-links a {
  font-family: "Sancreek";
  font-size: 20px;
  color: #242227;
  padding: 7px;
  background-color: #B3B4E5;
  text-decoration: none;
}

.mikealcollage h1 {
  font-size: 18px;
  font-family: "Sancreek";
  color: #AB0B3C;
  background-color: #B3B4E5;
}/*# sourceMappingURL=custom.css.map */