@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Oxanium:wght@200..800&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");

/* Custom Styles */

body {
  font-family: "Roboto", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
}

h1,
h2,
h3,
.navbar-brand,
.navbar-brand p {
  font-family: "Oxanium", sans-serif;
  font-weight: 600;
}

h2 {
  font-size: 2.4em;
}

.navbar-brand {
  font-size: 1.2em;
  font-weight: 500;
}

h4,
h5,
h6,
.navbar,
.subheading {
  font-family: "Roboto", sans-serif;
}

p,
body,
.content-text {
  font-family: "Roboto", sans-serif;
}
.text-justify {
  text-align: justify;
}

.jumbotron {
  position: relative;
}

.jumbotron h1,
.jumbotron p {
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);
}

footer a:hover {
  text-decoration: underline;
}

.page-section {
  max-width: 1200px;
  margin: auto;
}

.navbar-content {
  max-width: 1400px;
  margin: auto;
}

.dropdown-menu-black {
  background-color: #141414;
}

.dropdown-menu-black .dropdown-item {
  color: #ffffff;
}

.dropdown-menu-black .dropdown-item:hover {
  background-color: #333333;
}

.circle-img {
  width: 150px;
  height: 150px;
  object-fit: cover;
  border-radius: 50%;
}

.hero-section {
  background-color: rgba(0, 0, 0, 0.5);
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media (max-width: 576px) {
  .responsive-width {
    width: 100% !important;
  }
}
