
html{
  height:100%;
  width:100%;
  /*background: -moz-linear-gradient(top,  #FFFFFF,  #F8F38F);
  background: -o-linear-gradient(top, #FFFFFF,  #F8F38F);
  background: linear-gradient(top, #FFFFFF,  #F8F38F);
  background: -webkit-gradient(linear, left top, left bottom, from(#FFFFFF), to(#F8F38F));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFF', endColorstr='#F8F38F');*/
}

body{
  margin:0;
  padding:0;
  font-family : Calibri, Arial, Verdana, sans-serif;
  font-size:12pt;
}

h1{
  font-size:18pt; 
  text-shadow:3px 1px 1px #E1E1E1;
  color:#696969;
}

h2{
  font-size:14pt;
  color:#fe9900;
}
h3{
  font-size:12pt;
  color:#696969;}
h4{}
h5{}
p{font-size:12pt;}

a img{
  border:none;
}

a{
  color:grey;
  text-decoration:none;
}

div.website{
  width:100%;
  max-width:1000px;
  min-height:500px;
  position:relative;
  margin-left:auto;
  margin-right:auto;
  box-sizing:border-box;
  padding:0 12px 16px;
}

div.logoRow{
  width:100%;
  text-align:right;
}

div.logoRow img{
  margin:5px;
}

div.header{
  width:100%;
  height:300px;
  background-image:url("https://www.digi-service.net/src/images/header.png");
  background-repeat:no-repeat;
  background-size:100% 100%;
  border-radius: 10px;
  box-shadow: 5px 5px 5px #A1A1A1;
  margin-bottom:5px;
  overflow:hidden;
  position:relative;
}

div.header img{
  position:absolute;
  inset:0;
  width:100%;
  height:100%;
  display:block;
  pointer-events:none;
}

div.content{
  float:left;
  width:calc(100% - 225px);
  padding:15px;
  border:1px solid #A1A1A1;
  border-top:none;
  opacity:0;
  box-sizing:border-box;
}

div.content img{
  border-radius: 5px;
  box-shadow: 5px 5px 5px #A1A1A1;
}

div.nav{
  float:right;
  width:200px;
  min-height:150px;
  box-sizing:border-box;
}
div.nav ul{
  margin:0;
  padding:0;
  margin-left:25px;
  margin-top:5px;
}

div.nav ul li, ul li{
  list-style: url("https://www.digi-service.net/src/images/li.jpg");
  font-size:12pt;
}

div.nav ul li a{
  text-decoration:none;
  color : #003399;
  font-size:12pt;
}

div.nav ul li a:hover{
  padding-left:3px;
}

input[type=text]{
  height:14px;
  font-size:13px;
  border-width:1px;
  border-right-color:#DDDDDD;
  border-bottom-color:#DDDDDD;
  width:300px;
}

textarea{
  height:100px;
  width:100%;
  max-width:420px;
  font-family : Calibri, Arial, Verdana, sans-serif;
  font-size:13px;
  box-sizing:border-box;
}

.red{
  color:#C50000;
}

.error{  
  background-color : #F3CCCC;
  border-color : #E89999;
  min-height:25px;
  padding:5px;
}

.info{
  background-color : #cce2f3;
  border-color : #E89999;
  min-height:25px;
  padding:5px;
}

#messageArea{
  border-top-width:2px;
  border-bottom-width:2px;
  border-left-width:0px;
  border-right-width:0px;
  border-style:solid;
  width:98%;
  opacity:0;
}

.errorTextBox{
  background-color : #F3CCCC;
}

.errorTextBoxResolved{
  background-color : #FFFFFF;
}


.sendButton{ 
  border-radius:3px 3px 3px 3px; 
  box-shadow:2px 2px 5px #D1D1D1; 
  vertical-align:middle; 
  text-align:center;
  width : 120px; 
  background : -moz-linear-gradient(top, #F1F1F1, #D1D1D1); /* Firefox */
  background : -webkit-linear-gradient(top, #F1F1F1, #D1D1D1); /* Safari, Chrome */
  background : -o-linear-gradient(top, #F1F1F1, #D1D1D1); /* Opera */
  background : -ms-linear-gradient(top, #F1F1F1, #D1D1D1); /* IE */
  background : linear-gradient(top, #F1F1F1, #D1D1D1);
  cursor : pointer;
}

.sendButton:Hover{ 
  box-shadow : -2px -2px 5px #D1D1D1; 
  background : -moz-linear-gradient(top, #D1D1D1, #F1F1F1); /* Firefox */
  background : -webkit-linear-gradient(top, #D1D1D1, #F1F1F1); /* Safari, Chrome */
  background : -o-linear-gradient(top, #D1D1D1, #F1F1F1); /* Opera */
  background : -ms-linear-gradient(top, #D1D1D1, #F1F1F1); /* IE */
  background : linear-gradient(top, #D1D1D1, #F1F1F1);
}

textarea, input{
  border-color:#F1F1F1;
  border-radius:3px;
  border-width:1px;
  box-shadow:3px 3px 3px #F1F1F1;
}

input[type=text], input[type=email], input[type=tel]{
  width:100%;
  max-width:420px;
  box-sizing:border-box;
}

textarea:hover, input:hover{
  box-shadow:-3px -3px 3px #F1F1F1;
}

div#linkList{
  width:80%;
  padding-top:50px;
  font-size:8pt;
  text-align:center;
  margin-bottom:10px;
}

div#jsErrorBox{
  background-color:#FFFFE1;
  height:25px;
  width:100%;
  text-align:center;
}

.navToggleButton{
  display:none;
  margin:8px 0 6px auto;
  padding:8px 12px;
  border:1px solid #B1B1B1;
  border-radius:6px;
  background:#FFFFFF;
  color:#003399;
  font-size:11pt;
  cursor:pointer;
}

@media (max-width: 900px){
  div.website{
    padding:0 10px 16px;
  }

  div.header{
    height:220px;
  }

  div.content{
    float:none;
    width:100%;
    margin-bottom:12px;
    padding:12px;
  }

  div.nav{
    float:none;
    width:100%;
    min-height:0;
    display:none;
    border:1px solid #E3E3E3;
    border-radius:8px;
    padding:8px 12px;
    background:#FFFFFF;
  }

  div.website.nav-open div.nav{
    display:block;
    position:fixed;
    top:58px;
    left:10px;
    right:10px;
    max-height:70vh;
    overflow:auto;
    z-index:9999;
    box-shadow:0 10px 24px rgba(0,0,0,.18);
  }

  .navToggleButton{
    display:block;
    position:relative;
    z-index:10000;
  }

  div.nav ul{
    margin-left:18px;
  }

  div#linkList{
    width:100%;
    padding-top:25px;
    line-height:1.7;
  }
}

@media (max-width: 600px){
  body{
    font-size:11pt;
  }

  h1{
    font-size:16pt;
  }

  h2{
    font-size:13pt;
  }

  div.header{
    height:160px;
  }

  div.logoRow img{
    max-width:180px;
    height:auto;
  }

  div.content{
    padding:10px;
  }
}

