:root {
	--clr-prm: #ffe9d9;
	--clr-scd: #d9efff;
	--clr-scd2: #c3e4f2;
	--clr-c-prm:#EEEEEE;
	--clr-c-scd:#333;
	--clr-grscl: #d9d9d6;
	--clr-hcon: #ff8c82;
	
}	


body {
	background-color:#fff
}
h1{
    text-align: center;
    font-family: "Monotype Corsiva";
    font-size: 48px;
}
.disclaimer{
    display:none;
}



.contact_left{
    float: left;
    width: 48%;
    height: 450px;
    margin-left:1%;
}

.contact_left iframe{
	margin-top: 3em;
	margin-bottom: 1em;
}

.contact_right{
    float: right;
    width: 48%;
    height: 450px;
    margin-right:1%;
}
.contact_right_up{
	position: relative;
	top: 1em!important;
    float: right;
    width: 100%;
    height: 60%;
    font-size: 18px;
    overflow: hidden;
    text-align: center;
    
}.contact_right_down{
    float: right;
    width: 100%;
    height: 40%;
    font-size: 24px;
	margin-top: 1em;
}
.contact_icons{
    font-size: 48px;
    float: left;
    height: 1em;
}
.contact_icons_text{
    
    color:#000000;
    float: left;
    text-decoration: none;
	font-size: 18px!important;
    
}
#logo-img {
/*	background: url(../Alexandra_handmade_logo.gif) no-repeat;*/
	width: 350px;
	height: 250px;
	display: block;
	margin: auto;
	position: relative;
	margin-bottom: 1em;
	
}


.head_logo{
  float: left;
  height: 100%;
  width: 100%;
  cursor: pointer;

}
.navbar_container{
    
    height: 10%;
    width: 100%;
    background:var(--clr-prm);
	display: flex;
	justify-content: center;
  
}

.top{
	margin-bottom: 2em;
}

.topnav {
	margin-left: auto;
}

.topnav a {
	position: relative;
	text-align: center;
    float: left;
    display: block;
    color: #000000;
	font-size: 24px;
	text-transform: uppercase;
    padding: 14px 16px;
    text-decoration: none;
	opacity: 1;
		
}
.topnav a:after {
  content: '';
  position: absolute;
  width: 70%;
  transform: scaleX(0);
  height: 2px;
  bottom: 0.65em;
  left: 0.8em;
  background-color: #000;
  transform-origin: bottom right;
  transition: transform 0.25s ease-out;
}


.topnav a:hover:after {
  transform: scaleX(1);
  transform-origin: bottom left;
	}
.topnav .icon {
  display: none;
}

main{
	margin-top: 10em;
}


#about_us{
	width: 80%;
    text-align:center;
    font-size: 24px;
	margin-top: 5em;
	margin-bottom: 4em;
}
#contact_us{
	position: relative;
	width: 85%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 5em;
	min-height: 450px;
	height: 100%;
}
.container{
	margin-top: 48px;
	margin-bottom: 12px;
}
.carousel {
	width: 100%;
	display: flex;
	justify-content: center;
	margin: auto;
	margin-top: 8px;
	margin-bottom: 8px;
	object-fit: contain;
	box-shadow: 0 0 2.5em 1em var(--clr-prm);
}
.carousel-item {
	transition: transform 1s ease, opacity .5s ease-out
	
}
#to_top_but {
  display: none;
  position: fixed;
  bottom: 50px;
  right: 20px;
  z-index: 99;
  font-size: 24px;
  border: none;
  outline: none;
  background-color: var(--clr-prm);
  color: var(--clr-c-scd);
  cursor: pointer;
  padding: 15px;
  border-radius: 4px;
  text-decoration: none;
}


header {
	background: var(--clr-prm);
	text-align: center;
	position: absolute;
	width: 100%;
	z-index: 1;
}

#prod-title{
	margin-top: 1.5em;
}

.flags {
	position: absolute;
	top: 1em;
	right: 1em;
	margin: 1em;
	display: none;
}

.dropdown-menu {
	min-width: 2em;
	margin: 0;
	padding: 0;
}

.dropdown-item {
	width: max-content;
	margin: 0;
	padding: 0 0.5em;
}

.flags a {
	margin: .5em;
	text-decoration: none;
}

.flags a img {
	width: 1.5em;
	height: 1.5em;
}	

#phone-icon {
	border: 0;
	position: absolute;
	right: 1%;
	top: 80px;
	background: none;
	padding: 1em;
	display: none;
}

#phone-icon img {
	width: 50px;
	height: 50px;
	object-fit: contain;
	border: 0;
}
#phone-icon h6 {
	font-size:  .8em;
	font-weight: stong;
	color: #67b35b;
	font-family:  serif;
	
}
#map-icon {
	border: 0;
	position: absolute;
	left: 1%;
	top: 80px;
	background: none;
	padding: 1em;
	display: none;
}

#map-icon img {
	width: 50px;
	height: 50px;
	object-fit: contain;
	border: 0;
}
#map-icon h6 {
	font-size:  .8em;
	font-weight: stong;
	color: #67b35b;
	font-family:  serif;
	
}

footer {
	background: var(--clr-c-scd);
	color: white;
	width: 100%;
	position: relative;
	padding: 3em;
	text-align: center;
	bottom: 0;
	margin-top: 18em;
	margin-bottom: 0;
}

.social {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
}

.social a{
padding: 20px;
	margin: 20px;
	width: 40px;
	height: 40px;
	text-decoration: none;
	float: right;
}

.social a:hover {
    opacity: 0.7;
}

#facebook {
  background: url('../images/social/fb-icon-40.png') no-repeat;
}  

#instagram {
  background: url('../images/social/insta-icon-40.png') no-repeat;
}

#viber {
  background: url('../images/social/viber-icon-40.png') no-repeat;
}

@media only screen and (max-width: 768px){
	
	#logo-img {
	/*	background: url(../Alexandra_handmade_logo.gif) no-repeat;*/
		width: 210px;
		height: 150px;
		display: block;
		margin: auto;
		position: relative;
		margin-bottom: 1em;
		
	}
	#phone-icon {
		display: block;
	}
	#map-icon {
		display: block;
	}
	.topnav a {
		
	font-size: 18px;
	}
		
	.contact_icons_text{
		
		font-size: 0.65em;
		
	}

	.contact_left, .contact_right{
		all: unset; 
	}

	.contact_left iframe{
		aspect-ratio: 4/3;
	}
}

@media only screen and (max-width: 600px){
    
    .topnav a {
        
	font-size: 14px;
    }
    
}

@media only screen and (max-width:768px) and (min-width: 425px){
	footer{
		padding: 3em;
		margin-top: 25em;
	}
}

@media only screen and (max-width:425px){
	footer{
		font-size: 20px !important;
		
	}
}
