body{
	background-color: white;
}

.Name{
	font-size:120px;
	font-family:'Lato';
	text-align:center;
	margin-top:10px;
}

.Title{
	font-size:50px;
	font-family:'Lato';
	text-align:center;
	margin-top:-80px;
}

.Row{
	background-color: grey;
	width:100%;
	height:100px;
	border-radius:10px;
	font-family:'Lato';
	text-align:center;
	margin-top:0px;
}

.Gallery{
	font-size:90px;
	text-decoration: none;
	margin-left:-1100px;
	color:black;
	
}

.about{
	font-size:90px;
	text-decoration: none;
	margin-left:0px;
	margin-top:-108px;
	color:black;
}

.contact{
	font-size:90px;
	text-decoration: none;
	margin-left:1150px;
	margin-top:-112px;
	color:black;
	
}

.Info{
margin-top:100px;
margin-left:250px;

}

p{
	font-size: 48px;
	text-align:center;
}

img{
	width:80%;
}

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

.Gallery{
	font-size:70px;
	text-decoration: none;
	margin-left:-650px;
	color:black;
	
}

.about{
	font-size:70px;
	text-decoration: none;
	margin-left:0px;
	margin-top:-84px;
	color:black;
}

.contact{
	font-size:70px;
	text-decoration: none;
	margin-left:650px;
	margin-top:-86px;
	color:black;
}

p{
	font-size: 38px;
	text-align:center;
}

img{
	width:100%;
}

}


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

.Name{
	font-size:90px;
	font-family:'Lato';
	text-align:center;
	margin-top:10px;
}

.Title{
	font-size:30px;
	font-family:'Lato';
	text-align:center;
	margin-top:-60px;
}

.Row{
	background-color: grey;
	width:100%;
	height:300px;
	border-radius:10px;
	font-family:'Lato';
	text-align:center;
	margin-top:0px;
}

.Gallery{
	font-size:70px;
	text-decoration: none;
	margin-left:0px;
	color:black;
	
}

.about{
	font-size:70px;
	text-decoration: none;
	margin-left:0px;
	margin-top:0px;
	color:black;
}

.contact{
	font-size:70px;
	text-decoration: none;
	margin-left:0px;
	margin-top:0px;
	color:black;
}

p{
	font-size: 28px;
	text-align:center;
}

.Info{
margin-top:50px;
	margin-left: 0px;
}

img{
	width:100%;
}

}