/* styles for eyeclinichamilton.com */


:root {	
	background-color: #000080;
}


body, html {
    height: 100%;
    margin: 0;
	font-family: 'Droid Serif', serif;
}

/* navigation */

.topnav {
	text-align: center;
	position: relative;
	background-color: #000080;
	height: auto;
	min-height: 4%;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 10px;
	padding-bottom: 3px;	
}


.topnav a {
	font-family: 'Allerta', sans-serif;
	color: #ffffff;
	font-size: 135%;	
	background-color: #000080;
	display: inline;
	font-weight: bold;
	margin: 15px;
	vertical-align: baseline;
	text-decoration: none;
	text-transform: uppercase;
}


.topnav a:visited {
	color: #ffffff;
}

.topnav a:hover {
	color: #ffffff;
	text-decoration: underline;
}

.topnav a:focus {
	color: #ffffff;	
}

.topnav a:active {
	color: #ffffff;
}

ul li {
	font-size: 100%;
	color: #ffffff;
	padding: 5px;
	text-align: left;
}

.spanishbutton {
	border: 1px solid red;
	padding: 3px;
	
}

/* hero image */

.hero-image {
  background-image: url("images/eyeequip.jpg");
  height: 71%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

.hero-text {
  text-align: center;
  position: absolute;
  top: 40%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
}


.hero-text button {
  border: none;
  outline: 0;
  display: inline-block;
  padding: 15px 70px;
  color: #000048;
  background-color: #000080;
  text-align: center;
  cursor: pointer;
}

.hero-text button:hover {
  background-color: #999999;
}


h1 {
	font-family: 'Alegreya SC', sans-serif;
	font-size: 270%;
	color: #ffffff;
	text-align: center;
	background-color:#000048;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 20px;
	padding-bottom: 20px;
	letter-spacing: 0.2em;
}

h2 {
	font-family: 'Vast Shadow', cursive;
	font-size: 200%;
	text-align: center;
	color: #000048;
	background-color: #ffffff;
	margin-top: 0px;
	margin-bottom: 0px;	
	word-spacing: .5em;
	padding-top: 8px;
	padding-bottom: 8px;
	text-decoration: none;	
}

h3 {
	font-size: 50px;
}

p { 
	font-size: 35px;
}

a {
	color: #ffffff;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}




/* header images */



/* for enlarged text and reset */


/* our team page*/

/* welcome */




