#header h1 img{
  max-width:20%;
}


#header ul{
  border-top: 1px solid #9A959F;
  margin-bottom: 10px;
}
#header ul li a{
  display: block;
  border-right:none;
  border-bottom: 1px solid #9A959F;
  padding: 5px;
  font-size: 24px;
}
#header ul li:last-child a{
  border-right:0;
}
#header ul li a.current, #header ul li a:hover{
  color:#FFFFFF;
}

#header.short{
  padding-top: 5px;
}
#header.short h1{
  position:static;
}
#header.short h1 img{
  width: 70px;
}

#mobilenavbutton{
  display: block;
  position: absolute;
  right:10px;
  top:10px;
}

#navbar.mobilegone{
  height: 0px;
  opacity: 0;
}
#navbar.mobilehere{
  height: auto;
  opacity: 1;
  transition: .8s opacity;
}

.main{
  min-height: 1px;
}

.padded{
  padding:20px;
}
.padded.sides{
  padding: 0 20px;
}

#hometitle{
  padding: 40px 20px;
  font-size: 25px;
  line-height: 30px;
  margin-bottom:0;
}
#hometitle p{
  margin:0;
}

#home{
  float: none;
  width: 100%;
  padding: 20px;
  margin-top:0;
  border-right: none;
}
#homeside{
  border-left: none;
  float: none;
  width: 100%;
  padding:0;
  position: static;
  margin-top: 20px;
  text-align:Center;
}

.homebutton{
  display: block;
  float: none;
  box-sizing: border-box;
  width: 100%;
  margin-right: 0%;
  height: auto;
  margin-top: 100px;
  padding: 20px 20px 80px 20px;
  color:#000000;
  font-weight: 500;
}


.half{
  float: none;
  width: 100%;
  margin-right: 0;
}

.top{
  font-size: 20px;
  line-height: 30px;
  padding: 20px;
}


.toolbuttons{
  display:block;
}
.toolbuttons a{
  padding: 10px;
  border-right: none;
  border-bottom: 1px solid #7D7D7D;
}

.fawnbutton,.bluebutton{
  display: block;
  padding: 20px 30px;
  margin-top: 50px;
}
.bluebutton{
  width: 100%;
  margin: 70px 0 0 0;
  float:none;
  height:auto;
}

.formlabel{
  float:none;
  width:100%;
  text-align:center;
}
.formitem{
  float:none;
  width:100%;
  text-align:center;
  padding-bottom:10px;
}


.newsletter{
  display: block;
  float:none;
  width: 100%;
  height: auto;
  margin-right: 0;
  margin-bottom: 10px;
}

#technical .fawnbutton{
  float: none;
  width: 100%;
  margin: 70px 0 0 0;
}

.cptbutton{
  float: none;
  width: 100%;
  height: auto;
  margin-bottom: 10px;
}
.cptbutton.oneline{
  margin-bottom: 10px;
}

#contactform .input, #contactform .textarea{
  width:100%;
}
