.navbar{
	box-shadow: 0 1px 8px 0 rgba(0, 0, 0, 0.25);background-color:#131E45 !important;font-size:16px;
}
.navbar .nav-item .nav-link{
	color:white;
	text-transform:uppercase;
}
.navbar .nav-item .dropdown-menu.show{
	border-radius: 0px;
	top: 55px;
}
.navbar-toggler{
		background:white;
}

.banner-home{
background-image:url(banner.jpg);min-height:400px;background-size:100%;color:white;font-size:32px;
	background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.banner-home p{
	margin-left:100px;padding-top:100px;
	max-width:45%;
}
.banner-home button{
	margin-left:100px;background-color:#131E45;color:white;border:none;
}

@media screen and (max-width:800px){
	.banner-home{
		font-size:24px;
		min-height:350px;
		background-size:cover;
		background-position:right;
	}
	.banner-home p{
		margin-left:30px;margin-right:30px;padding-top:60px;
		max-width:100%;
	}
	.banner-home button{
		margin-left:30px;
	}
}