a{
	font-family: Times New Roman;
	font-size: 23px;
	
}

.WelcomeImage{
	/* The image used */
  background-image: url("bruce-mars-pFyKRmDiWEA-unsplash.jpg");

  /* Set a specific height */
  min-height: 500px; 

  /* Create the parallax scrolling effect */
  background-attachment: fixed;
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: cover;

}

li{
	padding-right: 10px;
}

#logo{
	padding-top: 25px;
}
body{
	background-color: rgb(243, 224, 217);
}

div{
	padding-top: 50px;
	padding-bottom: 50px;
}

#AboutUs{
	background-color: white;

}
#Contact{
	background-color: white;

}

.Sisters {
	display: inline-block;
  margin-left: 20%;
  /*margin-right: auto;*/
  width: 20%;
  border-radius: 80%;
  
}

.Names{
	color: #74262C;
	display: inline-block;
  margin-left: 26%;
  /*margin-right: auto;*/

}

@media (max-width: 1000px) {

	.Names
	{
		display: inline-block;
		margin-left: 10%;
	}

		.Sisters 
		{
		  display: inline-block;
		  margin-left: 20%;
		  width: 20%;
		  border-radius: 80%;
	  
		}

}



.descriptions{
	display: block;
}

#SisterDesc{
	width:20%;
	word-wrap: normal;
	margin-left: 20%;

}

#AboutUsText{
	width:60%;
	word-wrap: normal;
	margin-left: 20%;
	margin-right: 80%;
}
