/**
 * ------------------------------------------------------------------------
 * JA Insight Template
 * ------------------------------------------------------------------------
 * Copyright (C) 2004-2018 J.O.O.M Solutions Co., Ltd. All Rights Reserved.
 * @license - Copyrighted Commercial Software
 * Author: J.O.O.M Solutions Co., Ltd
 * Websites:  http://www.joomlart.com -  http://www.joomlancers.com
 * This file may not be redistributed in whole or significant part.
 * ------------------------------------------------------------------------
*/


/* MAIN STYLE
---------------------*/

* {
	box-sizing: border-box;
}

body {
  background: #132e5e;
  color: #fff;
  font-size: 14px;
  margin: 0;
  padding: 0;
  position: relative;
  font-family: "IBM Plex Sans", Helvetica, Arial, sans-serif;
  font-weight: 400;
  line-height: 1.7143;
  -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: #fff;
  display: inline-block;
  font-size: 350px;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 30px;
}


/* Message Error */
.error-message {
}

/* Message Error */
.error-message h2 {
	color: #fff;
  display: inline-block;
  font-size: 40px;
  font-weight: 400;
  margin-bottom: 20px;
  margin-top: 0;
  position: relative;
}

.error-message h2 span {
  position: relative;
  z-index: 3;
}


#errorboxbody p {
	color: #fff;
	display: block;
	margin: 0 0 30px;
	z-index: 3;
	position: relative;
  opacity: 0.8;
}

/* Button Home */
.button-home {
  background: #aa8844;
  border: 0;
  border-radius: 0;
  color: #fff;
  text-transform: uppercase;
  font-family: 'IBM Plex Sans', sans-serif;
  font-weight: 700;
  padding: 22px 48px;
  font-size: 12px;
  cursor: pointer;
  text-decoration: none;
  display: inline-block;
}

.button-home span {
  margin-left: 6px;
}

.button-home:hover,
.button-home:focus,
.button-home:active {
  background: #866b35;
  color: #fff;
}

/*Mobile view*/
@media (max-width: 767px){
  .error {
    padding: 48px 0;
  }
	/* OutLine */
	#outline {
	}

	/* Eror Code */
	.error-code {
	  font-size: 150px;
	}

	/* Message Error */
	.error-message {
	}

	/* Message Error */
	.error-message h2 {
	  font-size: 24px;
	}
}