body {
    font-family: Roboto, sans-serif;
    background: #0A3749;
}

main {
    width: 90%;
    margin: 0 auto;
}

h1 {
    text-align: center;
    font-size: 3em;
    color: #F08C21;
    -webkit-text-stroke-width: 0.5px;
    -webkit-text-stroke-color: black;
}

h2 {
    text-align: center;
    font-size: 2em;
    color: #F08C21;
    -webkit-text-stroke-width: 0.5px;
    -webkit-text-stroke-color: black;
}

h3 {
    text-align: center;
    font-size: 1.5em;
    color: #F08C21;
    -webkit-text-stroke-width: 0.5px;
    -webkit-text-stroke-color: black;
}

img {
    width: 30%;
    height: auto;
    border-radius: 5px;
    margin: 0 auto;
    display: block;
    border: solid #F08C21;
}

p {
    color: #F08C21;
    font-size: 1.5em;
    text-align: center;
}

#image-flex-box {
    display: flex;
    flex: 1 1 10%;
    padding: 3%;
}

#infinity-phone-number, #continue, #custom-trigger-btn, #navigate-to-data-input-button, #contact-form, #navigate-to-microsoft-ads, #navigate-to-smart-fallback, #navigate-to-google-tag-page {
    text-align: center;
    margin: 0 auto;
    padding: 1%;
    background: #F08C21;
    border: 1px solid #F08C21;
    border-radius: 5px;
    width: 15%;
    position: center;
    cursor: pointer;
}

#button-div {
    display: flex;
}

#call_input {
    width: 15%;
    margin: 5px;
    padding: 0.5%;
    text-align: center;
}

.boxed {
    width: 25%;
    margin: 5px;
    padding: 0.5%;
    border-radius: 3%;
    border: 2px solid #F08C21;
    text-align: center;
    display: inline-block;
}

.label {
    color: #F08C21;
}

.form_input {
    margin: 5px;
    height: 25px;
    position: relative;
    left: 0;
    outline: none;
    border: 1px solid #cdcdcd;
    border-color: rgba(0, 0, 0, .15);
    background-color: white;
    font-size: 16px;
}

#send_btn {
    appearance: none;
    background-color: #FAFBFC;
    border: 1px solid rgba(27, 31, 35, 0.15);
    border-radius: 6px;
    box-shadow: rgba(27, 31, 35, 0.04) 0 1px 0, rgba(255, 255, 255, 0.25) 0 1px 0 inset;
    box-sizing: border-box;
    color: #24292E;
    cursor: pointer;
    display: inline-block;
    font-family: -apple-system, system-ui, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji";
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    list-style: none;
    margin: 5px;
    padding: 6px 16px;
    position: relative;
    transition: background-color 0.2s cubic-bezier(0.3, 0, 0.5, 1);
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
    vertical-align: middle;
    white-space: nowrap;
    word-wrap: break-word;
}

#dataObject {
    padding: 0.5%;
    display: block;
    margin: 150px auto 0 auto;
    border: 2px solid #F08C21;
}

/* The Modal (background) */
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0, 0, 0); /* Fallback color */
    background-color: rgba(0, 0, 0, 0.4); /* Black w/ opacity */
}

/* Modal Content/Box */
.modal-content {
    background-color: #0A3749;
    margin: 15% auto; /* 15% from the top and centered */
    padding: 20px;
    border: 1px solid #F08C21;
    width: 30%; /* Could be more or less, depending on screen size */
    text-align: center;
}

/* The Close Button */
.close {
    color: #F08C21;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.close:hover,
.close:focus {
    color: #F08C21;
    text-decoration: none;
    cursor: pointer;
}

ul {
    list-style-type: none;
}

/* Data Gen page specific styling */
/* #mandatory_fields, #events, #dataObject */

#title, #subtitle1, #subtitle2 {
    text-decoration: underline #F08C21;
}

#inputs {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-around;
    border: 2mm solid #F08C21;
    padding: 10mm;
}

.centered-box {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border: 2px solid #F08C21;
    padding: 20px;
    margin: 0 auto;
    width: 50%;
    text-align: center;
    border-radius: 10px;
    background-color: #FAFBFC;
}

.centered-box-no-bg {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 20px;
    margin: 0 auto;
    width: 50%;
    text-align: center;
    border-radius: 10px;
    background-color: transparent; /* No background */
}

.button-link {
    display: inline-block;
    padding: 10px 20px;
    margin-top: 10px;
    background-color: #F08C21;
    color: white;
    text-decoration: none;
    border-radius: 5px;
    border: 1px solid #F08C21;
    transition: background-color 0.3s ease;
}

.button-link:hover {
    background-color: #D9771A;
}
