.navbar {
    text-align: center;
    font-family: cursive;
    padding-bottom: 30px;
}

.dropdown {
    position: relative;
    display: inline-block;
}
.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    padding: 12px 16px;
}
.dropdown:hover .dropdown-content {
    display: block;
}
@font-face{
    font-family:myFirstFont;
    src: url(../font/inprimis/Inprimis55regular_v126free.ttf);
}
#font p{
    font-family:myFirstFont;
}
footer {
    text-align: center;
    font-family: cursive;
}
header {
   text-align: center;
    margin-left: 20px;
}
table, th, td {
    border: 1px solid black;
    border-collapse: collapse;
}
th, td {
    padding: 5px;
    text-align: left;
    font-size: 15px;
}
th {
    background-color: #9D65A4;
}
caption {
    font-style: italic;
    padding-bottom: 10px;
}
tr:nth-child(even) {
    background-color: #918FB3;
}
html{
     background-image: url("http://images.sugarscape.com/userfiles/image/editors/SALLYFOLDER/BROWN-EYES.jpg");   
}
body { 
   background:#fff;
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.10);
    line-height: 1.5;
    margin: 0 auto;
    max-width: 800px;
    padding: 2em 2em 4em 4em;
}
.form {
    text-align: left;
    float: left;
    padding: 20px;
    padding-bottom: 100px;
    border-style: groove;
}
.map {
    padding-left: 20px;
    padding-right: 25px; 
}
p {
    font-family: serif;
    font-size: 15px;
}
.images {
    text-align: center;
}
.lowCostImage{
    float:left;
}
.lowCostImageR{
    float:right;
}
.lowCostText{
    float:right;
    padding: 6px;
}
footer {
    text-align: center;
    font-family: fantasy;
    margin-top: 40px;
}

ol {
    font-family: serif;
    font-size: 15px;
    
}
li {
      color: #91637F;
}

ul {
    font-family: serif;
    font-size: 15px;    
}

/* Slideshow container */
.slideshow-container {
  max-width: 1000px;
  position: relative;
  margin: auto;
}

/* Next & previous buttons */
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -22px;
  color: white;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
}

/* 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: 13px;
  width: 13px;
  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}
}

/* On smaller screens, decrease text size */
@media only screen and (max-width: 300px) {
  .prev, .next,.text {font-size: 11px}
}



h1 {
    color: #700168;
    font-family: serif;
    font-size: 20px;
}

h2 {
    color: #65427A;
    font-family: serif;
    font-size: 18px;
}

h3 {
    color: #9D65A4;
    font-family: serif;
    font-size: 16px;
}

.chip {
    display: inline-block;
    padding: 0 25px;
    height: 50px;
    font-size: 16px;
    line-height: 50px;
    border-radius: 25px;
    background-color: #f1f1f1;
}

.chip img {
    float: left;
    margin: 0 10px 0 -25px;
    height: 50px;
    width: 50px;
    border-radius: 50%;
}

	#tfnewsearch{
		float:right;
		padding:20px;
	}
	.tftextinput{
		margin: 0;
		padding: 5px 15px;
		font-family: Arial, Helvetica, sans-serif;
		font-size:14px;
		border:1px solid #0076a3; border-right:0px;
		border-top-left-radius: 5px 5px;
		border-bottom-left-radius: 5px 5px;
	}
	.tfbutton {
		margin: 0;
		padding: 5px 15px;
		font-family: Arial, Helvetica, sans-serif;
		font-size:14px;
		outline: none;
		cursor: pointer;
		text-align: center;
		text-decoration: none;
		color: #ffffff;
		border: solid 1px #9D2053; border-right:0px;
		background: #0095cd;
		background: -webkit-gradient(linear, left top, left bottom, from(#9D2053), to(#9D2053));
		background: -moz-linear-gradient(top,  #9D2053,  #9D2053);
		border-top-right-radius: 5px 5px;
		border-bottom-right-radius: 5px 5px;
	}
	.tfbutton:hover {
		text-decoration: none;
		background: #9D2053;
		background: -webkit-gradient(linear, left top, left bottom, from(#9D2053), to(#9D2053));
		background: -moz-linear-gradient(top,  #9D2053,  #9D2053);
	}
	
	.tfclear{
		clear:both;
	}

.button {
    background-color: #9D2053; 
    border: none;
    color: white;
    padding: 8px 10px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 10px;
    margin: 2px 1px;
    cursor: pointer;
}

.button4 {
    border-radius: 12px;
}

b {
    color: #F0B4BD;
    font-size:15px;
}




