#section-header .slogan span {
	margin-bottom: 10px;
}

#section-1, #section-0 {
	display: flex;
	align-items: center;
	justify-content: center;
}

#section-2 {
	position: relative;
	background-color: #011D25;
}


#section-0, #section-1, #section-2, #section-3 {
	height: auto;	
}



#section-0 .h1 {
	text-align: center;
	margin-bottom: 50px;
}
@media screen and (min-width:500px) {
	#section-0 {
		background-color: #040e12;
	}
	#section-0 .h1 {
		color: white;
	}
}

@media screen and (min-width:1024px) {

	#section-1, #section-2, #section-3, #section-0 {
		min-height: 100vh;	
	}

	.laser-image span:before, .laser-image span:after,
	.laser-image:before, .laser-image:after  {
		display: block;
	}

	

}
@media screen and (max-width:768px) {
	.laser-image span:before, .laser-image span:after,
	.laser-image:before, .laser-image:after  {
		display: none;
	}
}

.section-classic .row .col.col-text {
	padding-bottom: 0;
}

.wraping-video {
	width: 100%;
	max-width: 1024px;
	margin-left: auto;
	margin-right: auto;
}

@media screen and (max-width:1400px) {	
	.wraping-video {
		max-width: 768px;
	}
}

.video-responsive { 
  overflow:hidden; 
  padding-bottom:56.25%; 
  position:relative; 
  height:0;
}

.video-responsive iframe {
  left:0; 
  top:0; 
  height:100%;
  width:100%;
  position:absolute;
}


.laser-padding {
	padding: 30px;
}

p {
	font-size: 17px;
    line-height: 24px;
}

section.section-contact {
 	justify-content: center;
    display: flex;
    align-items: center;

    padding-top:30px;
    padding-bottom:90px;
}
section.section-contact .h1 {
	text-align: center;
}

section.section-fullscreen .row {
	min-height: 100vh;
}

.citations {
	position: absolute;
	width: 100%;
	left:0;
	top:0;
	z-index:10;
	min-height: 100vh;

	display:flex;
	justify-content: center;
	align-items: center;
	gap:45%;

}
.citations .citation {
	color: white;

	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;

	padding:30px;

	max-width: 25%;
	flex-basis: 25%;

	font-size: 20px;
    line-height: 28px;
    font-style: italic;
    font-weight: 100;
}
.citations .citation .author {
	margin-top:15px;
	margin-bottom:15px;
	font-weight:300;
}



@media screen and (max-width:1024px) {

	.citations {
		position: relative;
		gap:0;
		flex-direction: column;
		min-height: auto;
		padding-top: 50px;
    	padding-bottom: 70px;
	}
	.citations .citation {
		max-width: 100%;
		flex-basis: 100%;
		padding:10px;
		padding-left:30px;
		padding-right:30px;
	}
	section.section-fullscreen {
		flex-direction: column;
	}
	section.section-fullscreen .row {
		min-height: auto;
	}
}



.form-container {
	max-width: 800px;
	margin-left: auto;
	margin-right: auto;
	width: 100%;
}
.form-container small {
	text-align: center;
	width: 100%;
	display: block;
}
