@import url('https://fonts.googleapis.com/css?family=Cinzel+Decorative:900|KoHo:300,600&display=swap');
/* ==========================================================================
Colors
========================================================================== */
/*
Off white: #fdf9f5;

Purple: #322646
Darken 20%: #281e38
Darken 40%: #1e172a

Deep purple red: #720c35
Lighten 20%: #8e3b59
Lighten 60%: #aa6b7d

Dark teal: #073751
Lighten 20%: #395e70
Lighten 40%: #6a858e

Green: #525e08
Lighten 20%: #757d35
Lighten 60%: #979c62
/*

/* ==========================================================================
Page
========================================================================== */
html {
  scroll-behavior: smooth;
  font-size: calc(16px + 6 * ((100vw - 300px) / 1000));
  font-family: "KoHo", sans-serif;
  font-weight: 300;
  background: #fdf9f5;
  color: #322646;
}

img {
  max-width: 100%;
}

h1, h2, h3, .fancy-text-shadow {
  font-family: "Cinzel Decorative Black", serif;
  font-weight: 900;
}

h2 {
  text-align: center;
  color: #073751;
  margin-top: 3em;
  margin-bottom: 0;
  line-height: 1em;
}

h2:after {
  display: block;
  content: '';
  width: 10%;
  height: 2px;
  background: #6a858e;
  margin: 0.8em auto 0;
}

h3 {
  text-align: center;
  color: #720c35;
}

p {
  text-indent: 1em;
}

a {
  color: #6a858e;
}

h1,
.fancy-text-shadow {
  color: #fdf9f5;
  font-size: calc(30px + 68.476 * ((100vw - 300px) / 1000));
  margin: 0;
  text-shadow: 0px 0px 4px #073751;
  position: absolute;
  top: 12px;
  left: 18px;
  z-index: 1;
}

.fancy-text-shadow {
  mix-blend-mode: color-burn;
  color: #720c35;
  text-shadow: none;
  top: 15px;
  left: 21px;
  z-index: 0;
}

@media (min-width: 481px) {
  h1 {
    text-align: right;
    right: 24px;
  }

  .fancy-text-shadow {
    text-align: right;
    right: 18px;
  }
}

@media (min-width: 801px) {
  h1 {
    bottom: 24px;
    top: initial;
  }

  .fancy-text-shadow {
    bottom: 18px;
    top: initial;
  }
}

@media (min-width: 1001px) {
  h1,
  .fancy-text-shadow {
    font-size: 78px;
  }
}



/* ==========================================================================
Header
========================================================================== */
.splash {
  width: 100%;
  height: 70vh;
  background-image: url('../img/heron.jpg');
  background-size: cover;
  background-position-x: 15%;
}

@media (min-width: 481px) {
  .splash {
    height: 90vh;
  }
}

.title {
  width: 100%;
  height: 100%;
  position: relative;
  max-width: 1000px;
  margin: auto;
}

nav {
  border-top: 2px solid #1e172a;
  border-bottom: 2px solid #1e172a;
  background-color: #6a858e;
}

nav ul {
  list-style: none;
  padding: 6px;
  margin: 0 auto;
  display: flex;
  flex-flow: row wrap;
  max-width: 1000px;
}

nav li {
  flex: 1 1 100%;
}

nav li a {
  display: block;
  padding: 6px 12px;
  text-decoration: none;
  font-weight: 600;
  color: #525e08;
  border: solid 2px;
  border-radius: 6px;
  text-align: center;
  transition: 0.2s ease;
  margin-bottom: 6px;
  background-color: #fdf9f5;
}

nav li a:hover,
nav li a:focus,
nav li a:active {
  background-color: #720c35;
  color: #fdf9f5;
  border-color: #979c62;
}

@media (min-width: 461px) {
  nav li {
    flex: 1 1 0%;
  }

  nav li a {
    margin-right: 6px;
    margin-bottom: 0;
  }

  nav li:last-of-type a {
    margin-right: 0;
  }
}

/* ==========================================================================
Main
========================================================================== */
main {
  padding: 12px;
}

.container {
  max-width: 600px;
  margin: auto;
}

.intro {
  font-weight: 600;
  margin-top: 2em;
  margin-bottom: 0;
}

.phone {
  text-align: center;
  margin: 2em 0;
}

.phone a {
  font-size: 1em;
  font-weight: 600;
  color: #395e70;
  border: solid 2px;
  border-radius: 6px;
  padding: 12px 24px;
  text-decoration: none;
  transition: 0.2s ease all;
}

.phone a:hover,
.phone a:focus,
.phone a:active {
  background: #073751;
  color: #fdf9f5;
  border-color: #aa6b7d;
}

.portfolio-menu {
  list-style: none;
  padding: 6px;
  margin: 1em auto 0;
  display: flex;
  flex-flow: row wrap;
}

.portfolio-menu li {
  flex: 1 1 100%;
}

.portfolio-menu button {
  display: block;
  width: 100%;
  padding: 6px 12px;
  text-decoration: none;
  font-weight: 600;
  color: #395e70;
  border: solid 2px;
  border-radius: 6px;
  text-align: center;
  transition: 0.2s ease;
  margin-bottom: 6px;
  background-color: #fdf9f5;
}

.portfolio-menu button:hover,
.portfolio-menu button:focus,
.portfolio-menu button:active {
  background-color: #322646;
  color: #fdf9f5;
  border-color: #979c62;
}

.portfolio-menu button.active {
  background-color: #720c35;
  color: #fdf9f5;
  border-color: #979c62;
}

@media (min-width: 461px) {
  .portfolio-menu li {
    flex: 1 1 0%;
  }

  .portfolio-menu li {
    margin-right: 6px;
    margin-bottom: 0;
  }

  .portfolio-menu li:last-of-type {
    margin-right: 0;
  }
}

#nature,
#birds,
#other {
  display: none;
}

/* ==========================================================================
Footer
========================================================================== */
footer {
  background: #525e08;
  padding: 48px;
  text-align: center;
  margin-top: 48px;
}

footer h2 {
  color: #dcdfce;
}

footer a {
  color: #dcdfce;
}
