
/*Home Page*/
.homepage
{
	background: url("../img/city skyscape.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
	background-position: center;
	height: 100%;
	padding-top: 70px;
}

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

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

/*About Page*/
#about
{
	background: url("../img/Ryan.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
	background-position: center;
	/*height: 1300px;*/
	padding-top: 80px;
	color: white;
}

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

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

/*Gallery Page*/
#gallery
{
	background: url("../img/life experience.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);
}

.albumtitle
{
	margin-left: 14%;
}

/*Contact*/
#contact
{
	background: url("../img/motivational and inspirational quotes.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%;
}

/*Aeropark Selfies Gallery*/
.aero
{
	text-align: center;
	padding-top: 70px;
}

.selfiesgallery
{
	margin-left: 2%;
	margin-top: 10%;
}

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

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

.img-selfies
{
	width: 260px;
	height: 160px;
}


/*AFP Excibit Gallery*/
.afpexcibit
{
	text-align: center;
	padding-top: 70px;
}

.afpexcibitgallery
{
	margin-left: 2%;
	margin-top: 10%;
}

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

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

.img-excibit
{
	width: 260px;
	height: 160px;
}

/*Call Center Training Gallery*/
.cctraining
{
	text-align: center;
	padding-top: 70px;
}

.cctraininggallery
{
	margin-left: 2%;
	margin-top: 10%;
}

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

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

.img-training
{
	width: 260px;
	height: 160px;
}

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

.defencegallery
{
	margin-left: 2%;
	margin-top: 10%;
}

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

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

.img-defence
{
	width: 260px;
	height: 160px;
}

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

.famgallery
{
	margin-left: 2%;
	margin-top: 10%;
}

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

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

.img-fam
{
	width: 260px;
	height: 160px;
}

/*Friends Gallery*/
.friends2
{
	text-align: center;
	padding-top: 70px;
}
.friendsgallery
{
	margin-left: 2%;
	margin-top: 10%;
}

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

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

.img-friends
{
	width: 260px;
	height: 160px;
}

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

.img-hydro
{
	width: 260px;
	height: 160px;
}

.hydrogallery
{
	margin-left: 2%;
	margin-top: 10%;
}

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

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

/*PE Day Gallery*/
.peday
{
	text-align: center;
	padding-top: 70px;
}

.img-pe
{
	width: 260px;
	height: 160px;
}

.pegallery
{
	margin-left: 2%;
	margin-top: 10%;
}

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

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

/*Raite 2018*/
.raite
{
	text-align: center;
	padding-top: 70px;
}

.img-raite
{
	width: 260px;
	height: 160px;
}

.raitegallery
{
	margin-left: 2%;
	margin-top: 10%;
}

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

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

/*Valentines Gallery*/
.valentines
{
	text-align: center;
	padding-top: 70px;
}
.valentinesgallery
{
	margin-left: 2%;
	margin-top: 10%;
}

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

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

.img-valentines
{
	width: 260px;
	height: 160px;
}

/*Rock Party Gallery*/
.rockparty
{
	text-align: center;
	padding-top: 70px;
}

.rockpartygallery
{
	margin-left: 2%;
	margin-top: 10%;
}

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

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

.img-rockparty
{
	width: 260px;
	height: 160px;
}