/* https://www.youtube.com/watch?v=Wm6CUkswsNw */

body {
	font: 15px/1.5 Arial, Helvetica, sans-serif;
	background: #ffffff;
	padding: 0;
	margin: 0;
	background-color: #f4f4f4;
	text-align: left;
}

/* Global */
.container {
  width: 80%;
  margin: auto;
  overflow: hidden;
}
header ul {
	margin: 0;
  padding: 0;
}

.darkblue {
	padding: 15px;
	background: #0000ff;
	color: #ffffff;
	margin-top: 10px;
	margin-bottom: 10px;
}

/* Heading */
header {
	color: #ffffff;
  background-color: #ffffff;
	padding-top: 30px;
	min-height: 70px;
	border-top: #cc0000 3px solid;
	border-bottom: #cc0000 3px solid;
}

header a {
	color: #0000ff;
	text-decoration: none;
	font-size: 16px;
}

header li {
	margin: 0;
	float: left;
	display: inline;
	padding: 0 20px 0 0;
}

header #branding {
	float: left;
}

header #branding h1 {
	margin: 0;
}

header nav {
	margin-top: 1px;
}

header .highlight, header .current a {
	color: #0000ff;
	/*color: #38547C;
	font-weight: bold;*/
}

header a:hover {
	color: #0000ff;
	font-weight: bold;
}

/* Showcase */
#mainpage {
	min-height: 400px;
	background: url('../images/sunset-over-lake-superior.jpg') no-repeat -200px -500px;
	text-align: center;
	color: #ffffff;
}

#mainpage h1 {
	margin-top: 100px;
	font-size: 48px;
	margin-bottom: 10px;
}

#mainpage p {
	font-size: 24px;
}

/* Boxes */
#boxes {
	margin-top: 20px;
}

#boxes .box {
	float: left;
	text-align: centre;
	width: 30%;
	padding: 10px;
}

#boxes .box img {
	width: 192px;
}

#aside#side-bar {
	float: right;
	width: 30%;
	margin-top: 10px;
}

#article#main-column {
	float: left;
	width: 65%;
}


/* Subpage settings */
#subpages {
}

#subpages h1 {
	margin-top: 10px;
	font-size: 16px;
	margin-bottom: 10px;
}

#subpages p {
	font-size: 14px;
}

/* Subpage Boxes */
#subpageboxes {
	margin-top: 20px;
}

#subpageboxes .subpagebox {
	width: 30%;
	padding: 10px;
}

#subpageboxes .subpagebox img {
	width: 192px;
}


/* ProAudio Boxes */
#proaudioboxes {
	margin-top: 20px;
}

#proaudioboxes .proaudiobox {
	width: 10%;
	padding: 10px;
}

#proaudioboxes .proaudiobox img {
	float: right;
	width: 192px;
	margin-bottom: 20px;
	margin-right: 20px;
}

/* ProAudio logos */
#proaudiologos {
	margin-top: 20px;
}

#proaudiologos .proaudiologo {
	width: 100%;
	padding: 10px;
}

#proaudiologos .proaudiologo img {
	width: 128px;
	margin-bottom: 20px;
	margin-right: 20px;
}



* {box-sizing:border-box}

/* Slideshow container for pro audio*/
.slideshow-container-pa {
  max-width: 1024px;
  position: relative;
  margin: auto;
}

/* Slideshow container for general contracting*/
.slideshow-container-gc {
  max-width: 512px;
  position: relative;
  margin: auto;
}

/* Hide the images by default */
.mySlides {
  display: none;
}

/* Next & previous buttons */
 .prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  margin-top: -22px;
  padding: 16px;
  color: white;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
 user-select: none;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover, .next:hover {
  background-color: rgba(0,0,0,0.8);
}

/* Caption text */
.text {
  color: #f2f2f2;
  font-size: 15px;
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center;
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* The dots/bullets/indicators */
.dot {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

 .active, .dot:hover {
  background-color: #717171;
}

/* Fading animation */
.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.5s;
  animation-name: fade;
  animation-duration: 1.5s;
}

@-webkit-keyframes fade {
  from {opacity: .4}
  to {opacity: 1}
}

@keyframes fade {
  from {opacity: .4}
  to {opacity: 1}
}

/*
<link rel="stylesheet" href="./css/w3.css">
.w3-display-container{position:relative}
.w3-display-container:hover .w3-display-hover{display:block}.w3-display-container:hover span.w3-display-hover{display:inline-block}.w3-display-hover{display:none}
.w3-content, .w3-auto{margin-left:auto;margin-right:auto}.w3-content{max-width:980px}.w3-auto{max-width:1140px}
*/

/* Footer */
footer {
	padding: 20px;
	margin-top: 20px;
	color: #ffffff;
	background-color: #0000ff;
	border-top: #cc0000 3px solid;
	border-bottom: #cc0000 3px solid;
}
