.body {
  width: 100%;
  margin:0px;
  padding: 0px;
}

.btn-up {
  position: fixed;
  left: auto;
  top: auto;
  right: 10px;
  bottom: 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 75px;
  height: 75px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 2px;
  border-color: rgba(71, 48, 36, 0.55);
  border-radius: 10px;
  background-color: rgba(240, 239, 231, 0.48);
  opacity: 0;
}

.home-main-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 480px;
  min-height: 100vh;
  min-width: 310px;
  height:100vh;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background-image: url("../img/home/bg.jpg");
  background-position: 0% 0%;
  background-size: cover;
  border-bottom: solid 20px #c4a452;
}

.home-header-container {
  padding-top: 150px;
}

.home-logo-wrapper {
  width: 200px;
  margin-right: auto;
  margin-left: auto;
}

.image {
  width: 100%;
}

.home-language-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 50px;
  padding-bottom: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.home-menu-letter {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-top: 50px;
  padding-bottom: 50px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.text-block {
  color: #997c0c;
  font-size: 28px;
}

.language-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.home-language-wrapper {
  min-width: 300px;
  border: 1px solid #000;
}

.text-block-2 {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: center;
}

.language-link {
  padding: 20px 30px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: #000;
  color: #fff;
  font-size: 24px;
  text-align: center;
  font-family: 'blair_itc_medium1';
}

.home-menu-letter{
  font-family: "blair_itc_medium1";
}


.home-item-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80%;
  margin-right: auto;
  margin-left: auto;
  padding-bottom: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.home-list-title-wrapper {      
  /*padding-bottom: 20px;*/
  text-align: center;
}

.home-list-items {
  width: 300px;
  /*padding: 20px;*/
  text-align: center;
}

.home-list-footer {
  width: 300px;
  /*padding: 20px;*/
  text-align: center;
  font-size: 14px;
}

.item-link {
  display: block;
  /*width: 100%;*/
  padding: 15px;
  color: #6a4836;
  font-size: 16px;
  text-decoration: none;
  font-weight: bold;
  font-family: 'blair_itc_medium1';
}

.title-home{
  
  padding:0px 0px 0px;
  font-family: 'Saira Condensed', sans-serif;
  font-size: 36px;
  border-bottom:solid 2px #c4a452;
  color: #c4a452;
  margin: 30px 0px;
}
@media screen and (min-width: 376px) and (max-width: 479px) {
  .btn-up {
    position: fixed;
    left: auto;
    top: auto;
    right: 20px;
    bottom: 20px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 70px;
    height: 70px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border: 2px solid #473024;
    border-radius: 10px;
    background-color: rgba(240, 239, 231, 0.53);
    box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.3);
    text-align: center;
  }
}

@media screen and (min-width: 310px) and (max-width: 375px) {
  .home-item-list{
    padding-bottom: 0px;
  }
}



@font-face {
  font-family: 'abadi_condensed_light';
  src: url('../fonts/abadi-mt-condensed-light.ttf') format('truetype'), 
  url('../fonts/abadi-mt-condensed-light.ttf') format('opentype');  
}
@font-face {
  font-family: 'AbadiMTCondensed';
  src: url('../fonts/AbadiMTCondensed.ttf') format('truetype'), 
  url('../fonts/AbadiMTCondensed.ttf') format('opentype');  
}
@font-face {
  font-family: 'blair_itc_medium1';
  src: url('../fonts/blair_itc_medium1.ttf') format('truetype'), 
  url('../fonts/blair_itc_medium1.ttf') format('opentype');  
}