 /* Style the header with a grey background and some padding */
 .header {
  overflow: hidden;
  background-color: #ffffff;
  padding: 0px 0px;
}

/* Style the header links */
.header a {
  float: left;
  color: rgb(139, 58, 58);
  text-align: right;
  padding: 10px;
  text-decoration: none;
  font-size: 26px;
  font-weight: bold;
  line-height: 80px;
  border-radius: 0px;
  
}

.img {
  display: inline-block;
  margin-left: 4%;
  margin-right: auto;
  width: 5%;
}

/* Style the logo link (notice that we set the same value of line-height and font-size to prevent the header to increase when the font gets bigger */

/* Change the background color on mouse-over */
.header a:hover {
  background-color: transparent;
  color: rgb(70, 69, 69);
}

/* Style the active/current link */
.header a.active {
  background-color: transparent;
  color: rgb(0, 0, 0);
}

/* Float the link section to the right */
.header-center {
  text-align: left;
}

* {box-sizing: border-box;}
    body {font-family: Verdana, sans-serif;}
    .mySlides {display: none;}
    img {vertical-align: middle;}

/* Slideshow container */
.slideshow-container {
  max-width: 500px;
  position: relative;
  margin: auto;
}

/* 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 {
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}*/

.active {
  background-color: #ffffff;
}

/* 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}
}

/* On smaller screens, decrease text size */
@media only screen and (max-width: 300px) {
  .text {font-size: 11px}
}


/* The device with borders 
.smartphone {
position: relative;
width: 360px;
height: 640px;
margin: auto;
border: 16px black solid;
border-top-width: 60px;
border-bottom-width: 60px;
border-radius: 36px;
}*/

/* The horizontal line on the top of the device 
.smartphone:before {
content: '';
display: block;
width: 60px;
height: 5px;
position: absolute;
top: -30px;
left: 50%;
transform: translate(-50%, -50%);
background: #333;
border-radius: 10px;
}*/

/* The circle on the bottom of the device 
.smartphone:after {
content: '';
display: block;
width: 35px;
height: 35px;
position: absolute;
left: 50%;
bottom: -65px;
transform: translate(-50%, -50%);
background: #333;
border-radius: 50%;
}*/

/* The screen (or content) of the device 
.smartphone .content {
width: 360px;
height: 640px;
background: white;
}

body {
background: #f1f1f1;
}*/

/* The device with borders 
.tablet {
position: relative;
width: 768px;
height: 1024px;
margin: auto;
border: 16px black solid;
border-top-width: 60px;
border-bottom-width: 60px;
border-radius: 36px;
}*/

/* The horizontal line on the top of the device 
.tablet:before {
content: '';
display: block;
width: 60px;
height: 5px;
position: absolute;
top: -30px;
left: 50%;
transform: translate(-50%, -50%);
background: #333;
border-radius: 10px;
}*/

/* The circle on the bottom of the device 
.tablet:after {
content: '';
display: block;
width: 35px;
height: 35px;
position: absolute;
left: 50%;
bottom: -65px;
transform: translate(-50%, -50%);
background: #333;
border-radius: 50%;
}*/

/* The screen (or content) of the device 
.tablet .content {
width: 768px;
height: 1024px;
background: white;
margin: -1px;
}

body {
background: #f1f1f1;
}*/

/* The laptop with borders 
.laptop {
-webkit-transform-origin: 0 0;
transform-origin: 0 0;
-webkit-transform: scale(.6) translate(-50%); /* Scaled down for a better Try-it experience (change to 1 for full scale) */

/* Scaled down for a better Try-it experience (change to 1 for full scale) 
transform: scale(.6) translate(-50%); 
left: 50%;
position: absolute;
width: 1366px;
height: 800px;
border-radius: 6px;
border-style: solid;
border-color: black;
border-width: 24px 24px 80px;
background-color: black;
}*/

/* The keyboard of the laptop 
.laptop:after {
content: '';
display: block;
position: absolute;
width: 1600px;
height: 60px;
margin: 80px 0 0 -110px;
background: black;
border-radius: 6px;
}*/

/* The top of the keyboard 
.laptop:before {
content: '';
display: block;
position: absolute;
width: 250px;
height: 30px;
bottom: -110px;
left: 50%;
-webkit-transform: translate(-50%);
transform: translate(-50%);
background: #f1f1f1;
border-bottom-left-radius: 5px;
border-bottom-right-radius: 5px;
z-index: 1;
}*/

/* The screen (or content) of the device
.laptop .content {
width: 1366px;
height: 800px;
overflow: hidden;
border: none;
}*/

