/* PURE CSS by Emilio Imparato */

body {
background-color: #333333;
/*
font-family: "Century Gothic";
color: #cabb5d;
font-size: 12px;

margin: 0;
	text-align: center;
*/
}


a {
font-family: "Century Gothic";
color: #cabb5d;
font-size: 12px;
text-decoration: none;	
}
a:hover {
	text-decoration: underline;
}
#maintitle {
  text-shadow: 2px 2px #DCDCDC;
}
#header
{
    background-color: #333333;
    font-size: 18px;
	text-align: center;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	/*width: 1199px; */
}
#content
{
	background-color: #333333;
	position: relative;
	width: 100%;
	/*height: 720px; */
}
#column1
{
	position: absolute;
	top: 0;
	left: 0;
	width: 300px;
}
#column2
{
	position: absolute;
	top: 0;
	margin-left: 301px;
	width: 300px;
}
#column3
{
	position: absolute;
	top: 0;
	margin-left: 601px;
	width: 300px;
}
#column4
{
	position: absolute;
	top: 0;
	margin-left: 901px;
	width: 300px;
}
#footer
{
	background-color: #333333;
	border-top: 1px solid silver;
	width: 1199px;
}
#rfooter
{
	position: absolute;
	margin-left: 901px;
	width: 300px;
	text-align: right;
}
#mfooter
{
	position: absolute;
	margin-left: 601px;
	width: 300px;
	text-align: left;
}
#lfooter
{
	position: absolute;
	left: 0;
	width: 300px;
}

div.img
{
  margin: 2px;
 
  height: auto;
  width: auto;
  
  text-align: center;
}	
div.img img
{
  display: inline;
  margin: 3px;
  border: 1px solid #ffffff;
}
div.img a:hover img {border: 1px solid #0000ff;}
div.desc
{
  text-align: center;
  font-weight: normal;
  margin: 2px;
}

* {
	
}
#videooverlay {
  position: fixed; /* Sit on top of the page content */
  display: none; /* Hidden by default */
  width: 100%; /* Full width (cover the whole page) */
  max-width: 100% ;
  height: 100%; /* Full height (cover the whole page) */
  top: 0; 
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0,0,0,0.5); /* Black background with opacity */
  z-index: 2; /* Specify a stack order in case you're using a different order for other elements */
  cursor: pointer; /* Add a pointer on hover */
}
#video {
  width: 100% /* Full width (cover the whole page) */
  max-width: 100% ;
}
.videoplayer {
display: flex;
flex-direction: column;
align-items: center;
}
/* class for close button */
.close {
  position: absolute;
  right: 32px;
  top: 32px;
  width: 32px;
  height: 32px;
  opacity: 0.6;
  color:white;
}
.close:hover {
  opacity: 1;
}
/*
.close:before, .close:after {
  position: absolute;
  left: 15px;
  content: ' ';
  height: 33px;
  width: 2px;
  background-color: #333;
}
.close:before {
  transform: rotate(45deg);
}
.close:after {
  transform: rotate(-45deg);
}
*/

/* The overlay effect - lays on top of the container and over the image */
.titleoverlay {
  position: absolute; 
  top: 0; 
  background: rgb(0, 0, 0);
  background: rgba(0, 0, 0, 0.5); /* Black see-through */
  color: #f1f1f1; 
  width: 100%;
  transition: .5s ease;
  opacity:0;
  color: white;
  font-size: 20px;
  padding: 20px;
  text-align: center;
}
.card:hover .titleoverlay {
  opacity: 1;
}
/* Jumbotron with image in backh-ground */
.jumbotron-image {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

/* id of URL Overlay */
#URLoverlay {
  position: fixed; /* Sit on top of the page content */
  display: none; /* Hidden by default */
  width: 50%; /* Full width (cover the whole page) */
  max-width: 100% ;
  height: 50px; /* Full height (cover the whole page) */
  top: 10px; 
  left: 0;

  background-color: rgba(0,0,0,0.5); /* Black background with opacity */
  z-index: 2; /* Specify a stack order in case you're using a different order for other elements */
  cursor: pointer; /* Add a pointer on hover */
}

