/**
 * @published	9/22/2015
 * @copyright	Copyright (c) Curtis Nehring of Pacific Web Techs, LLC. All Rights Reserved.
 * @author      Curtis Nehring @ pacificwebtechs.com
 * @link        http://www.pacificwebtechs.com
 * @license     All Rights Reserved by Copyright Holder.
 * @package	Micro Frame
 */

/***********************************************************************************
 ***********************************************************************************
 *
 * PUT ALL CUSTOM CSS FOR YOUR SITE IN THIS FILE.
 * ALTERATIONS TO THE OTHER CSS FILES WILL BE OVERRIDDEN
 * AS UPDATES TO THE FRAMEWORK ARE MADE AND PUSHED.
 *
 * This file is for custom css and css overrides specific to your site.
 *
 ***********************************************************************************
 ***********************************************************************************/

/*******
 * Fonts - typography
 ***/
@font-face { /******* BEGIN example of how to add a provided font *******/
	font-family: 'Planewalker';
	src: url('../fonts/Planewalker.eot');
	src: local('Planewalker'), url('../fonts/Planewalker.woff') format('woff'), url('../fonts/Planewalker.ttf') format('truetype');
}

.font-planewalker {
	font-family: 'Planewalker' !important;
} /******* END example *******/


/*******
 * Main
 ***/


/*******
* Header
***/
.page-header:before,
.page-header:after {
    background-color: rgba(0, 0, 0, 0); /* rgba(0, 0, 0, 0.54); rgba=red,green,blue,alpha (1=full Opaque, 0=full transparent)*/
    box-shadow: unset; /* 0 0 1px 1px rgba(0, 0, 0, 0.39); */
    height: 0px; /* 1px; */
}

/***
 * Navigation
 ***/


/*******
 * Showcase
 ***/
#showcase {
    box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.33);
    margin-bottom: unset;
    margin-top: -20px;
}

/*******
 * Content
 ***/


/*******
 * Footer
 ***/


/*******
 * Back to top
 ***/


/*******
* Forms
***/


/*******
 * Carousel
 ***/


/*******
 * Error Pages/Messages
 ***/


/*******
 * Buttons
 ***/


/*******
 * Accordions
 ***/


/*******
 * Special Styles
 ***/


/*******
 * Utility Styles
 ***/


/*******
 * Responsive - media query area 
 ***/
@media (max-device-width: 480px) and (orientation: landscape) {
    
}

@media (max-width: 350px) {
    
}

@media (max-width: 479px) {
    
}

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

@media screen and (max-width: 767px) {
    
}

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

@media screen and (min-width: 768px) {
    
}

@media (max-width: 800px) {
    
}

@media (max-width: 860px) {
    
}

@media (min-width: 768px) and (max-width: 991px) {
    
}

@media (max-width: 992px) {
    
}

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

@media (max-width: 1199px) {
    
}

@media (min-width: 992px) and (max-width: 1199px) {
    
}

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

@media screen and (-webkit-min-device-pixel-ratio: 0) {
    
}

@media all and (transform-3d), (-webkit-transform-3d) {
    
}

@media print {
    
}