@font-face {

    font-family: 'Dosis';
    font-weight: 400;
    src: url('fonts/Dosis-Regular.ttf') format('truetype');
}

body, html {
    height: 100%;
    margin: 0;
    font-family: 'Dosis', sans-serif;
    /*overflow: hidden;*/
}

h2 {
    color: #2B2C67;
}

img {
    -webkit-user-select: none; /* Safari */
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* Internet Explorer */
    user-select: none; /* Non-prefixed version, currently supported by Chrome and Opera */
}

.section {
    display: flex;
    z-index: 1;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100%;
    scroll-snap-align: start;
    position: relative;
}

.background {
    background-image: url('Background.svg');
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    background-position: center;
    background-repeat: repeat;
    will-change: transform;
    /* background-repeat: no-repeat;*/
    /* background-size: cover;*/
    /*      background-size: cover;*/
    background-attachment: scroll;
}

.section input {
    border-radius: 15px;
    /*height: 15px;*/
    padding-left: 10px;
    font-family: 'Dosis', sans-serif;
    border-color: lightgray;
    border-width: 1px;
    border-style: solid;
    font-size: 15px;
    padding-top: 5px;
    padding-bottom: 5px;
}

.section button {
    /*height: 15px;*/
    color: white;
    font-family: 'Dosis', sans-serif;
    font-size: 15px;
    padding-top: 5px;
    padding-bottom: 5px;
    background-color: #2B2C67;
    /*border: 1px solid #2B2C67;*/
    border: none;
    border-radius: 15px;
}

.section p {
    padding-top: 5px;
}

.section button:hover {
    background-color: #2c2c67;
}

.genDateField {
    color: black;
    width: 100px;
    height: 15px;
    font-size: 13px;
    padding: 2px 2px;
    margin-left: 20px
}

.genDateButton{
    background-color: #2B2C67;
    color: #ffffff;
    border: none;
    cursor: pointer;
    padding: 10px 20px;
    font-size: 14px;
    border-radius: 4px;
    outline: none;
    transition: background-color 0.2s;
    margin-left: 20px;
    margin-top: 20px;
    width: 140px;
    height: 40px;
}

.genButton {
    background-color: #2B2C67;
    color: #ffffff;
    border: none;
    cursor: pointer;
    padding: 10px 20px;
    font-size: 14px;
    border-radius: 4px;
    outline: none;
    transition: background-color 0.2s;
}

.genButton:hover {
    background-color: #232454;
}

.genButton:active {
    background-color: #414394;
}

.dangerButton {
    background-color: #ff4444;
    color: #ffffff;
    border: none;
    cursor: pointer;
    padding: 10px 20px;
    font-size: 14px;
    border-radius: 4px;
    outline: none;
    transition: background-color 0.2s;
}

.dangerButton:hover {
    background-color: #bd3333;
}

.dangerButton:active {
    background-color: #e03c3c;
}

.dangerButton {
    cursor: pointer;
}

.dangerButton:enabled {
    opacity: 1.0;
}
.dangerButton:disabled {
    cursor: not-allowed;
    opacity: 0.6;
}

ul.navbar {
    background-color: #333;
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
}
ul.navbarDev {
    background-color: #bd461e;
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
}

ul.navbar li {
    float: left;
}
ul.navbar li a {
    display: block;
    color: white;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
}
ul.navbar li a:hover {
    background-color: #111;
}

ul.navbarDev li {
    float: left;
}
ul.navbarDev li a {
    display: block;
    color: white;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
}
ul.navbarDev li a:hover {
    background-color: #111;
}

.flex-container {
    display: flex;
    flex-wrap: wrap;
}

.flex-item {
    flex: 1;
    box-sizing: border-box;
    padding: 20px;
    min-width: 300px; /* Adjust this value for your desired breakpoint */
    border: 1px solid #ccc;
}

/* if display is mobile size*/
