/**
 * ------------------------------------------------------------------------
 * JA Alumni Template
 * ------------------------------------------------------------------------
 * Copyright (C) 2004-2017 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 {
	font-family: "Libre Franklin",Helvetica,Arial,sans-serif;
	font-size: 14px;
	line-height: 1.625;
	margin: 0;
}

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

/* Eror Code */
.error-code {
	color: #222222;
	font-size: 200px;
	font-family: 'Frank Ruhl Libre', sans-serif;
	line-height: 1;
	margin-top: -30px;
}

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

/* Message Error */
.error-message h2 {
  color: #555;
  display: inline-block;
  font-size: 22px;
  font-weight: 400;
  letter-spacing: 1px;
  margin: 0 0 20px;
  padding: 3px 20px;
  text-transform: uppercase;
}

#errorboxbody p {
	color: #666666;
	display: block;
	margin: 0 0 20px;
}

/* Button Home */
.button-home {
	background: #a22631;
	color: #fff;
	display: inline-block;
	text-transform: uppercase;
	text-decoration: none;
	padding: 13px 50px;
	font-size: 12px;
	font-family: Roboto;
}

.button-home:hover,
.button-home:focus,
.button-home:active {
	background: #791c25;
	color: @white;
}

@media (max-width:  360px){

	/* OutLine */
	#outline {
		margin-top: 20%;
	}

	/* Eror Code */
	.error-code {
	  font-size: 150px;
	}

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

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