/*Stylesheet for Personal Website*/
* {
    margin: 0 auto;
}
body {
  width:98%; 
  margin: 0 auto;
  background: linear-gradient(#E770F6 0%, #7971FB 39.91%, #8DACFA 63.29%, #E6F5FC 92.19%); /*background*/
  font-family: arial, sans-serif; 
}
header {
  height: 5em;
  background-color: white;
  text-align: center;
  line-height: 5em;
}
header h1 {
    font-family: lucida handwriting;
}
nav {
  height: 2em;
  background-color: #ff0088;
}
nav ul li, nav a:link, nav a:visited{
    display: inline-block;
    float: left; 
    line-height: 2em;
    width: 8em;
    text-align: center;
    color: black;
    text-decoration: none;
}
nav li:hover, nav a:hover {
    color: lightpink;
}
main {
    min-height: 550px;
    background-color: white; 
    padding: 3em;
    font-size: 13px;
    text-align: justify;
}
.dropdown {
  display: inline-block;
  position: relative;
}
.dropdown-content {
  display: none;
  position: absolute;
  background-color: #ffffff;
  min-width: 160px;
  box-shadow: 0px 10px 10px 0px rgba(0,0,0,0.2);
  z-index: 1;
}
.dropdown:hover .dropdown-content {
  display: block;
  background-color: white;
}
.dropdown-content a {
  display: block;
  color: black;
  padding: 12px 16px;
  text-decoration: none;
}
.dropdown-content a:hover {
  color: #FFFFFF;
  background-color: hotpink;
}

h3 {
    margin: 1em 0;
}
navb {
    height: 2em;
    background-color: lightpink;
}
navb ul {
    display: block;
}
navb ul li, nav a{
    display: block; 
    float: right; 
    line-height: 2em; 
    width: 2em;
}
/* Dropdown Button */
.dropbtn {
    background-color: #ff0088;
    color: black;
    padding: 5px;
    font-size: 16px;
    border: none;
    cursor: pointer;
}
/* Dropdown button on hover & focus */
.dropbtn:hover, .dropbtn:focus {
    background-color: hotpink;
}

/* The container <div> - needed to position the dropdown content */
.dropdown {
    position: relative;
    display: inline-block;
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
    display: none;
    position: absolute;
    background-color: #ffffff;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
}

/* Links inside the dropdown */
.dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}

/* Change color of dropdown links on hover */
.dropdown-content a:hover {background-color: white}

/* Show the dropdown menu (use JS to add this class to the .dropdown-content container when the user clicks on the dropdown button) */
.show {display:block;}
#sidebarA {
    width: 205px;
    height: 500px;
    margin-top: 4em;
    float: left;
    font-size: 13px;
    text-align: justify;
}
section {
    margin: 0 auto;
    overflow: auto;
    background-color: white;
    width: 60%; 
    float: left;
    align-content: center;
}
.price {
    color: deeppink;
    font-size: 2em;
    width: 25%;
    float: left;
    text-align: center;
}
@media only screen and (max-width: 1000px) {
    aside {
        width: 100%;
        min-height: 10em;
    }
    article {
        width: 100%;
        min-height: 10em;
    }
    section {
        width: 100%;
    }
}
@media only screen and (min-width: 350px) {
    aside {
        width: 100%;
        min-height: 10em;
    }
    article {
        width: 100%;
        min-height: 10em;
    }    
    
}
.scrollbox {
    background-color: #ffffff;
    width: 750px;
    height: 550px;
    border: 0px; 
    overflow-y: scroll;
    margin: auto;
    overflow-x: hidden;
}
.shadowbox {
    padding: 20px;
    width: 300px;
    margin: 0 auto;
    border: 5px double pink; 
    color: black;
    font-size: 100%;
    text-align: center;
    border-radius: 10px 20px 0 20px;
    box-shadow: 3px 3px 4px 4px pink;
    display: block;
}
img { 
    margin: 0 10px;
} 
img:hover {
    opacity: 0.5;
    filter: alpha(opacity=50);
}
.image {
    height: 125px;
    width: 125px;
}
.lbsize {
    display: block;
    width: 6em;
    float: left; 
    text-align: right;
}
.accordian {
    cursor: pointer;
    padding: 1em 1em;
    width: 100%;
    text-align: left;
    border-bottom-color: #ff0088;
    background-color: white;
    border-color: #ff0088;
    transition: 0.4s;
}
.panel {
    overflow: hidden;
    padding: 0 2em;
    max-height: 0;
    transition: max-height 0.4s ease-out;
}
#sidebarB {
    width: 195px;
    height: 500px;
    margin-top: 2em;
    float: right;
    font-size: 13px;
    text-align: justify;
}  
aside {
    width: 200px;
    height: 500px;
    margin-top: 2em;
    float: right;
    font-size: 16px;
    text-align: center;
}
#slideshow {
  overflow: hidden;
  height: 300px;
  width: 200px;
  margin: 0 auto;
}

