
/* Color text */

.text-color-ligthblue{
	color: #C9ECDC;
}

.tlb{
	color: #C9ECDC;
}

.text-color-yellow{
	color: #F5C025;
}

.text-color-pink{
	color: #E77260 !important;
}	

.text-color-lightgrey{
	color: #ABB2BF !important;
}	

.text-color-purple{
	color: #C778DD !important;
}	

.text-color-white{
	color: #fff;
}

.text-color-ligth{
	color: #F5F5F5;
}

.text-color-green {
	color: #3EC930;
}

.text-color-terminal {
	color: #008000;
}

.text-color-darkgrey {
	color: #2E303E;
}

.dark{
	color: #1D191F;;
}

/* Color backgrounnd */

.bg-pink{
	background-color: #E77260;
}

.bg-yellow{
	background-color: #F5C025;
}

.bg-green{
	background-color: #3EC930;
}

.bg-black{
	background-color: #000;
}

.bg-dark-purple {
	background-color: #1D142F;
}

.bg-darkblue {
	background-color: #252A33;
}
.bg-lightgrey {
	background-color: #ABB2BF;
}
.bg-darkgrey {
	background-color: #2E303E;
}


/* Blocks */

.dev_block{
	margin: auto;
	width: 45%;
	min-width: 10rem;
}
@media only screen and (max-width: 767px) {
	.dev_block{ max-width: 100%; font-size: 16px;}
}
/* For tablets */
@media only screen and (min-width: 768px) and (max-width: 991px) {
	.dev_block{ max-width: 80%; }
}
/* For desktops */
@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.dev_block{ max-width: 60%; }
}

.dev_block_2{
	margin-left: 60px;
}

.block{
	padding: 40px;
	display: flex;
	flex-direction: column;
	gap: 30px;
	border-radius: 8px;
}

.darkblue{
	background-color: #252A33;
	border: 1px solid #1D191F;
}

.lightorange{
	background-color: #EAB676;
	border: 1px solid #1D191F;
}

.lightblue{
	background-color: #C9ECDC;
	border: 1px solid #1D191F;
}

.light{
	background-color: #FAFAFA;
	border: 1px solid #1D191F;
}


/* TYPER */
.typer {
	display: inline-block;
	width: 20px;
	border-bottom: .1em solid;
	animation: caret 1s steps(1) infinite;
	margin-left: 3px;
  }
.typer-small {
	display: inline-block;
	width: 10px;
	border-bottom: .1em solid;
	animation: caret 1s steps(1) infinite;
	margin-left: 3px;
  }

@keyframes caret {
	50% {
		border-color: transparent;
	}
}



/* nav{
	background-color: #252A33;
	border-bottom: 1px solid black;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 1;
}

nav .container{	
	display: flex;
	padding: 14px;
	justify-content: flex-end;
}

nav a{
	text-decoration: none;
	font-size: 16px;
	margin: 0 15px;
}

nav a:hover{
	text-decoration: underline;
} */



/* NAVBAR */
.top-nav {
	/* background: linear-gradient(to left, #f46b45, #eea849); */
	/* height: 50px; */
	padding: 1em;
	font-size: 16px;
	height: 1.3rem;
  }

  .nav-landing {
	background-color: #252A33;
	border-bottom: 1px solid black;
  }

  .nav-inner {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
  }
  
  .menu {
	display: flex;
	flex-direction: row;
	list-style-type: none;
	margin: 0;
	padding: 0;
	z-index: 100;
  }
  
  .menu > li {
	margin: 0 1rem;
	overflow: hidden;
	align-items: center !important;
  }
  
  .menu-button-container {
	display: none;
	height: 100%;
	width: 30px;
	cursor: pointer;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	height: 1.3rem;
  }
  
  #menu-toggle {
	display: none;
  }
  
  .menu-button,
  .menu-button::before,
  .menu-button::after {
	display: block;
	/* background-color: #d51414; */
	background: linear-gradient(to left,  #a9195a, #c735eb);
	position: absolute;
	height: 4px;
	width: 30px;
	transition: transform 400ms cubic-bezier(0.23, 1, 0.32, 1);
	border-radius: 2px;
  }
  
  .menu-button::before {
	content: '';
	margin-top: -8px;
  }
  
  .menu-button::after {
	content: '';
	margin-top: 8px;
  }
  
  #menu-toggle:checked + .menu-button-container .menu-button::before {
	margin-top: 0px;
	transform: rotate(405deg);
  }
  
  #menu-toggle:checked + .menu-button-container .menu-button {
	background: rgba(255, 255, 255, 0);
  }
  
  #menu-toggle:checked + .menu-button-container .menu-button::after {
	margin-top: 0px;
	transform: rotate(-405deg);
  }
  
  @media (max-width: 767px) {
	.menu-button-container {
	  display: flex;
	}
	.menu {
	  position: absolute;
	  top: 0;
	  margin-top: 60px;
	  left: 0;
	  flex-direction: column;
	  width: 100%;
	  justify-content: center;
	  align-items: center;
	  box-shadow: 7px 7px 5px -2px rgba(214,214,214,0.65) !important;
	}
	.menu-landing {
		margin-top: 50px !important;
		box-shadow: unset !important;
	  }
	#menu-toggle ~ .menu li {
	  height: 0;
	  margin: 0;
	  padding: 0;
	  border: 0;
	  transition: height 400ms cubic-bezier(0.23, 1, 0.32, 1);
	}
	#menu-toggle:checked ~ .menu li {
	  height: 2.5em;
	  padding: 0.5em;
	  transition: height 400ms cubic-bezier(0.23, 1, 0.32, 1);
	  padding-bottom: 2rem;
	}
	.menu > li {
	  display: flex;
	  justify-content: center;
	  margin: 0;
	  padding: 0.5em 0;
	  width: 100%;
	  color: white;
	  background-color: white;
	  border: 1px solid #333;
	}
	.menu-li-landing {
		background-color: #222 !important;
	}

	.menu > li:not(:last-child) {
	  border-bottom: 1px solid #444;
	}
  }