* {margin: 0; padding: 0; color: white; -webkit-font-smoothing: antialiased; text-transform: uppercase;}

body {
	overflow-x: hidden;
}
.block {
	background: url('../images/block-bg.jpg') top no-repeat;
	background-size: cover;
	display: flex;
	flex-direction: column;
	justify-content: space-around;
	align-items: center;
	padding: 0 100px;
	overflow-x: hidden;
	margin-top: -1px;
}

	h2 {
		font-family: HeavitasRUSbyDaymarius;
		font-size: 80px;
		background: rgba(255,255,255, .42);
		border-radius: 30px;
		padding: 0 20px;
		padding-top: 17px;
		text-align: center;
		margin: 100px 0;
	}

	h3 {
		font-family: HeavitasRUSbyDaymarius;
		font-size: 80px;
		text-align: center;
	}

	p {
		text-align: center;
		font-family: FuturaFuturisLightC;
		font-size: 40px;
		line-height: 60px;
	}

.b2 {
	height: 1000px;
	min-height: 700px;
	background: url('../images/b2.jpg') top no-repeat, linear-gradient(black, black) top no-repeat;
	background-size: cover, cover;
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
	margin-bottom: -30px;
	overflow-x: hidden;
}
	.b2 span {
		font-family: FuturaFuturisLightC;
		font-size: 71px;
		position: relative;
		top: -66px;
	}
.about {
	padding-top: 100px;
}
	.about p {
		margin-bottom: 70px;
		font-family: GothamPro-Light;
		font-size: 40px;
		text-transform: none;
	}
	.about p:first-of-type {
		margin-top: -20px;
	}

.address {
	text-align: left;
	padding-top: 100px;
	padding-bottom: 100px;
}
	.address .heading {
		width: 100%;
		text-transform: none;
		font-family: GothamPro-Bold;
		font-size: 40px;
		margin-bottom: 35px;
		z-index: 1;
	}
	.address-text {
		text-transform: none;
		font-family: GothamPro-Light;
		font-size: 29px;
		line-height: 40px;
		z-index: 1;
	}
	.map-wrapper {
		align-self: flex-start;
		margin-top: -80px;
		margin-bottom: -150px;
/*		margin-top: -5%;
		margin-bottom: -8%;*/
		position: relative;
	}
		.map {
			border-radius: 15px;
			overflow: hidden;
			background: grey;
			position: absolute;
			left: 1.1%;
		    right: 1.1%;
		    top: 16.5%;
		    bottom: 23.4%;
		}
		    .map * {
    			color: black;
    			text-transform: none;
    		}

.lineup {
	margin-top: -1px;
	padding-top: 100px;
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
	background: url('../images/vinil.png') center no-repeat, url('../images/block-bg.jpg') top no-repeat;
	background-size: 100%, cover;
}
	.fs-big {
		font-family: FuturaFuturisBlackC;
		font-size: 96px;
	}
	.fs-middle {
		font-family: FuturaFuturisBlackC;
		font-size: 68px;
		margin-bottom: 50px;
	}
	.fs-small {
		font-family: FuturaFuturisLightC;
		font-size: 70px;
		margin-top: 50px;
	}

.dresscode {
	padding-bottom: 100px !important;
}



@media(max-width: 1800px){
	h2 {
		font-size: 60px;
		border-radius: 20px;
		padding: 0 15px;
		padding-top: 15px;
		margin: 65px 0;
	}

	h3 {
		font-size: 60px;
	}

	p {
		font-size: 30px;
		line-height: 45px;
	}

	.b2 img {
		width: 1000px;
	}
	.b2 span {
		font-size: 60px;
		top: -40px;
	}
	.about img {
		width: 800px;
	}
	.about p {
		font-size: 36px;
		margin-bottom: 60px;
	}
	.lineup img {
		width: 800px;
	}
	.menu1 img {
		width: 600px;
	}
	.fs-big {
		font-size: 76px;
	}
	.fs-middle {
		font-size: 52px;
		margin-bottom: 50px;
	}
	.fs-small {
		font-size: 50px;
		margin-top: 50px;
	}
	.dresscode img {
		width: 700px;
	}
}

@media(max-width: 1600px){
	.map-wrapper {
		width: 100%;
		align-self: center;
		margin-top: -60px;
		margin-bottom: -90px;
	}
	.map-wrapper img {
		width: 100%;
	}

	.b2 {
		height: 100vh;
		min-height: 700px;
	}
}

