html {
  scroll-behavior: smooth;
}
body {
  margin: 0;
  font-family: "Baloo Tamma 2", sans-serif;
  background: #222;
}
.navigation {
  background: #222;
  border-top: 2px solid #f2a900;
  padding: 12px 40px !important;
}
.brand-logo {
  height: 26px;
  width: auto;
}
.navigation-link {
  text-decoration: none;
  font-size: 14px;
  font-weight: 500;
  color: #fff !important;
}
.navigation-link:hover {
  color: #f2a900 !important;
}
/* Main Container height*/
.main-container {
  height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-image: url("https://i.ibb.co/67XjMvGt/1.png");
  background-attachment: fixed;
  background-size: cover;
}
.main_row {
  display: flex;
  justify-content: center;
  align-items: center;
}
.main_row h1 {
  font-size: 5rem;
}
.main_row img {
  width: auto;
  height: 100vh;
}
.about {
  background-color: rgba(0, 0, 0, 0.6);
  border-radius: 15px;
  margin-top: 50px;
}
.m-heading {
  font-size: 2.5rem;
  font-weight: 700;
  margin: 20px 0;
  margin-top: 6px;
}
.btn-outline-warning {
  border-width: 2px;
  font-weight: 600;
  padding: 10px 30px;
  transition: all 0.3s ease;
}
.btn-oultine-warning:hover {
  background-color: #ffc107;
  transform: scale(1.05);
}
#projects h1 {
  font-weight: 900;
}
.card {
  border: 0;
  border-radius: 3px;
  box-shadow: 0 5px 18px rgba(0, 0, 0, 0.35);
}
.card-img-top {
  padding: 18px;
  height: 13rem;
  object-fit: contain;
}
.card-text {
  color: #6f7780;
  font-size: 0.85rem;
}
.btn-warning {
  font-weight: 700;
  font-size: 0.8rem;
  border-radius: 3px;
}
/*Button cards */
.media_link {
  border: 2px solid #f2a900;
  border-radius: 4px;
  padding: 14px 18px;
  margin-right: 18px;
  background: transparent;
  text-align: left;
}
.row.pt-5 {
  gap: 18px;
}
/* Text isinde the buttons */
.media_link h3 {
  font-size: 16px;
  font-weight: 600;
}
/*Icons */
.media_link i {
  font-size: 22px;
}
/*Email button filled (already has bg-warning in HTML) */
.media_link.bg-warning {
  border: 2px solid #f2a900;
}
footer {
  background: #2b2b2b;
  width: 100%;
}
footer .container {
  padding: 22px 0 !important;
}
footer h5 {
  margin: 0;
  font-size: 14px;
  font-weight: 500;
  color: #8b8b8b;
}
footer a {
  color: #f2a900 !important;
  text-decoration: none;
}
footer a:hover {
  text-decoration: underline;
}