.title {
	font-size:1.3em;
}

.description {
	font-size:0.8em;
}

.header-color {
	background-color: #309293;
}

.header-box {
	display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 100%;
	padding-bottom: 0.5em;
}

.header-img-size {
	padding: 0.5em;
	width:8em;
	height:8em;
}

body {
	background-color: #fff5e2;
	font-family: "Times New Roman";
}

a {
	color: white;
}


.aliniere {
	display: flex;
	flex-direction: row;
	justify-content: flex-end;
	align-items: center;
	gap:1em;
}

.none {
	visibility: hidden;
}

body {margin:0;font-family:Arial}

.topnav {
  overflow: hidden;
}

.topnav a {
  float: left;
  display: block;
  color: #f2f2f2;
  text-align: center;
  padding: 5px 15px;
  text-decoration: none;
  font-size: 17px;
}

.topnav-bar a {
  float: left;
  display: block;
  color: #309293;
  text-align: center;
  padding: 5px 15px;
  text-decoration: none;
  font-size: 17px;
}

.topnav-bar a:hover {
  text-decoration: underline;
  color: #346868;
}


.active {
  color: white;
}

.topnav .icon {
  display: none;
}

.dropdown {
  float: left;
  overflow: hidden;
}

.dropdown .dropbtn {
  font-size: 17px;    
  border: none;
  outline: none;
  color: white;
  padding: 14px 16px;
  background-color: inherit;
  font-family: inherit;
  margin: 0;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

.dropdown-content a {
  float: none;
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  text-align: left;
}

.topnav a:hover, .dropdown:hover .dropbtn {
  text-decoration: underline;
  color: #c7c7c7;
}

.dropdown-content a:hover {
  background-color: #ddd;
  color: black;
}

.dropdown:hover .dropdown-content {
  display: block;
}

@media screen and (max-width: 1000px) {
  .topnav a, .dropdown .dropbtn {
    display: none;
  }
  .topnav a.icon {
	font-size:25px;
    float: right;
    display: block;
  }
}

.image-slider-size {
	width:20em;
	height:20em;
}

@media screen and (max-width: 1000px) {
  .header-box{
	  padding-bottom:0;
  }
  .small-header-box {
	display: flex;
    flex-direction: row-reverse;
    justify-content: space-around;
    align-items: flex-start;
    width: 100%;
  }

  .topnav.responsive {position: relative;}
  .topnav.responsive .icon {
	font-size:25px;
    position: absolute;
    right: 0;
    top: 0;
	animation: none;
	
  }
  
  .aa {
	  padding-right: 2em;
  }

  .topnav.responsive a {
    float: none;
    display: block;
    text-align: left;
	animation: scaleLeft 0.5s forwards;
  }
  .topnav.responsive .dropdown {float: none;}
  .topnav.responsive .dropdown-content {position: relative;}
  .topnav.responsive .dropdown .dropbtn {
    display: block;
    width: 100%;
    text-align: left;
  }
}

@keyframes scaleLeft {
  from {
    transform: scaleX(0);
    transform-origin: right;
  }
  to {
    transform: scaleX(1);
  }
}

.text-content {
	padding-block: 4em;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap:2em;
	width:100%;
}

.big-text-content {
	font-size: 1.5em;
	font-weight: bolder;
	color: #309293;
	font-family: "Arial";
	padding-inline: 10%;
    text-align: center;
}

.small-text-content {
	font-size: 1.3em;
	color: #309293;
	font-family: "Arial";
	padding-inline: 10%;
    text-align: center;
}

.titlu-produse {
	font-size: 2.5em;
	color: #309293;
	font-family: "Arial";
	padding-inline: 10%;
    text-align: center;
}

.titlu-poveste {
	font-size: 2.5em;
	color: #309293;
	font-family: "Arial";
	padding-inline: 10%;
	padding-block: 1em;
    text-align: center;
}

.carousel-inner {
  padding: 1em;
}
.card {
  box-shadow: 2px 6px 8px 0 rgba(22, 22, 26, 0.18);
  border: none;
}
.carousel-control-prev,
.carousel-control-next {
  background-color: #e1e1e1;
  width: 6vh;
  height: 6vh;
  border-radius: 50%;
  top: 50%;
  transform: translateY(-50%);
}
@media (min-width: 768px) {
  .carousel-item {
    margin-right: 0;
    flex: 0 0 33.333333%;
    display: block;
  }
  .carousel-inner {
    display: flex;
  }
}
.card .img-wrapper {
    max-width: 100%;
    height: 13em;
    display: flex;
    justify-content: center;
    align-items: center;
}
.card img {
    max-height: 100%;
}

.footer {
	display:flex;
	flex-direction: column;
	justify-content:center;
	align-items: center;
	width:100%;
	padding-top: 1em;
}

.footer-icons {
	display:flex;
	flex-direction: row;
	justify-content:center;
	align-items: center;
	gap:1em;
	width:100%;
	padding-bottom:1em;
}

.social-media-icon {
	height:3.5em;
	width:3.5em;
	cursor: pointer;
}

.rights {
	font-size: 17px;
	color: #309293;
	font-family: "Arial";
    text-align: center;
	padding-bottom: 1em;
}

.contact-content {
	width:100%;
	display:flex;
	flex-direction:row;
	justify-content:center;
}

.info {
	width:100%;
	display: flex;
	flex-direction: row;
	justify-content: space-around;
	align-items: center;
	gap: 0.5em;
	font-size: 1em;
	color: #309293;
	font-family: "Arial";
	padding-inline: 1em;
    padding-block: 1em;
}

.padding-for-info {
	padding-top: 1em;
}

.contact {
	display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0.5em;
	font-weight: 600;
    height: 110px;
    width: 280px;
    background-color: white;
	border-radius: 15px;
}

.program {
	display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0.5em;
	font-weight: 600;
    height: 110px;
    width: 280px;
    background-color: white;
	border-radius: 15px;
}

.display-info {
	display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 0;
    align-items: center;
}


.display-poveste {
	display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 0;
    align-items: center;
	color: #309293;
    font-family: "Arial";
	font-size: 2em;
	text-align: center;
}

.img-poveste {
	height: 12em;
    width: 20em;
}

.img-story-box {
	display: flex;
    flex-direction: row;
    width: 100%;
    justify-content: center;
    align-items: center;
    gap: 2em;
	padding-bottom: 2em;
}

.concluzie {
    width: 100%;
    font-size: 2em;
    padding-inline: 1em;
	color: #309293;
    font-family: "Arial";
	text-align: center;
	padding-top:1em;
}

@media (min-width: 900px) {
  .header-img-size {
	padding: 0.5em;
	width:10em;
	height:10em;
	}
	
	.header-box {
		gap:1em;
	}
}

@media (min-width: 900px) {
  .title {
	font-size:2.5em;
  }
}

@media (min-width: 900px) {
  .padding-for-info {
	padding-top: 3em;
}
}

@media (min-width: 900px) {
  .description {
	font-size:1em;
  }
}

@media (min-width: 900px) {
  .big-text-content {
	  font-size:2em;
	  padding-inline: 20%;
  }
}


@media (min-width: 900px) {
  .small-text-content {
	  font-size:1.5em;
	  padding-inline: 20%;
  }
}

@media (min-width: 900px) {
  .footer {
	  padding-bottom: 1em;
	  padding-top: 2em;
  }
}

@media (min-width: 530px) {
  .info {
	width:100%;
	display: flex;
	flex-direction: row;
	justify-content: space-around;
	align-items: center;
	gap: 1em;
	font-size: 1em;
	color: #309293;
	font-family: "Arial";
	padding-inline: 0.5em;
    padding-block: 1.5em;
   }
}

@media (min-width: 530px) {
	.contact {
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
		gap: 0.5em;
		height: 150px;
		width: 300px;
		background-color: white;
    }

	.program {
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
		gap: 0.5em;
		height: 150px;
		width: 300px;
		background-color: white;
	}
}

@media (max-width: 1251px) {
	.display-poveste {
	font-size: 1.5em;
	padding-block: 0.3em;
	width:90%;
	}
	
	.img-story-box {
    gap: 1em;
	padding-bottom:1em;
	}
	
	.concluzie {
    font-size: 1.5em;
	}

    .a { order: 1; }
    .b { order: 2; }
    .c { order: 3; }
    .d { order: 4; }
	.e { order: 5; }
	.f { order: 6; }
	.g { order: 7; }
	.h { order: 8; }
	.i { order: 9; }
	.j { order: 10;}
}






  