
@font-face {
    font-family: 'shirensregular';
    src: url('/fonts/shirens-webfont.woff2') format('woff2'),
        url('/fonts/shirens-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'chathingregular';
    src: url('/fonts/chathing-webfont.woff2') format('woff2'),
        url('/fonts/chathing-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

html {
  font-size: 14px;
  position: relative;
  min-height:100%;
}

@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;
}
*/


header *.navbar-logo {
    width:250px;
}

.navbar, main, footer {
    background-color: white;
}
main:first-child {
    margin-top: -16px;
}

.pvfblue {
    color:  #1c8ad9;
}

.nav-link {
    font-family: chathingregular, sans-serif;
}

.logo {
    max-height: 20px; 
    font-size: 2em;
}

main {
    background-color: rgba(255,255,255,0.98);
    font-family: chathingregular, sans-serif;
    padding-left: 4rem;
    padding-right: 4rem;
    padding-bottom: 8rem;
    padding-top: 4rem;
}

footer {

}

h1, h3 {
    font-family:  chathingregular, sans-serif;
    font-weight: bold;
}

h2 {
    font-family: 'chathingregular', sans-serif;
}

h4 {
    font-family: chathingregular, sans-seriff;
    font-weight: bold;
}

p, li {
    font-family:   chathingregular, sans-serif;
    font-size: 1.4em;
}

label {
    font-size: 1.4rem;
}

.inlink {
    font-family: 'shirensregular', sans-serif;
    font-size: 2em;
}


.itable {
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.urgent {
    border-style: solid;
    border-color: coral;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

button {
    background-color: #1c8ad9;
    border: none;
    color: white;
    padding: 13px 26px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 1em;
    margin: 4px 2px;
    cursor: pointer;
    border-radius: 4px;
}

.responsesuccess {
    background-color: lightgreen;
    border: none;
    color: white;
    border-radius: 4px;
}

.responsefailure, .fielderror {
    background-color: darkred;
    color: white; 
    border-radius: 4px;
    padding: 5px;
}

button:active {
        background-color: #a8cfeb;

}

input:invalid, textarea:invalid {
    background-color: ghostwhite;
}

.titleimg {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    inline-size: 150%;
    margin-top: -15px;
    max-width: 100%;
    height: auto;
    display: block;
}

.full-screen-width {
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    max-width: 100vw;
    width: 100vw;
}

body {
    /* Fallback color for browsers that do not support multiple backgrounds */
    /* Multiple Backgrounds */
    background-image: url("/Content/images/Photo/warehouse-far.jpg");
    background-size: cover;
    background-attachment: fixed;
    background-position: center; /* Optional: Center the background image */
    background-repeat: no-repeat;
}

legend {
    padding-bottom:4rem;
    padding-top:4rem;
}

.middle {
    margin-bottom: 3.7rem;
}


.flex-container {
    display: flex;
    flex-direction: column;
    text-align: left;
}

.heading {
    width: 100%;
    margin-top: 10px;
    text-align: center;
}

.image-container {
    display: flex;
    justify-content: space-between;
    width: 45%;
    padding: 10px 0;
    flex: 1;
}

.image-container img {
    max-width: 48%; /* Adjust as needed */
    object-fit: cover;
    background-color: #a8cfeb;
}

.text-container {
    width: 45%;
    justify-content:space-between;
    text-align: justify;
    padding: 10px;
    flex: 1;
}

.content-row {
    display: flex;
    justify-content: space-between;
    width: 100%;
}


figcaption {
    text-align: center;
    padding-top: 5px;
}


.logo {
    width: auto;
}

.bodybox {
    background-color: ghostwhite;
    box-shadow: rgba(0, 0, 0, 0.2) 0px 5px 5px;
    padding: 10px;
    margin-top: 5px;
}


/*
.flex-container {
    display: flex;
    background-color: white;
    border-radius: 10px;
    padding: 10px;
    justify-content: space-between;
}
    */

/*.nav-link {
    color: #1c8ad9;
}
    */

