/* Author: Louis Holladay
 * Website: AdminDesigns.com
 * Last Updated: 01/12/14 
 
 * This file is reserved for changes made by 
 * the user. It's often times a good idea to 
 * seperate your changes from the themes core.
 * It makes modifications, and future theme
 * updates much easier to apply.
-----------------------------------------------*/


/* These styles have been placed here for as 
 * they have a high chance of needing to be
 * changed if one decides to modify the header
-----------------------------------------------*/

/* navbar bottom border disabled by default */
/*.navbar {
	border-bottom: 1px solid transparent;
}*/
/* header button states - text colors */
/*.header-btns > div > button:focus {
	color: #666;
}
.header-btns > div > button:hover {
	color: #0094d2;
}*/

/*---------------------------------------------
 * Place your custom styles or styles which 
 * have been generated with the customization 
 * tool below this line. 
----------------------------------------------*/
body{padding-top:20px;font-size:1.4em;-webkit-touch-callout: none;-webkit-user-select: none;-khtml-user-select: none;-moz-user-select: moz-none;-ms-user-select: none;user-select: none;}
@media (min-width: 1200px) {
	body{font-size:2em;}
	h2, h3{font-size:1.6em;}
}
@media (max-width: 1024px) {
	body{font-size:1.3em;}
}
@media (max-width: 767px) {
	body{font-size:1.2em;}
}
label {font-weight:normal;}
/*.headerTop img { width:100%;}*/
.mainPanel,.loginPanel {width:90%;margin:0 auto;}
.tab-pane img{max-width:100%;}
#Photos a img{width:49%;max-width:500px;margin-bottom:5px;}
.formInfo {background:#f8f8f8;padding:10px;}
