@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: -25%;
	color: #FFFFFF;
	font-family: 'MAXIMO';
	font-size: 2.5em;
	margin-bottom: -10%;
	padding-bottom: 1.5%;
	text-align: right;
}
.Home2 {
	
	margin-left: 55%;
	margin-right: 2%;
}

.Home3 {
  float: right;	
    border-radius: 5px;
	padding-top: 2%;
	padding-left: 2px;
	margin-top: -8%;
	color: #e74a42;
	font-family: 'MAXIMO';
	font-size: 1.5em;
	margin-bottom: -29%;
	padding-bottom: 1.5%;
	text-align: right;
}
.Home3 {
	
	margin-left: 55%;
	margin-right: 2%;	
}
/*Contact forum*/
/* Style inputs with type="text", select elements and textareas */
input[type=text], select, textarea {
  width: 100%; /* Full width */
  padding: 12px; /* Some padding */ 
  border: 1px solid #ccc; /* Gray border */
  border-radius: 4px; /* Rounded borders */
  box-sizing: border-box; /* Make sure that padding and width stays in place */
  margin-top: 6px; /* Add a top margin */
  margin-bottom: 16px; /* Bottom margin */
  resize: vertical /* Allow the user to vertically resize the textarea (not horizontally) */
}

/* Style the submit button with a specific background color etc */
input[type=submit] {
  background-color: #e74a42;
  color: white;
  padding: 12px 20px;
  border: none;
  border-radius: 20px;
  cursor: pointer;
}

/* When moving the mouse over the submit button, add a darker green color */
input[type=submit]:hover {
  background-color: #08B2E3;
}

/* Add a background color and some padding around the form */
.container {
  border-radius: 5px;
  background-color: #1D1D1D;
  padding: 20px;
  margin-top: 3%;
  color: #e74a42;
  font-family: 'MAXIMO';
}

/* background */
body {
  background-image: url("images/Project01_Background_4.jpg");
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size:cover;
  background-position: center; 
}