@charset "UTF-8";

/* Body */
ul {
    list-style-type: none;
    color: #000000;
}
/* List Items */
li {
  font-family: 'Raleway Bold', 'Raleway ExtraBold', 'Raleway SemiBold';
  color: #000000;
  float: right;
  display: inline-block;
  text-decoration: none;
  padding-left: 14px;
  padding-right: 14px;
  margin-top: -.4%;
}

a {
	color: white;
	text-decoration: none;
	font-size: 30px;
}
/* Change the link color on hover */
li a:hover {
  color: #e74a42;
}

/* The Room Side Pages */
.mwork {
  display: block;
  margin-left: 1%;
  margin-top: -1.6%;
  padding-bottom: 200px;
	
}

/* Text Top */
.Home1{
  float: right;
  padding-top: 5%;
  margin-top: 0;
  display: block;
  font-family: Raleway;
  color: #e74a42;
  font-size: 60px;
	
}
.Home1 {
	
	margin-bottom: -2%;
	margin-left: 1%;
	margin-right: 6%;
	
}

.Home2 {
  float: right;	
    border-radius: 5px;
	padding-top: 15%;
	padding-left: 2px;
	margin-top: 0;
	color: #e74a42;
	font-family: 'MAXIMO';
	font-size: 1.5em;
	margin-bottom: 50px;
	padding-bottom: 1.5%;
	text-align: right;
}
.Home2 {
	
	margin-left: 1%;
	margin-right: -38%;	
}
/* background */
body {
  background-image: url("images/Project01_Background copy.jpg");
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size:cover;
  background-position: center; 
}