html, body {
  font-family: 'Arial', serif;
  line-height: 18pt;
  font-size: 12pt;
  color: #000;
  letter-spacing: 2px;
  background-color: #333;
  text-align: left;
  background: #FFF no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

body {
  height: 100%;
}

span{
  font-size: 12pt;
}

h1{
  color: #000;
  font-size: 3em;
}

h3{
  margin-top: 5px;
  margin-bottom: 20px;
}

h4{
  margin-top: 10px;
}

ol, ul{
  list-style: none;
  padding-left: 0px;
}

ul li{
  color: #000;
}

address{
  color: #000;
}

a{
  text-decoration: none;
  color: #000;
}

a:hover{
  text-decoration: none;
  color: #CCC;
}

p{
  color: #000;
}

.bluelink{
  color: #0099cc;
}

.left{
  float: left;
}

.right{
  float: right;
}

input, textarea, .input-group-addon, button{
      background-color: transparent !important;
}

button{
  border: 1px solid white !important;
}

legend{
  border: none !important;
  color: #fff;
}

#bottom-row{
  position: absolute;
  bottom: 0;
  padding-top: 7px;
  padding-left: 45px;
  padding-right: 45px;
  left: 0px;
  right: 0px;
  min-height: 38px;
  font-size: 18pt;
  border-top: 1px solid #ddd;
  color: #666;
  background-color: black;
}

#main {
  position: relative;
  max-width: 2000px;
  padding: 45px;
  padding-bottom: 20px;
  margin: 0 auto;
  color: #000;
  border: 2px solid #8b8b8b;
  margin-top: 60px;
  margin-bottom: 60px;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.75);
  -moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.75);
  box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.75);
}

.menu-link{
  text-decoration: none;
  font-size: 8pt;
  color: #000;
  padding: 20px;
}

.menu-link:hover{
  color: silver;
  text-decoration: none;
}

/* Small Devices, Tablets */

@media only screen and (max-width : 767px) {

  #main{
    margin: 20px !important;
    padding: 20px;
  }

  html{
    height: 100vh;
  }

  h1#title{
    font-size: 42pt;
  }

  .input-group{
    right: 0px;
  }

}

/* Extra Small Devices, Phones */

@media only screen and (max-width : 480px) {

  h1#title{
    font-size: 32pt;
  }

  h3{
    font-size: 18pt;
    margin-bottom: 20pt;
  }

  h4{
    font-size: 13pt;
  }

}

/* Custom, iPhone Retina */

@media only screen and (max-width : 320px) {

  h3{
    font-size: 15pt;
    margin-bottom: 20pt;
  }

}