/*@font-face {
  font-family: 'font-p';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('https://glintof.com/css/fonts/crimson-text-400.woff2') format('woff2');
  }
*/

@font-face {
  font-family: 'font-l';
  font-optical-sizing: auto;
  font-display: normal;
  font-display: swap;
  src: url('/css/fonts/scriptina.woff2') format('woff2');
}

@font-face {
  font-family: 'font-l';
  font-optical-sizing: auto;
  font-display: normal;
  font-display: swap;
  src: url('/css/fonts/scriptina.woff2') format('woff2');
}


/* General Website Style rules */

:root {
  --txt-color: #757575;
  --txt-color-neg: #eeeeee;
  --title-color: #333333;
  --lettrage-color: #c9a482de;
  --lettrage-light: #c9a48275;
  --golden-color: #b58558;/* darker than lettrage for text */
  --bkground-color: white;
  --background-grey: #00000078;
  --color-strong: black;
  
  --txt-color-n: #ddd;
  --title-color-n: white;
  --bkground-color-n: #111;
  --color-strong-n: white;
}

body {
  margin: 0px;
}

/* ------------------------------------------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------------------------------------ TYPOS */
/* ------------------------------------------------------------------------------------------------------------------------------ */

html {
    box-sizing: border-box;
  font-family: TimesNewRoman, "Times New Roman", Times, Baskerville, Georgia, serif;
  font-weight: 300;
	font-size: 18px;
	line-height: 1.5;
    color: var(--txt-color);
	background-color: var(--bkground-color);
	scroll-behavior: smooth;
}
h1, .h1like {
    font-family: TimesNewRoman, "Times New Roman", Times, Baskerville, Georgia, serif;
    color: white;
    opacity: .8;
    font-size: 2rem;
    font-weight: 200;
    line-height: 1.1em;
    text-transform: uppercase;
    text-align: center;
    margin: 3rem 0 1rem 0;
    }
.logo-homecover h1 {
        font-size: 1.5rem;
    }
    
.logo-postcover h1 {
        font-size: 1.5rem;
    }
    
h2, .h2like {
	font-family: TimesNewRoman, "Times New Roman", Times, Baskerville, Georgia, serif;
    font-weight: 400;
    color: var(--title-color);
    font-size: 1.5rem;
    line-height: 1.2em;
    text-transform: uppercase;
    text-align: center;
    margin: 3rem 0 3rem 0;
}

h3, .h3like {
    font-family: TimesNewRoman, "Times New Roman", Times, Baskerville, Georgia, serif;
    font-weight: 500;
    color: #444;
    text-transform: uppercase;
    text-align: center;
    }
h3 {
    color: var(--golden-color);
    }
    
h3::before {
    content: "~ ";
    margin-right: 8px; /* Adds some space between the symbol and the text */
}

h3::after {
    content: " ~";
    margin-left: 8px; /* Adds some space between the text and the symbol */
}

strong {
	font-weight: bold;
	color: var(--golden-color);
  }

.gras {
	font-weight: bold;
  }

.main-txt {
    font-size: 1.3rem;
    font-weight: 100;
    color: var(--golden-color);
    font-variant: small-caps;
    line-height: 1.5rem;
    text-align: center;
    margin-bottom: 2rem;
    margin-top: 3rem;
    }
.italik {
    font-style: italic;
    }
        
.small-txt p {
    font-size: .8rem;
}

a {
	color: var(--golden-color);
	text-decoration: none;
	cursor: pointer;
}

a:hover {
	color: var(--lettrage-color);
	cursor: pointer;
	}

li:hover {
	color: inherit;
	cursor: default;
}

.actpage {
  text-decoration: underline;
  text-decoration-thickness: 2px;
  text-underline-offset: 5px;
  }
  
/*
.nocolor {
	color: red ;
	cursor: text;
}
.nocolor:hover {
	color: green ;
	cursor: text;
}
*/

.nocolor {
	/*color: inherit ;*/
	color: inherit ;
}
.nolink {
	color: inherit ;
}
.nolink:hover {
	color: inherit;
	cursor: text;
}
    
.lettrage {
    display: block;
    font-family: "font-l"; 
    font-weight: normal;
	color: var(--lettrage-color);
    text-rendering: optimizeLegibility;
    text-transform: none;
    font-size: 4rem;
    line-height: 1em;
    text-align: center;
    margin: 4rem 0 -3rem 0;
	}
.card-content .lettrage{	
	margin: 0;
    text-align: left;
	color: var(--lettrage-light);
}

.short-hr {
    width: 10%;
    margin: 0 auto;
    color: #333;
    background-color: #333;
    height: 1px;
    border: none;
    }
 .big-hr {
    width: 5%;
    margin: 0 auto 1rem auto;
    color: var(--golden-color);
    background-color: var(--golden-color);
    height: 5px;
    border: none;
    }