.slide-wrapper {
  width: 4200px;
  -webkit-animation: slide 100s ease infinite;
}

.slide {
  float: left;
  height: 400px;
  width: 200px;
}

.slide:nth-child(1) {
  background: #ffffff;
}

.slide:nth-child(2) {
  background: #ffffff;
}

.slide:nth-child(3) {
  background: #ffffff;
}

.slide:nth-child(4) {
  background: #ffffff;
}

.slide:nth-child(5) {
  background: #ffffff;
}

.slide:nth-child(6) {
  background: #ffffff;
}

.slide:nth-child(7) {
  background: #ffffff;
}

.slide:nth-child(8) {
  background: #ffffff;
}

.slide:nth-child(9) {
  background: #ffffff;
}

.slide:nth-child(10) {
  background: #ffffff;
}

.slide:nth-child(11) {
  background: #ffffff;
}

.slide:nth-child(12) {
  background: #ffffff;
}

.slide:nth-child(13) {
  background: #ffffff;
}

.slide:nth-child(14) {
  background: #ffffff;
}

.slide:nth-child(15) {
  background: #ffffff;
}

.slide:nth-child(16) {
  background: #ffffff;
}

.slide:nth-child(17) {
  background: #ffffff;
}

.slide:nth-child(18) {
  background: #ffffff;
}

.slide:nth-child(19) {
  background: #ffffff;
}

.slide:nth-child(20) {
  background: #ffffff;
}

.slide:nth-child(21) {
  background: #ffffff;
}
.slide-number {
  color: #000;
  text-align: center;
  font-size: 10em;
}

@-webkit-keyframes slide {
  4.76% {margin-left: 0px;}
  9.52% {margin-left: -200px;}
  14.28% {margin-left: -400px;}
  19.04% {margin-left: -600px;}
  23.80% {margin-left: -800px;}
  28.56% {margin-left: -1000px;}
  33.32% {margin-left: -1200px;}
    37.08% {margin-left: -1400px;}
    42.84% {margin-left: -1600px;}
    47.60% {margin-left: -1800px;}
    52.36% {margin-left: -2000px;}
    57.12% {margin-left: -2200px;}
    61.88% {margin-left: -2400px;}
    66.64% {margin-left: -2600px;}
    71.40% {margin-left: -2800px;}
    76.16% {margin-left: -3000px;}
    80.92% {margin-left: -3200px;}
    85.68% {margin-left: -3400px;}
    90.44% {margin-left: -3600px;}
    95.20% {margin-left: -3800px;}
    99.96% {margin-left: -4000px;}
    100% {margin-left: -4200px;}
}
 bottom: 10px; 
}
table {
  width: 500px;
  border-collapse: collapse;
  border-spacing: 0;
  border: 0;
  padding: 0;  
  margin: 0 auto;
}
  td, th {
      margin: 0 auto;
      padding: 0px;
      border: 0;
      margin-left: auto;
      margin-right: auto;
}
pre {
   font-family: "courier new", courier, monospace;
   font-size: 11px;
}
footer{
    height: 4em;
    padding-left: 3em; 
    padding-top: 1em; 
    text-align: right;
    clear: left;
}
