/*
** ADEQ: Arizona Department of Environmental Quality
*/
@import url('https://fonts.googleapis.com/css2?family=Archivo:ital,wght@0,100..900;1,100..900&family=Lexend:wght@100..900&display=swap');

body
{
font-family: 'Archivo', sans-serif;
font-size: small;
margin: 0px;
background-color: #fff;
}

a
{
text-decoration: none;
}

fieldset
{
width: 610px;
margin: auto;
padding: 10px;
background-color: #ebd4a3;
border: 1px solid #CC6C20;
border-radius: 10px;
}

fieldset legend{
    font-weight: 800;
}

fieldset table
{
margin: auto;
}

.left { text-align: left; }
.center { text-align: center; }
.right { text-align: right; }

div#banner
{
width: 100%;
height: 80px;
background-color: #369992;
border-bottom: 2px solid #369992;
}

div#banner > a
{
position: absolute;
top: 5px;
}

div#banner > a > img
{
height: 70px;
}
 
div#title
{
font-size: large;
font-weight: bold;
text-align: center;
color: #CC6C20;
}

div#disclaimer
{
width: 600px;
font-size: xx-small;
}

div.comment, span.comment
{
font-size: x-small;
}

span#error
{
color: #F00;
}

div#submit
{
text-align: center;
}

button#submit{
font-family: 'Archivo', sans-serif;
font-size: large;
color: white;
padding: 10px 24px;
margin: 5px 2px;
background:#369992;
transition-duration: 0.1s;
border-radius:15px;
border: 1px solid #369992;
box-shadow:0 2px 2px 0 rgba(0,0,0,0.2), 0 2px 2px 0 rgba(0,0,0,0.19);
cursor: pointer;
}
button#submit:hover{
background:#CC6C20;
border: 1px solid #CC6C20;
box-shadow: 0 2px 2px 0 rgba(0,0,0,0.3), 0 2px 2px 0 rgba(0,0,0,0.25);
transform:translateY(1px);
}

div#noscript
{
width: 400px;
margin: 20px;
padding: 20px;
text-align: center;
color: red;
border: 2px dashed #F00;
}

