@charset "utf-8";
/* CSS Document */
@font-face {
    font-family: "klinicslab";
    src: url(http://www.geocities.ws/breannaconradsnhu/font/klinicslab/klinicslab/KlinicSlabBoldIt.otf);
 
}


      /* BACKGROUND POSITION */   
.bg {
   background-image: url("http://www.geocities.ws/breannaconradsnhu/indeximages/tomatoboard.jpg");
   min-height: 100%;
   background-repeat: no-repeat;
   background-attachment: fixed;
   background-position: center;
   background-size: cover;
 } 

.home{
	width: 885px;
	height: 173px;
	
}


/* NAVIGATION BAR */
    
.navbar {
  overflow: hidden;
  background-color: #5e1211;
  font-family: "klinicslab";
  border: 5px;
  border-style: groove;
  border-color: #543136;	
}

/* Links inside the navbar */
.navbar a {
  float: left;
  font-size: 20px;
  color: #d8c6b8;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
}


/* LINK STYLES */
.link {
	font-family:"klinicslab";
	font-size: 20px;
	border-right: 1px solid #d8c6b8;
	
}

/* DROPDOWN LINKS */
.alink {
	border: 5px;
	border-style: groove;
	border-color: #543136;
	
}

/* The dropdown container */
.dropdown {
  float: left;
  overflow: hidden;
  font-family: "klinicslab";
  border-right:  1px solid #d8c6b8; 	
}

/* Dropdown button */
.dropdown .dropbtn {
  font-size: 20px; 
  border: none;
  outline: none;
  color: #d8c6b8;
  padding: 14px 16px;
  background-color: inherit;
  font-family: inherit; /* Important for vertical align on mobile phones */
  margin: 0; /* Important for vertical align on mobile phones */
 	
}

/* Add a red background color to navbar links on hover */
.navbar a:hover, .dropdown:hover .dropbtn {
  background-color: #cf1c44;
}

/* Dropdown content (hidden by default) */
.dropdown-content {
  display: none;
  position: absolute;
  background-color: #5e1211;
  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 {
  float: none;
  color: #d8c6b8;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  text-align: left;
}

/* Add a grey background color to dropdown links on hover */
.dropdown-content a:hover {
  background-color: #cf1c44;
}

/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {
  display: block;
}

.menu{
	background-color: #5e1211;
	border: 5px;
	border-style: groove;
	border-color: #543136;
	margin-top: 20px;
}

.thumbnail:hover {
    position:relative;
    top:-25px;
    left:-35px;
    width:500px;
    height:auto;
    display:block;
    z-index:999;
}

/* Style the footer */
.footer {
	background-color: #5e1211;
	text-align: center;
	border: 5px;
	border-color: #543136;
	border-style: groove;
	margin-top: 50px;
	color: #d8c6b8;
}

.call {
	text-align: center;
	font-family: "klinicslab";
	font-size: 15px;
	color: #d8c6b8;
}

