
@charset "utf-8";
/* CSS Document */

.navbar-custom { 
	background-color: white; 
	padding-right: 1rem;
	margin: auto;
	width: 100%;
	font-family: Montserrat;
} 
/* Modify brand and text color */ 

.navbar-custom .navbar-brand, 
.navbar-custom .navbar-text { 
	color: green; 
} 
.nav{
	display: inline;
}

.nav-item:hover{
	background-color:#FF9999;
}
.div-txt{
	width:100%;
	height:100%;
	margin-top: 100px;
	margin-bottom: 100px;
	margin-right: 100px;
	margin-left: 80px;
	background-color: lightblue;	 
}
.container {
	position: relative;
	text-align: center;
	color: white;
}	
.bottom-left {
	position: absolute;
	bottom: 8px;
	left: 16px;
}

/* Top left text */
.top-left {
	position: absolute;
	top: 8px;
	left: 16px;
}

/* Top right text */
.top-right {
	position: absolute;
	top: 8px;
	right: 16px;
}

/* Bottom right text */
.bottom-right {
	position: absolute;
	bottom: 8px;
	right: 16px;
}

/* Centered text */
.centered {
	position: absolute;
	top: 10%;
	left: 10%;
	transform: translate(-10%, -10%);
}	
.top-center {
	position: absolute;
	top: 10%;
	left: 50%;
	transform: translate(-10%, -50%);			
}	

.container {
	position: relative;
	width: 50%;
}

.image {
	opacity: 1;
	display: block;
	width: 100%;
	height: auto;
	transition: .5s ease;
	backface-visibility: hidden;
}

.middle {
	transition: .5s ease;
	opacity: 0;
	position: absolute;
	top: 50%;
	left: 50%;
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	text-align: center;
}

.container:hover .image {
	opacity: 0.3;
}

.container:hover .middle {
	opacity: 1;
}

.text {
	color: white;
	font-size: 16px;
	padding: 16px 32px;
}		

div-1 {
	height: 100%;
	margin: 0px;
	width:100%;
	background-color: #FF9999;
}

div-2 {
	height: 100%;
	margin: 0px;
	width:100%;
	background-color: #FF9999;
}
.column {
	float: left;
	width: 50%;
	padding-left: 30px;
	padding-right:30px;
}

/* Clear floats after the columns */
.row:after {
	content: "";
	display: table;
	clear: both;
}	

#indextiles{
	background-color: #FF9999;
}



li {
padding: 10px;
margin: 10px 10px 0.25em 10px;
}

h2 {
	padding:20px;
	maring: 10px 10px 10px 10px;
}


/* Navbar container */
.navbar {
  overflow: hidden;
  background-color: #333;
  font-family: Arial;
}

/* Links inside the navbar */
.navbar a {
  float: left;
  font-size: 16px;
  color: white;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
}

/* The dropdown container */
.dropdown {
  float: left;
  overflow: hidden;
}

/* Dropdown button */
.dropdown .dropbtn {
  font-size: 16px;
  border: none;
  outline: none;
  color: white;
  padding: 14px 16px;
  background-color: inherit;
  font-family: inherit; /* Important for vertical align on mobile phones */
  margin: 0; /* Important for vertical align on mobile phones */
}

/* Add a red background color to navbar links on hover */
.navbar a:hover, .dropdown:hover .dropbtn {
  background-color: red;
}

/* Dropdown content (hidden by default) */
.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

/* Links inside the dropdown */
.dropdown-content a {
  float: none;
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  text-align: left;
}

/* Add a grey background color to dropdown links on hover */
.dropdown-content a:hover {
  background-color: #ddd;
}

/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {
  display: block;
}
