@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: -23%;
	padding-bottom: -5%;
	text-align: right;
}
.Home3 {
	
	margin-left: 55%;
	margin-right: 2%;	
}



/* Style for the stuff */
div.gallery {
  border: 1px solid #e74a42;
}

div.gallery:hover {
  border: 1px solid #A9342E;
}

.desc {
color:#e74a42;
font-family: 'MAXIMO';
}

div.gallery img {
  width: 100%;
  height: auto;
}

div.desc {
  padding: 15px;
  text-align: center;
  background-color: #000000;
}

* {
  box-sizing: border-box;
}

.responsive {
  padding: 0 6px;
  float: left;
  width: 24.99999%;
  margin-bottom: 1.4%;
  margin-right: 5%;
  
}

@media only screen and (max-width: 700px) {
  .responsive {
    width: 49.99999%;
    margin: 6px 0;
  }
}

@media only screen and (max-width: 500px) {
  .responsive {
    width: 100%;
  }
}

.clearfix:after {
  content: "";
  display: table;
  clear: both;
}

/* Buttons next */ 
.previousround {
  text-decoration: none;
  display: inline-block;
  padding: 3px 16px;
  margin-left: 50%;
}

.previousround:hover {
  background-color: #ddd;
  color: black;
}

.previousround {
  background-color: #e74a42;
  color: black;
}

.previousround {
  background-color: #e74a42;
  color: white;
}

.previousround {
  border-radius: 50%;
}
/* Next button */
.nextround {
  text-decoration: none;
  display: inline-block;
  padding: 3px 16px;
}

.nextround:hover {
  background-color: #ddd;
  color: black;
}

.nextround {
  background-color: #e74a42;
  color: black;
}

.nextround {
  background-color: #e74a42;
  color: white;
}

.nextround {
  border-radius: 50%;
}

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