HEX
Server: Microsoft-IIS/10.0
System: Windows NT ITPWINWEBSVR22 10.0 build 20348 (Windows Server 2022) AMD64
User: www.conferencesearch.co.uk (0)
PHP: 8.3.30
Disabled: NONE
Upload Files
File: D:/web/hyperflight/! bs5/css/prev/custom - Copy (3).css
/* HyperFlight Bootstrap 5 custom styles */
/* (SS,18/05/26)

/*
body {
  background-color: #c7ebff;
}
*/

/* set body background */
body {
  /* background-color: #EBF7FE; */
  /* background-color: #D9EFFD; */
   /* background-color: #A5D8FA; */
  background-color: #BEE3FC;
}

/* Keep central page content white */
.container {
  background: white;
}

/* Carousel */
.carousel {
  overflow: hidden;
  margin: auto;
}

/* Links */
/* (SS,28/5/26) overrides the default underlining */

a {
  text-decoration: none;
}

a:hover,
a:focus {
  text-decoration: underline;
}

.btn:hover,
.btn:focus,
.nav-link:hover,
.nav-link:focus,
.dropdown-item:hover,
.dropdown-item:focus {
  text-decoration: none;
}