/** 
 *------------------------------------------------------------------------------
 * JA Atoms TPL
 *
 *
 * @package       T4_Blank - Free Template for Joomla!
 *------------------------------------------------------------------------------
 * @copyright     Copyright (C) 2004-2016 JoomlArt.com. All Rights Reserved.
 * @license       GNU General Public License version 2 or later; see LICENSE.txt
 * @authors       JoomlArt
 *------------------------------------------------------------------------------
**/

/* MAIN STYLE
---------------------*/
html {
  font-size: 15px;
}

* {
  box-sizing: border-box;
}

body {
  background: #fff;
  color: #616161;
  font-size: 1rem;
  margin: 0;
  padding: 0;
  position: relative;
  font-family: 'HKGrotesk', sans-serif;
  font-weight: 400;
  line-height: 1.875;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* OutLine */
#outline {
  display: flex;
  text-align: center;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
}

/* Eror Code */
.error-code {
  color: #212121;
  display: inline-block;
  font-size: 24rem;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 20px;
}


/* Message Error */
.error-message {
}

/* Message Error */
.error-message h2 {
  color: #212121;
  display: inline-block;
  font-size: 3rem;
  font-weight: 700;
  margin-bottom: 5px;
  margin-top: 0;
  position: relative;
}

.error-message h2 span {
  position: relative;
  z-index: 3;
}


#errorboxbody p {
  display: block;
  margin: 0 0 30px;
  z-index: 3;
  position: relative;
}

/* Button Home */
.button-home {
  background: #c1ab7c;
  border: none;
  color: #fff;
  border-radius: none;
  display: inline-block;
  padding: 16px 32px;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.75;
  height: 56px;
  text-decoration: none;
  text-transform: uppercase;
}


.button-home:hover,
.button-home:focus,
.button-home:active {
  opacity: 0.85;
}

/*Mobile view*/
@media (max-width: 767px){
  .error {
    padding: 48px 0;
  }
  /* OutLine */
  #outline {
  }

  /* Eror Code */
  .error-code {
    font-size: 11rem;
  }

  /* Message Error */
  .error-message {
  }

  /* Message Error */
  .error-message h2 {
    font-size: 32px;
  }
}