@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');

.languagePageLink{text-align:center;margin:20px auto;  display:block;}
/* sticky header background, in case option is checked */
.sticky-top > #hero-plus-header {
background:#000; display:none;
}
/*Header Box*/
#hero-plus-header {  display:none;
display:block;}
/*Hero Box*/
#hero-plus-hero { align-items:start;
}
body{background:#000;}

/*Body Box*/
#hero-plus-body { font-size: 18px;
background-color:#000;
font-weight:300;
color:#fff;
font-family: 'Helvetica', 'Open Sans', sans-serif;
}


/*Footer Box*/
#hero-plus-footer{ background:#000;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
color:#fff;
display:block; 
padding: 30px; text-align:center;
}
/* Control carousel arrow*/
.carousel-gallery-arrow {
}
#txt {padding: 2% 15%;
line-height:175%;}

.recipe{
/*background:url('images/ImageAboutBgStory.png') no-repeat center center fixed;*/ 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
    padding: 2% 4%;
    border: 1px solid #434242;
    border-radius: 20px;
    margin: 0% 6% 20px 6%;
font-size:110%;
}

strong{
font-weight:900;}
}



.gallery-inline h2{display:none;}

#gallery {padding: 2% 5%; background: #de651e;    max-width: 100%;
    flex-basis: 100%;}
#gallery h2 {display:none;}
.card-body {display:none;}
.logo {margin: 10px; width:250px;}

.logo2 {margin: 10px; 
margin:0 auto;
margin-bottom:20px;
display:block;
width:100px;}

.logo2:hover{opacity:.8;}
.hero {max-width: 100%;width:100%;}
.ctab, .ctab:visited {
    font-size: 120%;
    background: #000;
    border: 1px solid #fff;
    text-align: center;
    margin: 10px;
    text-decoration: none !important;
    color: #fff!important;
    padding: 10px;
    font-weight: 200;
    border-radius: 5px;
letter-spacing:1px;

  transition: box-shadow 300ms ease-out 103ms;
}

 .ctab:hover {
    font-size: 120%;
    background: #000;
    border: 1px solid #fff;
    text-align: center;
    margin: 10px;
    text-decoration: none !important;
    color: #fff!important;
    padding: 10px;
    font-weight: 200;
    border-radius: 5px;
-webkit-box-shadow: 2px 2px 2px 2px rgba(250,250,250,1);
-moz-box-shadow: 2px 2px 2px 2px rgba(250,250,250,1);
box-shadow: 2px 2px 2px 2px rgba(250,250,250,1);
}


.soc, .soc:visited{

    padding: 5px;
    margin: 5px;
    text-align: center;
    display: inline-block;
    vertical-align: middle;
}
.soc:hover {color:#fff!important;}

.gallery-inline h2{display:none;}

.side {float: right;width: 40%;margin: 1%;}

.side2 {float: right;width: 55%;margin: 1%;}
h1 {text-align:center; 
font-weight:700;
font-size: 2rem;}
h2 {text-align:center; font-size: 1.5rem;
font-weight:200;
 margin: 20px 0px 40px;}
#flags {
    padding: 10px;
    margin: 15px auto;
    text-align: center;
    padding: 10px;
}

a:link{color:#a4a3a3;}

.gallery-inline{/* padding:2% 10% 4% 10%; */}

.flag-icon {
    font-size: 1.5em;
    margin: 10px;
    vertical-align: middle;
}

.card-columns {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 1.25rem;
    -moz-column-gap: 1.25rem;
    column-gap: 1.25rem;
    orphans: 1;
    widows: 1;
}

#flags a {
    display: block;
    font-size: 0px;
}

.flag-icon::before {
    content: ''!important;
}
@media only screen and (max-width: 768px) {
.ctab {
    display: block;

}
#txt {padding: 2% 4%;
line-height:175%;}

.logo {
    margin: 20px auto;
    display: block;
width:120px;
}
.side {
    float: none;
    width: 100%;
    margin: 20px auto;
}

.side2 {float:none;
width: 100%;
   margin: 20px auto;
margin: 1%;}
.card-columns {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
    -webkit-column-gap: 1.25rem;
    -moz-column-gap: 1.25rem;
    column-gap: 1.25rem;
    orphans: 1;
    widows: 1;
}
}