
/*html, body {
	margin: 0;
	border: 0;
} */

html{
    height: 100vh;/* make sure it is at least as tall as the viewport */
    position:relative;
    margin: 0;
	border: 0;
}
body{
    height:100%; /* force the BODY element to match the height of the HTML element */
    margin: 0;
	border: 0;
}

.header {
	text-align: center;
	font-size: 30px;
}
li {
	font: verdana;
	list-style-type: none;
	color: rgb(160, 160, 160);
	padding: 5px;
	font-weight: bold;
    font-size: 30px;
}

ol {
  list-style-type: none;
  font-size: 30px;
}

ol:hover {
   font-size: 50px;
}

#title {
	color: #286090;
}

#menu ol {

	font: verdana;
	list-style-type: none;
	margin-left: 10px;
	font-weight: bold;
    font-size: 15px;
    color: #286090;
}

#menu ul {
  font-size: 20px;
  color: rgb(160, 160, 160);
}

.form-control {
  height: 50px;
  font-size: 20px;
}

.form-actions {
    margin: 0;
    background-color: transparent;
    text-align: center;
}

.btn-secondary {
	width: 100px;
	font-size: 20px;
	color: #286090;
}

#results ol {
  color: #286090;
}


.jumbotron {
 margin-top: 40px;
}

.jumbotron h3 {
	color: #286090;
}

.image {
	width: 170px;
	height: 170px;
	border: transparent;
}
.image:hover {
      transition: transform 2s;
      /*transform: translate(100%, -200%);*/
      width: 500px;
	   height: 500px;
}

.controls {
	width: 50px;
	height:  20px;
	background: #FFF;
    display: inline-block;
    float: left;
}

.imageplay {
	padding-right: 150px;
	width: 50px;
	height: 50px;
	margin-left: 50px
}

.active {
  color: Red
}

.filter li {
  display: inline;

}
.filterd {
	text-align: center;
}
ul {
  list-style-type: none;
  padding: 5px;
}

.browse {
	margin-top: 50px;
	margin-bottom: 30px;
}

.browse h3 {
	text-align: center;
	text-transform: uppercase;
	border-bottom: 1px solid #000;
	margin: 10px 0 20px;
	line-height: 0.1em;
}

h3 span {
    background:#fff;
    padding:0 10px;
}

.letters {
	margin-left: 70px;
}

.wrapper button {

	padding: 0;
    border: none;
    background: none;
    font-size: 20px;
    color: #286090;
}

.wrapper button:hover {
	color: #286090;

}


/* About Page */

.row {
	display: inline-block;
	padding-top: 100px;
	text-align: center;
	padding-left: 150px;
}

.col-md-4 {
	padding: 50px;
    background: #000;
}

.col-md-4:hover {
	color: #FFA706;

}

.row p {
	font: verdana;
	font-weight: bold;
    font-size: 15px;
    color: #fff;
}

.row img {
	margin-bottom: 20px;
}

.wrapper {height: 100px;}

/* Footer */

.footer {
	margin-top: 100px;
	 background: #000;
}

.footer li {
	display: inline;
	font-size: 20px;
}


/* CSS for Mobile Devices */


@media (min-width:320px)  {
/* smartphones, portrait iPhone, portrait 480x320 phones (Android) */


  .letters {
	margin-left: 0px;
	text-align: center;
    vertical-align: middle;
    padding-top: 10px;
   }

  .letter button {
  	font-size: 1.5em;

  }

  .index {
	  /*display: flex;*/
    display: inline-block;
	  clear: both;
    /*margin-left: 100px;*/
 }

@media (min-width:480px)  {
/* smartphones, Android phones, landscape iPhone */

.letters {
	margin-left: 0px;
	text-align: center;
    vertical-align: middle;
    padding-top: 10px;
   }

  .wrapper button {
  	font-size: 1.5em;

  }

  .index {
  display: inline-block;
	/*clear: both; */
  text-align: center;
  /*margin-left: 200px;*/
 }

}
@media (min-width:600px)  {
 /* portrait tablets, portrait iPad, e-readers (Nook/Kindle), landscape 800x480 phones (Android) */

}
@media (min-width:801px)  {
 /* tablet, landscape iPad, lo-res laptops ands desktops */


}
@media (min-width:1025px) {
 /* big landscape tablets, laptops, and desktops */
 .index {
 	margin-left: 150px;

 }

}
@media (min-width:1281px) {
/* hi-res laptops and desktops */

.index {
	margin-left: 200px;

}

}
