@charset "utf-8";
/* CSS Document */

/* <weight>: Use a value from 100 to 900
// <uniquifier>: Use a unique and descriptive class name 

.roboto-slab-text {
  font-family: "Roboto Slab", serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
}
*/
body{
	
margin: 0;
}

h1 {
	font-family: "Roboto Slab", serif;
	text-align: center;
	color: #ff9e2c;
	font-weight: 300;
	padding-top:20px;
}

p {
	align: center;
	font-family: "Roboto Slab", serif;
	text-align: justify;
	color: #554a7a;
	font-size: 1.2rem;
	font-weight: 300;
}

a {
	/*margin: auto;*/
	font-family: "Roboto Slab", serif;
	color: #554a7a;
	font-size: 1.2rem;
	font-weight: 400;
}

.textblock {
	margin: auto;
}

.toplinks {
	margin: auto;
	font-family: "Roboto Slab", serif;
	text-align: center;
	color: #ff9e2c;
	font-size: 1.2rem;
	font-weight: 300;
	padding-top:10px;
}

.toplinks > a{
	color: #ff9e2c;
	font-weight: 400;
}

.page-container { 
 max-width: 900px; /*900px*/
 margin: auto;
 align-content: center;
}


.grid-container {
  display: flex;  
  flex-wrap: wrap;
  justify-content: center;
}


.grid-container > img {
	/*object-fit:none;*/
	width:132px;
	transition: 0.3s;
	margin: 8px;
	border-radius: 16px;
}


.grid-container > img:hover {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}


.closer-look-grid {
  display: flex;  
  flex-wrap: wrap;
  justify-content: center;
}


.closer-look-container-image {
	transition: 0.3s;
	border-radius: 16px;
		margin: 4px;
	width:440px;
}


.closer-look-container-image:hover {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}


.ludo {
    margin: auto;
	font-family: "Roboto Slab", serif;
	text-align: center;	
	padding-top:30px;
}


.ludo > a{
	
	color: #ff9e2c;
	font-size: 1.2rem;
	font-weight: 500;
	padding-top:10px;
	text-decoration:none;
}


/* this is needed to pass the caption, i think */ 
img.big {
  max-width: 100%;
}


.gif-container {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 aspect ratio */
    height: 0;
}

.gif-container img{
	width: 100%;
    object-fit: cover;
}

.video-container {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 aspect ratio */
    height: 0;
    overflow: hidden;
	background-color: black;
}

.video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


/* The Modal (background) */
.modal {
  display: none;
  position: fixed;
  z-index: 1;
  padding-top: 0px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0,0,0,0.92)
}

/* Modal Content */
.modal-content {
  position: relative;
  background-color: black;
  margin: auto;
  padding: 0;
  width: 95%;
  max-width: 1550px;
}

/* The Close Button */
.close {
  color: white;
  position: absolute;
  top: 10px;
  right: 25px;
  font-size: 35px;
  font-weight: bold;
  z-index: 1;
}

.close:hover,
.close:focus {
  color: #999;
  text-decoration: none;
  cursor: pointer;
}

/* Hide the slides by default */
.mySlides {
  display: none;
}

/* Next & previous buttons */
.prev,
.next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -50px;
  color: white;
  font-weight: bold;
  font-size: 20px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
  -webkit-user-select: none;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover,
.next:hover {
  background-color: rgba(0, 0, 0, 0.8);
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-family: "Roboto Slab", serif;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* Caption text */
.caption-container {
  padding-bottom: 8px;
  background-color: black;

}

.caption-container > p {
  color: white;
	  text-align: center;
  font-family: "Roboto Slab", serif;
	font-size: 1.2rem;
}


/* footer */
.footer {
  text-align: center;
  margin-top: 30px;
  background-color: #5b5472;
  color: white;
  padding-top: 20px;
  padding-bottom: 40px;
  font-family: "Roboto Slab", serif;
  font-size: 1.2rem;
  font-weight: 300;
}


@media (max-width: 1080px) { 
	
	.grid-container > img {
	/*object-fit:none;*/
	width:240px;
		margin:20px;
}
	
	.textblock {
		padding-left: 30px;
		padding-right:30px;
}

	h1 {
	font-weight: 350;
			font-size: 2.4rem;
}
	
	
.closer-look-container-image {
	transition: 0.3s;
	border-radius: 32px;
		margin: 10px;
	width:100%;
}
	
}

@media (max-width: 550px) { 
	.grid-container > img {
	/*object-fit:none;*/
	width:200px;
		margin:10px;
}
	
	.textblock {
		padding-left: 30px;
		padding-right:30px;
}
	
	h1 {
	font-weight: 350;
			font-size: 2.4rem;
}

}


