/* fonts */
/* colors */
.btn, .modal-content {
  border-radius: 0;
}

#header {
  position: relative;
  color: white;
  display: table;
  width: 100%;
  height: 100vh;
  background: url(https://res.cloudinary.com/yoursiteil/image/upload/v1490954438/new-york-city-336475_1920_vj81wi.jpg) top center fixed #000;
  /* Royalty Free: https://pixabay.com/en/new-york-city-brooklyn-bridge-night-336475/  */
  background-size: cover;
  position: fixed;
  width: 100%;
  height: 100%;
}
#header .header-container {
  z-index: 2;
  background: rgba(0, 0, 0, 0.75);
  display: table-cell;
  margin: 0;
  padding: 0;
  text-align: center;
  vertical-align: middle;
}
#header h1 {
  font-size: 52px;
  font-family: 'Dancing Script', cursive;
  z-index: 2;
  margin-top: 26px;
}
#header div #slogan {
  font-family: 'Roboto', sans-serif;
  font-size: 32px;
  color: #d2d2d2;
  direction: rtl;
  font-family: yekan,'yekan',tahoma;
}
#header .header-msg .strong {
  color: white;
}
#header .header-quote {
  margin-top: 40px;
}

.btn-quote {
  color: white;
  background: linear-gradient(to bottom, #2980b9 0%, #2989d8 50%, #2980b9 51%, #3498db 100%);
  font-family: "Roboto", sans-serif;
}

.btn-quote:hover, .btn-quote:focus, .btn-quote:active, .btn-quote.active {
  background: linear-gradient(to bottom, #2980b9 0%, #2989d8 50%, #2980b9 51%, #3498db 100%);
}

/* typed cursor */
.typed-cursor {
  opacity: 1;
  -webkit-animation: blink 0.7s infinite;
  -moz-animation: blink 0.7s infinite;
  animation: blink 0.7s infinite;
}

@keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
#myCanvas {
  width: 300px !important;
  height: 300px !important;
  overflow: hidden;
  left: 50px;
  position: absolute;
  opacity: 0.3;
  bottom: 0px;
  top: -52px;
  /* margin: 0 auto !important; */
}

#menu {
  background-color: black;
  font-size: 20px;
}
#menu ul {
  margin: 0 auto;
}
#menu li a {
  color: #3498db;
  -webkit-transition: color 2s;
  transition: color 2s;
}
#menu li a:hover {
  color: white;
}

.cat-title {
  text-align: center;
  margin: 0 auto;
}

.lang-select {
  position: absolute;
  right: 0;
  margin: 20px;
  list-style: none;
}
.lang-select ul {
  list-style: none;
  padding: 0;
}
.lang-select ul ul {
  visibility: hidden;
  opacity: 0;
  height: 0;
  overflow: hidden;
  transition: visibility 0s, opacity 0.5s linear;
  position: absolute;
  left: 0;
}
.lang-select ul:hover > ul {
  visibility: visible;
  opacity: 1;
  height: auto;
}

.logo {
    position: relative;
    display: inline-block;
    width: 400px;
}
a.btn.btn-lg.btn-quote.hvr-shutter-out-horizontal {
    font-family: Mj_Silicon,'Mj_Silicon',tahoma;
    font-family: yekan,'yekan',tahoma;
}