/** 
 *------------------------------------------------------------------------------
 * JA Vital 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: 14px;
}

* {
  box-sizing: border-box;
}

body {
  background: #fff;
  color: #6f6f6f;
  font-size: 1rem;
  margin: 0;
  padding: 0;
  position: relative;
  font-family: 'Inter', sans-serif;
  font-weight: 400;
  line-height: 1.743;
  -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;
}

#errorboxoutline {
  background: #fff;
  padding: 60px;
  border-radius: 10px;
  max-width: 100%;
  width: 800px;
}

/* Eror Code */
.error-code {
  color: #333;
  display: inline-block;
  font-size: 20rem;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 30px;
}


/* Message Error */
.error-message {
}

/* Message Error */
.error-message h2 {
  color: #333;
  display: inline-block;
  font-size: 3rem;
  font-weight: 600;
  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;
  opacity: 0.8;
}

/* Button Home */
.button-home {
  background: #26B0EB;
  border-radius: 4px;
  border: none;
  color: #fff;
  display: inline-block;
  font-weight: 600;
  height: 56px;
  letter-spacing: 0.05em;
  line-height: 24px;
  padding: 16px 40px;
  text-decoration: none;
  text-transform: uppercase;
}


.button-home:hover,
.button-home:focus,
.button-home:active {
  opacity: 0.8;
}

/*Mobile view*/
@media (max-width: 767px){
  .error {
    padding: 48px 0;
  }
  /* OutLine */
  #outline {
  }

  #errorboxoutline {
    padding: 20px;
  }

  /* Eror Code */
  .error-code {
    font-size: 10rem;
  }

  /* Message Error */
  .error-message {
  }

  /* Message Error */
  .error-message h2 {
    font-size: 1.5rem;
  }
}