body, html {
	margin: 0;
	padding: 0;
}

.header {
	background-color: #f4beba;
	box-sizing: border-box;
	height: 65px;
	width: 100%;
}

.header p {
	font-family: 'Libre Baskerville', serif;
	font-size: 1.3vw;
	color: white;
	position: absolute;
	margin: 22px 0 0 22px;
}

.sosmedtop {
	margin: 0 0 0 1000px;
	position: relative;
}

.fa {
  padding: 20px;
  font-size: 30px;
  width: 15px;
  text-align: center;
  text-decoration: none;
  margin: 5px 2px 0 0;
  border-radius: 50%;
}

.fa:hover {
	background-color: #f29090;
    opacity: 0.8;
}

.fa-facebook {
  color: white;
}

.fa-twitter {
  color: white;
}

.fa-instagram {
  color: white;
}

.fa-google {
  color: white;
}

.header img {
	width: 17%;
	height: auto;
	left: 90px;
	top: 47px;
	position: absolute;
	scroll-behavior: smooth;
}

.navbar {
	top: 0;
	position: relative;
	text-align: right;
	z-index: 100000;
}

.navbar ul {
	float: right;
	display: flex;
	margin: 0;
	padding: 4px 0 0 0;
}

.navbar ul li {
	display: inline-block;
	list-style: none;
}

.navbar ul li a {
	display: block;
	color: white;
	background-color: #ebaaa8;
	text-align: center;
	padding: 10px 30px 10px 30px;
	text-decoration: none;
	font-size: 17px;
	font-family: 'EB Garamond', serif;
}

.navbar a:hover {
	background-color: #f29090;
	color: white;
}

.navbar a.active {
	background-color: #f29090;
	color: white
}

.toppage img {
	height: auto;
	width: 40%;
	position: absolute;
	margin-top: 100px;
	margin-left: 100px;
}

.square {
	margin-top: 180px;
	width: 500px;
	height: 500px;
	background-color: #f4beba;
}

.para h3 {
	font-family: 'EB Garamond', serif;
	float: right;
	font-size: 2vw;
	margin-right: 150px;
	margin-top: -250px;
	position: relative;
}

.para p {
	font-family: 'EB Garamond', serif;
	float: right;
	margin-right: 200px;
	margin-top: -125px;
	position: relative;
}

.button1 {
  	border-radius: 100px;
  	background-color: #d87c79;
  	border: none;
  	color: white;
  	text-align: center;
  	font-size: 15px;
  	font-family: 'Libre Baskerville', serif; 
 	padding: 10px;
 	width: 150px;
 	transition: all 0.5s;
 	cursor: pointer;
 	margin: 5px;

  	position: absolute;
	top: 95%;
  	left: 67%;
  	transform: translate(-50%, -50%);
}

.button1 a {
	color: white;
}

.button1:hover {
	background-color: indianred;
}

.button1 span {
  	cursor: pointer;
  	display: inline-block;
  	position: relative;
  	transition: 0.5s;
}

.button1 span:after {
  	content: '\00bb';
  	position: absolute;
  	opacity: 0;
  	top: 0;
  	right: -20px;
  	transition: 0.5s;
}

.button1:hover span {
  	padding-right: 25px;
}

.button1:hover span:after {
	opacity: 1;
  	right: 0;
}

.rectangle1 {
	margin-top: 180px;
	width: 83.33%;
	height: 120px;
	margin-left: 16.7%;
	background-color: #f4beba;
	
}

.portfolio h2 {
	font-family: 'Libre Baskerville', serif; 
	font-size: 2.6vw;
	color: white;
	margin-left: 20%;
	margin-top: -107px;
	position: absolute;
}

.portfolio h3 {
	font-family: 'EB Garamond', serif;
	margin-top: 50px;
	text-align: center;
}

.portfolio p {
	font-family: 'EB Garamond', serif;
	text-align: center;
}

.button2 {
  	border-radius: 100px;
  	background-color: #d87c79;
  	border: none;
  	color: white;
  	text-align: center;
  	font-size: 15px;
  	font-family: 'Libre Baskerville', serif; 
 	padding: 10px;
 	width: 150px;
 	transition: all 0.5s;
 	cursor: pointer;
 	margin: 5px;

  	position: absolute;
	top: 1470px;
  	left: 50%;
  	transform: translate(-50%, -50%);
}