.logo-mobile {
    position: absolute;
    top: 25px;
    left: 20px;
    height: 40px;
    z-index: 1;
}
.logotext, .logofooter {
    font-size: .6rem;
    letter-spacing: 2px;
    padding-left: 4rem;
    margin: 0 auto;
}
    
.logobig1 {
	font-size: .6rem;
    line-height: .2rem;
    letter-spacing: 2px;
    padding-left: 4rem;
    margin-bottom: 0;
}
.logobig2 {
	letter-spacing: 1.8px;
    }
    
.golden-color {
	color: var(--golden-color);
}
.golden-color:hover {
	cursor: default;
	color: var(--golden-color);
}
.txt-color {
    color: var(--txt-color);
}

.white-txt {
	color: white;
}

.smallcaps {
    font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
    font-size: .7rem;
    text-transform: uppercase;
}

.neg-txt h1, .neg-txt h2,  .neg-txt h3, .neg-txt p {
	color: var(--txt-color-neg);
}
.neg-txt .lettrage, .neg-txt {
	color: var(--lettrage-color);
}

.lang-off {
	border: 2px solid var(--golden-color);
    border-radius: 15px;
    padding: 2px 15px;
    color: #ffffff;
    background-color: rgba(24, 24, 24, 0.91);
    }
.lang-on {
	border: 2px solid var(--golden-color);
    border-radius: 15px;
    padding: 2px 15px;
    color: var(--golden-color);
    background-color: rgba(24, 24, 24, 0.91);
    cursor: default;
    }
.menu-banner {
	border: 2px solid var(--golden-color);
    border-radius: 15px;
    padding: 2px 15px;
    color: white;
    background-color: var(--golden-color);
    }
.menu-banner-off {
	border: 2px solid var(--golden-color);
    border-radius: 15px;
    padding: 2px 15px;
    color: var(--golden-color);
    }

/* ------------------------------------------------------------------------------------------------------- TEXT ALIGNS */
p {
	text-align: justify;
}

.text-left {
	text-align: left;
	text-align-last: left;
}
.text-right {
	text-align: right;
	text-align-last: right;
}
.text-center, .text-center p {
	text-align: center;
}
.text-last-center {
	text-align: justify;
	text-align-last: center;
}
.text-justify {
	text-align: justify;
}

/*
.quote, .quote-r {
	padding: 1rem 2rem;
    margin-left: 0;
    font-size: 1.3rem;
    color: var(--lettrage-color);
    line-height: 1.2;
    font-style: italic;
}
*/
.quote {
    width: 50%;
    float: left;
    text-align: left;
    padding-right: 1rem;
    font-size: 1.1rem;
    color: var(--lettrage-color);
    font-style: italic;
}
.quote-r {
    width: 50%;
    float: right;
    text-align: right;
    padding: 0 1rem 0 .5rem;
    font-size: 1.1rem;
    color: var(--lettrage-color);
    font-style: italic;
}


.imgintxt {
    float: left;
    width: 50%;
    margin: 20px 40px 20px 0;
}

/* ------------------------------------------------------------------------------------------------------- DIVS */

.div-med, .div-big, .div-lrg {
	max-width: 96%;
}
.div-band {
	width: 100vw;
}

.center-div {
	display: table;
	margin: 0 auto;
}

.maxw100 {
    max-width: 100%;
    }
.width100 {
    width: 100%;
    }
        
.hide-mobile {
display: none;
}
.hide-stuff {
display: none;
}

/* ---- Dotted */


.dotted {
    padding: 1rem;
	flex: 1;    
}
.dotted p::after {
content: "\A•";
white-space: pre;
    font-size: 2rem;
	color: var(--golden-color);
    line-height: 0;
}
.dotted p {
    margin-top: -1.3rem;
    }

.lightgreyed {
    background: #eeeeee78;
    }

    background: #eeeeee78;

/* ---- lang-selector */

.lang-selector{
    z-index: 2;
    font-family: Arial,Helvetica Neue,Helvetica,sans-serif;
  font-size: .7rem;
    color: white;
    background: transparent;
    position: absolute;
    margin: 16px;
}
.lang-selector a:hover{
    background-color: transparent;
	color: var(--golden-color);
    text-shadow: 0px 0px 8px var(--golden-color);
    }
.lang-selector a::before {
	color: var(--golden-color);
	content: "🌐 ";
}

/* ---- Testimonials */

