body.contact{
    /*background:#000 url(../images/saltie_bg_contact.jpg) no-repeat -50% top;*/ 
    background:#000 url(../images/saltie_bg_contact.jpg) no-repeat center top; 
    min-height:100%;
    background-color: #000;
    background-size: 100%;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    /*background-size: inherit;*/
        background-size: contain;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    background-attachment:  scroll;
    /*background-attachment: fixed;*/
} 

#contactForm{
    color: white;
}

#corpInfo{
    padding: 4rem 0;
    margin: 4rem auto 4rem auto;
    color: white;
    border: 1px solid #fff;
  font-size: 1.25rem;
    line-height: 2.5rem;
    text-align: center;
}

#corpInfo h2{
  font-size: 2.5rem;
  line-height: 7.5rem;
    
}

#othTitle{
    font-size: 2.5rem;
    margin-top: 3rem;
}

#contactAttn{
/*    margin: 2rem 20%;
    line-height: 1.5rem;
    white-space: nowrap;*/
    margin: 2rem 10%;
    line-height: 1.5rem;
    /*white-space: nowrap;*/
}

table#inputTable{
    margin: auto 10%;
    width: 80%;
}
table#inputTable th{
    color: white;
    font-size: 1.25rem;
    padding-top: 1rem;
    padding-bottom: 0.5rem;
    font-weight: 100;
}

table#inputTable textarea,
table#inputTable input{
    padding: 0.25rem;
    width: 100%;
    font-size: 1.5rem;
    color: #000;
}

#confirmButton{
    font-size: 1.25rem;
    padding: 1rem 7rem;
    width:fit-content;
    margin: 2rem auto;
    border: 1px solid #fff;
}

#errAlert{
    border: 1px solid red;
    color: red;
    padding: 1rem;
    margin: 2rem auto;
    text-align: center;
    font-size: 2rem;
    
}

#thanks{
    text-align: center;
    margin: 5rem auto;
}

#thanks .btn{
  font-size:2rem;
}

#errAlert li{
    list-style-type: none;
}

#contactForm a:hover{
    color: #4fa597 !important;
}

#contactForm a:active,
#contactForm a:link,
#contactForm a:visited,
#contactForm a{
    color: white;
}