.divleft {
  left: 0px;
  width: 300px;
  border: 0px solid #8a8383;
  padding: 10px;
  overflow: hidden;
}

   .divcenter {
  margin: auto;
  width: 60%;
  border: 3px solid #8a8383;
  padding: 10px;
  display: inline-block;
  overflow: hidden;
}

   .divcenter2 {
  margin: auto;
  width: 20%;
  border: 0px solid #8a8383;
  padding: 10px;
  display: inline-block;
}

.logo {
  float: left;
}
/* ~~ Top Navigation Bar ~~ */

#navigation-container {
  width: 100%;
  margin: left;
  height: 8%;
  padding : 1%;
}

}
/* ~~ Top Navigation Bar ~~ */

#.thingbutton1 {
  width: 1000px;
  margin: 120px auto;
  height: 70px;
}

.navigation-bar {
  margin: auto;
  background-color: #F4F4F4;
  height: 70px;
  width: 1000px;
  text-align:center;
}

.backgroundbody {
  margin: auto;
  background-color: #FFFFFF;
  height: 100%;
  width: 1100px;
}

.navigation-bar2 {
  background-color: purple;
  height: 70px;
  width: 1200px;
  text-align:center;
}

.navigation-bar img{
float:left;
}
.navigation-bar ul {
  padding: 1px;
  margin: 0px;
  text-align: center;
  display:inline-block;
  vertical-align:top;
}

.navigation-bar li {
  display: inline;
}

.navigation-bar li a {
  color: black;
  font-size: 16px;
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  text-decoration: none;
  line-height: 70px;
  padding: 5px 15px;
  opacity: 0.7;
}

#menu {
  float: right;
}

    h1.p {
  color: #212120;
  font-family: verdana;
  font-size: 30px;
}
    
    h2 {
  color: #2b2b29;
  font-family: verdana;
  font-size: 18px;
}

    h3 {
  color: #2b2b29;
  font-family: verdana;
  font-size: 15px;
}

    h4 {
  color: Red;
  font-family: verdana;
  font-size: 12px;
}

    h4.big {
  color: Red;
  font-family: verdana;
  font-size: 20px;
}
    
        p {
  color: Black;
  font-family: verdana;
  font-size: 14px;
}

        p.footer {
  color: Black;
  font-family: verdana;
  font-size: 10px;
}
    
    table, th, td {
  border: 0px solid black;
}
    
hr.pa {
  border: 1px solid Gray;
  border-radius: 5px;
}

hr.new5 {
  border: 1px solid Gray;
  border-radius: 5px;
}

h1.header {
  border: 1px Black;
  color: Gold;
  font-family: verdana;
  font-size: 30px;
  text-shadow: 2px 2px 2px black;
  text-align: center;
}
.right {
  position: absolute;
  right: 0px;
  width: 300px;
  border: 3px solid #8a8383;
  padding: 10px;
  display: inline-block;
}
.left {
  position: absolute;
  left: 0px;
  width: 300px;
  border: 3px solid #8a8383;
  padding: 10px;
  display: inline-block;
}

   .center {
  margin: auto;
  width: 20%;
  border: 3px solid #8a8383;
  padding: 10px;
  display: inline-block;
}

      div.footer {
  background-color: #8b8d91 ;
}

input.last, input.first, input.age, input.notes {
  border-style: solid;
  border-radius: 5px;
  border-width: 1px;
  padding : 0 10px;
  margin  : 0;
  width   : 80%;
  background : #9fa1a6;
}

textarea {
  border-style: solid;
  border-radius: 5px;
  border-width: 1px;
  padding : 0 10px;
  margin  : 0;
  width   : 80%;
  background : white;
}

hr.tl {
  border: 1px solid #d2d6d3;
  border-radius: 5px;
}

    
          input.submit {
  background-color: #a09b9b;
  color: white;
  padding: 14px 15px;
  margin: 10px 0;
  border: none;
  cursor: pointer;
  width: 10%;
  opacity: 0.9;
  font-family: verdana;
  display: inline-block;
  border-radius: 10px;
}

.notes {
  border-style: none;
  border-radius: 5px;
  border-width: 1px;
  padding : 0 20px;
  margin  : 0;
  width   : 100%;
  background : none;
}

 /* Dropdown Button */
.dropbtn {
  background-color: #4CAF50;
  color: white;
  padding: 16px;
  font-size: 16px;
  border: none;
}

/* The container <div> - needed to position the dropdown content */
.dropdown {
  position: relative;
  display: inline-block;
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f1f1f1;
  min-width: 160px;
  -webkit-box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
          box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

/* Links inside the dropdown */
.dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

/* Change color of dropdown links on hover */
.dropdown-content a:hover {background-color: #ddd;}

/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {display: block;}

/* Change the background color of the dropdown button when the dropdown content is shown */
.dropdown:hover .dropbtn {background-color: #3e8e41;} 

body {background-color: #F1F1F1;}

.alert-box {
	background-color: #fffbcc;
	color: #777;
	font-size: 14px;
	line-height: 23px;
	padding: 13px 16px;
	text-align: center;
}

 /* Style buttons */
.btn {
  background-color: DodgerBlue;
  border: none;
  color: white;
  padding: 12px 30px;
  cursor: pointer;
  font-size: 20px;
}

/* Darker background on mouse-over */
.btn:hover {
  background-color: RoyalBlue;
} 

 /* Dropdown Button */
.dropbtn {
  background-color: #4CAF50;
  color: white;
  padding: 16px;
  font-size: 16px;
  border: none;
}

/* The container <div> - needed to position the dropdown content */
.dropdown {
  position: relative;
  display: inline-block;
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f1f1f1;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

/* Links inside the dropdown */
.dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

/* Change color of dropdown links on hover */
.dropdown-content a:hover {background-color: #ddd;}

/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {display: block;}

/* Change the background color of the dropdown button when the dropdown content is shown */
.dropdown:hover .dropbtn {background-color: #3e8e41;} 

* {box-sizing:border-box}

/* Slideshow container */
.slideshow-container {
  max-width: 1000px;
  position: relative;
  margin: auto;
}

/* Hide the images by default */
.mySlides {
  display: none;
}

/* Next & previous buttons */
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  margin-top: -22px;
  padding: 16px;
  color: white;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover, .next:hover {
  background-color: rgba(0,0,0,0.8);
}

/* Caption text */
.text {
  color: #f2f2f2;
  font-size: 15px;
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center;
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* The dots/bullets/indicators */
.dot {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.active, .dot:hover {
  background-color: #717171;
}

/* Fading animation */
.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.5s;
  animation-name: fade;
  animation-duration: 1.5s;
}

@-webkit-keyframes fade {
  from {opacity: .4}
  to {opacity: 1}
}

@keyframes fade {
  from {opacity: .4}
  to {opacity: 1}
}