@import url('https://fonts.googleapis.com/css?family=Jura');
@import url('https://fonts.googleapis.com/css?family=Roboto');

/* Sticky footer styles
-------------------------------------------------- */
html {
  position: relative;
  min-height: 100%;

	-webkit-background-size: cover;
	   -moz-background-size: cover;
	     -o-background-size: cover;
	        background-size: cover;
}

.carousel-item {
  height: 100vh;
  min-height: 350px;
  background: no-repeat center center scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;

/*  -webkit-transition: 0.1s scroll left;
  -moz-transition: 0.1s scroll left;
  -o-transition: 0.1s scroll left;
  transition: 0.1s scroll left;
  
  -webkit-transition: -webkit-transform 1.2s ease-in-out !important;
  -o-transition: -o-transform 1.2s ease-in-out !important;
  transition: transform 1.2s ease-in-out !important;
  */
}

/*
html {
  position: relative;
  min-height: 100%;
}
*/
body {
	font-family: Roboto, Jura, serif;
	color:#FFF;
  /* Margin bottom by footer height */
  margin-bottom: 60px;
	background:#505D6E url(../images/body.jpg) no-repeat center center fixed; 

  }
.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  /* Set the fixed height of the footer here */
  height: 60px;
  line-height: 60px; /* Vertically center the text there */
  background-color: #f5f5f5;
}


/* Custom page CSS
-------------------------------------------------- */
/* Not required for template or sticky footer method. */

body > .container {
  padding: 60px 15px 0;
  
}

.footer > .container {
  padding-right: 15px;
  padding-left: 15px;
}

code {
  font-size: 80%;
}

.album { text-decoration: none; color:#FFF;}
.album:hover { text-decoration: none;}


/*			****************** 				*/

img {
  max-width: 100%;
  border: 0px solid #000;
}

.images {
  column-count: 4;
  column-gap: 5px;
}

.image {
}

        .thumb img {
            -webkit-filter: grayscale(0);
            filter: none;
            border-radius: 5px;
            background-color: #fff;
            border: 1px solid #ddd;
            padding: 5px;
        }

        .thumb img:hover {
            -webkit-filter: grayscale(1);
            filter: grayscale(1);
        }

        .thumb {
            padding: 5px;
        }
		
.videocontainer {
position: relative;
width: 80%;
height: 0;
padding-bottom: 45%;
}
.video {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}