@import url('https://fonts.googleapis.com/css?family=Open+Sans');


body{
	padding: 0;
	margin: 0;
	font-family: Helvecita,Arial,Yu-Gothic;
}



.header{
	background-image: url('../image/lens-2.jpg');
	background-position: center ;
	background-repeat: no-repeat;
	background-size: cover;
	min-width:100%;
	height: 100vh;

}

.bg-dark{
	opacity: 0.9;
}

	
.img-responsive{
	padding-top: 30px;
	padding-bottom: 10px;
	width: 100%;
}

.embed-responsive-item{
	padding-top: 10px;
}

a{
	font-size: 15px;
	line-height: 2;
	letter-spacing: 0.1em;

}


h1{
	padding-top: 40px;
	padding-bottom: 20px;
	font-size: 25px;
	text-align: center;
	line-height: 1.5;
	letter-spacing: 0.1em;
}

h2{
	font-size: 80px;
	line-height: 2;
	letter-spacing: 0.1rem;
	text-align: center;
	padding-bottom: 30px;
	padding-top: 250px;
	
}

h3{ 
	font-size: 15px;
	line-height: 2;
	letter-spacing: 0.1rem;
	text-align: justify;
	padding-bottom: 30px;

}

p{
	padding-top: 30px;
	text-align: justify;
	font-size: 15px;
	line-height: 2;
	letter-spacing: 0.1em;

}

p1{
	font-size: 13px;
	line-height: 2;
	letter-spacing: 0.1em;
	margin: auto;

}

.p2textbox{
	padding-top: 20px;
	padding-bottom: 10px;
}

p2{
	text-align: justify;
	font-size: 15px;
	line-height: 2;
	letter-spacing: 0.1em;
}

p3{
	font-size: 12px;
	line-height: 2;
	letter-spacing: 0.1em;

}

.modal-text{
	margin-bottom: 10px;
}

p4{
	font-size: 13px;
	line-height: 2;
	letter-spacing: 0.1em;
	text-align: center;
}

.row-eq-hight{
	display: flex;
	flex-wrap: wrap;

}


.modal-middle { 
 margin: 5% auto;
}
 
.modal-img_footer { 
 padding: .5em;
 text-align: center;
}
	
.text-center{
	font-size: 12px;
}



