/*
Theme Name: Méduse v3
Text Domain: Méduse v3
Version: 2.0
Requires at least: 4.7
Requires PHP: 5.2.4
Description:
Tags: blog, one-column, custom-background, custom-colors, custom-logo, custom-menu, editor-style, featured-images, footer-widgets, full-width-template, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready, block-styles, wide-blocks, accessibility-ready
Author: Pan Thera
Author URI: https://wordpress.org/
Theme URI: https://wordpress.org/themes/medusev3/
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html

*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}

.eb-garamond {
  font-family: "EB Garamond", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  line-height: 95%;
}

.lausanne {
	font-family: "Lausanne", sans-serif;
	font-optical-sizing: auto;
	font-weight: 400;
	font-style: normal;
	letter-spacing: -0.05em;
  }


@font-face {
	font-family: "Lausanne"; 
	src: url(http://localhost:8888/adap/wp-content/themes/adap/assets/fonts/Lausanne/TWKLausanne-400.woff) format("woff"); 
	font-weight: 400;
}

@font-face {
	font-family: "Lausanne"; 
	src: url(http://localhost:8888/adap/wp-content/themes/adap/assets/fonts/Lausanne/TWKLausanne-450.woff) format("woff"); 
	font-weight: 450;
}

@font-face {
	font-family: "Lausanne"; 
	src: url(http://localhost:8888/adap/wp-content/themes/adap/assets/fonts/Lausanne/TWKLausanne-500.woff) format("woff"); 
	font-weight: 500;
}

@font-face {
	font-family: "Lausanne"; 
	src: url(http://localhost:8888/adap/wp-content/themes/adap/assets/fonts/Lausanne/TWKLausanne-550.woff) format("woff"); 
	font-weight: 550;
}

@font-face {
	font-family: "Lausanne"; 
	src: url(http://localhost:8888/adap/wp-content/themes/adap/assets/fonts/Lausanne/TWKLausanne-600.woff) format("woff"); 
	font-weight: 600;
}

@font-face {
	font-family: "Lausanne"; 
	src: url(http://localhost:8888/adap/wp-content/themes/adap/assets/fonts/Lausanne/TWKLausanne-650.woff) format("woff"); 
	font-weight: 650;
}

@font-face {
	font-family: "Lausanne"; 
	src: url(http://localhost:8888/adap/wp-content/themes/adap/assets/fonts/Lausanne/TWKLausanne-700.woff) format("woff"); 
	font-weight: 700;
}

@font-face {
	font-family: "Lausanne"; 
	src: url(http://localhost:8888/adap/wp-content/themes/adap/assets/fonts/Lausanne/TWKLausanne-750.woff) format("woff"); 
	font-weight: 750;
}



#logotype {
	position: fixed;
	top: 12px;
	left: 24px;
}
  

a { text-decoration: none; color: inherit; }

a.popimg img {
	position: fixed;
	top: 50%; left: 50%;
	transform: translate(-50%, -50%);
	opacity: 0;
	width: 400px;
	height: auto;
  }
  
  a.popimg:hover img {
	opacity: 1;
  }

  a.popimg p {
	position: fixed;
	bottom: 0px;
	left: 0px;
	opacity: 0;
	width: 100%;
	height: auto;
	background-color: white;
	padding: 24px;
	color: black;
	font-size: 16px;
  }
  
  a.popimg:hover p {
	opacity: 1;
  }

  
.center { text-align: center; }
.uppercase { text-transform: uppercase;}
h1 { font-size: 64px; line-height: 90%; margin-bottom: 0; }

.section { margin-bottom: 48px;}

.hyphens {
	hyphens: auto;
  }

.purple:hover { color: #8771ff !important; }
.grey:hover { color: #e0e0e0 !important; }
.salmon:hover { color: #ff9b9b !important; }
.pinegreen:hover { color: #1aa760 !important; }
.pink:hover { color: #f55797 !important; }
.green:hover { color: #87cf11 !important; }

.blue { color: #65aff2;}
  

.sticky {
	position: sticky;
	top: 8px;
}

.label {
	position: fixed;
	width: 200px;
	height: 200px;
	bottom: 24px;
	right: 24px;
}

.label {
	width: 200px;
	height: auto;
	object-fit: contain;
	object-position: center center;
}

.label img {
	width: 200px;
	height: auto;

}

.footer-container {
	position: relative;
	transform: rotate(-90deg);
	width: 600px;
	margin-top: 350px;
	padding-left: 24px;
	left: -248px;
	color: black;
}