body {
    padding-top: 60px;
    padding-bottom: 20px;
    margin: 0;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    line-height: 1.5;
}

/* Layout containers */
.main-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
}

.navbar-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
}

/* Wrapping element */
/* Set some basic padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Navigation */
.navbar {
    position: fixed;
    top: 0;
    width: 100%;
    background-color: #337ab7;
    color: white;
    z-index: 1000;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}

.navbar-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.navbar-brand {
    color: white;
    text-decoration: none;
    font-size: 18px;
    font-weight: bold;
}

.navbar-brand:hover {
    color: #e0e0e0;
    text-decoration: none;
}

.navbar-title {
    font-size: 18px;
    font-weight: bold;
    color: white;
    padding: 15px;
}

.navbar-toggle {
    background: none;
    border: 1px solid white;
    color: white;
    padding: 4px 8px;
    cursor: pointer;
    display: none;
}

.navbar-icon {
    display: block;
    width: 22px;
    height: 2px;
    background-color: white;
    margin: 3px 0;
}

.navbar-menu {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
}

.navbar-menu li {
    margin-right: 20px;
}

.navbar-menu a {
    color: white;
    text-decoration: none;
    padding: 8px 12px;
    display: block;
}

.navbar-menu a:hover {
    color: #e0e0e0;
    text-decoration: none;
}

.visually-hidden {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

/* Carousel */
.carousel-caption p {
    font-size: 20px;
    line-height: 1.4;
}

/* Make .svg files in the carousel display properly in older browsers */
.carousel-inner .item img[src$=".svg"] {
    width: 100%;
}

/* QR code generator */
#qrCode {
    margin: 15px;
}

/* Hide/rearrange for smaller screens */
@media screen and (max-width: 767px) {
    /* Hide captions */
    .carousel-caption {
        display: none;
    }
}

/*------------------------------------------------------- */
#cover {
    background-size: cover;
    height: 100%;
    text-align: left;
    display: flex;
    align-items: center;
    position: relative;
    padding-top: 50px;
    
}
#cover-caption {
    background-color: #FFF;
    width: 100%;
    position: relative;
    z-index: 1;
    padding: 20px;
    
}

/* only used for background overlay not needed for centering */
/*form:before {
    content: '';
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    background-color: rgba(0,0,0,0.3);
    z-index: -1;
     
}*/
/*
@media screen and (max-width: 767px) {*/
    /* Hide captions */
/*.carousel-caption {
        display: none;
    }
}*/
.btn {
    display: inline-block;
    padding: 0.375rem 0.75rem;
    margin-bottom: 0;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    border: 1px solid transparent;
    border-radius: 0.25rem;
    background-color: #0057b8;
    color: white;
    transition: all 0.15s ease-in-out;
}

.btn:hover {
    background-color: #00388e;
    text-decoration: none;
    color: white;
}

.btn-success {
    background-color: #0057b8;
    border-color: #0057b8;
}

.btn-success:hover {
    background-color: #00388e;
    border-color: #00388e;
}
/* Form styles */
.form-group {
    margin-bottom: 1rem;
}

.form-control {
    display: block;
    width: 100%;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.form-label {
    display: inline-block;
    margin-bottom: 0.5rem;
    font-weight: bold;
}

.form-check {
    position: relative;
    display: block;
    padding-left: 1.25rem;
    margin-bottom: 0.5rem;
}

.form-check-input {
    position: absolute;
    margin-top: 0.3rem;
    margin-left: -1.25rem;
}

.form-check-label {
    margin-bottom: 0;
    cursor: pointer;
}

.radio.control-label {
    font-size: 18px;
    font-weight: bold;
}

/* Alert styles */
.alert {
    position: relative;
    padding: 0.75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: 0.25rem;
}

.alert-danger {
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb;
}

/* Text utility classes */
.text-success {
    color: #28a745;
}

.text-danger {
    color: #dc3545;
}

/* Responsive design */
@media (max-width: 768px) {
    .navbar-toggle {
        display: block;
    }

    .navbar-collapse {
        display: none;
        width: 100%;
    }

    .navbar-menu {
        flex-direction: column;
        width: 100%;
    }

    .navbar-menu li {
        margin-right: 0;
        margin-bottom: 5px;
    }
    
    .main-container {
        padding: 0 10px;
    }
}