@import url(https://fonts.googleapis.com/css?family=Montserrat);

body, html {
  display: block;
  padding: 0;
  margin: 0;
  width: 100%;
  position: relative;
  height: 100%;
  direction: rtl;
}

body {
  font-family: 'Vazirmatn', "bebas_neuebold", Arial, sans-serif;
}

section {
  position: relative;
  width: 100%;
  height: 100%;
  background: radial-gradient(circle, #0353b5, #0353b5);
}

#beerCanvas {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
}

.coming_content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 70%;
  margin: 0 auto;
  color: white;
  text-align: center;
  z-index: 101;
}

.coming_content h1 {
  font-family: 'Vazirmatn', "bebas_neuebold", Arial, sans-serif;
  font-size: 5.625em;
  margin: 0;
  letter-spacing: 2px;
  text-align: center;
  color: white;
}

.coming_content .simple_line {
  width: 8em;
  height: 0;
  margin: 12px auto 1em;
  border: none;
  border-top: 1px solid white;
}

.coming_content h3 {
  font-family: 'Vazirmatn', 'Montserrat', sans-serif;
  letter-spacing: 2px;
  line-height: 2;
  font-size: 1em;
  font-weight: 400;
  text-align: center;
  margin: 0;
}

.coming_content h3 a {
  text-decoration: underline;
}

.coming_content .contact_phones {
  margin-top: 1em;
  text-align: center;
  font-family: 'Vazirmatn', 'Montserrat', sans-serif;
  font-size: 1.1em;
  color: #fff;
}

.coming_content .contact_phones a {
  display: block;
  color: #fff !important;
  text-decoration: none;
  margin: 0.35em 0;
  font-weight: 500;
}

.coming_content .contact_phones a:hover {
  text-decoration: underline;
  color: #fff !important;
}
