:root {
  --radius:15px
}

html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
  position: relative;
  min-height: 100%;
}

nav {
    background-color: #a1d5e2;    
}
html, body {
    height: 100%;
    margin: 0;
    padding: 0;
    width: max-content;
}
body {
    background-image: url('../../images/dbbybackground.jpg');
    background-size: cover; /* Ensures the image covers the entire screen */
    background-repeat: no-repeat; /* Prevents the image from repeating */
    background-attachment: fixed; /* Keeps the background image fixed in place */
    background-position: center center; /* Centers the image */
    margin: 0; /* Removes any default margin */
    padding: 0; /* Removes any default padding */
    width: 100vw; /* Ensures the body takes the full viewport width */
    height: 100vh; /* Ensures the body takes the full viewport height */
}
.pink-border-bottom {
    border-bottom: 1px solid #CA54A8 !important;
}

body > header > nav.border-bottom {
    border-bottom: 1px solid #CA54A8 !important;
}

body > div.container > footer.border-top {
    border-top: 1px solid #CA54A8 !important
}

body > div.container > main > div > div:nth-child(2) > a.btn-primary {
    background-color: #CA54A8;
    border-color: #CA54A8;
    border-radius: 30px;
    color: white;
    text-decoration: none;    
}

body > header > nav > div > button > span.navbar-toggler-icon {
background-color:white;
}

.text-dbby-white {
    color: white;
}

.text-dbby-blue {
        color: #1556A6;
}
.text-dbby-pink {
    color: #CA54A8;
}
.background-dbby-blue {
    background-color: #1556A6;
}
.background-dbby-pink {
    background-color: #CA54A8;
}
body > div.container > main > div > div > strong > h1 {
    font-weight: bold;
  /*  line-height:1.2;*/
    font-size: 2.5em;
}
.table {
    color:white;
}
.btn-dbby-pink-small {
    background-color: #CA54A8;
    color: #CA54A8;
    padding: 5px 10px;
    font-size: 14px;
}
.btn-dbby-pink {
    background-color: #CA54A8;
    color: #CA54A8;
    padding: 5px 10px;
}
.link-white {
    color: white;
    text-decoration: none;
}
