			/* Search box */
			.search-box-wrapper {
			    display: inline-flex;
			    font-size: 18px;
			   
			}

			.search-box-input {
			    font-size: inherit;
			    border: 1px solid #000000;
			    border-radius: 10px 0 0 10px;
			    padding: 2px 2px;
			    outline: 0;
			}

			.search-box-input:hover,
			.search-box-input:focus {
			    border-color: #e91e63;
			}

			.search-box-button {
			    font-size: inherit;
			    border: 1px solid #000000;
			    border-radius: 0 10px 10px 0;
			    background-color: #000000;
			    border-left: 0;
			    padding: 0 10px;
			    color: white;
			    font-weight: bold;
			    outline: 0;
			    cursor: pointer;
			}

			.search-box-button:hover,
			.search-box-button:focus {
			    border-color: #e91e63;
			    background-color: #e91e63;
			}

			/* Font family */

			.w3-myfont {
			    font-family: "Comic Sans MS", cursive, sans-serif;
			}

			.w3-myfon {
			  	font-family: "Comic Sans MS", verdana, sans-serif;
			}


			/* Line-in Title */
			h2.background
			{
			  position: relative;
			  z-index: 0;
			  text-align:center;
			}

			h2.background::before
			{
			  border-top: 2px solid #dfdfdf;
			  content:"";
			  margin: 0 auto;
			  position: absolute; 
			  top: 50%; left: 0; right: 0; bottom: 0;
			  z-index: -1;
			}

			h2.background span
			{
			  background: #fff; 
			  padding: 0 10px; 
			}

			
	

			

			