/* a minimalist set of CSS resets */

/* default to border-box */
html {
  box-sizing: border-box;
  font-size: 20px;
}
* {
  margin: 0;
  padding: 0;
}
*,
*:before,
*:after {
  box-sizing: inherit;
}

/* adjust typography defaults */
html,
body {
  margin: 0;
  font-family: fjalla one;
  line-height: 1.5;
  margin: 10px;
  background-color: #2a9d8f;
  text-align: center;
}
.about-me p {
  color: white; 
  font-size: 25px;
}
.container {
  justify-content: center;
}
.contact a {
  font-size: 25px;
}
.contact p {
  color: white; 
  font-size: 35px;
  margin-left: 0;
}
.email {
  margin-bottom: 20px;
  margin-top: 20px;
}
.phone {
  margin-bottom: 20px;
}
.media {
  margin-bottom: 20px;
}

/* images and videos max out at full width */
img,
video {
  height: 200px;
  max-width: 100%;
}

.nav > div {
  padding: 10px;
  text-align: center;
  font-size: 2em;
  color: white;
}

.nav > div:nth-child(1) {
  background-color: #009693;
}

.nav > div:nth-child(2) {
  background-color: #68c1b9;
}

.nav > div:nth-child(3) {
  background-color: #009693;
}
.nav > div:nth-child(4) {
  background-color: #68c1b9;
}
.container {
  margin-top: 50px;
}
.card-img-top {
  width: 90%;
}
.card {
  margin: 40px;
}
.btn-primary {
  background-color: #2a9d8f;
  border-color: white;
}
.blue-jay {
  position: absolute;
  width: 170px; /* Adjust size as needed */
  height: auto; /* Maintain aspect ratio */
}

#footer {
  position: fixed;
  border-style: solid;
  border-color: white;
  padding: ;
  left: 0;
  bottom: 0;
  width: 100%;
  margin: 50px 0px 0px 0px;
  padding: 10px;
  background-color: #68c1b9;
  text-align: center;
}
