* {
  box-sizing: inherit;
  padding: 0;
  margin: 0; }

/* White text throughout */
body {
  font-family: sans-serif;
  color: white;
  box-sizing: border-box;
  font-size: 62.5%; }

img {
  width: 100%; }

.container {
  margin: 0 auto;
  max-width: 1100px;
  overflow: visible; }

.flex-container {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  flex-wrap: wrap;
  padding: 1rem; }
  .flex-container:not(:last-child) {
    margin-bottom: 5rem; }

.menu {
  display: flex;
  flex-direction: row;
  gap: .5rem; }

.flex-item {
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 0;
  margin: 0 .5rem; }

.flex-item-align-center-cross {
  align-items: center; }

.flex-item-align-center-main {
  justify-content: center; }

.whole {
  width: 100%; }

.half {
  width: 45%; }

.third {
  width: 30%; }

.twothird {
  width: 66.66%; }

@media (min-width: 750px) {
  .flex-container {
    flex-direction: row; }

  .flex-item-8 {
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: 600px; }

  .flex-item-4 {
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: 400px; } }
h1,
h2,
h3,
h4 {
  font-family: minion-pro-display, serif;
  font-weight: 700;
  font-style: normal;
  color: #4b5320; }

h1 {
  display: inline-block;
  color: #F9FBE9;
  margin-bottom: 1.5rem;
  padding-bottom: 0;
  border-bottom: 5px solid #d8412c;
  font-size: 6rem;
  font-weight: 500; }

h2 {
  font-size: 4rem;
  text-align: left;
  /* border-bottom: 5px solid #bb3e2a; */
  font-weight: 500;
  margin-bottom: 1.5rem;
  color: #859a23; }

h3 {
  /* text-align: center; */
  font-size: 2rem;
  margin-bottom: 1rem;
  font-weight: 700;
  font-style: normal;
  color: #4b5320; }

h4 {
  font-size: 2rem;
  margin-bottom: .75rem;
  font-weight: 700;
  font-style: normal;
  color: #4b5320; }

p {
  font-size: 1.75rem;
  line-height: 150%;
  margin-bottom: 1rem; }

blockquote {
  font-size: 1.5rem;
  padding-left: .75rem;
  color: #888;
  border-left: 4px solid #888; }
  blockquote em {
    font-size: 1.25rem; }

section ul {
  font-size: 1.25rem;
  list-style-type: square;
  margin-left: 4rem;
  margin-bottom: 2rem; }

body {
  /* background-color: #4b5320;
  background-image: linear-gradient(#4b5320,#325320); */
  /* background-color: #C0C8CF; */
  font-family: brandon-grotesque, helvetica, sans-serif;
  font-weight: 500;
  font-style: normal;
  color: #333333;
  background-color: #f9fbe9; }

header {
  font-family: brandon-grotesque, helvetica, sans-serif;
  background-color: #f9fbe9;
  padding: 0.25rem 0; }

section {
  padding: 3rem 0; }

#header {
  /* background-color:rgb(75, 83, 32); */
  background-image: linear-gradient(#4b5320, #325320); }

#header-home {
  /* background-color:rgb(75, 83, 32); */
  background-color: #4b5320;
  border-bottom: 4px solid #333333; }

footer {
  background-color: #4b5320;
  text-align: center;
  padding: 1rem; }

footer p {
  color: white; }

img.circle-img {
  border-radius: 50%;
  width: 70%;
  border: 5px solid #f9fbe9;
  box-shadow: 1px 1px 5px #333; }

.lead {
  color: antiquewhite;
  font-weight: 400;
  font-size: 1.75rem;
  clear: both; }

.feature-card {
  position: relative;
  height: 100%;
  display: block;
  text-align: center;
  border: 10px solid #FFF;
  box-shadow: 1px 2px 3px #999;
  padding: 2rem 1rem 0 1rem;
  margin: 1.5rem 1rem; }
  .feature-card--label {
    position: absolute;
    display: inline-block;
    background-color: #f9fbe9;
    padding: 0 .5rem;
    left: 50%;
    top: -3%;
    transform: translate(-50%, -50%); }

a.feature-card {
  color: #4B5320; }

.outline-button:link, .outline-button:visited {
  display: inline-block;
  font-size: 1.5rem;
  background-color: #d8412c;
  padding: 0.75rem 1.5rem;
  color: antiquewhite;
  transition: all .3s; }

.outline-button:hover {
  transform: translateY(-3px);
  box-shadow: 0 10px 20px rgba(51, 51, 51, 0.618); }

.outline-button:active {
  transform: translateY(1px); }

#interests {
  background-image: linear-gradient(#4b5320, rgba(50, 83, 32, 0.65)), url(../img/mars.jpg);
  background-size: cover;
  background-position: top; }
  #interests p {
    color: #f9fbe9; }
  #interests h2, #interests h3 {
    color: #859a23; }

li {
  list-style-type: square; }

a {
  text-decoration: none; }

nav {
  background-color: #4b5320; }

.menu {
  justify-content: center; }

.menu a {
  color: antiquewhite;
  padding: .25rem .5rem;
  font-family: brandon-grotesque, helvetica, sans-serif;
  font-size: 1.5rem;
  letter-spacing: 0.1rem; }

.menu li {
  list-style-type: none; }

.menu-selected {
  background-color: #d8412c; }

.text-gradient {
  background-image: linear-gradient(to bottom, #fff, #999);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent; }

.container-rotate-text {
  position: relative; }
  .container-rotate-text--rotate-text {
    position: absolute;
    display: inline-block;
    box-shadow: 0 10px 10px rgba(51, 51, 51, 0.5);
    background-color: #f9fbe9;
    text-align: center;
    width: 16rem;
    padding: .3rem 0;
    left: 55%;
    top: 80%;
    border: 2px solid #d8412c;
    font-size: 1rem;
    overflow: visible;
    transform: translate(-50%, -50%) rotate(-8deg) skew(-9deg); }

@media (min-width: 750px) {
  .container-rotate-text {
    position: relative; }
    .container-rotate-text--rotate-text {
      left: 28%;
      transform: translate(-50%, -50%) rotate(-8deg) skew(-9deg); }

  #header-home {
    clip-path: polygon(0 0, 100% 0, 100% 80%, 0 100%); } }

/*# sourceMappingURL=app.css.map */
