/*
Theme Name: 	Orion
Theme URI: 		https://navitech.org
Author: 		NaviTech
Author URI: 	https://navitech.org
Description: 	A lightweight, responsive WordPress theme built on the Bootstrap framework.
Version: 		2.0
License: 		Copyrighted
License URI: 	https://navitech.org
Tags: 			Custom-logo, custom-menu, featured-images, theme-options, translation-ready, responsive-layout, bootstrap
Text Domain: 	orion
 */


/* Logo ---------------------------- */

.logo_container {
	position: absolute;
	width:100%;
	z-index:20000;
	margin-top:70px;
	} 

.logo_layer {
	background-image: url("./assets/bg_logo.png");
	background-repeat: no-repeat;
	height:120px;
	} 


/* Top Bar ------------------------- */

	.top_bar {
		background-color: rgba(64,53,53,0.9);
	  	padding :	8px 8px 8px 8px;
		}


/* Slider  ------------------------- */

	.slider_wrapper {
		background-color: rgba(64,53,53,0.5);
		}

	.slider_container {
		background-color: rgba(64,53,53,0.75);
	  	padding :	0px 0px 0px 0px;
		}


/* Main Menu ---------------------- */

	.main_menu_container {
		background-color: rgba(64,53,53,0.8);
		}

	#mysticky-nav.wrapfixed { 
		box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.25);
		}


/* Seperator Bars ----------------- */

	.red_bar {
		background-color: rgba(200,0,0,1.0);
		height : 12px;
		}

	.green_bar {
		background-color: rgba(0,95,45,1.0);
		padding:4px 0px;
		color: rgba(255,255,255,1.0);
		text-align: center;
		}


/* Content ------------------------ */

	.content_wrapper { 
		background-color: 	rgba(255,255,255,0.8 );
   		padding : 			10px 10px 10px 10px;
		}

	.content_border { 
		border-style: 	solid;
		border-width: 	2px;
		border-color: 	rgba(240,240,240,1.0);
		border-radius: 	3px;
		padding : 		10px 10px 10px 10px;
		}


/* Footer Content ------------------ */

	.footer_content {
		background-color: rgba(64,53,53,0.8);
		min-height : 100px;
		}


/* Shadow Effect ------------------- */

	.shadow_effect {
		box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.25);
		}


/* H1 H2 H3 H4 H5 H6  -------------- */

	h1, h2, h3, h4, h5, h6 {
		padding : 		0px 0px 10px 0px;
		margin	: 		0px 0px 0px 0px;
		text-shadow : 	1px 1px #cccccc;
		}


/* Paragraph & Span  -------------------- */

	span {
		padding : 0px 0px 10px 0px;
 		margin	: 0px 0px 0px 0px;
		}

	p {
		padding : 0px 0px 0px 0px;
		margin	: 0px 0px 0px 0px;
		}


/* Table Style -------------------- */

	/* Apply cell spacing */

	table {
		border-collapse: separate; 
		border-spacing: 10px; 
		}

	/* Apply cell padding */
	table th, table td{
		padding: 3px; 
		}


/* UNUSED - Page Wrapper ----------- */

	.page-wrapper {
		display: flex;
		flex-wrap: wrap;
		}