.topnav {
  overflow: hidden;
  background-color: #333;
}

.topnav a {
  float: left;
  display: block;
  color: #f2f2f2;
  color:;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 17px;
}

.topnav a:hover {
  background-color: #ddd;
  color: black;
}

.active {
  background-color: #4CAF50;
  background-color: #0678D5;
  color: white;
}

.topnav .icon {
  display: none;
}

.boxtest {
  position: absolute;
  text-align: left;
  left: 125px;
  top: 55px;
    color: white;
  font-family: "verdana";

   font-size: 20px;

}

@media screen and (max-width: 600px) {
  .topnav a:not(:first-child) {display: none;}
  .topnav a.icon {
    float: right;
    display: block;
  }
}

@media screen and (max-width: 600px) {
  .topnav.responsive {position: relative;}
  .topnav.responsive .icon {
    position: absolute;
    right: 0;
    top: 0;
  }
  .topnav.responsive a {
    float: none;
    display: block;
    text-align: left;
  }
}

table {
  display: inline-block;
  width=100%;
    background-color: white;
    border-radius:5px;
    -moz-border-radius:5px;

}

td, th {
    border-radius:1px;
    -moz-border-radius:1px;
}



tr:nth-child(even) {background-color: #f2f2f2;} 
//tr:hover {background-color: #ffffcc;} 





.main{
  display: inline-block;
    width: 100%;
    border-radius:15px;
    -moz-border-radius:15px;
    border:2px solid #ccc;
  background:white;
  max-width: 500px;

}


.button {
    background-color: #2874A6;
    border: none;
    color: white;
    padding: 15px 32px;
    border-radius:10px;
    -moz-border-radius:10px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 4px 2px;
    cursor: pointer;
    width: 90%;
}
.button:hover{
     background: #2E86C1;
}

.button2 {
    -webkit-appearance: none;
    background-color: #6e1788;
    border-radius:10px;
    -moz-border-radius:10px;
    border: none;
    color: white;
    padding: 15px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 4px 2px;
    cursor: pointer;
    width: 250px;
}

.button2:hover{
     background: #43464B;
     background: #05a3c8;
}




.button3 {
    -webkit-appearance: none;
    background-color: #006699;
    border: none;
    color: white;
    padding: 15px 32px;

    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 14px;
    margin: 4px 2px;
        margin: 2px 1px;
    cursor: pointer;
    width: 250px;

}

.button3:hover{
     background: gray;
}


.button4 {
    -webkit-appearance: none;
    background-color: #006699;
    border: none;

    color: white;
    padding: 15px 5px;

    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 12px;
    margin: 2px 1px;
    cursor: pointer;
    width: 100px;
}

.button4:hover{
     background: #313335;
}

.button5 {
    -webkit-appearance: none;
    background-color: #717E8E;
    border-radius:10px;
    -moz-border-radius:10px;
    border: none;
    color: white;
    padding: 15px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 12px;
    margin: 4px 2px;
    cursor: pointer;
    width: 250px;
}

.button5:hover{
     background: #43464B;
}


h1 {
    color: white;
    font-family: verdana;
    font-size: 20px;


}
h2 {
    color: #263746;
    font-family: arial narrow;
    font-size: 12px;
}
h3 {
    color: black;
    font-family: verdana;
    font-size: 18px;
    margin:0px;
}
h4 {
    color: black;
    font-family: verdana;
    font-size: 8px;
    margin:0px;
}

h5 {
    color: white;
    font-family: verdana;
    font-size: 100%;
}


h6 {
    display: inline;
    color: white;
    font-family: arial narrow;
    font-size: 18px;
    margin-top: 0em;
    margin-bottom: 0em;
}


p {
    color: black;
    font-family: verdana;
    font-size: 12px;
}

body {
   text-align: center;
//background-color: #263746;
background-color: black;
//  background: linear-gradient(to right bottom, #263746, #648880);
background-repeat: no-repeat;
}

.box{
    background:#717E8E;
	width:100%;
	height:145px;
	
}

form {
  display: inline-block;
//  background:#E3E3E3;
  background:black;
  padding:15px; 
//  outline-style: solid;
//  outline-color: lightgray;
//  outline-width; thin;
    border-radius:10px;
    -moz-border-radius:10px;



}


.select select {
    padding:15px; 
    border:2px solid #ccc; 
    -webkit-border-radius: 5px;
    border-radius: 10px;
    width: 200px;
    font-size: 14px;

}



input[type=text] {
autocapitalize="none";

    padding:15px; 
    border:2px solid #ccc; 
    -webkit-border-radius: 5px;
    border-radius: 10px;
    maxwidth: 400px;
    font-size: 20px;
}

input[type=text]:focus {
    border-color:#333;

}

input[type=text2] {
autocapitalize="none";

    padding:15px; 
    border:2px solid #ccc; 
    -webkit-border-radius: 5px;
    border-radius: 10px;
    maxwidth: 200px;
    font-size: 14px;
}

input[type=text2]:focus {
    border-color:#333;

}


input[type=email] {
autocapitalize="none";

    padding:15px; 
    border:2px solid #ccc; 
    -webkit-border-radius: 5px;
    border-radius: 10px;
    maxwidth: 400px;
    font-size: 20px;
}

input[type=email]:focus {
    border-color:#333;

}

input[type=number] {
autocapitalize="none";

    padding:15px; 
    border:2px solid #ccc; 
    -webkit-border-radius: 5px;
    border-radius: 10px;
    maxwidth: 400px;
    font-size: 20px;
}

input[type=number]:focus {
    border-color:#333;

}


input[type=password] {
    padding:15px; 
    border:2px solid #ccc; 
    -webkit-border-radius: 5px;
    border-radius: 10px;
    maxwidth: 400px;
    font-size: 20px;
}

input[type=password]:focus {
    border-color:#333;
}



a.navlink:link {
  color: #2874A6; text-decoration: none; 
}

a.navlink:active {
color: #2E86C1; text-decoration: none; 
}
a.navlink:visited {
color: #2E86C1; text-decoration: none; 
}
a.navlink:hover {
color: #2E86C1; text-decoration: none; 
}

.square{
    width: 100%;
    height: 25px;

}
.square2{
  display: inline-block;
    width: 100%;
    border:1px solid gray;
  background:white;
}

.square3{
  display: inline-block;
    width: 100%;
    border:1px solid gray;
  background:white;


}

.square4{
  display: inline-block;
    width: 100%;
    border:1px solid gray;

  background:#2874A6;

}

.square5{
  display: inline-block;
    width: 350px;
    border:1px solid gray;

}

.main{
  display: inline-block;
    width: 100%;

    border:2px solid #ccc;
  background:white;
  max-width: 800px;

}