* {
  box-sizing: border-box;
}

html, body, a, div, img, span, ul, li, h2, h4, p, section, header, nav, article
{
	text-align: left;
	position: relative;
	display: block;
	border: 0px;
	padding: 0px;
	margin: 0px;
}

body
{
	background: #223355;
	font: 16px Arial, Helvetica, sans-serif;
	color: #00ffff;
	width: 100%;
}

a
{
	color: #aa66ff;
	text-decoration: none;
	display: inline;
}

p
{
	margin: 0.5em;
}


h2
{
  padding: 10px;
}

span
{
	display: inline;
}

section.container
{
	background: #294455;
	border: groove #097999 4px;
  border-radius: 15px;
  max-width: 900px;
	width: 100%;
	margin: 0em auto;
	position: relative;
	clear: none;
}

header.head
{
	font-size: 64px;
	width: 100%;
  display: inline-block;
}

header.head img#header
{
  background-size: contain;
	border: groove #097999 4px;
  border-radius: 10px;
	margin: 0em auto;
  width: 70%;
	height: auto;
  position: relative;
}

nav.nav
{
	width: 100%;
 	display: inline-block;
}

nav.nav p
{
  text-align: center;
}

nav.nav a
{
	background: url('images/vinyl-small.png') scroll left top no-repeat;
  /*border: groove #097999 2px;*/
	font-size: 20px;
  text-align: center;
	color: #aa88ff;
	margin: 0% 1em;
	padding: 5px 0em;
	width: 100px;
	height: 100px;
	display: inline-block;
}

article
{
	margin: 0em auto;
  max-width: 800px;
	width: 100%;
  position: relative;
}

article.content{}

article.content div#slides{
  width: 100%;
}

article.content div#slides video{
  border: groove #097999 4px;
	margin: 0% 10%;
  width: 80%;
  height: auto;
  display: inline-block;
  position: relative;
}

articale.content div#slides figure{}

articale.content div#slides figure img{}

article.about{}

div.profile
{
  margin: 0.5em auto;
}

div.profile img
{
  border: #00ffff 2px solid;
  border-radius: 10px;
  margin: 0.3em 0.5em 0.3em 0em;
  width: 154px;
  height: 145px;
  display: inline-block;
  float: left;
}

div.profile p
{
  margin: 0em;
  padding: 15px;
  width: 100%;
  display: inline-block;
  float: left;
}

div.profile p span
{
  font-size: 20px;
}

artical.contact
{
  max-width: 500px;
  width: 100%;
}

artical.contact p
{
  border: 1px solid #ff0000;
}

artical.contact fieldset#contact
{
	margin: 0px 10px;
  padding: 15px;
	width: 100%;
}

#contact input[type="text"], #contact input[type="email"], #contact input[type="tel"], #contact textarea
{
	width: 100%;
	border: 1px solid #00ffff;
  border-radius: 10px;
	background: #CCFFFF;
  margin: 0.5em auto;
	padding: 10px;
}

#contact input[type="text"]:hover, #contact input[type="email"]:hover, #contact input[type="tel"]:hover, #contact textarea:hover
{
	-webkit-transition: border-color 0.5s ease-in-out;
	-moz-transition: border-color 0.5s ease-in-out;
	transition: border-color 0.5s ease-in-out;
	border: 1px solid #000000;
}

#contact textarea
{
	height: 200px;
	max-width: 100%;
  resize: none;
}

#contact button[type="submit"]
{
	cursor: pointer;
	border: none;
  border-radius: 10px;
	background: #00ffff;
	color: #294455;
	font-size: 15px;
  margin: 0.5em auto;
	padding: 10px;
  width: 100%;
}

#contact button[type="submit"]:hover
{
	background:#003355;
  color: #00ffff;
	-webkit-transition:background 0.5s ease-in-out;
	-moz-transition:background 0.5s ease-in-out;
	transition:background-color 0.5s ease-in-out;
}

footer.footer
{
	font-size: 14px;
	margin: 1em auto;
	width: 100%;
 	display: inline-block;
}

footer.footer p
{
  text-align: center;
}

footer.footer a
{
	font-size: 12px;
  display: inline-block;
}

footer.footer img.w3c
{
	border: 0;
	width: 88px;
	height: 31px
}

footer.footer img#social
{
	border: 0;
	width: 32px;
	height: 32px;
}

footer.footer span#ftop
{
	font-size: 16px;
	margin: 5px;
}

@media only screen and (max-width: 719px)
{
  body {
    font-size: 22px;
  }
  
  section.container
  {
    max-width: 450px;
  }
  
  header.head img#header
{
  width: 95%;
	height: auto;
}
  
  nav.nav a{
    margin: 0% 0.25em;
  }
  
  article
  {
    padding: 0px;
    margin: 0em auto;
    max-width: 400px;
    width: 100%;
  }
  
  article.content div#slides video{
    margin: 0%;
    width: 100%;
  }
  
  div.profile p span
  {
  font-size: 26px;
  }

}
