html, body {
	width: 100%;
	height: 100%;
}

.top-error {
	position: fixed;
	width: 100%;
	top: 0rem;
	left: 0rem;
}

p {
	font-size: 1em !important;
}

h1 a {
	color: #FFF;
	text-decoration: none;
}

.blu {
	color: #006AFF !important;
	font-size: 1.8em;
	font-weight: bolder;
	padding: 0.5em;
}

.border {
	border: solid #CCC 5px;
}

.back {
	position: fixed;
	right: 0rem;
	top: 5rem;
}

label {
	font-weight: bolder;
}

h1 a:hover {
	color: #FFF;
	text-decoration: none;
}

button {
	background-color: #006AFF !important;
	color: #FFF;
	width: 50%;
	padding: 0.5em;
}

input[type="submit"] {
		background-color: #006AFF !important;
	color: #FFF;
	width: 50%;
	padding: 0.5em;
}

.bg-blue {
		background-color: #006AFF !important;
}

.bg-blue h1 {
	color: #FFF;
}

.col-md-4:hover {
	box-shadow: 10px 5px 5px #CCC;
}

input[type="text"] {
		background-color: #e5effd !important;
		color: #333 !important;
		text-align: center;
		font-size: 1.4em;
}


input[type="email"] {
		background-color: #e5effd !important;
		color: #333 !important;
		text-align: center;
		font-size: 1.4em;
}

select {
		background-color: #e5effd !important;
		color: #333 !important;
		text-align: center;
		font-size: 1.4em;
}


input[type="tel"] {
		background-color: #e5effd !important;
		color: #333 !important;
		text-align: center;
		font-size: 1.4em;
}

textarea {
		background-color: #e5effd !important;
		color: #333 !important;
		text-align: center;
		font-size: 1.4em !important;
		height: 20rem;
}

form {

}


#nav {
	width: 5rem;
	position: fixed;
	top: 0rem;
	left:0rem; 
	padding: 0.5em;
}

nav {
	position: fixed;
	top: 0rem;
	left: 0rem;
	width: 100%;
	height: 100%;
	background-color: #FFF;
	opacity: 10;
	display: none;
	z-index: 9999 !important;
}

#close {
	float: right;
	width: 3rem !important;
}

nav h1 {
	color: #000;
	font-size: 1.8em;
}
nav a {
	color: #000;
	font-size: 1.4em;
	text-decortaion: none;
}

nav a:hover {
	color: #000;
	text-decoration: none;
}