body {
  font-family: Helvetica, Helvetica, sans-serif;
  margin: 0;
}
table,th,td{background-color: white;
font-family:Century Gothic, sans-serif;
color:blue; 
border: 1px solid black;

}

table{width:100%; background: url("image1.jpg") no-repeat; font-color:"white";}

th{background: url("hotel.jpg") no-repeat;}

td,tr{background: url("clerical.jpg") no-repeat; ;text-align: center;font-size:28px}

/* Header/logo Title */
.header {
  padding: 80px;
  text-align: center;
  background: #1abc9c;
  color: white;
}

/* Increase the font size of the heading */
.header h1 {
  font-size: 40px;
}

/* Sticky navbar - toggles between relative and fixed, depending on the scroll position. It is positioned relative until a given offset position is met in the viewport - then it "sticks" in place (like position:fixed). The sticky value is not supported in IE or Edge 15 and earlier versions. However, for these versions the navbar will inherit default position */
.navbar {
  overflow: hidden;
  background-color: #08094E ;
  position: sticky;
  position: -webkit-sticky;
  top: 0;
 z-index: 10;

}

/* Style the navigation bar links */
.navbar a {
  float: left;
  display: block;
  color: white;
  text-align: center;
  padding: 14px 20px;
  opacity: 1;
  transition: 0.3s;
  text-decoration: none;
  font-family: "Helvetica", Helvetica, serif;
  font-size: 20px;
}
	


/* Right-aligned link */
.navbar a.right {
  float: right;

  opacity: 1;
  transition: 0.3s;}

/* Change color on hover */
.navbar a:hover {
  background-color: #FF7801  ;
  color: white;
  font-family: "Helvetica", Helvetica, serif;} 

/* Active/current link */
.navbar a.active {
  background-color: #18A7C7;
  color: white;
  font-family: "Helvetica", Helvetica, serif;}

/* Column container */
.row {  
  display: -ms-flexbox; /* IE10 */
  display: flex;
  -ms-flex-wrap: wrap; /* IE10 */
  flex-wrap: wrap;
}

/* Create two unequal columns that sits next to each other */
/* Sidebar/left column */
.side {
  -ms-flex: 30%; /* IE10 */
  flex: 30%;
  background-color: #f1f1f1;
  padding: 20px;
}

/* Main column */
.main {   
  -ms-flex: 70%; /* IE10 */
  flex: 70%;
  background-color: white;
  padding: 20px;
}

/* Fake image, just for this example */
.fakeimg {
  background-color: #aaa;
  width: 100%;
  padding: 20px;
}

/* Footer */
.footer {
  padding: 20px;
  text-align: center;
  background-image:"map.png";
}

/* Responsive layout - when the screen is less than 700px wide, make the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 700px) {
  .row {   
    flex-direction: column;
  }
}

/* Responsive layout - when the screen is less than 400px wide, make the navigation links stack on top of each other instead of next to each other */
@media screen and (max-width: 400px) {
  .navbar a {
    float: none;
    width: 100%;
  }
}
#filmstrip nav {
    width: 90%;
    margin-top: 30px;
    text-align: center;
    display: inline-block;
    margin: 0 auto;

}
#selection {
	background: gray;
	border: 20px;
	margin: 50px;
}
/* #filmstrip nav {
  background-color:#FF4D00;  float: left;
    display: inline-block;
} */

#filmstrip nav div {
    background-color:#FF4D00;margin: 0 auto;
    float: left;

}

.container {
    position: relative;
    transition: .25s;
}

.item {
    position: absolute;
    left: 0;
    right: 0;
    top: 45%;
    color: #ffffff;
}
.pimg1, .pimg2, .pimg3{
  position:relative;
  opacity:0.70;
  background-position:center;
  background-size:cover;
  background-repeat:no-repeat;
 /*
    fixed = parallax
    scroll = normal
  */
  background-attachment:fixed;
}

.pimg1{
  background-image:url('../img/image4.jpg');
  min-height:400px;

}

.pimg2{
  background-image:url('../img/image5.jpg');
  min-height:400px;

}

.pimg3{
  background-image:url('../img/image3.jpg');
 min-height:400px;
 padding: 20px;

  text-align: center;}

.pimg3:hover .overlay {
  opacity: 1;

}.section{
  text-align:center;
  padding:50px 80px;
}

.section-light{
  background-color:#00CED1;
  color:#666;
}

.section-normal{
  background-color:#191970;
  color:#666;
}

.section-dark{  
   background-color:#FF4D00;
color:#ddd;
  font-family: "Helvetica", Helvetica, serif;.section-dark2{
  font-size: 25px;	
  float: center;
  color:#ddd;
  height: 20px;
  margin-bottom:10px;
  opacity: 0;
  transition: opacity 1s;

}

.section-dark:hover .section-dark {

visibility: visible;
  opacity: 1;
}




.section-red{

  background-color:#82172B;	

}

.ptext{
  position:absolute;
  top:50%;
  width:100%;
  text-align:center;
  color:#000;
  font-size:27px;
  letter-spacing:8px;
  text-transform:uppercase;
}



@media(max-width:568px){
  .pimg1, .pimg2, .pimg3{
    background-attachment:scroll;
  }
.caption span.border {
    background-color: #111;
    color: #fff;
    padding: 18px;
    font-size: 25px;
    letter-spacing: 10px;
}
.caption {
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    text-align: center;
    color: #000;
}
.overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: .5s ease;
  background-color: #008CBA;
}



}
