#FrontBody a {
  text-decoration: none !important; }
  #FrontBody.no-header .footer {
    background: #92c46d; }
    #FrontBody.no-header .footer .container p {
      color: #1c344e; }
  #FrontBody #Intro {
    min-height: 100vh; }
    @media (max-width: 700px) {
    #FrontBody #Intro .header {
      flex-direction: column; } }
    #FrontBody #Intro #layout-content {
      background: #d7f4ee;
      margin-bottom: 70px; }
    #FrontBody #Intro #layout-footer {
      position: absolute;
      bottom: 0;
      width: 100%; }
    #FrontBody #Intro .container {
      max-width: 910px;
      position: relative; }
    @media (max-width: 700px) {
    #FrontBody #Intro .container {
      padding: 0 60px; } }
    @media (max-width: 700px) {
      #FrontBody #Intro .hemisfera-cards .col-md {
        margin: 30px 0; } }
    #FrontBody #Intro .hemisfera-cards a {
      height: 100%;
      display: block; }
      #FrontBody #Intro .hemisfera-cards a:hover .card img {
        transform: scale(1.2); }
      #FrontBody #Intro .hemisfera-cards a .card {
        height: 100%; }
        #FrontBody #Intro .hemisfera-cards a .card.level-up-card img {
          max-width: 152px;
          max-height: 113px; }
        #FrontBody #Intro .hemisfera-cards a .card.summer-game-dev-card img {
          margin: auto;
          max-height: 50px;
          max-width: 202px; }
        #FrontBody #Intro .hemisfera-cards a .card.tech-art-camp-card img {
          margin: auto;
          max-height: 81px;
          max-width: 104px; }
        #FrontBody #Intro .hemisfera-cards a .card .card-body {
          align-items: center;
          justify-content: center;
          display: flex;
          flex-direction: column;
          padding: 20px 10px; }
        #FrontBody #Intro .hemisfera-cards a .card img {
          width: 300px;
          transform: scale(1);
          transition: all 0.3s ease; }
    #FrontBody #Intro .hemisfera-cards a.round {
      position: absolute;
      width: 100px;
      height: 100px;
      background: url("../themes/hemisfera/assets/images/intro_button.png") center center no-repeat;
      background-size: contain;
      right: -20px;
      top: -50px;
      font-size: 0.7em;
      box-sizing: border-box;
      padding-top: 30px;
      font-weight: bold;
      transition: all 0.25s ease-in-out;
      -moz-transition: all 0.25s ease-in-out;
      -webkit-transition: all 0.25s ease-in-out;
      z-index: 9;
      text-align: center; }
    #FrontBody #Intro .hemisfera-cards a.round:hover {
      -ms-transform: scale(1.2, 1.2);
      -webkit-transform: scale(1.2, 1.2);
      transform: scale(1.2, 1.2); }

iframe {
  visibility: hidden !important; }
