@font-face { 
  font-family:"ekMukta";
  src: url('../fonts/ek-mukta.regular.ttf') format('truetype');
}
@font-face { 
  font-family:"meyer0";
  src: url('../fonts/MEYER0.ttf') format('truetype');
}
* {
    margin: 0;
    padding: 0;
}
header { 
	height: 40px;
	padding: 20px; 
	text-align: left; 
    background: white;
    position: fixed;
    width:  100%;
    z-index: 999;
    box-shadow: 0px 1px 5px rgba(0,0,0,0.5);
}
header h1 a:link {
  text-decoration: none;
  color: black;
  text-shadow: 3px 2px lightgrey;
}
header h1 a:visited {
  color: black;
}
header h1 {
  letter-spacing: 5px;
}
header img {
  height: 40px;
  width: auto;
}
#dummy-heading {
  height: 80px;
}
body {
  background: #aaaaaa;
}
h1,h2,h3,h4,h5,h6,li,p,div,a {
	font-family: ekMukta, Trebuchet MS, Tahome, sans-serif, sans-serif;
}
nav {
  position: absolute;
  right: 50px;
  top: 20px;
}
nav ul li{
  display: table-cell;
  margin: 0px;
  padding: 10px;
  text-shadow: 2px 2px rgba(0,0,0,.25);
}
nav ul li a:link {
  text-decoration: none;
  color: #000000;
}
nav ul li a:visited {
  text-decoration: none;
  color: #000000;
}
nav ul li:hover {
    text-decoration: underline;
}
@media screen and (max-width:750px) {
  header h1 {
    text-align: center;
    position: relative;
    padding: 0;
    margin: 0;
    top: -5px
  }
  header nav {
    right: 0;
    left: 0;
    margin-left: auto;
    margin-right: auto;
    top: initial;
    text-align: center;
    float: none;
  }
  header nav ul {
    display: inline;
  }
  header nav ul li {
    display: initial;
  }
}
.imgWrap {
  position: relative;
}
.imgWrap img {
  width: 100%;  
}
.imgWrap div.imgDesc {
  background: rgba(0,0,0,.5);
  color: white;
  cursor: pointer;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  opacity: 0;
  -webkit-transition: opacity 500ms;
  -moz-transition: opacity 500ms;
  -o-transition: opacity 500ms;
  transition: opacity 500ms;
}
.imgDesc span {
  padding: 2em;
  position: relative;
  text-align: center;
  display: table;
  list-style: none;
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition:  0.5s ease-in-out;
  -o-transition:  0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
.imgDesc span span {
  display:  table-cell;
  vertical-align: middle;
}
.imgWrap:hover div.imgDesc {
  opacity: 1;
}
.imgWrap:hover div.imgDesc span {
    -webkit-transform: translate(0,-1em);
    -moz-transform: translate(0,-1em);
    -o-transform: translate(0,-1em);
    -ms-transform: translate(0,-1em);
    transform: translate(0,-1em);
}
#rotating-item-wrapper {
	position: relative;
	width: 1135px;
	height: 355px;
	margin-left: auto;
	margin-right: auto;
}
.rotating-item {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
}
ul.gal {
  list-style-type: none;
  margin: 20px;
  padding: 0px;
  text-align: center;
}
ul.gal li {
  display:  inline-block;
  height: 300px;
  margin: 0 1em 1em 0;
  position: relative;
  width: 300px;
}
span.text-content {
  font-family: "Arial Black", "Arial Bold", Gadget, sans-serif;
  font-size: 20px;
  background: rgba(0,0,0,.8);
  color: white;
  cursor: pointer;
  display: table;
  height: 300px;
  left: 0px;
  position: absolute;
  top:  0px;
  width:  300px;
  opacity: 0;
  -webkit-transition: opacity 500ms;
  -moz-transition: opacity 500ms;
  -o-transition: opacity 500ms;
  transition: opacity 500ms;
}
span.text-content span{
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}
ul.gal li:hover span.text-content {
  opacity: 1;  
}
ul.gal li p {
  background-color: #a7adba;
  color: #343d46;
  text-align: center;
  height: 50px;
}
.gal-title {
  font-family: meyer0;
  margin: 0px;
  padding: 10px 5px;
  background: #FAEBD7;
  letter-spacing: 5px;
  text-align: center;
  color: #000000;
  background-color: #65737e;
  font-size: 36px;
}
.galWrap {
  padding: 20px;
  overflow: hidden;
  clear: both;
}
ul.ptf {
  list-style-type: none;
  margin: 20px;
  padding: 0px;
  text-align: center;
}
ul.ptf li {
  display:  inline-block;
  height: 200px;
  margin: 0 1em 1em 0;
  position: relative;
  width: 200px;
  transition-delay: 0.05s;
  transition-duration: 1s;
}
ul.ptf li img {
  transition-delay: 0.05s;
  transition-duration: 1s;
}
ul.ptf li:hover img {
  
}
ul.ptf li:hover {
  width: 300px;
  height: 300px;
}
ul.ptf li:hover img{
  width: 300px;
  height: 300px;
}
.gal-title {
  margin: 0px;
  padding: 10px 5px;
  background: #FAEBD7;
  letter-spacing: 5px;
  text-transform: uppercase;
  text-align: center;
  color: #000000;
  background-color: #65737e;
  font-weight: bolder;
}
.gal-desc {
  padding: 20px;
  background-color: white;
  margin-top: 20px;
}
.gal-desc p {
  width: 80%;
  margin: auto;
}
.ptfWrap {
  padding: 20px;
  overflow: hidden;
}
.row {
  display: block;
  max-width: 1000px;
  text-align: center;
  margin: 0 auto;
}
section {
  clear: both;
  top: 10px;
  position: relative;
  background: white;
  overflow: hidden;
}
section h1 {
  color: #5F9EA0;
  padding: 15px; 
}
section div.text-wrapper {
  opacity: 0.6;
}
section div p {
	padding: 30px;
	font-size: larger;
	opacity: 1;
}
section img {
  width: 100%;
  position: absolute;
  float: left;
}
.hideme {
  opacity: 0;
}
.section-image-wrapper {
  width: 100%;
  overflow: hidden;
  opacity: 0;
}
section .text-wrapper {
  opacity: 0.9;

}
section .posn-div {
  opacity: 0;
  height: 500px;
}
@media screen and (max-width:1000px) {
  section .posn-div {
    height: 1px;
  }
}
@media screen and (min-width:1001px) and (max-width:1200px) {
  section .posn-div {
    height: 350px;
  }
}
@media screen and (min-width:1201px) and (max-width:1300px) {
  section .posn-div {
    height: 400px;
  }
}
@media screen and (min-width:1301px) and (max-width:1400px) {
  section .posn-div {
    height: 450px;
  }
}
a#social-media {
  text-decoration: none;
  color: #008B8B;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
a#social-media:hover {
  color: #00FFFF;
}
footer {
  clear:both;
  color: white;
  background: #65737e;
  height: 120px;
  padding-top: 20px;
  padding-bottom: 10px;
  margin-bottom: 0;
  z-index: 999;
  display:block;
}
footer p {
  font-size: 12px;
}
footer div.col-wrap {
    inline: block;
    width: 100%; 
}
footer div.col {
    padding: 20px
    display: block;
    width: 33%;
    height: 120px;
    border-right: dashed;
    border-width: 2px;
    border-color: lightgray;
    float: left;
}
footer div p {
    padding-left: 20px;
}
footer #last {
    border: none;
}
footer a:link {
    text-decoration: none;
    color: white;
}
footer a:visited {
    color: white;
}
footer a:hover {
    color: lightgray;
}