@charset "utf-8";

/* Extra small devices (phones, less than 768px) */
/* No media query since this is the default in Bootstrap */

/*-- Google Fonts START
------------------------------------------------------------------------------------
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300,600,700,800);

	font-family: 'Open Sans', sans-serif;
	font-weight: 400;


/*-- Font Faces Section
------------------------------------------------------------------------------------*/

.header-box h1,
.header-box h2 {
	color:#4d4d4d;
}
.text-box {
	margin-bottom:30px;
}

/*-- Headers
------------------------------------------------------------------------------------*/

h1, h2, h3, h4, h5, h6, h7 {
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
}
h1 {
	font-size:24px;
	color:#fff;
	text-transform:uppercase;
	margin-bottom:20px;
	font-weight:300;
}
h2 {
	font-size:33px;
	text-shadow:none;
	color:#fff;
	text-transform:uppercase;
	font-weight:300;
}
h3 {
	font-size:52px;
	text-shadow:none;
	color:#fff;
	text-transform:uppercase;
}
h4 {
	font-size:14px;
	color:#fff;
}
h5 {
}
h6 {
}

/*-- Global
---------------------------------------------------------------------------*/
html {
	font-size: 62.5%;
}
body {
	font-family: 'Open Sans', sans-serif;
}
h2 small {
	color:#fff;
}
p {
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	font-size:14px;
}
a {
	font-weight:600;
}
a:hover {
	color:inherit;
}
a, a:hover, a:focus {
	text-decoration: none;
}
strong,
b {
	font-weight:700;
}

.text-box ul li {
	margin-left: 30px;
}

/*-- Header Section
----------------------------------------------------------------------*/
.p-box {
	background-color:#2e39ab;
	color:#fff;
	font-weight:600;
}
header h5{
	color:#fff;
	text-transform:uppercase;
	font-size:14px;
	font-weight:600;
}
header h6{
	color:#fff;
	text-transform:none;
	font-size:13px;
}


/*-- Content Section
----------------------------------------------------------------------*/
#content{
	text-align:center;
}
#content.inner {
	text-align:left;
}
.content-top{
}
.content-middle p{
	margin-bottom:30px;
}
.call-to-action{
	text-align:center;
	color:#fff;
}
.content-bottom{
	text-transform:uppercase;
	font-size:20;
}
#content-error h1, #content-offline h1 {
	font-family: 'Russo One', sans-serif;
	font-weight: 400;
	font-size: 230px;
	font-size: 23rem;
}
#content-error h2, #content-offline h2 {
	font-family: 'Russo One', sans-serif;
	font-weight: 400;
	font-size: 100px;
	font-size: 10rem;
}
#content-error p, #content-offline p {
	font-family: 'Russo One', sans-serif;
	font-weight: 400;
	font-size: 20px;
	font-size: 2rem;
}

/*-- Footer Section
----------------------------------------------------------------------*/
	
#footer_text p, #footer_text a {
	color: #fff;
	font-size: 14px;
	font-size: 1.4rem;
	text-align:center;
	margin-bottom:0;
}
#footer_text a:hover {
	color: #97c725;
}
footer h5{
	color:#fff;
	text-transform:uppercase;
	font-size:22px;
	text-align:center;
	padding:0 15px;
}
footer h6{
	color:#fff;
	text-transform:uppercase;
	font-size:12px;
	padding:0 15px;
}



/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {
html {
	font-size: 62.5%;
}
h1 {
	font-size:36px;
}
h2 {
	font-size:22px;
}
h3 {
	font-size:34px;
}
h4 {
	font-size:16px;
}
header h5{
	font-size:14px;
}
header h6{
	font-size:12px;
}
footer h5{
	font-size:24px;	
	text-align:center;
}
footer h6{
	font-size:11px;
	text-align:center;
}
}
/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) {
html {
	font-size: 62.5%;
}
h2 {
	font-size:24px;
}
h3 {
	font-size:40px;
}
h4 {
	font-size:18px;
}
header h5{
	font-size:14px;
}
header h6{
	font-size:12px;
}
footer h5{
	font-size:24px;	
	text-align:center;
}
footer h6{
	font-size:11px;
	text-align:center;
}
}
/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
html {
	font-size: 62.5%;
}
h2 {
	font-size:30px;
}
h3 {
	font-size:48px;
}
header h5{
	font-size:14px;
}
header h6{
	font-size:12px;
}
footer h5{
	font-size:24px;
	text-align:left;
}
footer h6{
	font-size:11px;
	text-align:left;
}
}
/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1600px) {
html {
	font-size: 62.5%;
}
h2 {
	font-size:33px;
}
h3 {
	font-size:52px;
}
header h5{
	font-size:14px;
}
header h6{
	font-size:13px;
}
footer h5{
	font-size:28px;
}
footer h6{
	font-size:14px;
}
}