@charset "UTF-8";

body, html {
  height: 100%;
  margin: 0;

}


	/* The navigation bar */
.navbar {
  overflow: hidden;
  /*background-image: url("images/ezgif.com-gif-maker.gif");*/
	background-color:green;
  position: fixed; /* Set the navbar to fixed position */
  left: 0px;
	top: 0; /* Position the navbar at the top of the page */
  width: 100%; /* Full width */
	z-index: 9;
	  font-family:Gotham, 'Helvetica Neue', Helvetica, Arial, 'sans-serif';
	font-size: 20px;
    filter: invert(100%);
    -webkit-filter: invert(100%);


}

/* Links inside the navbar */
.navbar a {
  float: right;
  display: block;
  color: #f2f2f2;
  text-align: center;
	margin-bottom: -10px;
  padding: 14px 16px;
  text-decoration: none;
}

/* Change background on mouse-over */
.navbar a:hover {
  background: #ddd;
  color: black;
}

#icon {
	float: left;
}

#icon {
	float: left;
}

/* Main content */
.main {
  margin-top: -8px; /* Add a top margin to avoid content overlay */
}


.bg { 
  /* The image used */
  background-image: url(images/room.jpg);

  /* Full height */
  height: 100%;
	width: 100%;

  /* Center and scale the image nicely */
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;

}

iframe 
{
	opacity: .5;
	border: 0;
	position: relative;
	
}

iframe:hover
{
	opacity: 1;	
	z-index: 5;
}
h1 {
  position: absolute;
  top: 20%;
	left: 0%;
	right: 0%;
  font-family:Gotham, 'Helvetica Neue', Helvetica, Arial, 'sans-serif';
  font-size: 12em;
  white-space: nowrap;
	text-shadow: red 4px 5px;
	color: black;
}

h1:hover {
	color: green;
	text-shadow: green 4px 5px;
		z-index: 8;

}

h2 {
  position: absolute;
  top: 10%;
	left: 0%;
	right: 0%;
  font-family:Gotham, 'Helvetica Neue', Helvetica, Arial, 'sans-serif';
  font-size: 3em;
  white-space: nowrap;
	text-shadow: red 4px 5px;
	color: black;
}

h2:hover {
	color: yellow;
	text-shadow: green 4px 5px;
		z-index: 8;

}

h3 {
  position: absolute;
  top: 50%;
	left: 0%;
	right: 0%;
  font-family:Gotham, 'Helvetica Neue', Helvetica, Arial, 'sans-serif';
  font-size: 4.5em;
  white-space: nowrap;
	text-shadow: red 4px 5px;
	color: black;
}

h3:hover {
	color: yellow;
	text-shadow: green 4px 5px;
		z-index: 8;

}


.link {
	color: black;
}
.link:hover {
		color: green;
	text-shadow: yellow 4px 5px;
		z-index: 8;
}


@media only screen and (max-width: 1500px) 

{
	h1 {
		white-space:normal;

	}
	
	.iframe9 {
		display: none;
	}

}

@media only screen and (max-width: 600px) 

{
	h1 {
		white-space:normal;
		font-size:6em;

	}
	
	iframe 
	{
		width: 80%;
		height: 80%;
	}
	
	.iframe6 {
		  display: none;

	}
	
		.iframe10 {
		  display: none;

	}

}