@media(max-width: 1400px){
	h2 {
		font-size: 42px;
		border-radius: 15px;
	}
	h3 {
		font-size: 42px;
	}
	.b2 img {
	    width: 800px;
	}
	.b2 span {
		font-size: 46px;
		top: -30px;
	}
	.about p {
		margin-bottom: 36px;
	}
/*	.map-wrapper img {
		width: 1000px;
	}*/
	.fs-big {
		font-size: 60px;
	}
	.fs-middle {
		font-size: 40px;
		margin-bottom: 30px;
	}
	.fs-small {
		font-size: 36px;
		margin-top: 30px;
	}
	.dresscode img {
		width: 500px;
	}
		
}

@media(max-width: 1200px){
/*	.b2 {
		height: 700px;
	}*/
	.block {
		padding: 0 50px;
	}
	h2 {
		font-size: 40px;
		padding-top: 9px;
		border-radius: 10px;
	}

	h3 {
		font-size: 40px;
	}

	p {
		font-size: 24px;
		line-height: 36px;
	}
	.about p {
		font-size: 30px;
	}
	.about img, .lineup img {
		width: 600px;
	}
	.address {
		padding-top: 100px;
		padding-bottom: 100px;
	}
	.menu1 img {
		width: 400px;
	}
	.fs-big {
		font-size: 42px;
	}
	.fs-middle {
		font-size: 30px;
		margin-bottom: 30px;
	}
	.fs-small {
		font-size: 28px;
		margin-top: 30px;
	}
	.dresscode img {
		width: 400px;
	}
}

@media(max-width: 991px){
	.block {
		padding: 0 30px;
	}
	h2 {
		font-size: 36px;
	}
	p {
		font-size: 20px;
		line-height: 30px;
	}
	.about p {
		font-size: 24px;
	}
	.address {
		padding-top: 100px;
		padding-bottom: 100px;
	}
		.address .heading {
			font-size: 30px;
			margin-bottom: 20px;
		}
		.address-text {
			font-size: 24px;
			line-height: 34px;
		}
		.map-wrapper {
			margin-top: -40px;
			margin-bottom: -70px;
		}
			.map {
				border-radius: 10px;
			}
}

@media(max-width: 767px){
	.block {
		padding: 0 15px;
	}
	.block, .lineup {
		margin-top: -1px;
	}
	h2 {
		font-size: 24px;
		padding-bottom: 3px;
		margin: 30px 0;
	}
	h3 {
		font-size: 24px;
	}
	.b2 img {
		width: 110%;
	}
	.b2 span {
	    top: -30px;
	}
	.about img, .lineup img {
		width: 400px;
	}
	.about p:first-of-type {
		margin-top: 0px;
	}



	.address {
		padding-top: 50px;
		padding-bottom: 50px;
	}
/*		.address .heading {
			font-size: 30px;
			margin-bottom: 20px;
		}*/
/*		.address-text {
			font-size: 24px;
			line-height: 34px;
		}*/
		.map-wrapper {
			/*margin-top: -40px;*/
			margin-bottom: -50px;
		}
			.map {
				border-radius: 7px;
			}



	.menu1 img {
		width: 300px;
	}
	.fs-big {
		font-size: 30px;
	}
	.fs-middle {
		font-size: 24px;
		margin-bottom: 30px;
	}
	.fs-small {
		font-size: 20px;
		margin-top: 30px;
	}
	.dresscode img {
		width: 400px;
	}
}
@media(max-width: 660px){
    .b2 span {
        top: -20px;
    }
    .map-wrapper {
    	margin-bottom: 30px;
    	margin-top: 20px;
    }
	    .map-wrapper img {
			display: none;
	    }	
	    	.map {
	    		width: 100%;
	    		height: 250px;
	    		position: static;
	    	}
}
@media(max-width: 520px){
    .b2 span {
        top: -10px;
    }
}
@media(max-width: 580px){
	h2 {
		width: calc(100% + 30px);
		padding-left: 15px;
		padding-right: 15px;
	}
	h3 {
		margin-bottom: 20px;
	}
	p {
		font-size: 18px;
	}
	.about p {
		font-size: 20px;
	}
	.b2 img {
	    width: 130%;
	}
	.b2 span {
	    top: -10px;
	}
	.b2 {
		background-size: 250% auto, cover;
	}
	.about img, .lineup img {
		width: 280px;
	}
	.address .heading {
		font-size: 24px;
	}
	.address-text {
		font-size: 20px;
		line-height: 30px;
	}
	.lineup {
		padding-top: 20px;
	}
	.lineup img {
		margin-bottom: 30px;
	}
	.menu1 {
		padding-top: 30px;
	}
	.menu1 img {
		width: 200px;
	}
	.dresscode img {
		width: 200px;
		margin-top: 50px;
	}
}

@media(max-width: 500px){
	.b2 span {
	    top: -10px;
		font-size: 32px;
	}
}

@media(max-width: 370px){
	.b2 span {
		top: -10px;
	}   
}