@charset "utf-8";
/* CSS Document */
*{
	margin: 0; 
	padding: 0;
	box-sizing: border-box;
} 

body{
	background: #FBD0E3;
	color: #FFFFFF;
	font-family: "Roboto ExtraLight";
	margin-bottom: 50px;
}

h1{ 
	margin-top: 40px;
	font-size: 40px;
	text-align: center;
	margin-bottom: 5px;
	letter-spacing: 10px;
	color: #665E62;
	font-weight: 500;
	
}

h2{ 
	font-size: 20px;
	text-align: center;
	letter-spacing: 3px;
	color: #967385; 
	font-weight: normal;
	margin-bottom: 40px;
		
}

.page1 {
	
	letter-spacing: 5px;
	color: #AC7E96;
	font-size: 25px;
	padding-left: 400px;
	float: left;
	font-weight: 700;
	text-decoration: none;

}

.page2 {
	
	letter-spacing: 5px;
	color: #AC7E96;
	font-size: 25px;
	float: left;
	padding-left: 120px;
	font-weight: 700;
	text-decoration: none;
	
}

.page3 {
	
	letter-spacing: 5px;
	color: #AC7E96;
	font-size: 25px;
	float: left;
	padding-left: 120px;
	font-weight: 700;
	text-decoration: none;
	
}

.page4 {
	
	letter-spacing: 5px;
	color: #AC7E96;
	font-size: 25px;
	float: left;
	padding-left: 120px;
	font-weight: 700;
	text-decoration: none;
	
}

.page5 {
	
	letter-spacing: 5px;
	color: #AC7E96;
	font-size: 25px;
	float: left;
	padding-left: 120px;
	padding-bottom: 50px;
	font-weight: 700;
	text-decoration: none;
	
}

.basic-box {
	
	font-size: 20px;
    width: 480px;
    height: 720px;
    background-color: #FFFFFF;
    padding: 20px;
    color: #A8919D;
	font-family: "Roboto ExtraLight";
	margin-left: 100px;
	float: left;
	margin-bottom: 50px;
	

	
}

.basic-box2 {
	
	font-size: 15px;
    width: 480px;
    height: 720px;
    background-color: #FFFFFF;
    padding: 20px;
    color: #A8919D;
	font-family: "Roboto ExtraLight";
	margin-left: 100px;
	float: left;

	
}

.box {
	
	float: left;
	width: 49%;
	height: 220px;
	border: #FFFFFF;
	margin: 0.5%;
	
	
}

.boxtextheading1 {
	
	font-size: 27px;
	text-align: center;
	margin-left: 2px;
	padding-left: 10px;
	padding-top: 60px;
	font-family: "Roboto ExtraLight";
	line-height: 1.5;
	text-decoration: none;
	
}


.boxtextheading {
	
	font-size: 30px;
	text-align: center;
	margin-left: 2px;
	padding-top: 60px;
	font-family: "Roboto ExtraLight";
	text-decoration: none;
	font-weight: 600;
	color: #AC7E96;
	
	
}

.boxtext {
	
	font-size: 20px;
	text-align: center;
	font-family: "Roboto ExtraLight";
	font-weight: 100;
	
}


.basic-box3 {
	
	font-size: 20px;
    width: 480px;
    height: 720px;
    background-color: #FFFFFF;
    padding: 20px;
    color: #A8919D;
	font-family: "Roboto ExtraLight";
	margin-left: 100px;
	float: left;

	
}

.about-me-headings { 
	
	font-size: 35px;
	text-align: left;
	letter-spacing: 2px;
	color: #967385; 
	font-weight: 700;
	padding-top: 20px;
	font-family: "Roboto ExtraLight";
}


h3 {
	
	color: #A8919D;
	letter-spacing: 2px;
	padding-bottom: 30px;
	padding-top: 30px;
	font-weight: 700;
	font-size: 30px;
	font-family: "Roboto ExtraLight";
	
}

.boxtextheading2 {
	
	font-size: 27px;
	text-align: center;
	margin-left: 2px;
	padding-top: 45px;
	font-family: "Roboto ExtraLight";
	text-decoration: none;
	color: #AC7E96;
	
}

.boxtextheading3 {
	
	font-size: 20px;
	text-align: center;
	margin-left: 2px;
	padding-top: 60px;
	font-family: "Roboto ExtraLight";
	text-decoration: none;
	font-weight: 600;
	color: #AC7E96;
	
	
}

.ending {
  width: 100%;
  height: 20px;
  padding: 1px;
  -moz-border-radius: 35px;
  border-radius: 35px;
  background-color: #87647F;
  color: #ffffff;
  position: fixed;
  bottom: 0;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}