.testimonial {
    justify-content: normal;
    padding: 10px;
}
.testimonial-pic {
	width: 100%; 
	height: auto;
}
.testimonial-face {
	width: 120px;
    height: 120px;
    border: 4px solid var(--golden-color);
    border-radius: 50%;
    margin-top: -70px;
    margin-left: -200px;
    z-index: 1;
}
.testimonial-txt {
	color: #ddd;
	margin-top: -64px;
	width: 100%;
	height: auto;
    background: var(--background-grey);
	box-sizing: border-box;
	min-height: 200px;
	text-align: justify;
}
.testimonial-name {
	font-family: TimesNewRoman, "Times New Roman", Times, Baskerville, Georgia, serif;
	margin: 1rem 0 0 9rem;
	font-size: 1.5rem;
}
.testimonial-date {
	font-family: TimesNewRoman, "Times New Roman", Times, Baskerville, Georgia, serif;
    margin: 0 0 0 9rem;
	font-size: .7rem;
}
.testimonial-date::before {
	content: "\2605 \2605 \2605 \2605 \2605";
  color: var(--golden-color);
  font-size: 1rem;
  }
  .testimonial-quote {
    margin: 0 0 2rem 0;
    text-indent: -40px;
	padding: 0 10px 0 20px;
    text-align: justify;
    font-style: italic;
    text-align: left;
    }
.testimonial-quote::before {
    position: relative;
    content: "\201C";
    color: var(--golden-color);
    font-size: 6rem;
    top: 1.2rem;
    left: 1rem;
    line-height: 10px;
}

/* ---- Specific Divs */

.point-up {
-webkit-clip-path: polygon(0 0,calc(50% - 4.14px - 50px) 0,50% calc(50px + 4.14px),calc(50% + 4.14px + 50px) 0,100% 0,100% 100%,0 100%);
  clip-path: polygon(0 0,calc(50% - 4.14px - 50px) 0,50% calc(50px + 4.14px),calc(50% + 4.14px + 50px) 0,100% 0,100% 100%,0 100%);
  margin-top: -40px;
  }

.point-down, .point-down-page {
-webkit-clip-path: polygon(0 0,100% 0,100% calc(100% - 50px),calc(50% + 50px) calc(100% - 50px),50% 100%,calc(50% - 50px) calc(100% - 50px),0 calc(100% - 50px));
clip-path: polygon(0 0,100% 0,100% calc(100% - 50px),calc(50% + 50px) calc(100% - 50px),50% 100%,calc(50% - 50px) calc(100% - 50px),0 calc(100% - 50px));
}


.toplogo {
	margin: 3rem 0 -1.3rem 0;
	opacity: 0.8;
}

.spotlight {
	cursor: zoom-in;
}

.div-footer {
	background-color: #111;
    color: #ccc;
    position: relative;
    padding: 0 8px;
    line-height: 1.2rem;   
    }
 

/* ------------------------------------------------------------------------------------------------------- COVERS */

.homecover {
	height: 100svh; 
	width: 100%;
	position: relative;
    }
.logo-homecover {
    color: white;
    position: absolute;
	width: 95vw;
    bottom: 15%;
    left: 50%;
    transform: translateX(-50%);
}

.logo-homecover .lettrage {
    font-size: 5rem;
    color: var(--golden-color);
    }
.txt-homecover, .txt-pagecover {
	color: white;
    position: absolute;
    bottom: 9%;
    left: 50%;
    transform: translateX(-50%);
}


.pagecover {
	height: 60svh; 
	width: 100%;
	position: relative;
	display: grid;
 	place-items: center;
}
.logo-pagecover {
    color: white;
    position: absolute;
    width: 90%;
    left: 50%;
    transform: translateX(-50%);
}
.logo-pagecover img {
    margin: 0 auto -2rem auto;
}

.logo-postcover {
    color: white;
    position: absolute;
    width: 90%;
    left: 50%;
    transform: translateX(-50%);
}
.logo-postcover .lettrage {
    margin-bottom: -2rem;
}
.imgcover {
	float:left;
	width:100%;
	height:100%;
	object-fit:cover;
} 

/* ------------------------------------------------------------------------------------------------------- GRIDS */

.container {
	display: flex;
	flex-wrap: wrap; /* Allow items to wrap to the next line */
	justify-content: center;
}
.column {
	flex: 1 1 100%; /* Default to 100% width */
	display: flex;
	flex-direction: column;
	justify-content: center;
	/*justify-content: center;  Vertically center content in each column */
	align-items: center; /* Center horizontally */
	text-align: center; /* Center text */
	box-sizing: border-box;
}

.halfcolumn {
	flex: 100%
}

.flex1 {
flex: 1;
}
.flex2 {
flex: 2;
}
.order1 {
	order: 1;
}
.order2 {
	order: 2;
}
.order3 {
	order: 3;
}

