* {
	padding: 0;
	margin: 0;
}

html,body {
	height: 100%;
	font-family: 'Roboto', sans-serif;
}



.first {
	background: url(../img/img1.jpg);
	width: 100%;
	height: 100%;
	background-size: cover;
	color: white;
}

.Tourism {
	text-align: center;
	font-size: 20px;
	padding-top: 80px;
}

.first-text {
	margin-top: 15%;
	margin-left: 15%;
	width: 45%;
}

.t1 {
	font-size: 27px;
	opacity: 0.5;
	font-weight: bolder;
}

.t2 {
	font-size: 70px;
	font-weight: bolder;
}

.t3 {
	font-size: 22px;
}

.second {
	width: 100%;
	height: 100%;
	background-size: cover;
	color: white;
}
.Gallery {
	width: 60%;
	padding-top: 100px;
	margin: auto;
}
.Gallery-text {
	color: black;
	display: flex;
	align-items: center;
	justify-content: space-between;
	font-size: 50px;
	
}

.Gallery-t {
	color: black;
	text-align: center;
	font-size: 18px;
}

.gallery-img {
	width: 93%;
	height: 40%;
	display: flex;
}

.img21 {
	width: 60%;
	height: 60%;
	display: flex;
}

.img22-23 {
	width: 40%;
	margin-left: 25px;
}

.img22 {
	width: 100%;
	margin-bottom: 20px;
}

.img23 {
	width: 100%;
}

.third {
	background: url(../img/img3.jpg);
	width: 100%;
	height: 50%;
	background-size: cover;
	color: white;
}

.Lorem {
	width: 55%;
/*	padding-top: 100px;*/
	margin: auto;
}

.Lorem-text {
	font-size: 18px;
}

.Lorem {
	width: 100%;
	padding-left: 23%;
	padding-top: 50px;
	align-items: center;
}

.Lorem-ipsum {
	border: 1px solid white;
	width: 7%;
	margin-top: 50px;
	margin-left: 450px;
	padding: 10px;
	font-size: 20px;
}

.Lorem-t {
	width: 50%;
	padding-top: 40px;
	padding-left: 70px;
	text-align: center;
}

.up {
	width: 40px;
	height: 40px;
	background: url(../img/arrow.png);
	position: fixed;
	bottom: 40px;
	right: 40px;
	text-align: center;
	background-size: cover;
}

