
/*  - - - - - - - - - - - - - - - - - - - -  */
/*  BAS - header-responsive.css  */
/*  - - - - - - - - - - - - - - - - - - - -  */


	/*  - - - - - - - - - - - - - */
	/*  desktop - medium width
	/*  - - - - - - - - - - - - - */
	
	@media only screen and (max-width: 1200px) {

		#header_desktop_inner {

			width: 80%;
		}

		#desktop_navigation li a {

			font-size: 110%;

		}

		#desktop_logo_oil_lamp {

			top: 52px;
			width: 80px;
			height: 100px;
 		}

		#desktop_logo_text {

			top: 67px;
			left: 95px;
			width: 570px;
			height: 60px;
		}

		#desktop_navigation {

			top: 116px;
			left: 98px;
			width: 700px;
		}

		#desktop_navigation_divider {

			top: 110px !important;
			left: 99px !important;
		}
	}

	/*  - - - - - - - - - - - - - */
	/*  desktop - mobile transition
	/*  - - - - - - - - - - - - - */
	
	@media only screen and (max-width: 991px) {

		#header_mobile {
		
			display: block;
		}

		header {

			height: 150px;
		}
		
		#header_desktop {
		
			display: none;
		}
	}

	/*  - - - - - - - - - - - - - */
	/*  super skinny screens
	/*  - - - - - - - - - - - - - */
	
	@media only screen and (max-width: 400px) {

		#mobile_logo {

			top: 20px;
		}
		
		#mobile_logo_image {
		
			width: 238px;
			height: 82px;
		}

		#mobile_menu_toggle {
	
			width: 40px;
			height: 40px;
		}
	}
