/*
* Skeleton V1.1
* Copyright 2011, Dave Gamache
* www.getskeleton.com
* Free to use under the MIT license.
* http://www.opensource.org/licenses/mit-license.php
* 8/17/2011
*/

/* Table of Content
==================================================
	#Site Styles
	#Page Styles
	#Media Queries
	#Font-Face */

/* #Site Styles
================================================== */

/* #Page Styles
================================================== */

/* #Media Queries
================================================== */

@media only screen and (min-width: 768px) {
    .logo_img img { max-width: 75%; }
}


/* Smaller than standard 960 (devices and browsers) */
@media only screen and (max-width: 959px) {
    #navigation ul li a { font-size: 80%; }
    #solutions  { margin: 1em 0 1em 0; }

}

/* Tablet Portrait size to standard 960 (devices and browsers) */
@media only screen and (min-width: 768px) and (max-width: 959px) {
    .missionband .main p { font-size: 1.125rem; }
}


/* All Mobile Sizes (devices and browser) */
@media only screen and (max-width: 767px) {
    .logo_img img { max-width: 50%; }
    #solutions li.solution1 { width: 37%; }
    #solutions li.solution2 { width: 24%; }
    #solutions li.solution3 { width: 37%; }
/*    .slidetitle p { font-size: 1rem; line-height: 1.1em; }*/
    .missionband .main p { margin: 0em 10%; font-size: .9375rem; }
    .taglineblock { margin: 0; }
    .taglineblock div { margin: 0 2%; }
    #solutions ul, #solutions ul li {position: initial; }
/*    .page .sidebar, .archive .sidebar,  .post-type-archive .sidebar { display: none; }*/
    .page #sidebar-menu, .archive #sidebar-menu,  .post-type-archive #sidebar-menu { display: none; }
}

/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
@media only screen and (min-width: 480px) and (max-width: 767px) {
}

/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
@media only screen and (max-width: 479px) {
/*    .slidetitle { width: 65% !important; top: 2% !important; padding-top: .5em !important; }*/
/*    .slidetitle p { font-size: .625rem; }*/
    .logo_img img { max-width: 67%; }
    .missionband p { font-size: .75rem; }
}

