
body {
	font-family: "Exo", sans-serif;
	font-weight: 400;
	text-align: center;
	background-color: #0e2c29;
	color: rgba( 30, 20, 10, 0.8);
	margin: 0;
	padding: 0;
	font-size: 16pt;
	letter-spacing: 1px;
	line-height: 1.5em;
}

a {
	text-decoration: none;
	color: rgb(192 255 0 / 79%);
	font-weight: 500;
	line-height: 2.0em;
}

a:hover {
	color: rgb(192 255 0 / 99%);
}

.hot {
	cursor: pointer;
}

h1 { font-size: 200%; }
h2 { font-size: 170%; }
h3 { font-size: 140%; }
h4 { font-size: 110%; }

.hid {
	display: none;
}

#sleepless_logo {
	padding: 0 2vw;
}
#sleepless_logo img {
	width: 8em;
}

.call {
	display: inline-block;
	background-color: rgb(92 121 4 / 90%);
    color: rgba(255,255,255,0.9);
    font-weight: 700;
	border-radius: 0.3em;
	margin: 1.0em;
    padding: 1.0em 1em;
	transition: all 0.3s ease-out;
}

section {
	margin: 0em 0vw;
	padding: 5em 2vw;
}
section.begin {
	background-color: rgba( 255, 255, 255, 0.8 );
	color: rgba( 0, 0, 0, 0.8 );
}

section.clients {
	background-color: rgba(0, 0, 0, 0.6);
	color: rgba( 255,  255,  255, 0.8 );
}

section.clients img.client_logo {
	vertical-align: middle;
	height: 4em;
	margin: 1em 2vw;
	opacity: 0.7;
}

.bigquotes {
	font-size: 130%;
}

footer {
	justify-content:space-around;
	background-color: #444;
	font-size: 70%;
	color: rgba(255,255,255,0.6);
	padding: 3em 0;
}

footer {
	display: flex;
}
footer > div {
	margin-bottom: 4.0em;
}

/* ------------------------------------ */

@media (max-width:700px) {
	footer { display: block; }
}
@media (min-width:824px) {
}

@media (min-width:700px) {
}
