@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;
  margin-right: 2%;
  font-family: bicycle;
  color: #000000;
  font-size: 45pt;
  letter-spacing: 25px;
  text-align: right;
	 
}

.Home1{
  padding-top: 1%;
  padding-bottom: 8%;
  margin-top: -280px;
  margin-right: 2%;
  display: block;
  font-family: bicycle;
  color: #000000;
  font-size: 20pt;
  text-align: right;
	
}

.Home2{
  padding-top: 0%;
  padding-bottom: 14%;
  margin-top: -300px;
  margin-right: 2%;
  display: block;
  font-family: MAXIMO;
  color: #ffffff;
  font-size: 30pt;
  text-align: right;
	
}
/* Logo Image*/
.bwork{
	margin-top: -10%;
	margin-left: 3%;
}

/* Buttons Styles */
.button {
  border: none;
  color: white;
  padding: 16px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin: 4px 2px;
  transition-duration: 0.4s;
  cursor: pointer;
}

.button1 {
  background-color: white; 
  color: black; 
  float: right;
  margin-right: 15%;
  margin-top: -7%;
  border: 2px solid #0ACAB6;
}

.button1:hover {
  background-color: #0ACAB6;
  color: white;
}

/* Background */
body {background-image:url("images/Project02_Web_A2 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;
	
}