@charset "utf-8";
/* CSS Document */
html,body{
	margin: auto;
	padding:inherit;
	font-family: 'Righteous', cursive;
    font-family: 'Shantell Sans', cursive;
	background-color: skyblue;
	overflow-x: hidden;
	color: yellow;
}
.nav{
	position: absolute;
	padding: 3%;
	height: auto;
	width: auto;
	margin: auto;
	z-index: 10;
}
.logo{
	margin-left: auto;
	margin-right: auto;
	display: block;
	width: 50%;
}

.portLink
{
	display: flex;
	justify-content: center;
	padding: 1%;
	filter: drop-shadow(1px 1px 1px black);
	flex-wrap: wrap;
	align-items: baseline;
}
.portLink2
{
	display: flex;
	justify-content: center;
	padding: 2%;
	filter: drop-shadow(1px 1px 1px black);
    align-items: center;
	flex-wrap: wrap;
	
}
.topPage
{
	height: auto;
	background-image: url("BigSun.png");
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	width: auto;
	
}

h1{
	font-size: 25px;
	text-align: center;
	filter: drop-shadow(1px 1px 1px black);
}
h2{
	font-size: 18px;
	text-align: center;
	filter: drop-shadow(1px 1px 1px black);
	display: block;
	margin: 5px;
	padding: 1%;

}
footer{
	text-align: center;
	font-size: 15px;
	filter: drop-shadow(1px 1px 1px black);
}
section{
	content: '';
	position: absolute;
	top:0;
	left:0;
	width: 100%;
	height:100%;
	background: url("BigClouds.png");
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	animation: clearClouds 8s linear infinite alternate ;
	margin: 0;
}
@keyframes clearClouds
{
	0%{
		background-position: 0 0;
	}
	100%{
		background-position: 10% 100%;
	}
}
.aboutMe
{
	display: block;
	position:relative;
	margin-left: auto;
	margin-right: auto;
	margin-top: 30px;
	z-index: 10;
	border-radius: 50%;
	padding: 2%;

}
.logoPic{
	display: flex;
	justify-content: center;
	align-content: center;
	z-index: 10;
	padding: 1%;
}