.row {
    display: flex;
    flex-direction: column; /* Default to column layout for mobile */
    flex: 1 1 100%; /* Full width on mobile */
    justify-content: center; /* Center items horizontally */
    /* align-items: center;  Center items vertically */
    text-align: center; /* Center text */
    box-sizing: border-box;
    margin: 10px 0; /* Optional: Add margin between rows */
}


.flex-column {
	    flex-direction: column;
}
.flex-row {
	    flex-direction: row;
}


.vertical-top {
    justify-content: normal;
}
.self-center {
  align-self: center;
}
.self-start {
  align-self: flex-start;
}
.vertical-bottom {
margin-top: auto; 
}

.img-responsive {
	display: block;
	height: auto;
	max-width: 100%;
} 
.masonry-img-left, .masonry-img-right, .masonry-img-lrg {
    padding: .3rem 0;
    }

.borderounded {
border-radius: 5px;
}
 

/* -------------------------------------------------------------------------------------------------------  MENU */	

/* nav toggle */
.nav-toggle {
	cursor: pointer;
    height: 3rem;
    right: 1rem;
    position: fixed;
    top: 1rem;
    width: 3rem;
    z-index: 3;
    border-radius: 2rem;
    background-color: #333;
}
.nav-toggle:hover {
  opacity: 0.8;
}
.nav-toggle .nav-toggle-bar,
.nav-toggle .nav-toggle-bar::after,
.nav-toggle .nav-toggle-bar::before {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translate(-50%, -50%);
    background: white;
    content: "";
    height: 0.3rem;
    transition: all 0.5s;
    width: 1.5rem;
    border-radius: 2rem;
    left: 50%;
}
.nav-toggle .nav-toggle-bar {
  margin-top: 0;
}
.nav-toggle .nav-toggle-bar::after {
  margin-top: 0.6rem;
}
.nav-toggle .nav-toggle-bar::before {
  margin-top: -0.6rem;
}
.nav-toggle.expanded {
    background-color: inherit;
    margin-right: 0.8rem;
}
.nav-toggle.expanded .nav-toggle-bar {
  background: transparent;
}
.nav-toggle.expanded .nav-toggle-bar::after, .nav-toggle.expanded .nav-toggle-bar::before {
  background: #ffffff;
  margin-top: 0;
}
.nav-toggle.expanded .nav-toggle-bar::after {
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.nav-toggle.expanded .nav-toggle-bar::before {
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

/* nav */
.nav {
  color: #ffffff;
  cursor: pointer;
  display: flex;
  font-size: 1.5rem;
  line-height: 2;
  height: 100vh;
  width: 100vw;
  right: -200rem;
  top: 0;
  transition: all 0.2s;
  z-index: 2;
	background-color: #111;
    position: fixed;
}
.nav.expanded {
  right: 0;
}
.nav ul {
  list-style: none;
  margin: auto;
  padding: 0;
}
.nav ul a:after{
  content: "\A";
  white-space: pre;
}

.nav ul li a:hover{
    background-color: transparent;
	color: var(--golden-color);
    text-shadow: 0px 0px 8px var(--golden-color);
    }

.menu-logo {
    margin-top: 80px;
    max-width: 250px;
    }
/* ------------------------------------------------------------------------------------------------------- PARALAX */

.parallax-div {
	width: 100vw;
	align-items: center;
	justify-content: center;
}

.parallax__container {
	clip: rect(0, auto, auto, 0);
	height: 100%;
	left: 0;
	overflow: hidden;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: -100;
}
.parallax__container .parallax {
	/* can be put in a seperate class for better control */
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	/* --------------------------- */
	position: fixed;
	top: 0;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
	width: 100%;
	
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;}

.para-bk-01 {
background: url("https://glintof.com/assets/parallax/parallax-01-768.jpg"); 
}
.para-bk-02 {
background: url("https://glintof.com/assets/parallax/parallax-02-480.jpg"); 
}
.para-bk-03 {
background: url("https://glintof.com/assets/parallax/parallax-03-480.jpg"); 
}
.para-bk-04 {
background: url("https://glintof.com/assets/parallax/parallax-04-480.jpg"); 
}
.para-bk-05 {
background: url("https://glintof.com/assets/parallax/parallax-05-480.jpg"); 
}
.para-bk-06 {
background: url("https://glintof.com/assets/parallax/parallax-06-480.jpg"); 
}
.para-bk-07 {
background: url("https://glintof.com/assets/parallax/parallax-07-480.jpg"); 
}
.para-bk-08 {
background: url("https://glintof.com/assets/parallax/parallax-08-480.jpg"); 
}
.para-bk-09 {
background: url("https://glintof.com/assets/parallax/parallax-09-480.jpg"); 
}
.para-bk-10 {
background: url("https://glintof.com/assets/parallax/parallax-10-480.jpg"); 
}



/* ------------------------------------------------------------------------------------------------------- CARDS */

.card {
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    margin: 10px;
    flex: 1 1 100%; /* Mobile first: one card per row */
    max-width: 100%;
    display: flex;
    flex-direction: column;
    text-align: left;
    overflow: hidden;
}
.card-content {
    padding: 20px;
    }
.card-title {
	font-size: 1.3rem;
    font-weight: 500;
    text-transform: uppercase;
    text-align: left;
    margin: 0;
    min-height: 40px;
    line-height: 1.2;
    color: #333;
}
.card-title-1 {
	font-size: 1.1rem;
}
.card-description {
    color: #7f8c8d;
    font-size: .9em;
    line-height: 1.2;
    text-align: left;
    }
.card-link {
    margin: auto 0;
    text-align: right;
    text-transform: uppercase;
    font-size: .7rem;
    color: #444;
    }
    
    
.price-card {
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    padding-bottom: 4rem;
    flex: 1 1 100%; /* Mobile first: one card per row */
    max-width: 100%;
    display: flex;
    flex-direction: column;
    text-align: center;
    overflow: hidden;
    margin: 1rem 0;
    }
    
/* Styling the "Most Popular" label */
.most-popular {
	width: 200px;
    position: relative;
    top: -24px;
    left: 89%;
    transform: translateX(-50%) rotate(45deg);
	margin-bottom: -31px;
    background-color: #ff9900;
    color: white;
    padding: 5px 15px;
    /* border-radius: 5px; */
    font-weight: bold;
    font-size: 0.9em;
    /* text-align: center; */
    /* z-index: 10; */
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
    }

.price-title {
font-size: 1.5rem;
    font-weight: 400;
    text-align: center;
    text-transform: uppercase;
    margin: 0;
    min-height: 40px;
    line-height: 2.1;
    color: #333;
    background-color: var(--lettrage-light);
}
.price-price {
	font-size: 4em;
	margin: 1rem 0 0 0;
    text-align: center;
    }
.price-item {
text-align: center;
    text-transform: uppercase;
    color: var(--golden-color);
    margin: 1.5rem 0 .1rem 0;
    font-size: 1.2rem;
    font-weight: 500;
    }
.price-description {
    text-align: center;
    padding: 0 .5rem;
    margin: 0;
    }


/* ------------------------------------------------------------------------------------------------------- ACCORDIONS  */

.element{
    background: #00000005;
    margin: 5px auto;
	padding-right: 3rem;
    max-width: 600px;
    }
.table-content {
	padding: .4rem 3rem .4rem 1rem;
	border-style: solid none;
    border-width: 1px;
    }

.element .question{
    display: flex;
    justify-content: left;
    padding: 0 10px;
    line-height: 1.2;
    color: #555;
}
.question h3, .question p{
    margin: 0.3rem 0;
	text-align: left;
}
.question button{
    border: none;
    outline: none;
    background: none;
    cursor: pointer;
    padding: 0 1rem;
}
.question i{
	color: var(--golden-color);
	font-style: normal;
}
.element .answer p{
    animation: animate .7s;
	padding-left: 4rem;
    padding-bottom: 1rem; 
	text-align : left;
	}

.hideText{
    display: none;
}
@keyframes animate{
    from{
        opacity: 0;
        transform: scale(0.6);
    }
    to{
        opacity: 1;
        transform: scale(1);
    }
}

.fa-plus-circle:before {
content: "▶";
}
.fa-minus-circle:before {
content: "▼";
}

.handto a::before {
content: "☞ ";
    font-size: 1.3rem;
    position: relative;
    top: 3px;
}
/* ------------------------------------------------------------------------------------------------------- FORMS */
.input-container {
  position: relative;
}

.input-container label {
  position: absolute;
  top: 50%;
  left: 10px;
  transform: translateY(-50%);
  background-color: white;
  color: var(--lettrage-color);
  padding: 0 5px;
  pointer-events: none; /* Ensures the label is not clickable */
}

.input-container input {
  padding-left: 70px; /* Adjust the padding to make space for the label */
  height: 40px; /* Height can be adjusted to your preference */
  font-size: 16px;
  font-family: Arial,Helvetica Neue,Helvetica,sans-serif;
  width: 100%;
  margin: 8px 0;
  display: inline-block;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
  }

.link-button{
    background-color: var(--title-color);
	border: none;
	border-radius: 5px;
    padding: 15px 20px;
    color: white;
    font-size: .7rem;
	text-transform: uppercase;
    cursor: pointer;
    margin: 3rem auto 2rem auto;
}

.textarea-container {
  position: relative;
  margin-top: 8px;
}

.textarea-container label {
  position: absolute;
  top: 5px;
  left: 10px;
  background-color: white;
  color: var(--lettrage-color);
  padding: 0 5px;
  pointer-events: none;
}

.textarea-container textarea {
  padding: 8px 10px 10px 90px;
  width: 100%;
  height: 151px;
  box-sizing: border-box;
  font-size: 16px;
  resize: vertical; /* Allows vertical resizing of the textarea */
}

.link-button:hover {
 cursor:pointer;
}

.contact-button {
    background-color: var(--lettrage-color);
    text-shadow: 1px 1px 1px #555;
    border: 0;
    padding: 4px 20px;
    color: white;
    font-size: .9em;
    cursor: pointer;
    border-radius: 5px;
    text-transform: uppercase;
}

textarea {
  width: 100%;
  height: 154px;
    font-family: Arial,Helvetica Neue,Helvetica,sans-serif;
  padding: 12px 20px;
  margin: 8px 0;
  display: inline-block;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
  resize: none;
}

input:focus, textarea:focus {
 border: 2px solid var(--golden-color);
  border-color: var(--golden-color); /* change to your desired color */
  outline: none; /* removes the default outline */
}

::-webkit-input-placeholder { /* Edge */
  font-style: italic;
}

:-ms-input-placeholder { /* Internet Explorer */
  font-style: italic;
}

::placeholder {
  font-style: italic;
}

input[type=submit] {
    font-family: Arial,Helvetica Neue,Helvetica,sans-serif;
    padding: 12px 20px;
    background: var(--lettrage-color);
    border: 0 none;
    cursor: pointer;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    width: 100%;
    margin-top: 0.5rem;
}

.thankyou {
    border: 2px solid var(--lettrage-color);
    background-color: #121212ed;
    padding: 1rem;
    font-size: 1.5rem;
    color: var(--golden-color);
    }
    
.chkmrk {
	color: aquamarine;
	font-size: 4rem;
}




/* -------------------------------------------------------------------------------------------------------------------- MAILING LIST */

        .subscription-container {
			margin-top: 16px;
        }

        #subscriptionForm button {
    width: 100%;
    background-color: var(--lettrage-color);
    text-shadow: 1px 1px 1px #555;
    border: 0;
    padding: 4px 20px;
    color: white;
    font-size: .9em;
    cursor: pointer;
    border-radius: 5px;
    text-transform: uppercase;
        }

        button:disabled {
            background-color: #ccc;
        }

        #message {
            margin-top: 0;
        }

        @media (max-width: 600px) {
            .subscription-container {
                padding: 15px;
            }

            input[type="email"], button {
                font-size: 14px;
            }
        }



