/*Header*/
section {
    height: calc(100vh - 8rem);
    width: 100%;
    overflow: hidden;
    padding: 0;
}
#content div:first-child{
    width: 50%;
}
#searchContainer > span > img{
	width:100%;
	height:auto;
}
#searchContainer > span > a {
    width: 5vw;
    height: 5vw;
    display: flex;
    justify-content: center;
    align-items: center;
}
#content div:first-child div span:first-child, #content div:first-child div span:last-child, #content div:first-child div span:nth-child(3) {
    height: auto;
    padding: 0;
}
#content div:first-child div span:nth-child(2) {
    height: 5vw;
}
#content div:first-child div span:nth-child(2) input{
	padding: 1vw;
    font-size: 2vw;
    height: 3vw;
}
footer {
    display: flex;
    height: 4vw;
    padding: 0 5%;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

