@charset "utf-8";
/* CSS Document */

/* Color Set
#FFDE4B
antiquewhite
*/

*{
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

body{
    margin: 0px;
    height: 100%;
	overflow-x: hidden;
    background-image:url("backgnd.jpg");
	/*background: linear-gradient(181deg, rgba(252,101,77,.1) 0%, #000000 65%);*/
    color: #FFDE4B;
    font-family: "ink free";
    font-style: normal;
    font-weight: 400;
    line-height: 1.8;
}



/*Main heading*/
h1 {
		font-size: clamp(2.25rem, 2.75vw, 2.75rem);
	/*font-size: 36px;*/
	
		/*text-shadow: 1px 1px 5px #CEB070;*/
	
}
/*Secondary heading*/
p {
	font-size: clamp(1.25rem, 1.5vw, 1.5rem);
	color:black;
	text-align: center;
	line-height: 2;
}
/*Major Links*/
h3 {
	font-size: clamp(1.25rem, 1.5vw, 1.5rem);
	color: black;
	margin: 0px;
	text-align: center;

}
h3:hover {
	color: #FFD700;
	text-shadow: 1px 3px 8px black;

}

a:link {
	text-decoration: none;
	font-weight:900;
	
}
a:visited {
	text-decoration: none;
}
a:hover {
font-style:oblique;
}

.boutme {
	display: grid;
	margin-left: auto;
	margin-right: auto;
	grid-template-columns: minmax (auto, 600px);
}
.container {
	display: grid;
	margin-left: 30px;
	margin-right: auto;
	grid-gap: 2%;
	grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
	grid-auto-flow: dense;
}

.wide {
	grid-column: span 2;
}
.tall{
	grid-row: span 2;
}
.big {
	grid-column: span 2;
	grid-row: span 2;
}
.card {
	grid-column: span 1;
	grid-row: span 1;
	transform: scale(1.0);
	text-align:center;
  	padding:12px;
  	background-color:black;
  	color:white;
}
.card:hover {
	transform: scale(1.2);
}
.pic{
	/*margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	margin-bottom:auto;
	border: 5px solid white;
	border-radius: 1px;
	object-fit: cover;
	overflow: hidden;
	/*opacity: 1.0;*/
	color: white;
	text-align: center;
	top: 0px;	
	filter: brightness(40%) invert(100%);
	text-align: center;
	
 	
}

.pic:hover{
	filter: brightness(100%) invert(0%);
	transition: filter 2000ms ease-in-out;
	color: yellow;
	text-align: center;
}

.pic2{
	top: 0px;	
	filter: invert(100%);
	
 	
}

.pic2:hover{
	filter: invert(0%);
	transition: filter 1000ms ease-in-out;
	}


.dropdown {
  position: absolute;
  display: inline-block;
	transform: rotate(-8deg);
	z-index: 2;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: black;
  min-width: 78px;
	margin-left: 24px;
	padding: 7px;
border-image: url(border.png);
	translate: 0px 70px;
	transition: translate 1000ms ease-in-out;
	z-index: 1;
}
/* Links inside the dropdown */
.dropdown-content a {
  text-decoration: none;
  display: block;
}

.dropdown:hover .dropdown-content {
  display: block;
		/*transform: translateY(50px);
		transform-duration: 5s;

		
}
.menu{
	margin-left: 0px;
	z-index: 1;
}
.film{
	border-image: url(border.png);
	margin-left: 40px;
	background: black;
	padding-bottom: -5px;
	padding-top: 10px;
	/*position: relative;
	top: 0px;
	left: 0px;*/
	Width: 100px;
	text-align: center;
	opacity: .9;
	overflow: hidden;
	justify-content: center;
}