.nav a{
    color: Blue;
    font-size: 16px;
    font-weight:bold;
    padding-top: 14px;
    padding-bottom: 14px;
    padding-left: 10px;
    padding-right: 10px;
    text-transform: uppercase;
}
.nav li {
  display: inline;

}

.nav {
   float:left;
   width:100%;
   background:#fff;
   border-bottom:4px solid #000;
   overflow:hidden;
   position:relative;
}
.nav ul {
   clear:left;
   
   list-style:none;
   margin:0;
   padding:0;
   position:relative;
   left:50%;
   text-align:center;
}
.nav ul li {
   display:block;
   float:left;
   list-style:none;
   margin:0;
   padding:0;
   position:relative;
   right:50%;
}
.nav ul li a {
   display:block;
   margin:0 0 0 1px;
   padding:3px 10px;
   background:#ddd;
   color:#000;
   text-decoration:none;
   line-height:1.3em;
}
.nav ul li a:hover {
   background:#369;
   color:#fff;
}
.nav ul li a.active,
.nav ul li a.active:hover {
   color:#fff;
   background:#000;
   font-weight:bold;
}



body { 
  background: url(../solar_background_v2.jpg) no-repeat;
  background-size:100%;
  font-family: Georgia, Helvetica, serif;
}

input[type='checkbox'] {
    width:16px;
    height:16px;
}

input[type=checkbox][disabled]{
  width:14px;
  height:14px;
}

input {
    border-width: 3px;
}

select {
    border-width: 2px;
}

input[type="button"], input[type="submit"], button {
    background-color: white;
    color: black;
    border: 2px solid #4A30CD;
    padding: 4px 20px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 18px;
    margin: 4px 2px;
    -webkit-transition-duration: 0.6s; /* Safari */
    transition-duration: 0.6s;
    cursor: pointer;
}

input[type="button"]:hover, input[type="submit"]:hover, button:hover {
  background-color: #4A30CD;
  color: white;
}

input[type='radio'] { transform: scale(1.6); }
















