@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');

a {
 color: #3169bb;
 text-decoration: none;
 font-weight: bold;
}
a:hover {
    text-decoration: underline;
}
html,body {
    margin: 0;
    padding: 0;
    height: 100%;
    width: 100%;
}
body {
    text-align: center;
    font-family: 'Open Sans', sans-serif;
}
form {
    height: 100%;
}
#logo {
    margin: 6% 58px 28px 0;    /* was 60px 0 28px 0; */
}
h1,h2,h3,h4,h5,h6 {
    font-family: 'Roboto', serif;
    color: #3169bb;
}
h1 {
    font-size: 300%;
}
h3 {
    font-size: 150%;
}
.headIntro {
}
.headDesc {
    margin-top: -20px;
    font-size: 160%;
}
input[type="text"] {
    min-height: 32px;
    width: 300px; /* 16% */
    height: 40px; /* 5% 5vh clunky */
    padding-bottom: 5px;
    font-size: 160%;
    text-indent: 7px;
    border-color: #0f4c82;
    border-radius: 5px;
    background-color: #fefefe;
    background-position: 8px 9px;
    -moz-box-shadow: 0px 1px 9px 1px #e5f3ff;
    -webkit-box-shadow: 0px 1px 9px #e5f3ff;
    box-shadow: 0px 1px 9px #e5f3ff;
}
input:focus[type="text"], input:hover[type='text'] {
    background-color: #f2f2f2;
}
input[type="submit"] {
    height: 50px; /* was  5% */
    /*padding: 9px 10px 10px 10px; /* was 0.7% 10px 1.5% 10px; */
    padding: 0 10px;
    font-weight: bold;
    letter-spacing: 0.2em;
    background-color: #3169bb;
    color: #fff;
    vertical-align: bottom;
    border-radius: 5px;
    border: none;
}
input:focus[type="submit"], input:hover[type="submit"] {
    background-color: #1a65a7;
}
article {
    width: 60%;
    margin: 170px auto;
}
hr {
    margin: 160px;
    color: #0f4c82;
}
.topRule {
    margin: 60px 160px;
}
article:first-of-type {
    margin: 80px auto;
}
hr:nth-of-type(2) {
    margin-top: 80px;
}
.note {
    font-size: 80%;
}
.resultsHeader {
    
}
.resultsDetail {
    /*border-top: solid 2px #999;
    border-bottom: solid 2px #999;*/
}