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%;
}
.carousel-inner img {
    width: 100%; 
    margin: auto;
    min-height: 200px;
}

.bg-dark {
    background-color: #831e48 !important;
}

.navbar-dark .navbar-nav .nav-link {
    color: rgb(255, 255, 255);
}

.navbar-brand {
    font-size: 2.25rem;   
}

.navbar-dark .navbar-brand {
    color: #8e1212;
    font-weight: bold;
}

.image img {
    width: 100%;
    height: 100%;
}
.image {
    position: relative;
}

    .image figcaption {
        position: absolute;
        top: 50%;
        bottom: 50%;
        left: 40%;
        font-weight: bold;
        font-size: 25px;
        color: white;
    }

fieldset {
    border: 1px solid #ddd !important;
    margin: 0;
    xmin-width: 0;
    padding: 10px;
    position: relative;
    border-radius: 4px;   
    background-color: #fbfbfb;
    padding-left: 10px !important;
    margin-bottom: 18px;
}

legend {
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 0px;
    width: 35%;
    border: 1px solid #ddd;
    border-radius: 4px;
    padding: 5px 5px 5px 10px;
    background-color: #ffffff;
}

legend1 {
    font-size: 13px;
    font-weight: bold;
    margin-bottom: 0px;
    width: 35%;   
    border-radius: 4px;
    padding: 5px 5px 5px 10px;   
}

fieldset {
    border: 1px solid #ddd !important;
    margin: 0;
    xmin-width: 0;
    padding: 10px;
    position: relative;
    border-radius: 4px;  
    background-color: #fbfbfb;
    padding-left: 10px !important;
    margin-bottom: 18px;
}

legend {
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 0px;
    width: 35%;
    border: 1px solid #ddd;
    border-radius: 4px;
    padding: 5px 5px 5px 10px;
    background-color: #ffffff;
}

legend1 {
    font-size: 13px;
    font-weight: bold;
    margin-bottom: 0px;
    width: 35%;    
    border-radius: 4px;
    padding: 5px 5px 5px 10px;   
}
