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;
	font-family:'Lato';
}

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

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

img{
	width:33%;
}

.animation{
	margin-top: 50px;
}

h1{
	font-size: 80px;
	text-align:center;
	font-family:'Lato';
}

@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;
}

img{
	width:33%;
}

}


@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;
}

img{
	width:100%;
}

h1{
	font-size: 60px;
	text-align:center;
	font-family:'Lato';
}



}