/* -------------------------------------------------------------------------------------------------------------------- MARGINS*/

.margin0 {
margin: 0;
}

.top0rem {
margin-top: 0;
}
.top1rem {
margin-top: 1rem;
}
.top2rem {
margin-top: 2rem;
}
.top2rem-mobile {
margin-top: 2rem;
}
.top3rem {
margin-top: 3rem;
}
.top4rem {
margin-top: 4rem;
}
.top8rem {
margin-top: 8rem;
}
.btm1rem {
    margin-bottom: 1rem;
}
.btm2rem {
    margin-bottom: 2rem;
}
.btm-2rem {
    margin-bottom: -2rem;
}
.btm3rem {
    margin-bottom: 3rem;
}
.btm4rem {
    margin-bottom: 4rem;
}
.btm8rem {
    margin-bottom: 8rem;
}


.top-pad2rem {
	padding-top: 2rem;
}
.top-pad3rem {
	padding-top: 3rem;
}
.top-pad4rem {
	padding-top: 4rem;
}
.bottom-pad2rem {
	padding-bottom: 2rem;
}
.bottom-pad3rem {
	padding-bottom: 3rem;
}
.bottom-pad4rem {
	padding-bottom: 4rem;
}

.height100 {
	min-height: 100vh; 
}

/* ------------------------------------------------------------------------------------------------------------------------------ */
/* -------------------------------------------------------------------------------------------------------------------- MEDIA 769 */
/* ------------------------------------------------------------------------------------------------------------------------------ */

