﻿/* -------------------------------------------------------------
QMD
Mosens LLC
--------------------------------------------------------------*/

/*= GENERAL STYLING
--------------------------------------------------------*/

body{
	padding: 50;
	width: auto;
/*	margin-left: 5em;
	margin-right: 5em; */
}


h1 { 
    font-family:"Open Sans";
	font-weight:normal;
	font-size: 0.5em;
	text-align: center;
	color: #fff;
	margin: 0;
	padding: 0;
	text-shadow: 0px 0px 3px #000, -1px -1px #000, 1px 1px #000;
}

h2 {
   	font-family:"Open Sans";
   	font-weight: normal;
   	font-size: 0.5em;
   	text-align: center;
   	color: #fff;
   	margin: 0;
	padding: 0;
	text-shadow: 0px 0px 3px #000, -1px -1px #000, 1px 1px #000;
}

h4 {
	font-family:"Calibri";
	font-weight: normal;
	font-size: 1.5em;
	text-align: center;
	color: #fff;
	margin: 0;
	padding: 0;
	text-shadow: 0px 0px 3px #000, -1px -1px #000, 1px 1px #000;
}
h5 {
	font-family:"Open Sans";
	font-weight: normal;
	font-size: 0.5em;
	text-align: center;
	color: #fff;
	margin: 0;
	padding: 0;
	text-shadow: 0px 0px 3px #000, -1px -1px #000, 1px 1px #000;
}

h6 {
	font-family:"Open Sans";
	font-weight: normal;
	font-size: 0.5em;
	text-align: center;
	color: #fff;
	margin: 0;
	padding: 0;
	text-shadow: 0px 0px 3px #000, -1px -1px #000, 1px 1px #000;
}



/*= HEADER & NAVIGATION
--------------------------------------------------------*/

#header { 
	width: auto;
/*	background: url('../img/qmd3_header-bg.png'); */ 
	height: 36px;
/*		height: calc(7vw * (1080/1920));  	*/
	position: fixed;
	margin-top: 0px; 
	z-index:5;
}

#nav 				{ width: auto; float: left; margin-top: 4px; }
#nav ul				{ list-style: none; display: block; margin: 0 auto; }
#nav li				{
	margin-top: 4px;
	margin-right: 14px;
	float: left;
	padding-left: 1px;
	font-family: Calibri;
	font-weight: bold;
	font-size: 14px;
}
#nav li a			{
	color: red;
	opacity: 1.0;
	font-size: 14px;
	font-weight: bold;
	font-family: Calibri;
}
#nav li a.active 	{
	color: red;
	opacity: 0.1;
	border-bottom: 2px solid #000;
	font-family: Calibri;
	font-weight: bold;
	font-size: 14px;

}
#nav li a:hover 	{
	color: red;
	opacity: 1;
	font-family: Calibri;
	font-weight: bold;
	font-size: 14px;

}

   
/*= SLIDES STYLING
--------------------------------------------------------*/

#home{position:relative;}
#home img{position:absolute;z-index:1}
#home img.active{z-index:3}

#theQMD{}

#overview{}

#features{}

#howtouse{}

#qmdLite{}

#qmdLite2{}

#downloads{ background-color: #FFFFFF}

    
/*= FOOTER 
--------------------------------------------------------*/

