@charset "utf-8";
/* CSS Document DPD18*/

body {
	max-width: 1000px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	padding: 0px;
	background-color: #FFFFFF;  
	font-family: "Gill Sans MT", "Myriad Pro", Helvetica, Arial, "sans-serif"
}

/* The side navigation menu */
.sidenav {
    height: 0px; /* 150 px for top menu 100% Full-height */
    width: 1000px; /* width - change this with JavaScript */
    position: fixed; /* Stay in place */
	z-index: 4; /* Stay on top */
    background-image: url("DP18Assets/MBG3_90.jpg");  /*this is the paper background of nav bar */
    background-color: #FFFFFF;
  /*  box-shadow: 0px 2px 3px #D7D7D7; */
  /*  display: inline; */
	overflow-x: hidden; /* Disable horizontal scroll */
	overflow-y: hidden;
   /* padding: 0px; */
	margin-top: 0px;
    padding-top: 0px;  /*	Place content 0px from the top */
    transition: 0.3s; /* 0.5 second transition effect to slide in the sidenav */
	margin-left: auto;
	margin-right: auto;
/*	top: 0;
    left: 0; */
}

/* The navigation menu links */
/* .sidenav a {
    text-decoration: none;
    font-size: 30px;
    color: #FFFFFF;
    display: block;
    transition: 0.3s;
}  */

/* When you mouse over the navigation links, change their color - not used on this page*/
/* .sidenav a:hover{
    color: #AAAAAA;
}  */

/* Position and style the close button (centered in sidenav) */
.sidenav .closebtn {
    position: absolute; 
    top: 0px;
    left: 0px;
	margin-top: 95px;
    margin-left: 15px; 
}

imgmenu {display:inline; margin:0;}

img {
	padding: 0; 
	margin: 0; 
	display: block; /*block */
	margin-left: auto;
	margin-right: auto;
}

/* Following section is for slide show */

* {box-sizing: border-box}
.mySlides1, .mySlides2 {display: none}
/* Slideshow container */
.slideshow-container {
  max-width: 1000px;
  position: relative;
  margin: auto;
}

/* Next & previous buttons */
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 90%;
  width: auto;
  padding: 30px;
  margin-top: -155px;
  color: #767676;
  font-weight: bold;
  font-size: 28px;
  transition: 0.6s ease;
}

/* Position the "next button" to the right */
.next {
  right: 0;
}

/* Caption text */
.text {
  color: #4A4A4A;
  font-size: 15px;
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center;
}

/* 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}
}


/* Slide Show ends here */

.sectionmenu-div /* this is for the three Menu Bar lines */
{   
	z-index: 3;
	position: fixed;
	margin-top: 25px;
	/*margin: auto; */
}
.section1-div /* this is for the page title DPD image with logo on right */
{ 
	z-index: 2;
	position: fixed;
	margin: auto;
	right: 0;
    left: 0;
	height: 100px;
	max-width: 1000px;
/*	background-color: #FFFFFF;*/
}

.section2-div /* this is for the empty spacers between content categories - for photos it is populated */
{   
	z-index: 1;
	position: relative;
	margin: auto;
	height: 100px;
	max-width: 1000px;
	background-color: #FFFFFF;
}
.section3-div  /* this is for the first top of page content spacer */
{   
	z-index: 1;
	position: relative;
	margin: auto;
	height: 150px;
	max-width: 1000px;
	background-color: #FFFFFF;
}
.section4-div  /* this is for the page content: About Design Photo and spacer blanks at end */
{   
	z-index: 1;
	position: relative;
	margin: auto;
	height: 500px;
	max-width: 1000px;
	background-color: #FFFFFF;
}

.section5-div  /* this is for the page content: Contact - which has a gif overlay */
{   
	z-index: 1;
	position: relative;
	margin: auto;
	height: 500px;
	max-width: 1000px;
	background-image: url("DP18Assets/PP500Contact.png"); 
	background-color: #FFFFFF;
}

.section6-div  /* this is for the page content: About Design Photo and spacer blanks at end */
{   
	z-index: 1;
	position: relative;
	margin: auto;
	height: 650px;
	max-width: 1000px;
	background-color: #FFFFFF;
}
/* Below is unused code for this page */

/* this is for a link image that changes when you hover */
a img.hover {
    display: none;
}
a img.default {
    display: block;
}
a:hover img.hover {
   	display: block;
}
a:hover img.default {
    display: none;
}

.centerS-div
{
  position: absolute;  /* this allows the image to scroll with background */
  margin: auto;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 600px;
  height: 600px;
  z-index: 1;
  /* background-color: #FFFFFF; */
  /* border-radius: 0px; */
}

.centerF-div
{
  position: fixed; /* this allows the image remain fixed with respect to scrolling background */
  margin: auto;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 600px;
  height: 600px;
  z-index: 1;
  /* background-color: #FFFFFF; */
  /* border-radius: 0px; */
}

/* Accordian code */
.accordion {
  /*  background-image: url(DP18Assets/ClickforMoreButton.png); */
  /*  background-image: no-repeat;  */
	background-color: #FFFFFF;
  /*  color: #444;     */
  /*  cursor: pointer; */
    padding: 0px;  /* 18px */
    width: 100%;   /* should be 1000px? */
    border: none;
    text-align: left;
    outline: none;
    font-size: 25px;
    transition: 0.4s;
}

.panel {
    padding: 0px;
    display: none;
    background-color: #FFFFFF;
    overflow: hidden;
}
/* Responsive design below Tablet first then Mobile

@media (max-width:768px){
	body {background-color: black;}
	h1 {
		font-size: 40px;
		text-align: center;
		padding-left: 0px;
	}
	
	.col {
		width: 48%;
	}
}

@media (max-width:400px){
	h1 {
		font-size: 28px;
	}
	.col {
		width: 98%;
	}
	.hidden-xs {
		display: none;
	}
}

*/ 
