﻿.offset{margin-top: 5rem}
form {margin-top: 2em;}
#name, #email {width: 100%;}
#message, #send {width: 100%;}

input, textarea {background: RGBA(170,209,212,0.6) !important; color: RGB(108,66,51)}
input:focus, textarea:focus {border-color: RGB(92, 166, 171) !important}
::-webkit-input-placeholder {color: RGBA(108,66,51,0.5);}
::-moz-placeholder {color: RGBA(108,66,51,0.5);}
:-ms-input-placeholder {color: RGBA(108,66,51,0.5);}
:-moz-placeholder {color: RGBA(108,66,51,0.5);}
#send{background: RGB(92, 166, 171) !important; color: #fff; /*text-align: left;*/ padding: 1px 6px;}

@media (min-width: 570px) 
{
    #name, #email {width: 216px;}
    #message, #send {width: 436px;}
}