/* Masthead */

.masthead:before {
	display: none;
}

body {
	background-image: url("../images/foreverstone.jpg");
	background-size: 100%;
	background-repeat: no-repeat !important;
	background-position: center;
	background-repeat: none;
	background-color: #ccc;
}

body:before {
	background-color: #000;
	opacity: 0.5;
}

/* Search */

.search {
    position: relative;
    box-shadow: 0 0 40px rgba(51, 51, 51, .1);
	margin-bottom: 2rem;
}

.search input {
    height: 60px;
    text-indent: 20px;
    border: 2px solid #d6d4d4;
}

.search input:focus {
    box-shadow: none;
    border: 2px solid #f49243;
}

/* .search .fa-search {
	display: inline-block;
    position: absolute;
    top: 20px;
    left: 16px;
	height: 22px;
	width: 22px;
	background-image: url("../images/search-icon.png");
	background-repeat: no-repeat;
	background-size: 100%;
	background-position: center;
} */

.search button {
    position: absolute;
    top: 5px;
    right: 5px;
    height: 50px;
    width: 120px;
    background: #72bcd4;
	border: none;
	color: #fff;
	font-size: 1.2em;
/*	font-family: "Lemon Milk Bold", "Helvetica", Arial, sans-serif; */
	text-transform: uppercase;
	line-height: 1em;
	letter-spacing: 1px;
}