.homepage
{
	background: url("../img/IMG20180926171543.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
	background-position: center;
	padding-top: 70px;
}

.name
{
	color: white;
	font-weight: bold;
	margin-top: 36%;
	text-align: center;
}

.skills
{
	color: white;
	font-size: 18pt;
	font-weight: bold;
	text-align: center;
}

/*About Page*/
.aboutpage
{
	background: url("../img/Friends.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
	background-position: center;
	padding-top: 70px;
}

.aboutme
{
	font-weight: bold;
	text-align: center;
}

.intro2
{
	font-size: 17pt;
	text-align: center;
	margin-left: 6%;
	margin-top: 5%;
}
.basicinfo
{
	font-weight: bold;
	text-align: center;
	margin-top: 5%;
}
.info
{
	font-size: 16pt;
	margin-left: 10%;
	margin-top: 5%;
}
.info2
{
	display: block;
}

/*Others Page*/
.others
{
	background: url("../img/.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
	background-position: center;
	padding-top: 70px;
}

#img-gallery
{
	width: 220px;
	height: 160px;
}

.gal
{
	font-weight: bold;
	text-align: center;
}

.album
{
	margin-left: 5%;
	margin-top: 8%;
}

.album img
{
	transition: 1s;
	padding: 15px;
}

.album img:hover
{
	transform: scale(1.1);
	filter: grayscale(100%);
}

.albumtitle
{
	margin-left: 14%;
}

/*Contacts Page*/
.contacts
{
	background: url("../img/.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
	background-position: center;
	height: 864px;
	padding-top: 70px;
}

.contactme
{
	font-weight: bold;
	text-align: center;
}

.contactinfo
{
	margin-left: 3%;
	margin-top: 18%;
}

#logo
{
	width: 20px;
	height: 20px;
}

.note
{
	margin-left: 5%;
	margin-top: 10%;
}

/*Gallery Page*/
 .gallerytitle
{
	text-align: center;
	padding-top: 70px;
}

.gallery_pics
{
	margin-left: 3%;
	margin-top: 10%;
}

.gallery_pics img
{
	transition: 1s;
	padding: 15px;
}

.gallery_pics img:hover
{
	transform: scale(1.1);
}

.img-gallery
{
	width: 260px;
	height: 190px;
}

.img-raite
{
	width: 280px;
	height: 300px;
}