body{
  font-family:'Cabin', sans-serif;
  background: #ffffff;
  margin: 0;
  text-align: center;
}
h1{
  font-size: 6.5vh;
  font-family: 'Nunito Sans', sans-serif;

}
h2{
  font-size: 4vh;
  font-family: 'Nunito Sans', sans-serif;
}
h2#navbox{
  padding: 25% 0;
  overflow: hidden;
}
p{
  font-size: 3vh;
  text-align: justify;
}
div{
  background-color: #ffffff;
  position: absolute;
  top: 0%;
  left: 0%;
  margin: 0;
  padding: 0;
  right: auto;
  overflow: hidden;
}
div.head{
  max-height: 16%;
  min-height: 16%;
  max-width: 100%;
  min-width: 100%;
}
div.navb{
  max-height: 6%;
  min-height: 6%;
  max-width: 100%;
  min-width: 100%;
  background-color: #000000;
  box-shadow: 0 5px 15px #000000;
  top: 0;
  position: fixed;
  overflow: hidden;
  margin:auto;
  display: inline-block;
  text-align: center;
}
div.nava{
  max-height: 6%;
  min-height: 6%;
  max-width: 100%;
  min-width: 100%;
  height:6%;
  background-color: #000000;
  top: 16%;
  box-shadow: 0 5px 15px #000000;
  overflow: hidden;
  margin: 0;
  text-align: center;
}
ul{
  display: inline;
  margin: auto;
  max-width: 80%;
  left: 10%;
  right: 10%;
  top: 0;
  position: absolute;
  box-sizing: border-box;
  padding: 0;
}
a{
  background-color: #000000;
  color: #ffffff;;
  font-size: 2.7vh;
  font-family: 'Nunito Sans', sans-serif;
  text-decoration: none;
  text-align: center;
  display: inline-block;
  float: none;
  width: 10%;
  min-width: 137px;
  min-height: 6vh;
  top:0;
  margin: 0;
  border: none;
  box-sizing: border-box;
  left: 0;
  right: 0;
  padding-top: 1.1vh;
  overflow: hidden;
}
a:hover{
  background-color: #20afdf
}
#active{
  background-color: #20afdf
}
div.foot{
  background-color: #000000;
  max-height: 10%;
  min-height: 10%;
  max-width: 100%;
  min-width: 100%;
  top: 150%;
}
div.imgbox{
  max-width: 35%;
  min-width: 35%;
  max-height: 40%;
  min-height: 40%;
  background-color: #ffffff;
  border-radius: 5px;
  border: solid 2px #000000;
  top: 40%;
  left: 10%;
  position: absolute;
  box-shadow: 0 5px 15px #000000;
  background-position: center;
  background-size: cover;
}
div.txt{
  max-width: 40%;
  min-width: 40%;
  min-height: 75%;
  max-height: 75%;
  background-color: #ffffff;
  top: 50%;
  left: 55%;
  right: 10%;
  box-sizing: border-box;
}
div.txt#a{
  left: 33.3%;
  right: 33.3%;
  max-width: 33.3%;
  min-width: 33.3%;
  top: 5%;
}
.boxnav{
  text-shadow: black 0px 0px 5px;
  max-width: 35%;
  min-width: 35%;
  max-height: 22%;
  min-height: 22%;
  background-color: #ffffff;
  border-radius: 5px;
  border: solid 2px #000000;
  top: 10%;
  left: 12.5%;
  right: 10%;
  position: absolute;
  box-shadow: 0 5px 15px #000000;
  transition: 0.25s;
  cursor: pointer;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding:0;
}
.boxnav#right{
  left: 52.5%;
}
.boxnav#right2{
  left: 52.5%;
  top: 40%
}
.boxnav#bottom{
  top: 70%;
  left: 32.5%;
}
.boxnav#left2{
  top: 40%
}
.boxnav:hover{
  max-width: 37%;
  min-width: 37%;
  max-height: 24%;
  min-height: 24%;
  transform: translate(-2%,-2%);
  box-shadow: 0 5px 15px #000000;
  background-color: #ffffff;
}
.headlogo{
  background-image: url(images/Logo.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  max-height: 100%;
  min-height: 100%;
  max-width: 60%;
  min-width: 60%;
  left: 20%;
}
.indexmain{
  max-width: 100%;
  min-width: 100%;
  max-height: 78%;
  min-height: 78%;
  top: 22%;
  box-shadow: none;
}
.indexmainimg{
  max-width: 100%;
  min-width: 100%;
  max-height: 100%;
  min-height: 100%;
  background-image: url(images/indexbg.gif);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  filter: contrast(75%);
}
.indexmainlogo{
  background-image: url(images/Logo.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  background-color:hsla(0, 0%, 0%, 0);
  max-width: 80%;
  min-width: 80%;
  max-height: 100%;
  min-height: 100%;
  left: 10%;
  filter: none;
}
.indexsubhead{
  max-width: 100%;
  min-width: 100%;
  max-height: 30%;
  min-height: 30%;
  top: 101%;
  color: #ffffff;
  background-color: #000000;
}
.indexsub{
  max-width: 100%;
  min-width: 100%;
  max-height: 70%;
  min-height: 70%;
  top: 131%;
  color: #000000
}
.indexsubbox{
  max-width: 25%;
  min-width: 25%;
  max-height: 100%;
  min-height: 100%;
  background-image: url(images/presstools1.png);
  background-position: center;
  background-size: cover;
  margin: none;
  background-color: #000000;
}
.indexsubbox#subb{
  left: 50%;
  background-image: url(images/indexsubimage.png);
  border-right: none;
}
.indextxt{
  text-align: center;
  left: 25%;
  max-width: 25%;
  min-width: 25%;
  max-height: 100%;
  min-height: 100%;
}
.indextxt#indextxtb{
  left: 75%;
}
.main{
  max-width: 100%;
  min-width: 100%;
  max-height: 123%;
  min-height: 130%;
  top: 22%;
  box-shadow: none;
}
.main#2{
  max-width: 100%;
  min-width: 100%;
  max-height: 80%;
  min-height: 80%;
}
.txt#r{
  left: 50%;
  right: 10%;
  top: 10%
}
.txt#l{
  left: 10%;
  right: 50%;
  top: 10%
}
.main#b{
  background-color: #ffffff;
  max-height:80%;
  min-height:80%;
}
.txt#b{
  color: #000000;
  left: 5%;
  right: 10%;
  top: 10%;
}
.imgbox#b{
  right:0;
  left:50%;
  min-width: 50%;
  max-width: 50%;
  max-height: 100%;
  min-height: 100%;
  top: 0%;
  border: none;
  border-radius: 0;
  background-repeat: no-repeat;
  background-size: cover;
  transition: 0.2s;
}
.googlemaps{
  left: 20%;
  right:20%;
  max-width: 80%;
  top: 55%;
  position: absolute;

}
.txt#pagehead{
  top: 22%;
  left: 0;
  right: 0;
  background-color: #000000;
  color:#ffffff;
  max-width: 100%;
  min-width: 100%;
  max-height: 18%;
  min-height: 18%;
}
a.button{
  max-width: 20%;
  min-width: 20%;
  max-height: 40%;
  min-height: 40%;
  background-color: #000000;
  top: 60%;
  color: #ffffff;
  position: absolute;
  border: none;
  text-decoration: none;
  cursor: pointer;
  font-family: 'Nunito Sans', sans-serif;
  padding: 0;
  transition: 0.2s linear;
}
a.button#left{
  left: 0;
}
a.button#right{
  left: 80%;
}
a.button#left:hover{
  border-bottom: solid 5px #20afdf;
}
a.button#right:hover{
  border-bottom: solid 5px #20afdf;
}
a.indexbutton{
  font-family: 'Nunito Sans', sans-serif;
  font-size: 4vh;
  text-transform: capitalize;
  max-width: 50%;
  min-width: 50%;
  max-height: 8%;
  min-height: 8%;
  background-color: #000000;
  top: 60%;
  left: 25%;
  position: absolute;
  padding: 0;
  transition: 0.2s;
}
a.indexbutton:hover{
  box-shadow: 0px 10px 10px #000000;
  transition: 0.2s;
}

