body,
html {
  width: 100%;
  height: 100%;
}

/* Navigation - keep minimal styles only */
#menu {
  padding: 15px 0;
  transition: all 0.8s;
}

#menu.navbar-default {
  background-color: transparent;
  border-color: transparent;
}

#menu a.navbar-brand {
  font-family: "Raleway", sans-serif;
}

.navbar-default .navbar-nav > li > a {
  font-family: "Lato", sans-serif;
  text-transform: uppercase;
  color: #555;
  font-size: 15px;
  font-weight: 400;
  padding: 8px 2px;
  border-radius: 0;
  margin: 9px 20px 0 20px;
}

.navbar-toggle {
  border-radius: 0;
}

/* Remove all text styling to prevent conflicts */
/* .section-title, h1, h2, h3, h4, h5, p styles removed */

/* Keep only essential button styles */
.btn-custom {
  font-family: "Raleway", sans-serif;
  text-transform: uppercase;
  color: #fff;
  background-color: #5ca9fb;
  padding: 14px 34px;
  letter-spacing: 1px;
  margin: 0;
  font-size: 15px;
  font-weight: 500;
  border-radius: 25px;
  transition: all 0.5s linear;
  border: 0;
}

.btn-custom:hover,
.btn-custom:focus,
.btn-custom.focus,
.btn-custom:active,
.btn-custom.active {
  color: #fff;
  background-color: #4085cd;
  border-color: #4085cd;
}

/* Header Section - minimal styles only */
.intro {
  display: table;
  width: 100%;
  padding: 0;
  background: transparent;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
}

.intro .overlay {
  background: rgba(0, 0, 0, 0.2);
}

/* Remove all other conflicting styles */