@media (min-width: 769px) {

/* ------------------------------------------------------------------------------------------------------- TYPOS */

h1 {
	font-size: 2.8rem;
}
        
h2, .h2like {
    font-size: 2.1rem;
}

.logotext {
	font-size: .8rem;
    line-height: .4rem;
    padding-left: 20rem;
    margin: -2.5rem 0 0;
	color: #bbb;
}

.logofooter {
    margin: 1rem auto;
}
.lettrage {
    font-size: 5rem;
}

.main-txt {
    font-size: 1.3rem;
    line-height: 1.5rem;
    }

.quote {
	margin: -1rem 0 1rem 0;
	width: 50%;
	float: left;
	padding: 2rem 3rem 1rem 0;
    font-size: 1.6rem;
}
.quote-r {
	margin: -1rem 0 1rem 0;
	width: 50%;
	float: right;
	padding: 2rem 0 1rem 3rem;
    font-size: 1.6rem;
}


/* ------------------------------------------------------------------------------------------------------- DIVS */

.div-med {
	max-width: 768px;
}

.hide-mobile {
display: block;
}

.hide-large {
display: none;
}

.order1, .order2, .order3 {
	order: 0;
}



/* ---- Specific Divs */

.toplogo {
	margin: 1.5rem 0 -2rem 0;
    width: 100%;
    }

/* ------------------------------------------------------------------------------------------------------- GRIDS */

.column {
	flex: 1; /* Take up 50% width on screens wider than 600px */
	order: 0; /* Reset order for larger screens */
}
.freecol {
	flex: 1 1 auto;
	order: 0; /* Reset order for larger screens */
}

.row {
	flex-direction: row; /* Change to row layout for larger screens */
	flex-wrap: wrap; /* Allow items to wrap to the next line */
}

.halfcolumn {
	flex: 50%;
	padding: 0 20px;
}
.thirdcolumn {
	flex: 33%;
	padding: 0 20px;
}
.thirdcolumn p {
    max-width: 400px;
}
.quartercolumn {
	flex: 25%;
    max-width: 25%;
}
.gap1 {
    gap: 1rem;
}
.gap4 {
    gap: 4rem;
}

.masonry-img-left {
    padding: .3rem .3rem .3rem 0;
    }
.masonry-img-right {
    padding: .3rem 0 .3rem .3rem;
    }
            


/* ------------------------------------------------------------------------------------------------------- COVERS */

.logo-homecover {
    width: 640px;
    bottom: 15%;
    transform: translateX(-50%);
}

.logo-homecover h1 {
    margin-top: 4rem;
        }
.logo-homecover .lettrage {
    font-size: 6rem;
}
.txt-homecover {
    left: 30%;
    bottom: 14%;
    font-size: 1.5rem;
}
.pagecover {
    margin-bottom: 4rem;
    height: 50svh;
    }

.postcover {
	height: 40svh; 
}

/* ------------------------------------------------------------------------------------------------------- CARDS */
.card, .testimonial {
    max-width: 45%;
    }
.card:nth-child(3), .testimonial:nth-child(3)  {
    display: none;
  }
  
.show3 {
    max-width: 30%;
    }
.show3:nth-child(3) {
    display: flex;
  } 
.price-card {
    max-width: 30%;
    margin: 0;
}
.card .lettrage {
font-size: 2.5rem;
}

.testimonial-face {
    margin-left: -150px;
}
/* ------------------------------------------------------------------------------------------------------- MARGINS & PADDING LRG */


/* ---- Margins */

.height100v {
    height: 100vh;
}

.top0rem-lrg {
    margin-top: 0;
}
.top1rem-lrg {
    margin-top: 1rem;
}
.top2rem-lrg {
    margin-top: 2rem;
}
.top2rem-mobile {
    margin-top: 0;
}
.top3remlrg {
margin-top: 3rem;
}
.top4remlrg {
margin-top: 4rem;
}
.top8remlrg {
margin-top: 8rem;
}
.btm2rem-lrg {
    margin-bottom: 2rem;
}
.btm4rem-lrg {
    margin-bottom: 4rem;
}
/* ---- Paddings */

.padding02 {
    padding: 0 2rem;
}

/* -------------------------------------------------------------------------------------------------------  MENU */	

.nav-toggle {
display: none;
}

.nav {
  top: -53px;
  color: #ffffff;
  right: 0;
  cursor: pointer;
  font-size: .8rem;
  height: 3rem;
}

.nav-pagetop {
	top: 0;
	display: flex;
    position: absolute;
    cursor: default;
}
.nav-pagebottom {
	bottom: 0;
	display: flex;
  background-color: transparent;
    position: absolute;
    cursor: default;
}
.nav ul {
  list-style: none;
  margin: auto;
  padding: 0;
}
.nav ul li{
   display: inline-block;
   width: auto;
   list-style: outside none none;
    padding: 0 .5rem;
}

.menu-logo {
    height: 40px;
    margin: auto 0;
}

/* -------------------------------------------------------------------------------------------------------  PARALAX */	

.para-bk-01 {
background: url("https://glintof.com/assets/parallax/parallax-01-1024.jpg"); 
}
.para-bk-02 {
background: url("https://glintof.com/assets/parallax/parallax-02-1024.jpg"); 
}
.para-bk-03 {
background: url("https://glintof.com/assets/parallax/parallax-03-1024.jpg"); 
}
.para-bk-04 {
background: url("https://glintof.com/assets/parallax/parallax-04-1024.jpg"); 
}
.para-bk-05 {
background: url("https://glintof.com/assets/parallax/parallax-05-1024.jpg"); 
}
.para-bk-06 {
background: url("https://glintof.com/assets/parallax/parallax-06-1024.jpg"); 
}
.para-bk-07 {
background: url("https://glintof.com/assets/parallax/parallax-07-1024.jpg"); 
}
.para-bk-08 {
background: url("https://glintof.com/assets/parallax/parallax-08-1024.jpg"); 
}
.para-bk-09 {
background: url("https://glintof.com/assets/parallax/parallax-09-1024.jpg"); 
}
.para-bk-10 {
background: url("https://glintof.com/assets/parallax/parallax-10-1024.jpg"); 
}

  }


