/* CSS Document */
body {
 /* background: #f9f9f9;
  background-size: cover;*/
  margin: 0;
  padding: 0;
  color: #726f77;
background-color: #ffffff;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100%25' height='100%25' %3E%3Cdefs%3E%3ClinearGradient id='a' x1='0' x2='0' y1='0' y2='1' gradientTransform='rotate(224,0.5,0.5)'%3E%3Cstop offset='0' stop-color='%23dbdbdb'/%3E%3Cstop offset='1' stop-color='%23dbdbdb'/%3E%3C/linearGradient%3E%3C/defs%3E%3Cpattern id='b' width='7' height='7' patternUnits='userSpaceOnUse'%3E%3Ccircle fill='%23ffffff' cx='3.5' cy='3.5' r='3.5'/%3E%3C/pattern%3E%3Crect width='100%25' height='100%25' fill='url(%23a)'/%3E%3Crect width='100%25' height='100%25' fill='url(%23b)' fill-opacity='0.05'/%3E%3C/svg%3E");
  background-attachment: fixed;
  background-size: cover;
    
}
*, *:before, *:after {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}
a {
  text-decoration: none;
}


header {
  background: rgb(210, 200, 182);
    -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.05);
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.05);
  padding-bottom:10px;
  margin-bottom:20px;
  padding-top:10px;
  
}
header .logo {
  color: rgb(89, 108, 133);
  float: left;
  font-family: "Dosis", arial, tahoma, verdana;
  font-size: 34px;
  font-weight: 500;
  margin-top:20px;
}
header .logo > span {
  color: #4db7ee;
  font-weight: 300;
  padding-left: 5px;
}
header .image {
  float: right;
}
header:after{
  content: '';
  display: block;
  width: 100%;
  clear: both;
}

h1, h2, h3, h4 {
  font-family: "Dosis", arial, tahoma, verdana;
}
  

.project-name {
  text-align: center;
  padding: 10px 0;
}
form{
	background:#FFF;
	padding: 10px 10px 10px 10px;
}


.footer {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  background-color: #757575;
  color: white;
  text-align: center;
  font-size:12px;
  padding-top:8px;
  padding-bottom:5px;
  margin-top: 20px;

}



.logoimage{
  margin-left: auto;
  margin-right: auto;
  display: block;
  margin-top: 25px;
  padding-bottom:40px;

}

.googleTranslate {

    max-width:100%;
    padding:5px;
    margin:5 auto 0;
    position:relative;
    z-index:1;
	text-align:right;
}

td{
	padding: 2px;
}