.button2 a {
	color: white;
}

.button2:hover {
	background-color: indianred;
}

.button2 span {
  	cursor: pointer;
  	display: inline-block;
  	position: relative;
  	transition: 0.5s;
}

.button2 span:after {
  	content: '\00bb';
  	position: absolute;
  	opacity: 0;
  	top: 0;
  	right: -20px;
  	transition: 0.5s;
}

.button2:hover span {
  	padding-right: 25px;
}

.button2:hover span:after {
	opacity: 1;
  	right: 0;
}

.portfolio {
  box-sizing: border-box;
}

.portfolio img {
	transition: transform .2s;
}

.portfolio img:hover {
	-ms-transform: scale(1.3); /* IE 9 */
  	-webkit-transform: scale(1.3); /* Safari 3-8 */
	transform: scale(1.3);
}

.portfolio .column {
  	float: left;
  	margin-left: 90px;
  	margin-top: -40px;
  	width: 24%;
  	padding: 0px;
}

.portfolio .row:after {
  content: "";
  display: table;
  clear: both;
}

.rectangle2 {
	margin-top: 180px;
	width: 83.33%;
	height: 110px;
	margin-right: 16.7%;
	background-color: #f4beba;
	position: relative;
}

.skill h2 {
	font-family: 'Libre Baskerville', serif; 
	font-size: 2.6vw;
	color: white;
	margin-left: 56%;
	margin-top: -75px;
	position: absolute;
}

.skill p {
	font-family: 'EB Garamond', serif;
	font-size: 1.6vw;
	margin-left: 20%;
}

.container {
  	background-color: #e8e8e8;
  	border-radius: 50px;
  	box-sizing: border-box;
  	margin-right: 16.7%;
  	margin-left: 16.7%;

}

.skills {
	box-sizing: border-box;
	height: 50px;
  	text-align: center;
  	padding-top: 13px;
  	padding-bottom: 20px;
  	color: black;
}

.webdes {
	font-family: 'Libre Baskerville', serif; 
	width: 80%;
	background-color: #f5d8d7;
	border-radius: 50px;
}

.ps {
	font-family: 'Libre Baskerville', serif;
	padding-left: 5%;
	width: 75%;
	background-color: #f5d8d7;
	border-radius: 50px;
}
.ai {
	font-family: 'Libre Baskerville', serif; 
	padding-left: 10%;
	width: 70%;
	background-color: #f5d8d7;
	border-radius: 50px;
}
.photo {
	font-family: 'Libre Baskerville', serif; 
	padding-left: 20%;
	width: 60%;
	background-color: #f5d8d7;
	border-radius: 50px;
}

.footer {
	margin-top: 100px;
	margin-bottom: 0;
	background-color: #f4beba;
	box-sizing: border-box;
	height: 190px;
	width: 100%;
}

.footer img{
	height: auto;
	width: 15%;
	left: 50px;
	position: absolute;
}

.footer p{
	text-align: center;
	color: white;
	font-family: 'EB Garamond', serif;
	font-size: 1.5vw;
	top: 30px;
	position: relative;
}

.footer a{
	text-decoration: none;
	color: white;
	cursor: pointer;
}

.sosmedbottom {
	top: 13px;
	text-align: center;
	position: relative;
}

.button3 {
  	border-radius: 100px;
  	background-color: #d87c79;
  	border: none;
  	color: white;
  	text-align: center;
  	font-size: 15px;
  	font-family: 'Libre Baskerville', serif; 
 	padding: 10px;
 	width: 200px;
 	transition: all 0.5s;
 	cursor: pointer;
 	scroll-behavior: smooth;
 	margin: 5px;

  	position: absolute;
	top: 2380px;
  	left: 82%;
  	transform: translate(-50%, -50%);
}

.button3 a {
	color: white;
}

.button3:hover {
	background-color: indianred;
}

.button3 span {
  	cursor: pointer;
  	display: inline-block;
  	position: relative;
  	transition: 0.5s;
}

.button3 span:after {
  	content: '\2191';
  	position: absolute;
  	opacity: 0;
  	top: 0;
  	right: -20px;
  	transition: 0.5s;
}

.button3:hover span {
  	padding-right: 25px;
}

.button3:hover span:after {
	opacity: 1;
  	right: 0;
}