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

.page {
	display: block;
	justify-content: center;
	background-color: white;
	margin: 0vh;
	margin-left: 30vh;
	margin-right: 30vh;
    padding: 0;
	font-size:3vh;
	text-decoration: none;
	font-family: Roboto;

}

.b1 {
	margin-top: 100px;
	margin-bottom: 50px;
	display: flex;
	justify-content: center;

}

.b1sub {

}

.txt {
	padding-top: 120px;
	font-size: 10px;
}

.txtTOP {
	margin-top: 15px;
font-family: Roboto;
font-style: normal;
font-weight: 500;
font-size: 36px;
line-height: 42px;
text-align: center;

color: #000000;
text-align: center;
}

.txtBOT {
font-family: Roboto;
font-style: normal;
font-weight: 500;
font-size: 24px;
line-height: 28px;
text-align: center;

color: #A19D9D;
text-align: center;
}


.b2 {
font-family: Roboto;
font-style: normal;
font-weight: 300;
font-size: 24px;
line-height: 28px;
color: #000000;
margin-bottom: 10vh;
text-align: justify;

}


.b3 {
	display: block;
	justify-content: center;
	animation: slide3 500ms ease-out;
}

.TOP {
	display: flex;
	justify-content: center;
}

.BOT {
	display: flex;
	justify-content: center;
	margin-bottom: 50px;
}



.leftb {
		display: flex;
	justify-content: space-around;
	margin: 100px;
	margin-top:0px;
	margin-bottom: 50px;
}

.rightb {
		display: flex;
	justify-content: space-around;
	margin: 100px;
	margin-top:0px;
	margin-bottom: 50px;
}

.img {
width: 505px;
height: 284px;
}
.imgtxt {
	opacity: 0.0;
	width: 505px;
	height: 284px;
	position: absolute;
	background-color: black;
	color: white;
	display:flex;
	justify-content:center;
}


.imgtxt:hover {
	opacity: 0.5;
	transition-duration: 0.5s;
}
}
@media only screen and (max-width: 1300px) {

.page {
	display: block;
	justify-content: center;
	background-color: white;
	margin: auto;
	margin-left: 10vw;
	margin-right: 10vw;
    padding: 0;


}

.b1 {
	margin-top: 100px;
	margin-bottom: 50px;
	display: flex;
	justify-content: center;

}

.b1sub {

}

.txt {
	padding-top: 120px;
	font-size: 10px;
}

.txtTOP {
	margin-top: 15px;
font-family: Roboto;
font-style: normal;
font-weight: 500;
font-size: 54px;
line-height: 42px;
text-align: center;

color: #000000;
text-align: center;
}

.txtBOT {
	margin-top: 15px;
	font-family: Roboto;
font-style: normal;
font-weight: 400;
font-size: 24px;
line-height: 28px;
text-align: justify;

color: #3B454E;
text-align: center;
}


.b2 {
font-family: Roboto;
font-weight: 400;
font-size: 24px;
color: #000000;
margin-bottom: 100px;
text-align: justify;

}


.b3 {
	display: block;
	justify-content: center;
	animation: slide3 500ms ease-out;
}

.TOP {
	display: flex;
	flex-direction:column;
	justify-content: center;
}

.BOT {
	display: flex;
	flex-direction:column;
	justify-content: center;
	margin-bottom: 50px;
}



.leftb {

}

.rightb {

}

.img {
margin-bottom: 10vw;
}
.imgtxt {
display: none;
}


.imgtxt:hover {
	opacity: 0.5;
	transition-duration: 0.5s;
}







}