/* ------------------------------------------------------------------------------------------------------------------------------ */
/* -------------------------------------------------------------------------------------------------------------------- MEDIA 1024 */
/* ------------------------------------------------------------------------------------------------------------------------------ */

@media (min-width: 1025px) {

.main-txt {
    font-size: 1.6rem;
    }

.logo-postcover h1 {
        font-size: 2rem;
    }

.quote {
	margin: -1rem 0 1rem -4rem;
    font-size: 1.3rem;
}
.quote-r {
    text-align: left;
    margin: -1rem -4rem 0 0;
    font-size: 1.3rem;
}

.logo-homecover {
    left: 30%;
}

.logo-homecover h1 {
	font-size: 2.2rem;
    }

.div-big {
	max-width: 1024px;
}

.card {
    max-width: 30%;
    }
.card:nth-child(3), .testimonial:nth-child(3) {
    display: flex;
  } 



/* -------------------------------------------------------------------------------------------------------  PARALAX */	
  
.para-bk-01 {
background: url("https://glintof.com/assets/parallax/parallax-01-1920.jpg"); 
}
.para-bk-02 {
background: url("https://glintof.com/assets/parallax/parallax-02-1920.jpg"); 
}
.para-bk-03 {
background: url("https://glintof.com/assets/parallax/parallax-03-1920.jpg"); 
}
.para-bk-04 {
background: url("https://glintof.com/assets/parallax/parallax-04-1920.jpg"); 
}
.para-bk-05 {
background: url("https://glintof.com/assets/parallax/parallax-05-1920.jpg"); 
}
.para-bk-06 {
background: url("https://glintof.com/assets/parallax/parallax-06-1920.jpg"); 
}
.para-bk-07 {
background: url("https://glintof.com/assets/parallax/parallax-07-1920.jpg"); 
}
.para-bk-08 {
background: url("https://glintof.com/assets/parallax/parallax-08-1920.jpg"); 
}
.para-bk-09 {
background: url("https://glintof.com/assets/parallax/parallax-09-1920.jpg"); 
}
.para-bk-10 {
background: url("https://glintof.com/assets/parallax/parallax-10-1920.jpg"); 
}

.testimonial-face {
    margin-left: -200px;
}

}

  	
/* ------------------------------------------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------------------------------- MEDIA 1280 */
/* ------------------------------------------------------------------------------------------------------------------------------ */
@media (min-width: 1281px) {


.div-lrg {
	max-width: 1280px;
}


}

