/* @import url('https://fonts.googleapis.com/css?family=Roboto:300&display=swap'); */

@font-face {
  font-family: 'TropicalAsian-Regular';
  src: url('../fonts/TropicalAsian-Regular.eot?#iefix') format('embedded-opentype'),
  url('../fonts/TropicalAsian-Regular.woff') format('woff'),
  url('../fonts/TropicalAsian-Regular.ttf')  format('truetype'),
  url('../fonts/TropicalAsian-Regular.svg#TropicalAsian-Regular') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'LemonYellowSun';
  src: url('../fonts/LemonYellowSun.eot?#iefix') format('embedded-opentype'),
  url('../fonts/LemonYellowSun.otf')  format('opentype'),
	url('../fonts/LemonYellowSun.woff') format('woff'),
  url('../fonts/LemonYellowSun.ttf')  format('truetype'),
  u url('../fonts/LemonYellowSun.svg#LemonYellowSun') format('svg');
  font-weight: normal;
  font-style: normal;
}

.logo_font {
  font-family: 'TropicalAsian-Regular';
}

.secondary_font {
  font-family: 'LemonYellowSun';
}

body {
  width: 100vw;
  height: 100vh;
  background-color: #FFFCF3;
  overflow: hidden;
}

.master_wrapper {
  /* position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%); */
  /* margin-top: 100px; */
}

.logo {
  text-align: center;
}

.subtitle_wrapepr {
  width: 100%;
  text-align: center;
}

.subtitle {
  font-family: 'TropicalAsian-Regular';
  font-size: 7vw;
  color: #633D23;
}

.icons_wrapper {
  width: 100%;
  text-align: center;
}

.icons_image {
  width: 70%;
  text-align: center;
  display: inline-block;
}

.bodytext_wrapper {
  width: 100%;
  text-align: center;
}

.bodytext {
  font-family: 'Roboto', sans-serif;
  font-size: 2vw;
  color: #81583B;
  width: 60%;
  display: inline-block;
}

.fb_like_wrapper {
  /* border: 1px red solid; */
  text-align: center;
}

.buttons_wrapper {
  width: 100vw;
  text-align: center;
}

.button_image {
  display: inline-block;
  width: 15%;
}

.span_a {
  padding-bottom: 25px;
}
