﻿
@media (min-width: 768px) {
	
	main {
		margin-top:300px;
	 }
	 
	.navbar {
		height:103px;
		background-image: url('../img/logo-opale.png');
		//background-color: rgba(255, 255, 255, 0.5);
		background-repeat: no-repeat;
		z-index:1;
	}
	
	.navbarScroll {
		height:103px;
		background-image: url('../img/logo-opale.png');
		background-color: #fff;
		background-repeat: no-repeat;
		z-index:1;
		box-shadow: 0 8px 6px -6px grey;
	}

	.picture-header {
		position:absolute;
		height:350px;
		width:100%;
		background-image: url('../img/header-bg.jpg');
		background-position: 50% 70%;
		top: 0;
		right: 0;
		left: 0;
		//opacity: 0.7;
	}

	.navbar-nav {
		padding-left: 600px;
	}
	
	.nav-item {
		padding-right: 60px;
	}
	
 
	 .navbar-light .navbar-nav .nav-link {
		color: #fff;
		font-size: 30px;
		text-shadow: -1px 0 #373737, 0 1px #373737, 1px 0 #373737, 0 -1px #373737;
	}
	
	.blocForm {
		background-color: #f9a74c;
		font-size:22px;
		font-weight: bold;
		color: #fff;
	}
}
