@charset "UTF-8";
/*! HTML5 Boilerplate v5.0 | MIT License | http://h5bp.com/ */
html {
	color: #222;
	font-size: 1em;
	line-height: 1.4;
}

::-moz-selection {
	background: #f2d10a;
	text-shadow: none;
}

::selection {
	background: #f2d10a;
	text-shadow: none;
}

div {
	width: 100%;
}

h1 div,
h2 div,
p div,
[ct-visible] div {
	width: auto;
}

hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #ccc;
	margin: 1em 0;
	padding: 0;
}

audio,
canvas,
iframe,
img,
svg,
video {
	vertical-align: middle;
}

fieldset {
	border: 0;
	margin: 0;
	padding: 0;
}

textarea {
	resize: vertical;
}

img {
	max-width: 100%;
}

.browserupgrade {
	margin: 0.2em 0;
	background: #ccc;
	color: #000;
	padding: 0.2em 0;
}

/* ===== Initializr Styles ==================================================
   Author: Jonathan Verrecchia - verekia.com/initializr/responsive-template
   ========================= ================================================= */
html,
body {
	width: 100%;
	overflow-x: hidden;
	-webkit-text-size-adjust: 100%;
}

body {
	padding: 0;
	margin: 0;
	font-size: 16px;
	font-family: "gill-sans-nova", sans-serif;
	font-weight: 400;
	line-height: 1.5;
	-webkit-font-smoothing: antialiased;
	color: #222;
	background-color: #d8aa64;
	background-image: url("../img/background_rocks.jpg");
	background-repeat: no-repeat;
	background-position-x: center;
	background-position-y: 20%;
	background-size: cover;
}

body * {
	box-sizing: border-box;
}

strong,
.bold {
	font-weight: 700 !important;
}

.extra-bold {
	font-weight: 900 !important;
}

big {
	font-size: 1.1em;
}

ul {
	padding: 0;
	margin-left: 0;
	margin-right: 0;
	list-style-type: none;
}

ul.ul-style-disc {
	list-style-type: disc;
	margin-left: 1em;
}
ul.ul-style-disc > li {
	list-style-type: disc;
}

ul.ul-style-disc-open {
	list-style-type: circle;
	margin-left: 1em;
}
ul.ul-style-disc-open > li {
	list-style-type: circle;
}

li {
	list-style-type: none;
}

a {
	color: #000;
	text-decoration: underline;
}

a:hover {
	color: #f9485c;
}

a.btn {
	text-decoration: none;
}

.break-all {
	word-break: break-all;
}

.btn {
	font-size: 1em;
}

.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
	outline: none !important;
	box-shadow: none !important;
}

.nowrap {
	white-space: nowrap;
}

header {
	height: 80px;
}

footer {
	height: 100px;
	display: flex;
	flex-flow: row nowrap;
	align-items: center;
	padding: 5px 10px;
}

header .logo {
	padding: 10px 20px;
}

header .logo img {
	height: 60px;
}

footer {
	color: #fff;
	font-size: 0.8em;
	text-align: center;
}

.site {
	width: 100%;
	min-height: calc(100vh - 140px);
	align-items: center;
	justify-content: center;
}

.page {
	position: relative;
	width: auto;
	overflow: hidden;
	text-align: center;
	justify-content: center;
	align-items: center;
}

.page h1 {
	font-family: "gill-sans-nova";
	font-size: 26px;
	font-weight: 700;
	margin-bottom: 0.5em;
	color: #fff;
}

.page h2 {
	font-size: 18px;
	font-weight: 600;
}

.page-text {
	padding: 20px;
	background: rgba(207, 53, 47, 0.5);
	margin-left: auto;
	margin-right: auto;
	z-index: 2;
}

.page .form-container {
	background: #fff;
	color: #000;
	padding: 20px;
}

#access_login,
#access_password {
	width: 100%;
	color: #f9485c;
	background: #f1f1f1;
	border: 2px solid #f1f1f1;
	text-align: center;
	font-size: 1em;
}

#access_login::placeholder,
#access_password::placeholder {
	color: #999;
}

.btn-submit {
	width: 100%;
	color: #df7142;
	background: #fff;
	font-weight: 700;
	border: 2px solid #df7142;
	padding: 10px;
}

.btn-submit:hover {
	color: #fff;
	background: #df7142;
}

input[type="text"]:focus,
input[type="password"]:focus {
	border-color: rgba(249, 72, 92, 0.8);
	box-shadow: 0 0 8px rgba(249, 72, 92, 0.6);
	outline: 0 none;
}

/* ==========================================================================
   Media Queries
   ========================================================================== */
@media only screen and (min-width: 360px) {
	.page-text {
		padding: 35px;
	}
}

@media only screen and (min-width: 460px) {
	header,
	footer {
		height: 100px;
	}

	header .logo {
		padding: 20px;
	}

	header .logo img {
		height: 80px;
	}

	.site {
		min-height: calc(100vh - 200px);
	}

	.page h1 {
		font-size: 30px !important;
	}
	.page h2 {
		font-size: 20px !important;
	}

	.site {
		padding-left: 35px;
		padding-right: 35px;
	}

	.page-text {
		padding: 35px;
	}

	.page .form-container {
		padding: 50px;
	}
}

@media only screen and (min-width: 576px) {
	.site {
		padding-left: 10%;
		padding-right: 10%;
	}

	.page h1 {
		font-size: 34px !important;
	}

	.page {
		justify-content: space-between;
	}

	.pages:after {
		content: "";
		min-height: inherit;
		font-size: 0;
	}

	.page .page-text {
		padding: 50px;
	}

	.page .page-text h1 {
		margin-left: -25px;
		margin-right: -25px;
	}
}

@media only screen and (min-width: 768px) {
	.site {
		padding-left: 15%;
		padding-right: 15%;
	}

	.page h1 {
		font-size: 44px !important;
	}

	.page h2 {
		font-size: 26px !important;
	}

	.page .page-text {
		padding-bottom: 75px;
	}

	.page .page-text .form-container {
		margin-top: 50px !important;
	}
}

@media only screen and (min-width: 960px) {
	.page .page-text {
		margin-top: 0;
	}
}

@media only screen and (min-width: 1296px) {
	body {
		background-position-x: center;
	}

	.page .page-text .form-container {
		max-width: 80%;
		margin-left: auto;
		margin-right: auto;
	}
}

@media only screen and (min-width: 1440px) {
	header,
	footer {
		height: 130px;
	}

	header .logo {
		padding-left: 35px;
	}

	header .logo img {
		height: 100px;
	}

	.site {
		min-height: calc(100vh - 260px);
	}
}
