body {
  font-family: "Libre Franklin";
}

html {
  scroll-snap-type: y mandatory;
  overflow-y: scroll;
  scroll-behavior: smooth;
}

p,
i,
h3,
h5,
h6,
h1,
h2 {
  animation: fadeIn 1s;
}

section {
  width: 100vw;
  /* scroll-snap-align: start; */
}

.navbar-dark .navbar-brand {
  color: #033861;
  font-weight: 700;
  font-size: 1.8rem;
}

@media (max-width: 700) {
  .navbar-dark .navbar-brand {
    font-size: 1rem;
  }
}

.navbar-dark .navbar-brand:hover,
.navbar-dark .navbar-brand:focus {
  color: #033861;
}

.navbar-dark .navbar-nav .nav-link {
  margin: auto 15px;
  color: #033861;
  font-size: 1.2rem;
  font-weight: 600;
}

.navbar-dark .navbar-nav .nav-link:hover,
.navbar-dark .navbar-nav .nav-link:focus {
  color: #033861;
}

.navbar button i {
  color: #033861;
}

#home {
  background-image: url("https://images.unsplash.com/photo-1622547748225-3fc4abd2cca0?ixid=MnwxMjA3fDB8MHxzZWFyY2h8NHx8M2QlMjBhcnR8ZW58MHx8MHx8&ixlib=rb-1.2.1&auto=format&fit=crop&w=900&q=60");
  /*url("/images/backgroundHome.png");*/
  height: 50vh;
  color: #fff;
  background-size: cover;
  background-repeat: no-repeat;
  text-align: center;
}

.heading {
  animation: fadeIn 1s;
  width: clamp(300px, 70vw, 700px);
  height: 120px;
  /* Center vertically */
  position: absolute;
  top: calc(25% - 60px);
  left: calc(50% - clamp(150px, 35vw, 350px));
  color: #033861;
}

.header {
  font-size: clamp(40px, 7vw, 90px);
  font-weight: 700;
}

@media (max-width: 700px) {
  #home {
    height: 42vh;
  }
  .navbar-dark .navbar-brand {
    font-size: 1.2rem;
  }
  .header {
    font-size: 35px;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.subheader {
  font-size: clamp(22px, 3vw, 60px);
  font-weight: 500;
}

.overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: #161b40;
  opacity: 0.1;
}

/* 
#about {
   
} */

.section-header {
  animation: fadeIn 1.5s;
  text-align: center;
  color: #033861;
  font-size: clamp(38px, 6vh, 66px);
  font-weight: 600;
  flex: 0 0 120px;
}

.section-header-parent {
  display: flex;
  justify-content: center;
  align-items: center;
}

#about .container {
  padding-top: 60px;
}

.section-text {
  font-size: 20px;
}

@media (max-width: 700px) {
  .section-text {
    text-align: center;
  }
}

#skills {
  /* height: 65vh; */
  text-align: center;
}

#skills .container {
  padding-top: 60px;
  padding-bottom: 20px;
}

div h6 {
  font-size: 1.8rem;
  margin-bottom: 20px;
  padding-top: 20px;
  color: #04467a;
}

i {
  margin-bottom: 10px;
  color: #04467a;
}

.col h3 {
  color: #033861;
}

#projects {
  background-color: #fff;
  position: relative;
  z-index: 0;
  text-align: center;
}

#projects .container {
  padding: 30px 0 30px;
  background-color: #fff;
}

#projects .container .row {
  margin-top: 30px;
}

.card {
  width: clamp(250px, 40vw, 350px);
  border-color: #04467a;
  border-width: 2px;
  /* position: relative; */
  background: none;
  z-index: 1;
  overflow: hidden;
  margin: 20px auto auto;
}

.image-tilted {
  /* height: 80px; */
  /* object-fit: cover; */
  transform: rotate(30deg);
  width: 250px;
  position: absolute;
  z-index: -1;
  right: 90px;
  top: 20px;
}

.image-tilted-body {
  margin-top: 250px;
  background-color: #fff;
  position: relative;
  z-index: 1;
}

.card .standard-image {
  height: 250px;
  object-fit: cover;
}

.card-footer {
  text-align: center;
  background-color: #04467a;
}

.card-body {
  background-color: #fff;
  height: 390px;
}

@media (max-width: 768px) {
  .card-body {
    height: auto;
  }
  .card {
    /* width: 90vw; */
    /* margin: auto; */
  }
  .row {
    margin-left: 0;
    margin-right: 0;
  }
  .card-footer p {
    color: #fff;
    margin: 0;
    position: relative;
    z-index: 1;
  }
}

.card-footer p {
  color: #fff;
  margin: 0;
  position: relative;
  z-index: 1;
}

#contact {
  background-color: #04467a;
}

#contact .container {
  padding-top: 40px;
  padding-bottom: 80px;
}

#contact .container .section-header {
  color: #fff;
}

label {
  color: #fff;
}

.submit-button {
  background-color: #0791fa;
  float: right;
}

hr {
  margin-bottom: 30px;
  background-color: #fff;
}

footer {
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: #04467a;
  color: #fff;
  text-align: center;
}
