@charset "utf-8";
/* Simple fluid media
   Note: Fluid media requires that you remove the media's height and width attributes from the HTML
   http://www.alistapart.com/articles/fluid-images/ 
*/
img, object, embed, video {
	max-width: 100%;
}
/* IE 6 does not support max-width so default to width 100% */
.ie6 img {
	width:100%;
	
}
body,td,th {
	color: #FFF;
}
body,html {
	background-color: #714D35;
	height: 100%;
}
#ContentArea {background-color: antiquewhite;
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
.bg {
  /* The image used */
  background-image: url(../images/indexpic2.png);
	

  /* Full height */
  height: 100;

  /* Center and scale the image nicely */
  background-position: left top;
  background-repeat: no-repeat;
  background-size: cover;
}

			 
/*
	Dreamweaver Fluid Grid Properties
	----------------------------------
	dw-num-cols-mobile:		5;
	dw-num-cols-tablet:		8;
	dw-num-cols-desktop:	12;
	dw-gutter-percentage:	15;
	
	Inspiration from "Responsive Web Design" by Ethan Marcotte 
	http://www.alistapart.com/articles/responsive-web-design
	
	and Golden Grid System by Joni Korpi
	http://goldengridsystem.com/
*/

/* Mobile Layout: 480px and below. */

.gridContainer {
	margin-left: auto;
	margin-right: auto;
	width: 88.626%;
	padding-left: 1.1869%;
	padding-right: 1.1869%;
	
}

#header {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#topnav {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
    }
#content {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#footer {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}

/* Tablet Layout: 481px to 768px. Inherits styles from: Mobile Layout. */

@media only screen and (min-width: 481px) {
.gridContainer {
	width: 91.4836%;
	padding-left: 0.7581%;
	padding-right: 0.7581%;
}

#header {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#topnav {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#content {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
}
#footer {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}

/* Desktop Layout: 769px to a max of 1232px.  Inherits styles from: Mobile Layout and Tablet Layout. */

@media only screen and (min-width: 868px) {
.gridContainer {
	width: 89.0217%;
	max-width: 1232px;
	padding-left: 0.4891%;
	padding-right: 0.4891%;
	margin: auto;
}

#header {
	clear: both;
	float: left;
	margin-left: 8.4249%;
	width: 83.1501%;
	display: block;
}
#topnav {
	clear: both;
	float: left;
	margin-left: 8.4249%;
	width: 83.1501%;
	display: block;
}
#content {
	clear: both;
	float: left;
	margin-left: 8.4249%;
	width: 83.1501%;
	display: block;
}
#footer {
	clear: both;
	float: left;
	margin-left: 8.4249%;
	width: 83.1501%;
	display: block;
}
}
.btn {
  border: none;
  background-color: transparent;
  padding: 2px 2px;
  font-size: 16px;
  cursor: pointer;
  display: inline-block;
}

/* On mouse-over */
.btn:hover {background: #8C460F;
			}

.aboutus {color: darkorange;}
.studio {color: darkorange;}
.livesound {color: darkorange;}
.remoterecording {color: darkorange;}
.clients {color: darkorange;}
.photos {color: darkorange;}
.contactus {color: darkorange;}
.home {color: darkorange;}

.column {
  float: left;
  width: 50%;
}

ul
{
    display: table;
    table-layout: fixed;
    width: 100%;
    border: 1px solid #c2c2c2;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

li
{
    text-align: center;
    display: table-row;
	color: #000;
    
}
span
{
    display: table-cell;
    vertical-align: middle;
    
}
table
{width: 100%;
}

/* Position the navbar container inside the image */
.container {
  object-position: center;
  object-fit: contain;
	
}

/* The navbar */
.topnav {
  overflow: hidden;
  background-color: transparent;
	}

/* Navbar links */
.topnav a {
  float: left;
  color: white;
  text-align: center;
  padding: 1px 1px 1px 1px;
  text-decoration: none;
  font-size: 18px;
	text-shadow: 2px 2px 4px #000000;
}

.topnav a:hover {
  background-color: transparent;
  color: black;
}
/* My new area for buttons */
#homebtn
{
  display: block;
  width: 88px;
  height: 150px;
  background: url("../images/buitons/homebtn.png") no-repeat 0 0;
}
#homebtn:hover
{ 
  background-position: 0 -150px;
}
#aboutusbtn
{
  display: block;
  width: 88px;
  height: 150px;
  background: url("../images/buitons/aboutusbtn.png") no-repeat 0 0;
}
#aboutusbtn:hover
{ 
  background-position: 0 -150px;
}
#studiobtn
{
  display: block;
  width: 88px;
  height: 150px;
  background: url("../images/buitons/studiobtn.png") no-repeat 0 0;
}
#studiobtn:hover
{ 
  background-position: 0 -150px;
}
#livesoundbtn
{
  display: block;
  width: 88px;
  height: 150px;
  background: url("../images/buitons/livesoundbtn.png") no-repeat 0 0;
}
#livesoundbtn:hover
{ 
  background-position: 0 -150px;
}
#remoterecordingbtn
{
  display: block;
  width: 88px;
  height: 150px;
  background: url("../images/buitons/remoterecordingbtn.png") no-repeat 0 0;
}
#remoterecordingbtn:hover
{ 
  background-position: 0 -150px;
}
#clientsbtn
{
  display: block;
  width: 88px;
  height: 150px;
  background: url("../images/buitons/clientsbtn.png") no-repeat 0 0;
}
#clientsbtn:hover
{ 
  background-position: 0 -150px;
}
#photosbtn
{
  display: block;
  width: 88px;
  height: 150px;
  background: url("../images/buitons/photosbtn.png") no-repeat 0 0;
}
#photosbtn:hover
{ 
  background-position: 0 -150px;
}
#contactusbtn
{
  display: block;
  width: 88px;
  height: 150px;
  background: url("../images/buitons/contactusbtn.png") no-repeat 0 0;
}
#contactusbtn:hover
{ 
  background-position: 0 -150px;
}
