@charset "utf-8";
/* CSS Document */
body {
	font-family: "Kelly Slab", sans-serif;
	/*background-color: #191b21;*/
	background-image: linear-gradient(#191b21 45%, #131416);
	font-size: 20px;
	color: #ccdcfe;
	line-height: 1.5em; /*30px*/
	cursor: url("../media/cursor1.png")5 5, default;
}

h1,
h2,
h3,
h4{
	font-family: "Unbounded", sans-serif;
}

h1::after{
	content: url("../media/pen1.png");
	position: relative;
	bottom: 0.25em;
	left: 0.25em;
}

a:link,
a:visited,
a:active{
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	text-shadow: 2px 2px 3px #131416;
}

a:hover,
a:focus{
	color: #6dfdb7;
	text-decoration: none;
	border-bottom: 3px #6dfdb7 dotted;
	transition: 0.75s ease-out;
}

/*BUTTONS*/
.button,
.button:link,
.button:visited,
.button:active{
	color: #131416;
	background-color: #ccdcfe;
	padding: 1em 0;
	margin-top: 1em;
	width: 100%;
	max-width: 400px;
	display: inline-block;
	text-align: center;
	border-radius: 8px;
}

.button:hover,
.button:focus{
	background-color: #fff;
	border-bottom: none;
	transition: 0.75s ease-out;
}

/*IMAGES*/
img{
	margin: 0;
	padding: 0;
	max-width: 100%;
	height: auto;
}

.left_align {
	float:left;
	margin-right: 0 1em 0 0;
}

.right_align {
	float:right;
	margin-left: 0 0 0 1em;
}

figure{
	outline:#444 3px solid;
	padding: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

/*figure img{
	margin: 0;
	padding: 0;
	width: 100%;
	height: auto;
}*/

figcaption{
	color:#fff;
	background-color:#444;
	text-align: center;
	font-size: 0.8em;
	line-height: 1em;
	font-style: italic;
	margin: 0;
	padding: 0.5em;
}

/*TABLE*/
table{
	border-collapse: separate;
	border-spacing: 0.5em;
}

table caption{
	font-family: "Unbounded", sans-serif;
	font-size: 1em;
}

th{
	font-family: "Unbounded", sans-serif;
	font-size: 1em;
	background-color: #292b5c;
	padding: 0.5em;
	}

tr{
	font-size: 1.25em;
	line-height: 1.25em;
}
td{
	vertical-align: top;
	background-color: #131416;
	padding: 0.5em;
}

.table_replacement{
	display: none;
}

/*FORMS*/
label {
	font-family: "Unbounded", sans-serif;
	text-align: left;
	float: left;
	width: 25%;
}

.inputs{
	width: 70%;
	padding: 0.5em;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background-color: #ccdcfe;
	border: 0px;
}


/*WRAPPER*/
#wrapper{
max-width: 1280px;
margin: 0 auto;
}

#header_nav{
	width: 100%;
	position: fixed;
	z-index: 99;
	box-shadow: 0px 5px 10px rgba(0,0,0,0.25);
	opacity: 0.95;
}

#header_space{
	min-height: 280px;
}

header{
	background-color: #131416;
	background-image: url("../media/s3.3.png");
	background-repeat: no-repeat;
	background-size: cover;
	min-height: 200px;
	padding: 1em;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing:border-box;
}

/*LOGO*/
.logo{
	/*float: left;*/
	position: absolute;
	left: 1.5em;
	top: 1.5em;
}

.logo img{
	max-width: 100%;
	height: auto;
	margin: 0;
}

.logo a{
	border-bottom: none;
}

/*NAVIGATION*/
nav{
	font-size: 0.8em;
	text-transform: uppercase;
	background-color: #292b5c;
	padding: 1em;
	text-align: center;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

nav ul{
	margin: 0;
	padding: 0;
}

nav li{
	display: inline;
	margin-right: 3.5em;
}

nav li:last-child{
	margin-right:0;
}

nav a:link,
nav a:visited,
nav a:active{
	color: #ccdcfe
}
	
nav a:hover,
nav a:focus{
	color: #fff;
	border-bottom: none;
}

.primary_navigation{
	
}

.mobile_menu{
	text-decoration: none;
	border-bottom: none;
	color: #ccdcfe;
	background-color: #292b5c;
	text-align: center;
	padding: 1em 0;
	display: none;
}

nav input[type=checkbox]{
		display: none;
}

nav input[type=checkbox]:checked~#menu{
	display: block;
}

