body {margin:0; 
background-size:100%; 
font-family: 'Open Sans',sans-serif;
 }

 .topDiv1{float:left; width:70%; background-color:#0f6e93; height:70px;}
 .topDiv2{float:left; width:30%; background-color:#0f6e93; height:70px;}
 
.navbar {
  overflow: hidden;
  background-color: #0f6e93;
  position: fixed;
  top: 0;
  width: 100%;
}

.navbar a {
  float: left;
  display: block;
  color: #f2f2f2;
  text-align: center;
  padding: 23px 18px;
  text-decoration: none;
  font-size: 17px;
}

.navbar a:hover {
  background: #dabdb9;
  color: black;
}

#banner{margin-top: 30px; padding-top:74px;
background-image: url("hall.jpg");
background-repeat:no-repeat;
background-size: 100% 100%;
min-height:100px; overflow:hidden;
text-align:center; padding-bottom:60px;}

#banner .p1{
color:#0f6e93; 
font-size:186px;
 text-shadow: -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff, 1px 1px 0 #fff; 
}

#banner .p2{
color:#0f6e93; 
font-size:54px;
text-shadow: -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff, 1px 1px 0 #fff; 
}

#banner .p3{
color:#fff; 
font-size:54px;
}

#main {
  padding: 3px;
  margin-top: 30px;
  background-color: rgb(140, 198, 199) ;
  height: 550px; /* Used in this example to enable scrolling */
}

.subDiv{float:left; width:47%;  margin-right:2%;}
.subDiv1{float:left; width:47%;  margin-right:2%;}

ul{font-size:24px;}


#yellow{background-color:#efeda6;
padding: 17px;
 text-align:center; 
 min-height:100px; overflow:hidden;}
 
 #yellow img{}
 
#white{background-color:#ffffff;
padding: 17px;
 text-align:center; 
 min-height:100px; overflow:hidden;}

#white h1, h3{color:#0f6e93;}

#grey{background-color:#e4e1e1;
padding: 40px;
  min-height:100px; overflow:hidden;}

#grey ul {font-size:16px;}

#brown{
	background-color:#6f6f6f; 
	color:#ffffff; 
	text-align:center; 
	font-size:19px; 
	padding:10px;
	min-height:100px; overflow:hidden;
}

#red{
	background-color:#0f6e93; 
	color:#ffffff; 
	text-align:center; 
	font-size:19px; 
	padding:5px;
	min-height:100px; overflow:hidden;
}

#litblack{
	background-color:#423d3d; 
	color:#c8c8c8; 
	text-align:center; 
	font-size:19px; 
min-height:100px; overflow:hidden;
	padding: 20px 0px 11px 0px;
} 

#black{
	background-color:#000000; 
	color:#c8c8c8; 
	text-align:center; 
	font-size:19px; 
	padding:1px;
min-height:100px; overflow:hidden;
}




/* The Modal (background) */
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content */
.modal-content {
    background-color: #fefefe;
    margin: auto;
    padding: 20px;
    border: 1px solid #888;
    width: 60%;
}

/* The Close Button */
.close {
    color: #aaaaaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.close:hover,
.close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}