body {
  margin: 0;
  background-color: #eee;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Noto Sans', sans-serif;
}


h1 {
  font-size: 20px;
  line-height: 1.5;
  font-weight: 100;
  letter-spacing: 4.5px;
  color: white;
}

h2 {
  padding: 10px;
  color: #6495ed;
  text-transform: uppercase;
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: bold;
  font-size: 24px;
  margin-bottom: 40px;
}

.hero {
  height: 300px;
  background-color: #1b2127;
  display: grid;
  place-items: center;
}

.code-logo svg {
  width: 90px;
  height: 90px;
  color: #ffd;
  fill: currentColor;
  margin-top: 4rem;
}

.container {
  display: flex;
  justify-content: inherit;
  align-items: center;
  height: inherit;
  flex-wrap: inherit;
  overflow: hidden;
  padding: 1rem 0;
}


.portfolio {
  padding: 20px;
}

.header {
  background-color: #1b2127;
  color: white;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 70px;
}

ol,
ul {
  list-style: none;
}

figure {
  margin: 0;
}

.header a {
  color: white;
  text-decoration: none;
  height: inherit;
  display: flex;
  align-items: center;
  padding: 0 12px;
}

.menu {
  color: white;
}

.header ol {
  display: flex;
  height: inherit;
}

.header ol li {
  height: inherit;
}


.footer {
  color: white;
  background: #1D252C;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 1rem;
}

.footer img {
  vertical-align: middle;
}

.footer a {
  text-decoration: none;
  color: white;
}

.logo {
  margin: 0;
}

.logo img {
  padding-left: 12px;
}

.menu a {
  color: white;
  text-decoration: none;
}

.card.mx-auto.mb-5 {
  transition: 0.3s;
  border-bottom-right-radius: 1rem;
  border-bottom-left-radius: 1rem;
}

.card.mx-auto.mb-5:hover {
  transform: scale(1.04);
  box-shadow: rgb(0 0 0 / 10%) 2px 5px 8px;
}

.btn-light {
  background-color: #efefef;
}

.btn-light:hover {
  background-color: rgb(194, 192, 192)
}

.card-img-top {
  width: 100%;
  height: 22.5vh;
  object-fit: cover;
}

.message-container {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #f4a460;
  border-radius: 2rem;
  padding: 1rem 6rem;
  margin: 1rem;
}

.message-container p {
  margin: 1rem 0;
  font-family: "Noto Sans", sans-serif;
}

.contact {
  background-color: #056fff;
  color: white;
  height: 625px;
  display: grid;
  align-items: center;
  justify-items: center;
}

.contact-text {
  font-size: 20px;
  font-weight: bold;
  margin-top: 5px;
  padding-top: 15px;
}

.form-email {
  margin-bottom: 35px;
}

label {
  margin-left: 20px;
}


.form-control {
  margin: 1rem;
}

.social {
  margin-bottom: 15px;
}

.social-link {
  display: inline-block;
  width: 50px;
  height: 50px;
  margin: 0 10px;
  background-size: 50px 53px;
}

.social-link.github {
  background-image: url(../images/github.svg);
}

.social-link.linkedin {
  background-image: url(../images/linkedin.svg);
}

.footer_container {
  font-size: 15px;
  height: 60px;
  margin: 0 auto;
  display: inherit;
  justify-content: inherit;
  align-items: inherit;
  height: inherit;
  flex-wrap: inherit;
}