@import url('https://fonts.googleapis.com/css?family=Poppins:400,500,700');

html, body {
	height: 100%;
	width: 100%;
	background: #789aad;
	font-family: 'Poppins', sans-serif;
	color: #222;
}

.navbar {
	padding: .8rem;
	background: #789aad !important;
}

#lang {
	font-size: 0.7rem;
}

.navbar-nav li {
	padding-right: 20px;
}

.nav-link {
	font-size: 1.1rem;
}

.carousel-inner img {
	width: 100%;
	height: 100%;
}

.carousel-indicators li {
  width: 8px;
  height: 8px;
  border-radius: 100%;
}

.thumbnail {
  width: auto;
  height: auto; 
  float: left; 
  overflow: auto;
  background: #90abbb;
  align-self: center;
  border: 1px solid #777;
  border-color: hsla(0, 0%, 0%, 0.5);
  border-radius: 5px;
  margin-bottom: 0px;
  margin-right: 0px;
  margin-left: 0px;
  padding-top: 10px;
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 0px;
  text-align: center;

}

.thumbnail img:hover {
	filter: grayscale(100%);
	transform: scale(1.1);
}

a:link {
	color: #222;
	text-decoration: none !important;
}

a:visited {
	color: #222;
	text-decoration: none !important;
}

a:hover {
	color: #222;
	font-style: bold;
	text-decoration: none !important;
}

.caption p {
  font-family: 'Poppins', sans-serif;
  color: #222 !important;
  font-size: 0.6rem;
  font-style: italic;
  padding-top: 10px;
  padding-bottom: 0px !important;
}

.first-page {
 width: 80%;
 align-content: center;
}

.figure-caption {
	font-family: 'Poppins', sans-serif;
	color: #fff;
}

.synopsis {
	font-size: 1rem;
}

.artist-statement i {
	font-style: bold;
	font-size: 1rem;
}
.artist-statement p {
	font-size: 0.8rem;
}

.lwt:link {
	color: #222;
}

.lwt:visited {
	color: #222;
}

.lwt:hover {
	color: #455499;
	font-size: 1.3rem;
	font-style: italic;
	text-decoration: none !important;
}

.social a {
	font-size: 2.0em;
	padding: 0.5rem;
}

.fa-facebook-square {
	color: #103582;
}
.fa-instagram {
	color: #0c457a;
}
.fa-at {
	color: #942119;	
}
.fa-facebook-square:hover,
.fa-instagram:hover,
.fa-at:hover {
	color: #90abbb;	
}

/* snipet

* { box-sizing: border-box; }

.grid:after {
  content: '';
  display: block;
  clear: both;
}

.grid-item {
  width: 160px;
  height: 120px;
  float: left;
  background: #fff;
  border: 1px solid #333;
  border-color: hsla(0, 0%, 0%, 0.5);
  border-radius: 5px;
  margin-bottom: 20px;
  margin-right: 10px;
  margin-left: 10px;
}

.grid-item--width2 { width: 340px; }
.grid-item--width3 { width: 520px; }
.grid-item--width4 { width: 780px; }

.grid-item--height2 { height: 200px; }
.grid-item--height3 { height: 260px; }
.grid-item--height4 { height: 360px; }

/* end snippet */


/*-- media queries --*/
@media (max-width: 992px) {
	
}
@media (max-width: 768px) {
	
}
@media (max-width: 576px) {
	
}
	
	
	
/*-- firefox bug fix --*/
.carousel-item {
	transition: -webkit-transform 0.5s ease;
	transition: transform 0.5s ease;
	transition: transform 0.5s ease, -webkit-transform 0.5s ease;
	-webkit-backface-visibility: visible;
	backface-visibility: visible;
}
/*-- fixed background image --*/
figure {
	position: relative;
	width: 100%;
	height: 30%;
	margin: 0!important;
}
.fixed-wrap {
	clip: rect(0, auto, auto, 0);
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
#fixed {
	background-image: url('../media/background.jpg');
	position: fixed;
	display: block;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-size: cover;
	background-position: center center;
	-webkit-transform: translateZ(0);
			transform: translateZ(0);
	will-change: transform;
}
/*-- bootstrap padding fix --*/
[class*="col-"] {
	padding: 1rem;
}

#topnav {
	opacity:0;
}


