* {
    font-family: sans-serif;
    /*font-family: 'Copperplate';*/
}
body, html {
    margin: 0px;
    padding: 0px;
    border: 0px;
    height: 100%;
}
p {
    font-size: 1em;
    max-width: 6in;
    letter-spacing: 2px;
}
.segment {
    width: 100%;
    min-height: 6in;
    height: 6in; /* Set the height of segments to 6 inches */
    overflow: hidden;
    position: relative;
    background-size: cover; /* Resize background images to cover the segment */
    background-position: center; /* Center the background images */
    color:antiquewhite;
}
.segment-footer {
    height: 1.5in; /* Approximate height for two lines of text */
    max-height: 1.5in;
    min-height: 1.5in;
}

/* Title Segment */
#title-bar {
    text-align: left;
    max-height: 1in;
    min-height: 1in;
    height: 1in; /* Adjust height as needed for the title bar */
    padding: 0px;
    margin: 0px;
    border: 0px;
    font-family: sans-serif;
    letter-spacing: 4px;
    background-color: antiquewhite;
}

#title-segment {
    position: relative;
    padding: 0px;
    margin: 0px;
    border: 0px;
    top: 20px;
}

/* Company Value Segment */
#comp-value {
    color:darkgoldenrod;
    position: relative;
    padding: 10px;
    padding-left: 20px;
    padding-right: 20px;
    margin: 0px;
    border: 0px;
    top: 120px;
    left: 120px;
    background-color: rgb(0, 0, 0, .8);
    max-width: max-content;
}

/* Key Values Segment */
.container {
    display: grid;
    grid-template-columns: repeat(4, 25%); /* Creates four columns each taking up 25% */
    color:darkgoldenrod;
    min-height: 100%;
}

key {
    letter-spacing: 4px;
    font-size: 30px;
    padding-bottom: 40px;
}

#keyvalue {
    padding-top: 20px;
    padding-left: 20px;
    border: 0px;
}

keyvalue {
    font-size: 15px;
}

#detection {
    color:darkgoldenrod;
    position: relative;
    padding: 10px;
    padding-left: 20px;
    padding-right: 10px;
    padding-bottom: 20px;
    margin: 0px;
    border: 0px;
    top: 60%;
    left: 10%;
    background-color: rgb(0, 0, 0, .8);
    max-width: max-content;
    height: min-content;
    max-height: min-content;
}

#analysis {
    color:darkgoldenrod;
    position: relative;
    padding: 10px;
    padding-left: 20px;
    padding-right: 10px;
    padding-bottom: 20px;
    margin: 0px;
    border: 0px;
    top: 30%;
    left: -10%;
    background-color: rgb(0, 0, 0, .8);
    max-width: max-content;
    height: min-content;
    max-height: min-content;
}

#alterting {
    color:darkgoldenrod;
    position: relative;
    padding: 10px;
    padding-left: 20px;
    padding-right: 10px;
    padding-bottom: 20px;
    margin: 0px;
    border: 0px;
    top: 60%;
    left: 30%;
    background-color: rgb(0, 0, 0, .8);
    max-width: max-content;
    height: min-content;
    max-height: min-content;
}

#responding {
    color:darkgoldenrod;
    position: relative;
    padding: 10px;
    padding-left: 20px;
    padding-right: 10px;
    padding-bottom: 20px;
    margin: 0px;
    border: 0px;
    top: 30%;
    left: -10%;
    background-color: rgb(0, 0, 0, .8);
    max-width: max-content;
    height: min-content;
    max-height: min-content;
}

/* Summary Segment */
#summary {
    background-color: antiquewhite;
    display: flex;
    height: 100%;
    color: black;
    max-height: 6in;
}

#summary_left {
    flex: 1;
    min-width: 50%;
    max-width: 50%;
    display: flex;
    height: 100%;
}

percision {
    position: relative;
    top: 6%;
    left: 6%;
    font-family: sans-serif;
    letter-spacing: 4px;
}

#img-flag {
    position: relative;
    top: -4%;
    left: -40%;
    transform: scale(.05);
    padding: 0px;
    max-width: 6in;
    max-height: 4in;
}

#summary_rigth{
    flex: 1;
    min-width: 50%;
    max-width: 50%;
    display: flex;
    height: 100%;
    margin: 20px;
}

/* Testimonials*/
#testimonials {
    min-height: 6in;
    text-align: center;
    color: rgb(0, 0, 0);
}

#testimonial-item {
    letter-spacing: 20px;
    text-align: center;
}

/* Footer */
#footer {
    height: 1.5in; /* Adjust height as needed for the footer */
    max-height: 1.5in;
    background-repeat: no-repeat;
    text-align: center;
    padding: 20px;
}

footer-text {
    font-weight: bold;
    font-size: 15px;
    text-align: center;
}