@charset "UTF-8";

/*nv-header*/

.nv-header {
	padding: 10px 0;
	text-align: center;
	background: #fff;
	filter: drop-shadow(0 5px 12px rgba(0,0,0,0.2));
	z-index: 100;
	position: relative;
}

.nv-header img {
	height: 20px;
	width: auto;
}

@media screen and (min-width:768px) {

	.nv-header {
		padding: 20px 0;
	}
	
	.nv-header img {
		height: 30px;
		width: auto;
	}

	.nv-header-mb {
		margin-top: 30px;
	}

}

/* nv-footer */
.nv-footer {
    max-width: 740px;
    margin: auto;
    padding: 0 5%;
}