body {
	color: #333;
	font-family: 'Raleway', sans-serif;
	/* background: linear-gradient(to right, #2FB3FF 30%, #399ec6 100%); */
	background: linear-gradient(to left, rgba(57, 158, 198, 1) 20%, rgba(20, 136, 252, 1) 100%);
	border-top: 2px solid #1488FC;
	overflow-x: hidden;
}

h1, h2, h3 {
	padding-bottom: 30px;
	text-align: center;
}

a {
	color: #1488FC;
}

hr {
	width: 5%;
	border-top: 5px solid #1488fc;
	margin-top: -20px;
}

input[name='z9m'] {
	position: absolute;
	left: -99999px;
}

.form-control, input, textarea {
	border-radius: 0;
	padding: 10px;
}

.form-control.is-invalid {
	border-color: #e53512;
}

.btn, .btn-sm, .btn-lg {
	border-radius: 0;
	transition: 0.5s linear all;
}

.btn:hover, .btn-sm:hover, .btn-lg:hover {
	cursor: pointer;
}

.btn-secondary, .btn-outline-secondary {
	color: white;
	border-color: white;
}

.btn-secondary:hover, .btn-outline-secondary:hover {
	color: #3DA4CD;
	border-color: #3DA4CD;
	background-color: white;
}

.message {
	background-color: #141618;
	color: white;
	padding: 10px 20px;
	margin: 20px auto;
}

.message.success { background-color: #449D44; }
.message.error { background-color: #e53512; }

.login-button {
	top: 0px;
	right: 5%;
	position: absolute;
	z-index: 99;
}

.login-button a {
	background-color: #5c146b;
	color: #DDD;
	padding: 8px 15px;
	display: block;
	font-size: 12px;
	font-weight: bold;
	border-radius: 0 0 6px 6px;
	box-shadow: 0 15px 35px rgba(50,50,93,.1), 0 5px 15px rgba(0,0,0,.07);
}

.login-button a:hover {
	background-color: #87149e;
	color: white;
	text-decoration: none;
}

label {
	color: #888;
	display: block;
	font-size: 0.8em;
	text-transform: uppercase;
	font-weight: bold;
	margin-bottom: 2px;
}

.parallax {
	background-size: cover;
	background-attachment: fixed;
	overflow: hidden;">
}

.parallax-office {
	background-image:url(../images/bg-office.jpg);
}

.parallax-laptop {
	background-image:url(../images/bg-laptop.jpg);
}

.content {
	padding: 120px 0;
	margin: 0 auto;
	text-align: center;
}

.hero {
	background-color: #1B1D1F;
	padding: 100px 0;
}

.primary {
	font-family: 'Open Sans Condensed', sans-serif;
	/*background-color: rgba(27, 29, 31, 0.9);*/
	background: linear-gradient(to bottom, rgba(27, 29, 31, 0.95) 40%, rgba(27, 29, 31, 0.8) 100%);
	color: white;
	overflow: hidden;
	opacity: 0.95;
	z-index: 1;
	position: relative;
}

.primary:before {
	opacity: 1;
	background-color: #4AB7E4;
	/* background: linear-gradient(to bottom, #4AB7E4 40%, #399ec6 100%); */
	background: linear-gradient(to bottom right, #1488FC 10%, #399ec6 100%);
    content: '';
    position: absolute;
    left: -5%;
    width: 110%;
    top: 0;
    height: 100%; 
    overflow: hidden;
    transform: skew(-45deg); /*rotate(45deg);*/
    z-index: -1;
}

.primary .content {
	font-size: 2.3em;
	width: 60%;
	line-height: 1.6em;
	opacity: 1;
}

.primary .content p {
	margin-bottom: 1.5em;
}

.primary .content p strong {
	border-bottom: 1px dotted white;
}

.primary .content h1 {
	font-weight: bold;
}

.primary .content hr {
	border-color: white;
	margin: 20px auto 30px auto;
}

.secondary {
/*
	background-color: #F8FAFD;
	background: linear-gradient(to bottom, #CBE9F5 5%, #F8FAFD 90%);
*/
}

.secondary .content {
	padding: 0;
}

.secondary .content .content-box {
	color: #AAA;
	background-color: #141618;
	text-align: center;
	padding: 130px 90px 90px 90px;
	font-size: 1em;
	transition: linear 0.5s all;
}

.secondary .content .content-box:hover {
	color: white;
	padding: 120px 90px 100px 90px;
}

.secondary .content .content-box:nth-of-type(2) {
	background-color: #1B1D1F;
}

.cta {
	background: linear-gradient(to bottom right, #1488FC 10%, #399ec6 100%);
	color: white;
	opacity: 0.93;
}

.cta .content {
	opacity: 1;
}

.cta hr {
	border-color: white;
}

.portfolio {
	background-color: #CBE9F5;
	background: linear-gradient(to left, #CBE9F5 30%, #A9DDF2 100%);
}

.portfolio .content {
	padding: 150px 0 150px 0;
	text-align: left;
}

.card {
	box-shadow: 0 15px 35px rgba(0,0,0,.1), 0 5px 15px rgba(0,0,0,.07);
	border: none;
}

.card-block {
	padding: 10px;
}

.card-text {
	color: white;
	text-align: center;
}

.card-title {
	width: 95%;
	padding-bottom: 10px;
	margin: 0 auto 4px auto;
	text-transform: uppercase;
	font-size: 0.8em;
	display: block;
	border-bottom: 1px solid rgba(255,255,255,.2);
}

.card-text a {
	color: white;
	font-size: 0.8em;
}

.bottom {
	/* background: #F5F5F5; */
	background: white;
}

footer {
	padding: 20px 0;
	color: #F0F0F0;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 0.9em;
}

footer a {
	font-size: 1.1em;
	color: #F0F0F0;
}

@media screen and (max-width: 768px) {
	.content {
		padding: 50px 0;
	}

	.primary .content {
		width: 100%;
		font-size: 1.5em;
		line-height: 1.3em;
	}

	.primary:before {
		background-color: #4AB7E4;
		background: linear-gradient(to bottom right, rgba(20, 136, 252, 1) 10%, rgba(57, 158, 198, 0.9) 100%);
		left: 0;
		width: 100%;
    	transform: rotate(0deg);
	}

	.content, .secondary .content .content-box,
	.content, .secondary .content .content-box:hover {
		padding: 60px 40px;
		text-align: left;
	}

	.content h1, h2, h3, h4 {
		text-align: left;
	}

	.content hr, .primary .content hr {
		margin: -10px  0 20px 0;
		width: 40px;
	}

	.contact-cta .text-left div {
		display: block;
		width: 100%;
		clear: both;
	}
}
