body {
	background-image: url("../images/back1.jpg");
	background-size:cover;
	font-family: 'Raleway', sans-serif !important;
	font-weight: thin;
	overflow: hidden;
}


h2 {
	font-weight: bold;
}


#overlay {
	position: fixed;
	z-index: -1;
	width: 100%;
	height: 100%;
	top: 0;
	left:0;
	right: 0;
	bottom: 0;
	background-image: linear-gradient(to bottom, rgba(0,0,0,0),  rgba(255,120,100,.3));
}

#navigation{
  background-color: rgba(174, 174, 174, 0.5); 
}

#icon{
  padding-bottom: 0;
  padding-right: 0;
  padding-left: 0;
  padding-top: 0;
}

#settings_icon{
  width: 40px;
  height: 40px;
}

#setting_button{
  visibility: hidden;
  position: absolute;
  right: 110px;
  padding-bottom: 0;
  padding-right: 0;
  padding-left: 0;
  padding-top: 0;
}


#title-container {
	text-align: center;
	position: fixed;
	width: 100%;
	height: 100%;
	padding-top: 10%;
	z-index: -1;
}

#title {
	color: white;
	/*font-family: Courier, monospace;*/
	font-family: 'Raleway', sans-serif !important;
	font-size: 100px;
	font-weight: bold;

}


.searchbar{
	visibility: hidden;
	/*margin-top: 23%;*/
	/*position: absolute;*/
	/*top: 50%;*/
	height: 60px;
	background-color: rgba(255,255,255,.4);
	border-radius: 30px;
	padding: 10px;
}

.search_input{
	color: white;
	border: 0;
	outline: 0;
	background: none;
	width: 0;
	caret-color:transparent;
	line-height: 40px;
	transition: width 0.4s linear;
}

.searchbar:hover > .search_input{
	padding: 0 10px;
	width: 350px;
	caret-color:red;
	transition: width 0.4s linear;
}

.searchbar:hover > .search_icon{
	background: white;
	color: #e74c3c;
	text-decoration: none;
}

.search_icon{
	height: 40px;
	width: 40px;
	float: right;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 50%;
	color:white;
}


::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: white;
  opacity: 1; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: white;
}

::-ms-input-placeholder { /* Microsoft Edge */
  color: white;
}
