/*a {
	color: #ffffff;
}
a:hover {
	color: orange;
}*/

ul { 
	list-style-type: none;
	text-align: left;
}

li{
	display: inline-block;
	padding: 20px;
}

header {
	background-color: #000000;
}

.logout {
	text-align: center;
	color: red;
}

.addMareH2 {
	text-align: center;	
}

.formCenter {
	text-align: center;
}
.centerForm {
	margin-left:auto;
	text-align: center;
}
.centerForm input {
	margin: auto;
	margin-bottom: 10px;
}

.logoDiv {
	text-align: center;
}

.logo {
	margin-left: auto;
	width: 50%;
}


/*form layout*/
form {
	display: inline-block;
}

input {
	width: 200px;
	padding: 10px;
	margin-left: 20px;
	margin-bottom: 20px;
}

#mare_name {
	top: 0px;
}

#arrival {
 	margin-left: 420px;
}

#description {
	width: 600px;
}

#email {
	width: 420px;
}

.stallionInfoDiv {

	border: 2px solid black;
	padding:20px;
}



#stallion {
	width: 400px;
}

#contact_name {
	width: 400px;
}

#contact_number {
	width: 400px;
}



.horseHealthDiv input {
	width: 32%;
	margin-left: 0px;
}

#hdate {
	margin-left: 20px;
}

#cysts {
	margin-left: 20px;
	width: 97%;
}

#hcomment {
	margin-left:20px;
	width: 97%;
}

.horseHealthTable input {
	width: 9.4%;
	margin-left: 0px;
}

#l_ovary {
	margin-left: 20px;
}

#submit {
	width: 97%;
}

.hide {
	display: none;
}

h2 {
	text-align: center;
}

.container2 {
	width: 80%;
	margin: auto;
}



/*nav sytle*/

.topnav {
	overflow: hidden;
	background-color: #333;
  }
  
  .topnav a {
	float: left;
	display: block;
	color: #f2f2f2;
	text-align: center;
	padding: 14px 16px;
	text-decoration: none;
	font-size: 17px;
  }
  
  .topnav a:hover {
	background-color: #cd5721;
	color: black;
  }
  
  
  .topnav .icon {
	display: none;
  }
  
  @media screen and (max-width: 900px) {
	.topnav a:not(:first-child) {display: none;}
	.topnav a.icon {
	  float: right;
	  display: block;
	}
  }
  
  @media screen and (max-width: 900px) {
	.topnav.responsive {position: relative;}
	.topnav.responsive .icon {
	  position: absolute;
	  right: 0;
	  top: 0;
	}
	.topnav.responsive a {
	  float: none;
	  display: block;
	  text-align: left;
	}
	
  }


  @media screen and (max-width: 500px) {
  .logo {
	margin-left: auto;
	width: 80%;
	}
}
  