/*CONTENT*/
main{
	background-color: #191b21;
	width: 100%;
	min-height: 600px;
	margin-bottom: 1em;
	padding: 20px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing:border-box;
}

.main_with_aside{
	width: 75%;
	padding: 60px;
	float: left;
	background-image:url("../media/drone4.png");
	background-repeat:no-repeat;
	background-position: top right;
}

/*CONTENT LISTS*/
main ul{
	list-style-type: none;
	list-style-position: inside;
	list-style-image: url("../media/bullet1.png");
	font-size: 1.25em;
	text-transform: uppercase;
	text-indent: -1.5em;
}

/*ASIDE*/
aside{
	background-color: #191b21;
	margin-bottom: 1em;
	padding: 20px;
	width: 23.5%;
	min-height: 250px;
	float: right;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing:border-box;
}

/*STAY UPDATED ASIDE*/
.stayupdated_aside{
	background-color: #292B5C;
	width: 100%;
	min-height: 100px;
	text-align: center;
}

/*FOOTER*/
footer{
	font-size: 0.8em;
	text-transform: uppercase;
	background-color: #131416;
	padding: 1em;
}

footer h1,
footer h2,
footer h3,
footer h4{
	text-align: center;
}

footer a:link,
footer a:visited,
footer a:active{
	color:#ccdcfe;
	text-decoration: none;
}

footer a:hover,
footer a:focus{
	color:#fff;
	text-decoration: underline;
	border-bottom: none;
}

footer nav{
	background-color: #131416;
}

/*CUSTOM STYLES*/
.clearfix{
	clear: both;
}

.centered_content-box{
	margin: 0 auto;
	text-align: center;
}

.content_columns{
	-webkit-column-count: 2;
	-moz-column-count: 2;
	column-count: 2;
	-webkit-column-gap: 1em;
	-moz-column-gap: 1em;
	column-gap: 1em;
}

a i:hover{
	transition: transform 0.75s ease-out;
	transform: scale(1.5,1.5);
}

.header_ad{
	position: absolute;
	right: 1.5em;
	top: 1.5em;
}

.header_ad a:hover,
.header_ad a:focus{
	border-bottom: none;
	}

.box_drop_shadow{
	box-shadow: 5px 10px 20px #000;
}

/*MEDIA QUERIES*/
@media screen and (max-width: 1024px){
		.main_with_aside{
		width: 100%;
		padding: 60px;
		clear: both;
		}
	
	aside{
		width: 100%;
		padding: 60px;
		clear: both;
	}
}

@media screen and (max-width: 768px){
	.content_columns{
		-webkit-column-count: 2;
		-moz-column-count: 2;
		column-count: 2;
	}
	
	label{
		width: 100%;
		clear: both;
	}
	
	.inputs{
		width: 100%;
	}
	
	#header_nav {
		position: static;
	}
	
	#header_space{
		display: none;
	}
	
	#menu{
		display: none;	
	}
	
	.mobile_menu{
		display: block;
	}
	
	.primary_navigation{
		padding: 0;
	}
	
	.primary_navigation ul{
		padding: 0;
	}
	
	.primary_navigation li{
		display: block;
		margin-right: 0;
		margin-left: 0;
		margin: 0 auto;
		padding: 0.5em;
	}
	
	.primary_navigation li:active{
		background-color: #131416;
	}
	
	.logo{
		float: none;
		text-align: center;
		position: static;
	}
	
	.header_ad{
		text-align: center;
		position: static;
	}
	
	.left_align {
		float:none;
		margin-right: 0 auto;
	}

	.right_align {
		float:none;
		margin-left: 0 auto;
	}
	
}


@media screen and (max-width: 480px){
	body{
		font-size: 16px;
	}
	
	.content_columns{
		-webkit-column-count: 1;
		-moz-column-count: 1;
		column-count: 1;
	}
	
	.main_with_aside{
		padding: 20px;	
	}
	
	header{
		min-height: 140px;
	}
	
	.header_ad{
		display: none;
	}
	
	aside{
		padding: 20px;
	}
	
	table{
		display: none;
	}
	
	.table_replacement{
		display: block;
		text-align: center;
		padding: 0.5em;
		background-color: #131416;
	}
	
	.table_replacement h3{
		margin-bottom: -15px;
	}
}