
/*Search Form*/


#searchContainer {
    width: 100%;
    top: 0;
    height: 200px;
    justify-content: center;
    align-items: center;
    display: none;
}

.closebtn {
    margin-left: 20px;
    cursor: pointer;
    font-size: 2rem;
}
.search-box{
    width:100%;
    height:60px;
    margin-left:5px;
    font-size: 1.1rem;
}
#searchBox {
    width:100%;

}
.searchform {
    display: flex;
    justify-content: center;
    align-items: center;
    width:100%; 
	border:none;
	
	

}
.searchform input {	
    border-radius:5px 0px 0px 5px;
	border: solid;
    border-width: 0.2px;
    border-color: gray;
	padding:20px;
	outline:none;
    background-color: rgb(230, 218, 202, 0.4);


}



#searchsubmitbutton {
    border-width:1px;
	border: solid;
    border-width: 0.2px;
    border-color: gray;
    border-left-width: 0;
    background-color:  rgb(232, 154, 38);
    color: #fff;
    height:60px;
    width:60px;
	border-radius:0px 5px 5px 0px; 

}
