#contactContainer{
position:fixed;
top:0;
left:0;
width:100%;
height:100%
z-index:10;
}

.contact{
position: fixed;
padding-top:120px;
left:1em;
display: block;
color:black;
opacity: 0;
max-width:500px;
}

input, textarea{
width:100%;
height:100%;
background-color:#eee;
border:1px solid #dedede;
padding:10px;
margin-top:3px;
font-size:0.9em;
color:#3a3a3a;
-moz-border-radius:5px;
-webkit-border-radius:5px;
border-radius:5px;
box-shadow: 5px 5px 5px rgba(0, 0, 0, 1.0);
}

input:focus, textarea:focus{
border:2px solid #ebd657;
background-color:#fff;
}
/*
.g-recaptcha{
position: fixed;
width:500px;
height:150px;
margin-top:20px;
margin-left:200px;
}
*/
#submit_id{
width:150px;
height:38px;
border:none;
margin-top:20px;
cursor:pointer;
color:#000;
}

#submit_id:hover{
box-shadow: 0px 0px 20px rgba(255, 255, 255, 1.0);
}

#phpsm{
position:absolute;
top:180px;
left:40px;
color:black;
}

#nsm-hdr-nav{
padding-top:5px;
margin: 0.5em 4em 0 0; 
float: right;
/*width: 200px */
list-style-type: none;
font-weight: bold; 
font-size: 14px; 
}

#nsm-hdr-nav ul li a{
color: var(--hdr-nav-color);
text-decoration: none;
}

#nsm-hdr-nav ul li a:hover
{
color: var(--hdr-nav-hover-color);
text-decoration: underline overline;
}
