header {
	background-color: #030d17;
	margin: 0px 50px;
}

/*nav.navbar {
	background-color: #030d17;
}

.navbar>.container {
    display: block !important;
}

a.navbar-brand-item img {
	width: 200px;
}*/

#banner {
	padding-bottom: 0px;
}

#banner .columns.is-multiline.is-mobile {
	display: flex;
	align-items: center;
}

img.animation {
	border-radius: 25px;
}

img.logo {
    background-color: #3399ff;
    padding: 25px 0px;
    border-radius: 25px;
}

/* MEDIA QUERIES */

@media (max-width: 480px) {
	header {
		background-color: #030d17;
		margin: 0px 25px;
	}

	/*.banner {
		width: 100%;
		height: auto;
		border-radius: 25px;
		margin-top: 25px;
	}*/
}

/*@media (min-width: 481px) and (max-width: 768px) {
	header {
		background-color: #030d17;
		margin: 0px 50px;
	}

	.banner {
		width: 100%;
		height: auto;
		border-radius: 25px;
		margin-top: 25px;
	}
}*/
