
	image-rendering: -moz-crisp-edges; /* Firefox */
	image-rendering: -o-crisp-edges; /* Opera */
	image-rendering: -webkit-optimize-contrast; /* Webkit (non-standard naming) */
	image-rendering: crisp-edges;
	-ms-interpolation-mode: nearest-neighbor; /* IE (non-standard property) */

* {
	margin: 0px;
}

* ::-webkit-scrollbar {
  display: none;
}

/* Hide scrollbar for IE, Edge and Firefox */
* {
  -ms-overflow-style: none;  /* IE and Edge */
  scrollbar-width: none;  /* Firefox */
}

html {
	scroll-behavior: smooth;
}

body {
	margin: 0px;
	height: 100%;
    max-width: 100%;
    overflow-x: hidden;
}

p {
	margin: 0px;
}

input[type="text"] {
	border: none;
	border-bottom: 1px solid #666666;
}

input[type="text"]:focus {
	border: none;
	outline: none;
	border-bottom: 1px solid #1abaad;
}

input[type="radio" i] {
    margin: 0px;
}

form {
	margin-block-end: 0px;
}

.unselectable {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* general flex properties; center + column + row */
.flex-center {
	display: flex;
	justify-content: center;
	align-items: center;
}

.flex-column {
	flex-direction: column;
}

.flex-row {
	flex-direction: row;
}

.flex-row-col {
	flex-direction: row;
}

/* input dimensions of map*/
.map-dimensions {
	padding-top: 5vh;
	padding-bottom: 5vh;
}

.radio-container {
	padding-bottom: 5vh;
	margin: 5vh;
	margin: 30px;
}

.radio-container input[type="radio"] {
	opacity: 0;
	/*position: fixed;*/
	width: 0;
}

.radio-container label {
	margin: 0 20px;
	display: inline-block;
	background-color: white;
	border: 1px solid #c0c0c0;
	border-radius: 4px;
	padding: 10px 20px;
	font-family: crossten-extralight;
	font-size: 18px;
}

.radio-container label:hover {
	background-color: #e0e0e0;
}

.radio-container input[type="radio"]:checked + label{
	background-color: #C1FF9F;
	border: 1px solid white;
	border-radius: 50px;
	transition: ease-in-out 0.3s;
}

/* button */
.button-cta {
	/*background-color:#70A7D4;*/
	background-color: #e3e3e3;
	text-align:center; 
	border-radius:50px; 
	font-family:crossten-extrabold; 
	border:none; 
	font-size:24px; 
	color: black; 
	padding: 16px 0px;
	width:250px; 
	box-shadow:0 3px 5px 5px rgba(0,0,0,0.1); 
	will-change: transform;	
	transition: ease-in-out 0.3s;
	text-decoration:none; 
	scroll-behavior:smooth;
}

.bck-mke-box{
	position: fixed;
    bottom: 10px;
   	left: 50%;
    transform: translateX(-50%);
    padding: 10px 20px;
    border: none;
    z-index: 1000;
}

.button-cta:hover {
	background-color: #666666;
	cursor: pointer;
	transition: ease-in-out 0.1s;
	transform: translateY(-2px);
	/*color: #5bd8b4;*/
}

.presenting-ramage {
	position: relative;
}

/* fonts */
@font-face {
	font-family: PixelMusketeer;
	src: url(fonts/PixelMusketeer.ttf);
}

@font-face {
	font-family: crossten-extralight;
	src: url(fonts/crossten-extralight.otf);
}

@font-face {
	font-family: crossten-extrabold;
	src: url(fonts/crossten-extrabold.otf);
}

.cross-light {
	font-family: crossten-extralight;
}

.cross-bold {
	font-family: crossten-extrabold;
}

.input-height-width {
	font-size: 3.5vw; 
	max-width:200px; 
	padding-left:10px; 
	margin: 0px 20px;
}

.wrapper {
	max-width: 100%;
	margin: 0px auto;
	padding-bottom: 30px;
}

.why-ramage {
	font-size:7vw; 
	color:white; 
	padding:70px
}

/* 'HERO' SI IMAGINILE SEPARATE */

.hero-image {
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

.hero-fixed {
	background-attachment: fixed; 
}

.hero-text {
	#padding-top: 12%;
	padding-top: 30vh;
	padding-bottom: auto; 
	padding-right: 10%;
}

.map-hero {
	background-image: linear-gradient(to bottom, rgba(0,0,0,0.75), rgba(0,0,0,1)), url(./envir/.png);
}

.mage-page-hero {
	height: 100vh;
	background-image: linear-gradient(to bottom, rgba(255,255,255,0.55), rgba(255,255,255,0.90)), url('mage-page-hero.webp'); 	
}

.banner {
	width: 100vw;
	height: 100%;
	background-image: url('banner.webp');
}

/* descrieri/detalii pagina mage-page */
.description-list {
	max-width: 700px;
}

.description-list div {
	padding: 20px;
}

.description-list p {
	font-size: 30px;
}

.description-list .cross-bold {
	font-size: 40px;
}

.display-grid {
	  display: grid;
}

/* elemente grafice intre descrieri */
.doodle {
	height: 30vh;
	width: auto;
	background-repeat: no-repeat;
	background-position: center;
	position: relative;
	opacity: 60%;
}

#doodle-1 {
	background-image: url('city.svg');
}

#doodle-2 {
	background-image: url('city-2.svg');
}

#doodle-3 {
	background-image: url('dragon.svg');
	height: 20vh;
}

#doodle-4 {
	background-image: url('city-4.svg');
}

/* pagina make-image-test */
.container {
  display: grid;
  max-width: 900px;
  gap: 5px;
  padding: 10px;
  margin: auto;
  /* grid-template-columns: 1fr 1fr; */
  gap: 5px;
}

