body {
	background-size:cover;
	background-repeat:no-repeat;
}

#body-wrapper {
    min-height: calc(100vh - 320px);
}

#panda-balloon {position:absolute; width:200px; top:100px; right:300px}

.form-control, .form-select {border:1px solid #9fa5a5; border-radius:20px}

.btn-select-form, .btn-select-form:hover, .btn-select-form:active, .btn-select-form:focus {border-radius:0px; border:0px; border-bottom:2px solid #cccccc}
.btn-select-form-active, .btn-select-form-active:hover, .btn-select-form-active:active, .btn-select-form-active:focus, .btn-select-form-active:focus {border-bottom:2px solid var(--color-red) !important;}

@media (max-width: 1199px) {
	.container {max-width:100%}
	#headerlogo {width:100px; height:100px}	
    #footer-navbar.nav {
        display: block;
    }	
	#footer-navbar a {margin:0px}		
}


@media (max-width: 767px) {
	#footerlogo {
		height: 90px;
		margin-left: 10px;
	}	
}