/****************************************
GLOBAL STYLES
****************************************/

html * {
  font-family: 'Inter', sans-serif;
}

@font-face {
  font-family: 'sidelinesregular';
  src: url('../fonts/sidelines-webfont.woff2') format('woff2'),
    url('../fonts/sidelines-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;

}

body {
  background-color: #ffffff;
  color: white;
}


h2 {
  font-size: 36px;
}

/****************************************
1. HEADER STYLES
****************************************/


/****************************************
2. NAV STYLES
****************************************/
nav#navbar {
  position: relative;
  top: 0;
  width: 100%;
  z-index: 2;
}

nav {
  font-size: 13.5px;
}

.nav-separator {
  border: none;
  height: 10px;
  background-color: #222222;
  margin: 0;
}

hr:not([size]) {
  margin-top: 0;
  /* Adjust the margin-top value to your desired spacing */
  height: 2px;
}

.navbar-toggler-icon {
  color: white;
}

.navbar-brand {
  width: 80px;
  height: auto;
}

.nav-link {
  color: #222222;
  text-transform: uppercase;
  font-family: 'Lora', serif;
}

.navbar-nav .nav-link:hover {
  color: #FF8484;
}



/****************************************
3. HEADING STYLES
****************************************/


/****************************************
4. BODY STYLES
****************************************/

.form {
  margin-top: 30px;
  margin-bottom: 30px;
}

/****************************************
5. FOOTER STYLES
****************************************/

.footer {
  font-size: 12px;
}

.footer-logo {
  width: 180px;
  height: auto;
}

.footer-phone{
  text-decoration: none;
  color: white;
}

.footer-phone:hover{
  color: #FF8484;
}

.footer-phone{
  font-family: 'lora', serif;
  text-decoration: none;
  color: white;
}

.footer-phone:hover{
  color: #FF8484;
}

.footer-ai {
  text-decoration: none;
  color: #FF8484;
}

.footer-ai:hover {
  color: #e07171;
}

.btn:hover {
  color: #FF8484;
}

.footer-Aplogo {
  max-width: 18px;
  /* Adjust the size of the logo as needed */
  padding-bottom: 0px;
  margin-bottom: 3px;
}


/****************************************
CONTACT SECTION
****************************************/