.sidenav {
display: none;
}
.sidenav a {
  display: none;
}

.sidenav .closebtn {
  display: none;
}
.navopenbutton{
  display: none;
}
.foot#services{
  top: 225%
}
@media screen and (max-width: 812px) {
.boxnav{
  min-width: 98%;
  max-width: 98%;
  min-height: 15%;
  max-height: 15%;
  top: 5%;
  left: 1%;
}
.foot#services{
  top: 240%
}
.boxnav#right{
  left: 1%;
  top: 25%;
}
.boxnav#bottom{
  left: 1%;
  top: 85%;
}
.boxnav#left2{
  top: 45%;
}
.boxnav#right2{
  left: 1%;
  top: 65%;
}
.boxnav:hover{
  min-width: 98%;
  max-width: 98%;
  min-height: 15%;
  max-height: 15%;
  transform: translate(0,0);
  box-shadow: 0;
}
.nava{
  display:none;
}
.navb{
  display:none;
}
#nav{
  display: none;
}
div.imgbox{
  max-width: 100%;
  min-width: 100%;
  max-height: 100%;
  min-height: 100%;
  background-color: #ffffff;
  border-radius: 0;
  left: 0;
  border: none;
  position: absolute;
  box-shadow: none;
  background-position: center;
  background-size: cover;
  display: none;
}
.main{
  top: 22%;
  max-width: 100%;
  min-width: 100%;
  max-height: 100%;
  min-height: 100%;
  left: 0;
  box-shadow: none;
  position: absolute;
}
div.txt{
  max-width: 98%;
  min-width: 98%;
  max-height: 100%;
  min-height: 100%;
  left: 1%;
  right: 1%;
  position: absolute;
}
.txt#r{
  left: 1%;
  right: 1%;
  top: 0%
}
.txt#l{
  left: 1%;
  right: 1%;
  top: 0%
}

.navopenbutton{
  top: 16%;
  max-width: 100%;
  min-width: 100%;
  max-height: 6%;
  min-height: 6%;
  background-color: #000000;
  color: #ffffff;
  position: absolute;
  text-align: center;
  display: inline;
}
.sidenav {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  background-color: #000000;
  overflow-x: hidden;
  transition: 0.5s;
  padding-top: 60px;
  text-align:center;
  display: inline;
  padding: 0;
}
h2{
  margin: 0;
  max-height: 2%;
  min-height: 2%;
}
.sidenav a {
  max-width: 100%;
  min-width: 100%;
  max-height: 20%;
  min-height: 20%;
  text-decoration: none;
  font-size: 25px;
  color: #ffffff;
  display: block;
  transition: 0.3s;
  top:20%;
  border-bottom: solid 2px #ffffff;
  padding-top: 9%;

}
.sidenav .closebtn {
  top: 0;
  max-width: 100%;
  min-width: 100%;
  max-height: 20%;
  min-height: 20%;
  right: 25px;
  font-size: 36px;
  display: block;
}
}
