/** 
 *------------------------------------------------------------------------------
 * JA Spa 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: #FFF8F5;
  color: #6F6F6F;
  font-family: 'Muli', sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  margin: 0;
  padding: 0;
  position: relative;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* OutLine */
#outline {
  align-items: center;
  display: flex;
  justify-content: center;
  min-height: 100vh;
  text-align: center;
}

#errorboxoutline {
  max-width: 100%;
  width: 800px;
}

/* Eror Code */
.error-code {
  color: #1A1A1A;
  display: inline-block;
  font-family: 'Marcellus', serif;
  font-size: 20rem;
  font-weight: 400;
  line-height: 1;
  margin-bottom: 20px;
}


/* Message Error */
.error-message {
}

/* Message Error */
.error-message h2 {
  color: #1A1A1A;
  display: inline-block;
  font-family: 'Marcellus', serif;
  font-size: 3rem;
  font-weight: 400;
  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;
  position: relative;
  z-index: 3;
}

/* Button Home */
.button-home {
  background: #2A7768;
  border-radius: 8px;
  border: none;
  color: #fff;
  display: inline-block;
  font-family: 'Marcellus', serif;
  font-size: 14px;
  font-weight: 700;
  height: 64px;
  line-height: 30px;
  padding: 16px 30px;
  text-decoration: none;
  text-transform: uppercase;
}


.button-home:hover,
.button-home:focus,
.button-home:active {
  opacity: 0.9;
}

/*Mobile view*/
@media (max-width: 767px){
  .error {
    
  }

  /* OutLine */
  #outline {
  }

  #errorboxoutline {
    padding: 0 15px;
  }

  /* Eror Code */
  .error-code {
    font-size: 11rem;
  }

  /* Message Error */
  .error-message {
  }

  /* Message Error */
  .error-message h2 {
    font-size: 1.75rem;
  }
}