@charset "UTF-8";

/* Body */
ul {
    list-style-type: none;
    color: #000000;
}
/* Change the link color on hover */
li :hover { color: #5BC3EB;
}
/* Change the link color on hover */
.Bodytext {
	font-size: 24px;
	text-decoration: underline;
}

/* List Items */
li {
  
  font-family: bicycle;
  color: #000000;
  float: right;
  display: inline-block;
  text-decoration: none;
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 25px;
  letter-spacing: 14px;
	
}

a {
	color: black;
	text-decoration: none;
	font-size: 25px;
	
}

.mwork{
	margin-top: -25px;
}
/* Text Mid */
.Home0{
  padding-top: 12%;
  margin-top: -90px;
  display: block;
  font-family: bicycle;
  color: #000000;
  font-size: 45pt;
  letter-spacing: 25px;
  text-align: center;
	 
}

.Home1{
  padding-top: 10%;
  padding-bottom: 8%;
  margin-top: -230px;
  display: block;
  font-family: bicycle;
  color: #000000;
  font-size: 20pt;
  text-align: center;
	
}
/* Background */
body {background-image:url("images/Project02_Web_A1 copy.jpg")}

/* Solid border */
hr.solid {
  border-top: 1px solid #000000;
}

/*footer*/
footer {
  margin-top: -30px;
  font-size: 12px;
  margin-left: 0%;
  margin-right: 0%;
  font-family: bicycle;
  color: #000000;
  text-align: center;
  background: none;
  border: none;
	padding-top: 50px;
	padding-bottom: 25px;
	
}