body, html {
    margin: 0;
    padding: 0;
    font-family: 'PT Sans', sans-serif;
}

.section {
    min-height: 800px;
    position: relative;
    text-align: center;
    margin: 0;
    height: 100%;
}

h1, p {
    margin: 0 auto;
    font-weight: normal;
    color: #343434;
    cursor: default;
}

h1 {
	font-size: 110px;
	font-weight: bold;
}

h2 {
	font-size: 35px;
	cursor: default;
}

p {
	font-size: 18px;
}

img {
	position: absolute;
}

.circles img {
	top: 120px;
	width: 200px;
}

.aboutM img {
	right: 61%;
	top: 29%;
	width: 250px;
}

.img1 img {
	top: 8%;
	left: 30%;
	width: 200px;
}

.img2 img {
	top: 8%;
	right: 30%;
	width: 200px;
}

.img3 img {
	top: 42%;
	left: 18%;
	width: 200px;
}

.img4 img {
	top: 42%;
	right: 18%;
	width: 200px;
}

.img5 img {
	top: 67%;
	left: 43%;
	width: 200px;
}


/*Text wrapping for every*/
.text-wr {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.text-work {
	top: 50%;
	left: 50%;
	position: absolute;
}

/*Styling for the About Page*/
#about {
	line-height: 25px;
	text-align: left;
}

#aboutText {
	left: 61%;
}

#rectangle {
	position: relative;
	width: 100%;
	top: 50%;
	transform: translateY(50%);
	height: 400px;
	background: rgba(240,144,141,0.3);
	margin: 0 auto;
}

#work {
	min-width: 500px;
}

/*Navigation Style*/
/*Reference: https://www.cssscript.com/easy-one-page-scroll-navigation-library-slide-nav/*/
.nav {
    position: fixed; 
    margin: 0;
    width: 100%;
    top: 20px;
    z-index: 9;
    padding-right: 15px;
}

.nav a {
	float: right;
    padding: 7px 20px;
    margin-right: 10px;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -ms-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    text-decoration: none;
    color: black;
}

.nav a:hover {
	color: #535353;
}
