@charset "utf-8";
	/* CSS Document */
/* reset browser styles */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp,small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1.2;
}
ol { 
/*	padding-left: 1.4em;*/
	list-style: decimal;
}
ul {
	padding-left: 1.4em;
	list-style: square;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
} 
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* end reset browser styles */

 /* basic layout -- 2 columns - Background */

body {
    max-width: 100%;
    margin-top: 1px;
    background-color: #ffffff;
}
#about body {
	width: 100%;
	margin-top: 1px;
	background-color: #ffffff;
}
#home {
  position: relative; 
  height: 100vh;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}  
#home::before {
	  content: "";
      background: url("images/beach_sunset.jpg") center fixed;
      background-size: 100% auto;
      position: absolute;
      top: 0px;
      right: 0px;
      bottom: 0px;
      left: 0px;
      opacity: 0.75;
}
#audio_services {
  	position: absolute;
	height: 100vh;
  	width: 100%;
  	display: flex;
  	align-items: center;
  	justify-content: center;
}
#audio_services::before {
	  content: "";
      background: url('Images/Allen_and_Heath_QU16.jpeg') center fixed;
      background-size: 100% auto;
      position: absolute;
      top: 0px;
      right: 0px;
      bottom: 0px;
      left: 0px;
      opacity: 0.55;
}
#about {
  position: absolute; 
  height: 100vh;
  width: 100%;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
} 
#about::before {
	content: "";
	background: url('Images/Shure\ headphones.jpg') center fixed;
	background-size: 100% auto;
      position: absolute;
      top: 0px;
      right: 0px;
      bottom: 0px;
      left: 0px;
      opacity: 0.67;
}
#contactus {
  position: absolute; 
  height: 100vh;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
} 
#contactus::before {
	content: "";
	background: url('Images/mini_Bose.jpeg') center fixed;
	background-size: 100% auto;
      position: absolute;
      top: 0px;
      right: 0px;
      bottom: 0px;
      left: 0px;
      opacity: 0.6;
}
/* end Background style */

@font-face {
	font-family: "BRADHI";
	src: url("Web Fonts/BRADHI.ttf");
}

.banner {
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	width: 100%;
	height: auto;
	margin-top: 15px;
	padding: 1px 0;
	color: #000000;
}
img {
    display: block;
    width: 220px;
	height: auto;
    margin: 0 auto 0 auto;
	padding-top: 5px;
    text-align: center;
}
.nav {
	width: 100%;
	align-content: center;
	vertical-align: center;
	/* margin-bottom: 5px; */
	margin: 0 -0.5rem;
	/* background: white; */
    list-style-type: none;
    text-align: center;
    /* [disabled]vertical-align: middle; */
    text-decoration-color: midnightblue;
    font-size: 1.2em;
    position: sticky;
}

li {
	display: inline-block;
	border-right: none;
	padding: 0px 24px;
}
li:last-child {
  border-right: none;
}
.nav li {
	display: inline;
	color: rgba(227,147,29,1.00)
}
.nav a {
    display: inline-block;
    padding-top: 5px;
    /* [disabled]padding-right: 15px; */
    /* [disabled]padding-left: 15px; */
    padding-bottom: 5px;
    /* background-color: #EAEAEA; */
    text-decoration: none;
    color: #333;
}
main {
	color: #000000;
	position: relative;
	top: 10px;
	width: auto;
	height: auto;
}
#home main {
	margin-top: 140px;
	text-align: center;
}
.box {
	margin-left: auto;
	margin-right: auto;
  	width: 50%	;
  	padding: 5px;          	
	display: flex;
    flex-direction: row;
}
h1 {
	font-size: 2.4em;
	color: darkblue;
	font-family: "BRADHI", "Segoe", "Segoe UI", "DejaVu Sans", "Trebuchet MS", "Verdana", "sans-serif";
}
p {
	font-size: 1.8em;
}
h2 {
	font-size: 1.2em;
	padding: 5px;
}
figure {
	font-size: 1em;
	width: 50%;
	height: auto;	
}
.audio {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	background-repeat: no-repeat;	
	color: #000000;
	float: center;
	width: 95%;
	overflow: hidden;
	border: 1px hidden black;
	opacity: 0.74
}   
figcaption {
	margin-top: 2px;
	color: black;
	opacity: 0;
}
figure:hover figcaption {
	opacity: 1;
}
.audio a {
	font-size: 1.3em;
}	
footer {
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	margin: 0;
	padding: 1em 3em 1em 3em;
	text-align: center;
	color: #000000;
	}
#home footer {
	background: rgba(255, 191, 0,.2);
}
#audioservices footer {
	background: rgba(0, 255, 255,0.1);
}
#about footer {
	background: rgba(74, 43, 10, 0.12);
}
#contactus footer {
	background: rgba(107, 142, 35,.2);
}
/* Contactus page */

.form {
	position: relative;
	top: 65px;
	/* left: 20px; */
	margin: auto;
	width: 510px;
	border: 1px solid black;
	padding: 10px
}
.name {
	padding-bottom: 15px;
}
.form h4 {
	padding: 2px;
}
.form input {
	font-size: 13px;
}
.email {
	padding-bottom: 15px;
}
.subject {
	padding-bottom: 15px;
	font-size: 16px;
}
.yourmessage {
	padding-bottom: 15px;
}
#message {
	font-size: 13px;
}
#subject {
	width: 384px;
	font-size: 16px;
}
.submit {
	text-align: right;
	font-size: 18px;
	height: 18px;
}
input {
	width: 378px;
}
.submit input {
	width: 94px;
}

/* audio page */

* {
  box-sizing: border-box;
}

/* Create two equal columns that floats next to each other */
.column {
  float: left;
  width: 50%;
  padding: 10px;
 
}

/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
}

.audioserv {
	margin-left: auto;
	margin-right: auto;
	width: 73%;
	position: relative;
	top: 65px;
	border: 1px solid black;
	padding: 5px;
	background: rgba(37, 150, 190, 0.12);
}
.audioserv h1,h2 {
	text-align: center;
}
.audioserv p {
	text-align: center;
	font-family: "BRADHI";
	font-size: 18px;
}
.row {
	font-size: 18px;
}
ul.audiobullets {
	list-style-type: circle;
}
.soundcloudbar {
	text-align: center;
}

/* about page */
main {
	margin-left: auto;
	margin-right: auto;
}

.bio {
	margin: 15px;
	clear: right;
}
#brief {
	margin: 15px 35px 0px;
	font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", "serif";
	font-size: 25px;
	color: black;	

}
#aboutpic {
	float: left;
	margin-left: 15px;
	padding: 15px;
	
}
.about-paragraph {
	padding-left: 25px; 
	font-size: 25px;
}