/* ------------------------------------------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------------------------------- MEDIA 1921 */
/* ------------------------------------------------------------------------------------------------------------------------------ */
@media (min-width: 1921px) {

	.div-lrg {
		max-width: 1500px;
		padding: 0 8px;
	}

	.para-bk-01 {
	background: url("https://glintof.com/assets/parallax/parallax-01-3840.jpg"); 
	}
	.para-bk-02 {
	background: url("https://glintof.com/assets/parallax/parallax-02-3840.jpg"); 
	}
	.para-bk-03 {
	background: url("https://glintof.com/assets/parallax/parallax-03-3840.jpg"); 
	}
	.para-bk-04 {
	background: url("https://glintof.com/assets/parallax/parallax-04-3840.jpg"); 
	}
	.para-bk-05 {
	background: url("https://glintof.com/assets/parallax/parallax-05-3840.jpg"); 
	}
	.para-bk-06 {
	background: url("https://glintof.com/assets/parallax/parallax-06-3840.jpg"); 
	}
	.para-bk-07 {
	background: url("https://glintof.com/assets/parallax/parallax-07-3840.jpg"); 
	}
	.para-bk-08 {
	background: url("https://glintof.com/assets/parallax/parallax-08-3840.jpg"); 
	}
	.para-bk-09 {
	background: url("https://glintof.com/assets/parallax/parallax-09-3840.jpg"); 
	}
	.para-bk-10 {
	background: url("https://glintof.com/assets/parallax/parallax-10-3840.jpg"); 
	}
.testimonial-face {
    margin-left: -250px;
}