/* CSS Document */

/* Add some content at the bottom of the video/page */

html { 
  background: url('../images/JP-Ireland.jpg') no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif; 
}



body {margin:0;font-size:14px;}

.footer {
  position: fixed;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  color: #f1f1f1;
  width: 100%;
  margin-bottom:60px;
}

.header {
  background: rgba(0, 0, 0, 0.8);
  color: #f1f1f1;
  width: 100%;
  margin-bottom:80px;
}


video#bgvid { 
    position: fixed;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    -ms-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
/*    background: url(polina.jpg) no-repeat; */
    background-size: cover; 
}
video { display: block; }
video#bgvid {
    transition: 1s opacity;
}
.stopfade { opacity: .5; }
div.maincontent {width:1024px;max-width:100%;margin:0 auto;}
#myBtn {
  width: 200px;
  font-size: 30px;
  padding: 10px;
  border: none;
  background: #000;
  color: #fff;
  cursor: pointer;
   opacity: 0.50;
}

.center {
	height:80px;
	border-radius:10px;
	position:absolute;
	left:50%;
	top:50%;
	margin:-25px 0 0 -95px;	
	width:100%;
}

#myBtn:hover {
  background: #ddd;
  color: black;
}

div.paddeddiv {padding:15px;}




/* Fixed/sticky icon bar (vertically aligned 50% from the top of the screen) */
.icon-bar {
  position: fixed;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index:1000;
}

/* Style the icon bar links */
.icon-bar a {
  display: block;
  text-align: center;
  padding: 16px;
  transition: all 0.3s ease;
  color: white;
  font-size: 20px;
}

/* Style the social media icons with color, if you want */
.icon-bar a:hover {
  background-color: #000;
}

.facebook {
  background: #3B5998;
  color: white;
}

.twitter {
  background: #55ACEE;
  color: white;
}

.google {
  background: #dd4b39;
  color: white;
}

.linkedin {
  background: #007bb5;
  color: white;
}

.youtube {
  background: #bb0000;
  color: white;
}


@media screen and (max-width: 800px) {
    html {
         background: url('../images/bgsmall2.jpg') #000 no-repeat center center fixed;
    }
    #bgvid {
        display: none;
    }
	
	.icon-bar  {display:none;}
}



/* .html5gallery-container-0 {background-color:#000;} */