/* carduri descrieri camere */
.column-number {
	/*grid-template-columns: auto auto;*/
	grid-template-columns: 1fr 1fr;
}

/* titlu harta */
.title {
	font-size: 1.4rem;
	margin-left: auto;
	margin-right: auto;
	padding-top: 10%;
	padding-bottom: 3%;
	max-width: auto;
	text-align: center;
	color: white;
	font-family: PixelMusketeer, sans-serif;
}

/* text descrieri camere */
.description {
	background-color: #0c0c0c;
	border-radius: 5px;
	padding: 20px;
	font-size: 20px;
	max-width: 100%;
	font-family: serif;
	/*color: #19b589;
	color: #43e0b3;*/
	color: #1abaad;
}

/* harta */
.img-map {
	max-width: 100%;
	margin: auto;
}

/* titlu mage-page */
.title-flexible {
	padding-left: 5%;
	font-size: 6vw;
	color: #333333;
}

/* text input dimensions */
.title-create {
	font-size: 3vw;
}

#contact {
	margin: 10%;
}

/*

						N A V B A R

*/
header {
	position: fixed;
	background-color: rgba(255,255,255,1.00);
	height: 50px;
	width: 100%;
	top: 0px;
	left: 0px;
	-webkit-box-shadow: 0px 2px 6px rgba(130,130,130,0.45);
	box-shadow: 0px 2px 6px rgba(130,130,130,0.45);
	min-height: 40px;
	z-index: 999;
}

header a {
	font-family: crossten-extralight;
	font-size: 18px;
	text-decoration: none;
	margin-left: 5px;
	margin-right: 0.54vw;
	color: #000000;
}

header a:hover{
	text-decoration: underline;
}

header ul {
	list-style-type: none;
	padding-inline-start: 0px;
}

#navbar {
	z-index: 999;
	display: inline-block;
}

#navbar ul {
	width: 90%;
	float: right;
	margin: 0px;
	padding: 0px;
	text-align: right;
}

#navbar ul li {
	padding: 0px;
	margin: 0px;
	display: inline-block;
}

ul li p{
	text-size:12px;
}

.menu-icon {
	display: none;
}

	.hide-x {
		width:30px;
		font-size:36px;
		color:#666666;
	}


/* Responsive layout - makes a one column-layout instead of a two-column layout */

@media screen and (max-aspect-ratio: 3/4) {

	.hero-text {
		padding-top: 0vh;
	}

	.title-flexible {
		font-size: 11.5vw;
	}
}


@media screen and (min-width: 700px) {
    .container {
        /* grid-template-columns: 1fr 1fr; */
    }
    .column-number {
    	/*grid-template-columns: auto auto;*/
    	grid-template-columns: 1fr 1fr;
    }
}

@media screen and (min-width: 50px) and (max-width: 768px) {
    
    .map-dimensions {
	    padding: 2vh 8vw;
    }
    
    .button-cta {
    	background-color:#e3e3e3;
    	/*background-color: #333333;*/
    	text-align:center; 
    	border-radius:50px; 
    	font-family:crossten-extrabold; 
    	border:none; 
    	font-size:18px; 
    	/*color:white;*/
    	color: black; 
    	padding: 10px 0px;
    	width: 140px;
    	
    	box-shadow:0 3px 5px 5px rgba(0,0,0,0.1); 
    	will-change: transform;	
    	transition: ease-in-out 0.3s;
    	text-decoration:none; 
    	scroll-behavior:smooth;
    }
    
    .bck-mke-box{
        bottom: 10px;
        padding: 2px 10px;
    }
    
	.hero-text {
		padding-top: 0vh;
	}
	
	.radio-container {
	padding-bottom: 1vh;
    }
   
	.cross-light {
		font-size: 15px;
	}

	.container {
		display: grid;
		gap: 5px;
		padding: 10px;
		/* grid-template-columns: 1fr; */
	}

	.column-number {
		grid-template-columns: 1fr;
	}

	.why-ramage {
		font-size:12vw; 
		color:white; 
		padding:70px 25px;
	}

	.title {
		padding-top: 10%;
		font-size: 1.4rem;
	}

	.title-flexible {
		/*margin-top: 10vh;*/
		padding-top: 10vh;
		font-size: 12vw;
	}

	.input-height-width {
		font-size: 7vw; 
		max-width:200px; 
		padding-left:10px; 
		margin: 0px 20px;
	}

	.title-create {
		padding: 0px;
		font-size: 5vw;
	}

	.image-container {
		width: 100%;
		height: 1vh;
		display: flex;
		justify-content: center;
		align-items: center;
	}

	.description-list p {
		font-size: 6vw;
	}

	.description-list .cross-bold {
		font-size: 7vw;
	}

	.flex-row-col {
		flex-direction: column;
	}

	.hide-x {
		display: none;
		width:30px;
		font-size:36px;
		color:#666666;
	}

	.radio-container div {
		margin-top: 10px;
		margin-bottom: 10px;
	}

	/* NAVBAR */

	.menu-icon {
		display: inherit;
		width: 50%;
		float: right;
		margin-top: 16px;
	}

	.collapse-mobile {
		padding-inline-start: 0px;
		#display: none;
	}

	.expand {
		display: flex;
		background-color: rgba(255,255,255,1.00);
		font-size: 25px;
		flex-direction: column;
		width: 100%;
		text-align: right;
	}

	#navbar ul li {
		display: block;
		width: 100%;
	}

}

/*
* {
  background: #000 !important;
  color: #0f0 !important;
  outline: solid #f00 1px !important;
}
*/